Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • BIND BIND
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 532
    • Issues 532
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 99
    • Merge requests 99
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • 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
  • #2001

Closed
Open
Created Jul 03, 2020 by Jean-Christophe Manciot@jean-christophe-manciot

kasp, statschannel and rpzextra tests fail

  • Ubuntu 20.04
  • tag: v9_17_2

The first failure is identical to an already reported issue.

Building & testing bind9 with:

autoreconf -f -i
./configure  --build=x86_64-pc-linux-gnu \
             --prefix=/usr --sysconfdir=/etc/bind --localstatedir=/ \
             --datarootdir=/usr/share --docdir=/usr/share/doc --mandir=/usr/share/man \
             --disable-native-pkcs11 \
             --disable-querytrace \
             --enable-auto-validation \
             --enable-developer \
             --enable-dnstap \
             --enable-fixed-rrset \
             --enable-full-report \
             --enable-largefile \
             --enable-linux-caps \
             --enable-shared=yes \
             --enable-static=yes \
             --with-cmocka=yes \
             --with-gnu-ld=yes \
             --with-gperftools-profiler=yes \
             --with-gssapi=/usr/bin/krb5-config \
             --with-json-c=yes \
             --with-libidn2 \
             --with-libxml2=yes \
             --with-lmdb=auto \
             --with-maxminddb=yes \
             --with-openssl=/usr/lib/x86_64-linux-gnu \
             --with-tuning=large \
             --with-zlib=yes
make all
bin/tests/system/ifconfig.sh up
make check

leads to: test-suite.log

Full log: bind9_9_17_2_amd64.build.log

Assignee
Assign to
Time tracking