Your message dated Mon, 23 Aug 2010 20:47:07 +0000
with message-id <[email protected]>
and subject line Bug#571183: fixed in dhcpcd 1:3.2.3-6
has caused the Debian Bug report #571183,
regarding dhcpcd: NIS/NTP features not compiled-in due to clobbered CFLAGS
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
571183: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571183
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dhcpcd
Version: 1:3.2.3-1.1
The source package's debian/rules build dhcpcd with:
$(MAKE) CFLAGS="$(CFLAGS)"
However, this clobbers any CFLAGS set by dhcpcd's own build system.
The following is an extract of how the debian package builds dhcp.c:
$ dpkg-buildpackage
...
gcc -g -O2 -Wall -W -DENABLE_INFO_COMPAT -c -o dhcp.o dhcp.c
...
Compare to how dhcpcd would compile it (ignore linewraps):
$ make
...
gcc -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=c99 -pedantic -Wall -Wunused
-Wimplicit -Wshadow -Wformat=2 -Wmissing-declarations
-Wno-missing-prototypes -Wwrite-strings -Wbad-function-cast
-Wnested-externs -Wcomment -Winline -Wchar-subscripts -Wcast-align
-Wno-format-nonliteral -Wdeclaration-after-statement -Wsequence-point
-Wextra -DINFODIR=\"/var/lib/dhcpcd\" -DENABLE_SYSV -c -o dhcp.o
dhcp.c
...
This results in config.h undefining ENABLE_NTP and ENABLE_NIS, and
producing a deficient binary.
I believe this also applies to other versions.
regards,
..david
--- End Message ---
--- Begin Message ---
Source: dhcpcd
Source-Version: 1:3.2.3-6
We believe that the bug you reported is fixed in the latest version of
dhcpcd, which is due to be installed in the Debian FTP archive:
dhcpcd_3.2.3-6.diff.gz
to main/d/dhcpcd/dhcpcd_3.2.3-6.diff.gz
dhcpcd_3.2.3-6.dsc
to main/d/dhcpcd/dhcpcd_3.2.3-6.dsc
dhcpcd_3.2.3-6_i386.deb
to main/d/dhcpcd/dhcpcd_3.2.3-6_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Simon Kelley <[email protected]> (supplier of updated dhcpcd package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 19 Aug 2010 20:41:13 +0000
Source: dhcpcd
Binary: dhcpcd
Architecture: source i386
Version: 1:3.2.3-6
Distribution: unstable
Urgency: low
Maintainer: Simon Kelley <[email protected]>
Changed-By: Simon Kelley <[email protected]>
Description:
dhcpcd - DHCP client for automatically configuring IPv4 networking
Closes: 571183 577846
Changes:
dhcpcd (1:3.2.3-6) unstable; urgency=low
.
* Make /sbin/dhcpcd and /usr/share/man/man8/dhcpcd.8 managed
* as alternatives, to allow co-existance with dhcpcd5.
* Correctly handle multiple options in wrapper script. (closes: #577846)
* Don't override CFLAGS in the build system. (closes: #571183)
Checksums-Sha1:
441a6e46d15c5617038162aa1b0edd5509b263d5 944 dhcpcd_3.2.3-6.dsc
14d171934b08c47c8582182b71d6dffe09ebbf35 16569 dhcpcd_3.2.3-6.diff.gz
13efdcd4a2ac4c23c5c3adeb8d148b2a43fbd89f 49122 dhcpcd_3.2.3-6_i386.deb
Checksums-Sha256:
5c14633792c7f6d605b1e782c7762b647883b2132a95b13a7c6f5b753b40bd33 944
dhcpcd_3.2.3-6.dsc
e9fd9a8fa564bd3e1cbd9ef528d36453dbd1f2a5d106036d3a114f1679a1b0ff 16569
dhcpcd_3.2.3-6.diff.gz
1225975c249eee60efcadf80bb3fa73bb6da6e4d82823e3af2d74bcb3b2ac8c1 49122
dhcpcd_3.2.3-6_i386.deb
Files:
937645457414c8ad52f1317fdcb1dab1 944 net optional dhcpcd_3.2.3-6.dsc
d9e541baf048d2897065f50df94869b8 16569 net optional dhcpcd_3.2.3-6.diff.gz
91df857f495070d16f03778fad026abe 49122 net optional dhcpcd_3.2.3-6_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkxy2skACgkQKPyGmiibgrchEwCglRorcRYjopIkBdTQP/5dNiw/
mAMAn1J0Zc702jtzdDN94GBmvbwTp+BF
=75L3
-----END PGP SIGNATURE-----
--- End Message ---