Your message dated Fri, 26 Jun 2015 07:04:17 +0000
with message-id <[email protected]>
and subject line Bug#778124: fixed in slirp 1:1.0.17-8
has caused the Debian Bug report #778124,
regarding slirp: ftbfs with GCC-5
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.)


-- 
778124: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778124
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:slirp
Version: 1:1.0.17-7
Severity: normal
Tags: sid stretch
User: [email protected]
Usertags: ftbfs-gcc-5

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The
severity of this report may be raised before the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/slirp_1.0.17-7_unstable_gcc5.log
The last lines of the build log are at the end of this report.

To build with GCC 5, either set CC=gcc-5 CXX=g++-5 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ 

Common build failures are C11 as the default C mode, new warnings
resulting in build failures with -Werror turned on, or new/dropped
symbols in Debian symbols files.  For other C/C++ related build failures
see the porting guide at http://gcc.gnu.org/gcc-5/porting_to.html

[...]
  inline void insque_32 _P((void *, void *));
              ^
gcc -Wl,-z,relro -Wl,--as-needed -o slirp auth.o bsd-comp.o ccp.o chap.o fsm.o 
ipcp.o lcp.o magic.o md5.o pppdfncs.o upap.o ppp.o cksum.o debug.o if.o 
ip_icmp.o ip_input.o ip_output.o main.o mbuf.o misc.o options.o sbuf.o sl.o 
slcompress.o socket.o tcp_input.o tcp_output.o tcp_subr.o tcp_timer.o 
terminal.o ttys.o udp.o  -lcrypt -lnsl 
if.o: In function `if_output':
/«PKGBUILDDIR»/src/./if.c:265: undefined reference to `slirp_insque'
/«PKGBUILDDIR»/src/./if.c:226: undefined reference to `slirp_remque'
/«PKGBUILDDIR»/src/./if.c:285: undefined reference to `slirp_remque'
if.o: In function `if_start':
/«PKGBUILDDIR»/src/./if.c:403: undefined reference to `slirp_remque'
/«PKGBUILDDIR»/src/./if.c:408: undefined reference to `slirp_insque'
if.o: In function `if_output':
/«PKGBUILDDIR»/src/./if.c:288: undefined reference to `slirp_insque'
ip_input.o: In function `ip_reass':
/«PKGBUILDDIR»/src/ip_input.c:379: undefined reference to `remque_32'
/«PKGBUILDDIR»/src/ip_input.c:268: undefined reference to `insque_32'
ip_input.o: In function `ip_freef':
/«PKGBUILDDIR»/src/ip_input.c:409: undefined reference to `remque_32'
mbuf.o: In function `m_get':
/«PKGBUILDDIR»/src/./mbuf.c:73: undefined reference to `slirp_remque'
/«PKGBUILDDIR»/src/./mbuf.c:77: undefined reference to `slirp_insque'
mbuf.o: In function `m_free':
/«PKGBUILDDIR»/src/./mbuf.c:115: undefined reference to `slirp_insque'
/«PKGBUILDDIR»/src/./mbuf.c:102: undefined reference to `slirp_remque'
misc.o: In function `relay':
/«PKGBUILDDIR»/src/./misc.c:575: undefined reference to `writen'
/«PKGBUILDDIR»/src/./misc.c:584: undefined reference to `writen'
socket.o: In function `sofree':
/«PKGBUILDDIR»/src/./socket.c:82: undefined reference to `slirp_remque'
socket.o: In function `solisten':
/«PKGBUILDDIR»/src/./socket.c:552: undefined reference to `slirp_insque'
tcp_input.o: In function `tcp_reass':
/«PKGBUILDDIR»/src/./tcp_input.c:193: undefined reference to `remque_32'
/«PKGBUILDDIR»/src/./tcp_input.c:200: undefined reference to `insque_32'
/«PKGBUILDDIR»/src/./tcp_input.c:217: undefined reference to `remque_32'
/«PKGBUILDDIR»/src/./tcp_input.c:200: undefined reference to `insque_32'
tcp_subr.o: In function `tcp_close':
/«PKGBUILDDIR»/src/./tcp_subr.c:291: undefined reference to `remque_32'
tcp_subr.o: In function `tcp_attach':
/«PKGBUILDDIR»/src/./tcp_subr.c:552: undefined reference to `slirp_insque'
udp.o: In function `udp_attach':
/«PKGBUILDDIR»/src/./udp.c:319: undefined reference to `slirp_insque'
udp.o: In function `udp_listen':
/«PKGBUILDDIR»/src/./udp.c:608: undefined reference to `slirp_insque'
collect2: error: ld returned 1 exit status
make[1]: *** [slirp] Error 1
Makefile:46: recipe for target 'slirp' failed
make[1]: Leaving directory '/«PKGBUILDDIR»/src'
make: *** [src/slirp-fullbolt] Error 2
debian/rules:27: recipe for target 'src/slirp-fullbolt' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: slirp
Source-Version: 1:1.0.17-8

We believe that the bug you reported is fixed in the latest version of
slirp, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Roberto Lumbreras <[email protected]> (supplier of updated slirp 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, 25 Jun 2015 17:03:40 +0200
Source: slirp
Binary: slirp
Architecture: source i386
Version: 1:1.0.17-8
Distribution: unstable
Urgency: low
Maintainer: Roberto Lumbreras <[email protected]>
Changed-By: Roberto Lumbreras <[email protected]>
Description:
 slirp      - SLIP/PPP emulator using a dial up shell account
Closes: 778124
Changes:
 slirp (1:1.0.17-8) unstable; urgency=low
 .
   * Fix FTBFS with GCC 5.0 (Closes: #778124)
   * Updated standards.
Checksums-Sha1:
 ce534b5c2009bd3ee80853fd842742660f78d95e 1709 slirp_1.0.17-8.dsc
 7f89271fa943bb98a839974709112d9ebb434098 14248 slirp_1.0.17-8.debian.tar.xz
 ba69f37a6f89635d5b63ab78965d53d8ba14697a 179756 slirp_1.0.17-8_i386.deb
Checksums-Sha256:
 5419a6209ab0d98452be60d45814b8cb3f091532c873327ef303fbdc017e598e 1709 
slirp_1.0.17-8.dsc
 bfc91288039d705f0a86bb271e4cfc0a72c58aba04808c2b4ed0bbf05cedfc5e 14248 
slirp_1.0.17-8.debian.tar.xz
 7035c2174d008a9530a7223ce87f20e8864b1df05b4185a81c4538786fc8c841 179756 
slirp_1.0.17-8_i386.deb
Files:
 55b9df375ca972547100200e2197d527 1709 net optional slirp_1.0.17-8.dsc
 92e39e412076b6f949617de403078e92 14248 net optional 
slirp_1.0.17-8.debian.tar.xz
 16f8ad851218fe2e52394fc0e523253d 179756 net optional slirp_1.0.17-8_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJVjPWEAAoJELZ+4hASKQtN9IUP/0XwBvHhock/O7gZiA8Nhf/J
lBlhaV7fKCghwryDnZ9Gdn+3PLlXUS6UkQMtGn5Siwd8GFYo8c2gtCDmiTmf9IyG
dc5GaR0GYDcmuhVs05e8Q/GiMaD8BokmEyEpI1DqoWHSkbThT3jZN9kxH9xn0JyA
f3u46EAIOqHI/6Tk9367l3whfsiU4NpZEG6+cUIAdc1M3hHb+exOwzwgCtunorc9
0hFWmLO/8jazNMM1sSel3bU7uxsLgjyACF9KsR20/fqYudAhbQtl0q50bEQK+mpS
qFrKvNgy4lnb5c7mWwWtpB99IwVBxzwzePBPHEfoaoVRzFl8IovyVCeBaGoJ/lh0
9/2dD4sKQwqjypyErjI1WhC5O4V0Kc+Qumvt9cW60QQemxx7S1kkl1cao3+tVn5n
cYQOW/jDH8Nj44ZlIDgSaqopjxEufLz4eXsJn7ORBKdP6pdfNOXQ72HYVOb/BiXV
bStNm1sabSLA6biWVB1uSbLlLRZimRr6MkYJr8Of4wzkxfyjOhVhst/mvEPN1uOC
YU+50mhG2IKEB7qZCmDYv/vWmFDQ/6wU7uBzEdHhZ8qWB5HCbdx/1VfeLxyeOayp
JWBDbgDVhCmvEYhZcAsjcZNaPV8kRpCFj9aJmZlzt5PobuvjslQXXY9dR4Gw28MO
VJKc1Kdy3trJY9+b++kD
=x0ST
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to