Skip to content
GitLab
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 569
    • Issues 569
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 112
    • Merge requests 112
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and 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 ProjectsISC Open Source Projects
  • BINDBIND
  • Issues
  • #1628
Closed
Open
Issue created Feb 19, 2020 by Mark Andrews@markaOwner

Release process failed to detect that header file was not installed.

9.15.8 failed to install isc/netmgr.h

My sanity check script had this post install check and a similar one for a install from a out-of-tree build to detect .h files that where not installed.

  for f in `find $i/lib -name \*.h | grep -v win32 | grep -v include/tests/t_api.h | grep -v include/isc/ipv6.h | sed -n 's;.*include/;'"${i}-test-install"'/usr/local/include/;p'`
  do
        case $i in
        bind-9.[89]*)
                expr "$f" : '^.*/include/irs/.*\.h$' > /dev/null && continue
                ;;
        esac
        test -f $f || echo missing $f
  done
Edited Feb 19, 2020 by Mark Andrews
Assignee
Assign to
Time tracking