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

BugTracker
Version Fixed:
4.4.0
Version Found:
4.4.0-dev
Versions Affected:
4.4.0-dev
Versions Planned:
4.4.0
Priority:
P2 Normal
Severity:
S2 Normal
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
DHCP Infrastructure
Area:
bug

Dates
Created:Wed, 02 Nov 2016 12:04:09 -0400
Updated:Tue, 12 Dec 2017 07:44:29 -0500
Closed:Tue, 21 Feb 2017 09:48:01 -0500



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: legacy configure with --with-libtool loops forever if libtool is not installed
Under Solaris11 when the legacy configure was used with --with-libtool -------------------------------------------------------------------- : checking for struct msghdr.msg_control... yes checking for struct tpacket_auxdata.tp_vlan_tci... no configure: WARNING: legacy configure is used but libtool is enabled. Trying to recover... ./config+lt[20]: autoreconf: not found [No such file or directory] Reconfiguring with --with-atf=/home/jenkins/opt/atf --enable-libtool checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes : -------------------------------------------------------------------- Which fails because autoreconf cannot be found. The recovery step needs to detect a failure and stop, not loop forever. We saw a similar issue when the "m4" directory did not exist.