From ray@bellis.me.uk Sun Oct 16 21:30:20 2016 MIME-Version: 1.0 X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.0 content-type: text/plain; charset="utf-8" Message-ID: <52ec6895-a9bf-e787-57c8-8167208d526e@bellis.me.uk> Received: from mx.pao1.isc.org (mx.pao1.isc.org [IPv6:2001:4f8:0:2::2b]) by bugs.isc.org (Postfix) with ESMTP id CADD371B5A8 for ; Sun, 16 Oct 2016 21:30:19 +0000 (UTC) Received: from hydrogen.portfast.net (hydrogen.portfast.net [188.246.200.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx.pao1.isc.org (Postfix) with ESMTPS id 7C0853493C7 for ; Sun, 16 Oct 2016 21:30:16 +0000 (UTC) Received: from [199.187.217.186] (port=51298 helo=static-217-186.meetings.nanog.org) by hydrogen.portfast.net ([188.246.200.2]:465) with esmtpsa (fixed_plain:ray@bellis.me.uk) (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) id 1bvt0U-0000LS-Bo (Exim 4.72) for bind9-bugs@isc.org (return-path ); Sun, 16 Oct 2016 22:30:10 +0100 Delivered-To: bind9-bugs@bugs.isc.org Subject: BIND9 build error on perflab on FC23 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 Return-Path: X-Original-To: bind9-bugs@bugs.isc.org Date: Sun, 16 Oct 2016 16:30:12 -0500 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mx.pao1.isc.org To: bind9-bugs@isc.org Content-Transfer-Encoding: 7bit From: "Ray Bellis" X-RT-Original-Encoding: utf-8 X-RT-Interface: Email Content-Length: 1709 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