Your message dated Sat, 24 Mar 2018 15:09:58 +0000
with message-id <e1ezknu-0004m0...@fasolo.debian.org>
and subject line Bug#893008: fixed in wide-dhcpv6 20080615-20
has caused the Debian Bug report #893008,
regarding wide-dhcpv6 FTBFS with flex 2.6.4-6
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 ow...@bugs.debian.org
immediately.)


-- 
893008: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893008
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: wide-dhcpv6
Version: 20080615-19
Severity: serious
Tags: buster sid patch

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/wide-dhcpv6.html

...
gcc -Wl,-z,relro -Wl,-z,now -o dhcp6ctl dhcp6_ctlclient.o base64.o auth.o 
strlcpy.o strlcat.o arc4random.o -lfl
/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/libfl.so: undefined 
reference to `yylex'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:74: dhcp6ctl] Error 1


Fix is attached.
Description: Remove unused linking with libfl
 Due to the yylex requirement this caused FTBFS
 when a shared libfl is provided.
Author: Adrian Bunk <b...@debian.org>

--- wide-dhcpv6-20080615.orig/Makefile.in
+++ wide-dhcpv6-20080615/Makefile.in
@@ -40,7 +40,7 @@ CFLAGS=       @CFLAGS@ @CPPFLAGS@ @DEFS@ -DSYS
        -DLOCALDBDIR=\"${localdbdir}\"
 LDFLAGS=@LDFLAGS@
 LIBOBJS=@LIBOBJS@
-LIBS=  @LIBS@ @LEXLIB@
+LIBS=  @LIBS@
 CC=    @CC@
 TARGET=        dhcp6c dhcp6s dhcp6relay dhcp6ctl
 
@@ -63,11 +63,14 @@ RELAYOBJS = dhcp6relay.o dhcp6relay_scri
 CTLOBJS= dhcp6_ctlclient.o base64.o auth.o
 CLEANFILES+=   y.tab.h
 
+CLIENTLIBS=@LEXLIB@
+SERVLIBS=  @LEXLIB@
+
 all:   $(TARGET)
 dhcp6c:        $(CLIENTOBJS) $(LIBOBJS)
-       $(CC) $(LDFLAGS) -o dhcp6c $(CLIENTOBJS) $(LIBOBJS) $(LIBS)
+       $(CC) $(LDFLAGS) -o dhcp6c $(CLIENTOBJS) $(LIBOBJS) $(LIBS) 
$(CLIENTLIBS)
 dhcp6s:        $(SERVOBJS) $(LIBOBJS)
-       $(CC) $(LDFLAGS) -o dhcp6s $(SERVOBJS) $(LIBOBJS) $(LIBS)
+       $(CC) $(LDFLAGS) -o dhcp6s $(SERVOBJS) $(LIBOBJS) $(LIBS) $(SERVLIBS)
 dhcp6relay: $(RELAYOBJS) $(LIBOBJS)
        $(CC) $(LDFLAGS) -o $@ $(RELAYOBJS) $(LIBOBJS) $(LIBS)
 dhcp6ctl: $(CTLOBJS)

--- End Message ---
--- Begin Message ---
Source: wide-dhcpv6
Source-Version: 20080615-20

We believe that the bug you reported is fixed in the latest version of
wide-dhcpv6, which is due to be installed in the Debian FTP archive.

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 893...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Roger Shimizu <rogershim...@gmail.com> (supplier of updated wide-dhcpv6 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 24 Mar 2018 23:05:29 +0900
Source: wide-dhcpv6
Binary: wide-dhcpv6-server wide-dhcpv6-client wide-dhcpv6-client-udeb 
wide-dhcpv6-relay
Architecture: source
Version: 20080615-20
Distribution: unstable
Urgency: medium
Maintainer: Roger Shimizu <rogershim...@gmail.com>
Changed-By: Roger Shimizu <rogershim...@gmail.com>
Description:
 wide-dhcpv6-client - DHCPv6 client for automatic IPv6 hosts configuration
 wide-dhcpv6-client-udeb - DHCPv6 client for automatic IPv6 hosts configuration 
(udeb)
 wide-dhcpv6-relay - DHCPv6 relay for automatic IPv6 hosts configuration
 wide-dhcpv6-server - DHCPv6 server for automatic IPv6 hosts configuration
Closes: 765453 799080 893008
Changes:
 wide-dhcpv6 (20080615-20) unstable; urgency=medium
 .
   * debian/patches:
     - Add patch 0017 to fix FTBFS with flex 2.6.4-6 in buster.
       Thanks to Adrian Bunk for the report and patch (Closes: #893008).
     - Add patch 0018 to ignore advertise messages with none of
       requested data and missed status codes.
       Thanks to Roman Mamedov for the report and Evgeniy Manachkin
       for the patch (Closes: #765453).
     - Add patch 0019 not to bind control port if there is no shared
       secret. Thanks to Robert Wolf for the report and patch.
       (Closes: #799080)
   * debian/control:
     - Remove homepage from description, since there's already in
       Homepage field. This can also avoid one lintian complaint.
Checksums-Sha1:
 cbc43bde86c8cd4502eb268ed2754e1275737927 2182 wide-dhcpv6_20080615-20.dsc
 061742636aec916685deb663ef33fce82e573efa 65916 
wide-dhcpv6_20080615-20.debian.tar.xz
 cdd0f66de5c92d8e5dcac1abea43cdd738818b02 5885 
wide-dhcpv6_20080615-20_source.buildinfo
Checksums-Sha256:
 2ad8c8c1861017a51bb80cf9496d9eac9f87b2ab5d9e9f0118874045a0de62ec 2182 
wide-dhcpv6_20080615-20.dsc
 fb935bb7f3ec21d6cf458e880d618c4cdbdce077a5c26570bbc55e16223a0852 65916 
wide-dhcpv6_20080615-20.debian.tar.xz
 0ed2ac41d61b18fde4b95bff53bcd186aea722edb8c98a594b3de9ad3e4644e1 5885 
wide-dhcpv6_20080615-20_source.buildinfo
Files:
 c39afd6939eee0b33d6a700820dd108b 2182 net optional wide-dhcpv6_20080615-20.dsc
 7101cfc6dc43df82bb25df46f90240dd 65916 net optional 
wide-dhcpv6_20080615-20.debian.tar.xz
 acd8d7cc6b8a3410a1800d262506c471 5885 net optional 
wide-dhcpv6_20080615-20_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJLBAEBCgA1FiEECjKtvoA5m+cWOFnspHhrDacDNKgFAlq2W/cXHHJvZ2Vyc2hp
bWl6dUBnbWFpbC5jb20ACgkQpHhrDacDNKio3hAAljaK9j7biL84JCHWqnYHoXj3
dykRXThHpAkJanU1EkntUsffMyg/9BXvJzSh69yCfGYpE8FoPbpnMavlcmbNUKsQ
z0j0ItxmbN119aj30yrWoXx4i8SfGGuguctHpExfpDaQJFmbBQwr5hB2JO440b5H
X7ileWFoKEyc2/VwV/nyusnSt+j4pmqcL0TEL2W7soG7Iyw3rFHaaDax5G7GaV89
k33C539IrhFLry4Ek0UIinHD9W7JvTQjtFhGoDjH3DUdfaaRML9LjKsEO7ignnOW
eWaYrppKyFbBdqtHYFJ5ota7+NPV53BSCAu5a7PKyf+h2/N/C6/ugKpWrYSU7WoN
z//9MT+DRFg4DJkBsJYvZ0P0FOL/+QaXMSJLYvcL/+Rlt2kV2SMH7nT2d7BBRrSe
Jba75pPBp3giPIykk0ZjQUVeKLcgbLEV7hqmZmi0h3hX6Kgm6V5HMQJK8mdEpjkw
sR0EKBwfiNAOzP+Ya2LPadClSLXrDwyB+8HB0UfLuwWqa+t/E1cFj3b8K3LzuCqa
G+vTG/MU1z9frOyZsGqiAwF2Oq4yiLnZPgq8h3BswnGS2w3CMYfih8HWGe0jq3S6
/E3NMylFTLtXoo+VvuaHivlUbMKwrSh3yEFsjjzcpXws4EXorHrQPB8ZYky+V+gf
Kjn5FqbvszQvWSXe4WM=
=p/yH
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to