[pkg-dhcp-devel] Bug#815653: isc-dhcp: FTBFS debian/rules .NOTPARALLEL:

Philipp Hahn hahn at univention.de
Tue Feb 23 11:20:28 UTC 2016


Source: isc-dhcp
Version: 4.2.2.dfsg.1-5+deb70u8
Severity: normal

Dear Maintainer,

The package fails-to-build-from-source when using -jX, as debian/rules
has
> install-stamp: build-ldap-stamp build-non-ldap-stamp
which builds both versions in parallel in the same directory: One ./configure
run overwrites the output of the other ./configure run leading one to fail with
error like
> checking for gcc... gcc
> grep: conftest.er1: No such file or directory
> cat: conftest.er1: No such file or directory
or later on during compile like
> In file included from ../includes/omapip/isclib.h:57:0,
>                  from ../includes/dhcpd.h:95,
>                  from alloc.c:35:
> ../bind/include/isc/socket.h:170:21: error: field 'pktinfo' has incomplete type

Please consider adding the make special target ".NOTPARALLEL:" to
debian/rules in Wheezy-Security or -LTS to force a sequential built.

Jessie/Stretch/Sid are unaffected as they were converted to "dh" and
both ./configure are invoked sequentially there in
"override_dh_auto_build".

Otherwise FYI.

Philipp
-- System Information:
Debian Release: 8.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (90, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



More information about the pkg-dhcp-devel mailing list