Report information
The Basics
Id:
43429
Status:
resolved
Priority:
Medium/Medium
Queue:

People
Owner:
Nobody in particular
Cc:
AdminCc:

BugTracker
Version Fixed:
9.9.10, 9.9.10-S1, 9.10.5, 9.10.5(sub), 9.11.1, 9.12.0
Version Found:
(no value)
Versions Affected:
(no value)
Versions Planned:
(no value)
Priority:
P2 Normal
Severity:
S2 Normal
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
BIND Server
Area:
bug

Dates
Created:Sun, 16 Oct 2016 17:30:20 -0400
Updated:Wed, 26 Jul 2017 02:23:58 -0400
Closed:Thu, 27 Oct 2016 00:51:03 -0400



This bug tracker is no longer active.

Please go to our Gitlab to submit issues (both feature requests and bug reports) for active projects maintained by Internet Systems Consortium (ISC).

Due to security and confidentiality requirements, full access is limited to the primary maintainers.

Subject: BIND9 build error on perflab on FC23
Date: Sun, 16 Oct 2016 16:30:12 -0500
To: bind9-bugs@isc.org
From: "Ray Bellis" <ray@bellis.me.uk>
See the build output at e.g. https://perflab.isc.org/#/run/test/5803dec3d6cd1ce83eddd27e/ ... gcc -I/home/perflab/data/tests/56b23423a2ef0a42e723c9d4/build -I../.. -I./include -I/home/perflab/data/tests/56b23423a2ef0a42e723c9d4/build/lib/dns/include -I../../lib/dns/include -I/home/perflab/data/tests/56b23423a2ef0a42e723c9d4/build/lib/bind9/include -I../../lib/bind9/include -I/home/perflab/data/tests/56b23423a2ef0a42e723c9d4/build/lib/isc/include -I../../lib/isc -I../../lib/isc/include -I../../lib/isc/unix/include -I../../lib/isc/pthreads/include -I../../lib/isc/x86_32/include -I/home/perflab/data/tests/56b23423a2ef0a42e723c9d4/build/lib/lwres/include -I../../lib/lwres/unix/include -I../../lib/lwres/include -I/home/perflab/data/tests/56b23423a2ef0a42e723c9d4/build/lib/isccfg/include -I../../lib/isccfg/include -D_REENTRANT -DVERSION=\"9.11.0\" -DOPENSSL -D_GNU_SOURCE -g -O2 -I/usr/include/libxml2 -fPIC -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks -c nslookup.c Makefile:230: recipe for target 'nslookup.o' failed make[2]: Leaving directory '/home/perflab/data/tests/56b23423a2ef0a42e723c9d4/build/bin/dig' Makefile:75: recipe for target 'subdirs' failed make[1]: Leaving directory '/home/perflab/data/tests/56b23423a2ef0a42e723c9d4/build/bin' Makefile:83: recipe for target 'subdirs' failed The only change I made that appears to have caused this is to install libedit-devel (which also updated libncurses-devel) to support building knot2. It looks like it's probably affecting all branches, up to and including master. I've just removed libedit-devel and it seems to have fixed the build. Ray