Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Kea Kea
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 501
    • Issues 501
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 52
    • Merge requests 52
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source Projects
  • KeaKea
  • Issues
  • #120
Closed
Open
Created Sep 13, 2018 by Francis Dupont@fdupontDeveloper

Problems building and running tests with master

3 common issues in building:

  • libprocess commented in src/lib/dhcpsrv/Makefile.am
  • src/bin/netconf/main.cc include not updated moving daemon code from dhcpsrv to process library.
  • src/bin/netconf/main.cc still using isc::dhcp::Daemon space (again s/dhcp/process/.

One specific to macOS: DaemonTest.createPIDFileOverwrite stalls. I propose to change the exit (0); line 216 of src/lib/process/tests/daemon_unittest.cc by _exit (0); which BTW is safer and faster.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking