Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • BIND BIND
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 535
    • Issues 535
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 104
    • Merge requests 104
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source Projects
  • BINDBIND
  • Issues
  • #351
Closed
Open
Created Jun 21, 2018 by Curtis Blackburn@ckb

configure fails unless --enable-developer is specified

Summary

./configure produces an error about finding cmocka

Steps to reproduce

run either ./configure or ./configure --disable-developer or ./configure --with-cmocka=<path>

note that this happens regardless of the presence of cmocka.h and friends on the system, and as long as cmocka is installed, ./configure --*enable*-developer will work.

What is the current bug behavior?

checking for cmocka.h... yes
checking for library containing cmocka_run_group_tests... no
configure: error: cmocka unit testing framework not found in  path

What is the expected correct behavior?

when we are not compiling the unit tests, we should not see a check for cmocka at all, and when we specify to use cmocka, it should find all of it's required parts, as happens when enable-developer is specified

Edited Jun 21, 2018 by Stephen Morris
Assignee
Assign to
Time tracking