Your message dated Thu, 23 Jul 2015 23:19:51 +0000
with message-id <e1zipmj-0000ms...@franck.debian.org>
and subject line Bug#778068: fixed in pork 0.99.8.1-3
has caused the Debian Bug report #778068,
regarding pork: 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 ow...@bugs.debian.org
immediately.)
--
778068: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778068
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:pork
Version: 0.99.8.1-2.2
Severity: normal
Tags: sid stretch
User: debian-...@lists.debian.org
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/pork_0.99.8.1-2.2_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
[...]
protocols/irc/libirc.a(pork_irc_input.o): In function `irc_handler_err_msg':
/«PKGBUILDDIR»/src/protocols/irc/pork_irc_input.c:196: undefined reference to
`screen_err_msg'
protocols/irc/libirc.a(pork_irc_input.o): In function `irc_handler_302':
/«PKGBUILDDIR»/src/protocols/irc/pork_irc_input.c:1324: undefined reference
to `chat_find_user'
protocols/irc/libirc.a(pork_irc_input.o): In function `irc_handler_352':
/«PKGBUILDDIR»/src/protocols/irc/pork_irc_input.c:593: undefined reference to
`chat_find_user'
/«PKGBUILDDIR»/src/protocols/irc/pork_irc_input.c:593: undefined reference to
`chat_find_user'
protocols/irc/libirc.a(pork_irc_input.o): In function `irc_handler_quit':
/«PKGBUILDDIR»/src/protocols/irc/pork_irc_input.c:1798: undefined reference
to `chat_find_user'
protocols/irc/libirc.a(pork_irc_input.o): In function `irc_handler_333':
/«PKGBUILDDIR»/src/protocols/irc/pork_irc_input.c:1384: undefined reference
to `str_to_int'
protocols/irc/libirc.a(pork_irc_input.o): In function `irc_handler_329':
/«PKGBUILDDIR»/src/protocols/irc/pork_irc_input.c:1264: undefined reference
to `str_to_int'
protocols/irc/libirc.a(pork_irc_input.o): In function `irc_handler_005':
/«PKGBUILDDIR»/src/protocols/irc/pork_irc_input.c:1456: undefined reference
to `str_to_uint'
/«PKGBUILDDIR»/src/protocols/irc/pork_irc_input.c:1458: undefined reference
to `str_to_uint'
/«PKGBUILDDIR»/src/protocols/irc/pork_irc_input.c:1460: undefined reference
to `str_to_uint'
protocols/irc/libirc.a(pork_irc_input.o): In function `irc_handler_317':
/«PKGBUILDDIR»/src/protocols/irc/pork_irc_input.c:1022: undefined reference
to `str_to_uint'
/«PKGBUILDDIR»/src/protocols/irc/pork_irc_input.c:1033: undefined reference
to `str_to_uint'
protocols/irc/libirc.a(pork_irc_input.o): In function `irc_handler_353':
/«PKGBUILDDIR»/src/protocols/irc/pork_irc_input.c:741: undefined reference to
`chat_find_user'
protocols/irc/libirc.a(pork_irc_input.o): In function `irc_handler_chan_mode':
/«PKGBUILDDIR»/src/protocols/irc/pork_irc_input.c:1658: undefined reference
to `chat_find_user'
protocols/irc/libirc.a(pork_irc_input.o): In function `irc_input_dispatch':
/«PKGBUILDDIR»/src/protocols/irc/pork_irc_input.c:429: undefined reference to
`screen_err_msg'
protocols/irc/libirc.a(pork_irc_output.o): In function `irc_send':
/«PKGBUILDDIR»/src/protocols/irc/pork_irc_output.c:55: undefined reference to
`screen_err_msg'
/«PKGBUILDDIR»/src/protocols/irc/pork_irc_output.c:68: undefined reference to
`screen_err_msg'
protocols/irc/libirc.a(pork_irc_output.o): In function `irc_connect':
/«PKGBUILDDIR»/src/protocols/irc/pork_irc_output.c:154: undefined reference
to `sin_set_port'
/«PKGBUILDDIR»/src/protocols/irc/pork_irc_output.c:136: undefined reference
to `screen_err_msg'
/«PKGBUILDDIR»/src/protocols/irc/pork_irc_output.c:121: undefined reference
to `screen_err_msg'
/«PKGBUILDDIR»/src/protocols/irc/pork_irc_output.c:128: undefined reference
to `screen_err_msg'
collect2: error: ld returned 1 exit status
make[4]: *** [pork] Error 1
Makefile:495: recipe for target 'pork' failed
make[4]: Leaving directory '/«PKGBUILDDIR»/src'
make[3]: *** [all-recursive] Error 1
Makefile:564: recipe for target 'all-recursive' failed
make[3]: Leaving directory '/«PKGBUILDDIR»/src'
make[2]: *** [all-recursive] Error 1
Makefile:422: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/«PKGBUILDDIR»'
make[1]: *** [all] Error 2
Makefile:341: recipe for target 'all' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build-stamp] Error 2
debian/rules:42: recipe for target 'build-stamp' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: pork
Source-Version: 0.99.8.1-3
We believe that the bug you reported is fixed in the latest version of
pork, 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 778...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
gregor herrmann <gre...@debian.org> (supplier of updated pork 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: Fri, 24 Jul 2015 00:51:28 +0200
Source: pork
Binary: pork
Architecture: source
Version: 0.99.8.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: gregor herrmann <gre...@debian.org>
Description:
pork - Console-based AOL Instant Messenger & IRC client
Closes: 778068
Changes:
pork (0.99.8.1-3) unstable; urgency=medium
.
* QA upload.
Set Maintainer to "Debian QA Group <packa...@qa.debian.org>".
Cf. #760137
* Fix "ftbfs with GCC-5":
build with "-fgnu89-inline".
(Closes: #778068)
* Modernize packaging a bit:
use dh(1) and dh-autoreconf.
* Add new patch to fix -Werror=format-security errors.
Checksums-Sha1:
158123e97378f01c0842e8ef748be1c0fe9ba7c2 1857 pork_0.99.8.1-3.dsc
32459cca941036f66cae1a75fbdceaca7d8be61f 6492 pork_0.99.8.1-3.debian.tar.xz
Checksums-Sha256:
26809ab90330ce0dbc21b95a75c711894c1193d652be2fbde213d65f07e6bb7c 1857
pork_0.99.8.1-3.dsc
27b02c190461b4d1e87efb46bd08808b265cbbcebc790d13e5b331c7e4e061d7 6492
pork_0.99.8.1-3.debian.tar.xz
Files:
214c284d20bf1e14c792823c8eb83f38 1857 net optional pork_0.99.8.1-3.dsc
0e24eed10eaee39d456e748a59c56fff 6492 net optional
pork_0.99.8.1-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQJ8BAEBCgBmBQJVsXBcXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGi/MQAId+qCeg8duaKnVcvJ3FuhOt
cM8f9bE/ed/LqNjkRHjfBgaHzPVIjQqdtNWHFQzyK8Mx0I6yIDKBrHNWA8lngkeH
nJqK911caoG+ZH1JI+qvltzQ8TZihW67WSbtLzcsM5VNcAykLhRmbZJWzC1Vf0DB
1j9XModCtv2Mym59n0LaCRXVkEcMb6QuJpNjsJcsJWfkspV+78H2rgdwUjseZDqS
+bMQxBjXSNVNiJ0TQQ2frqYMW01bOs150p2fozelaBuHax6714rRP3N4E9tBLRuW
gnFoSG/Pp2yDOdn8SEbISo7ATT1UwkvlavTrQCqeHRg5ze8DWwrq1P+2thkUCAkf
SEQZlBUgl3e/gdCsmfMYvvVjI6q/tNv9+tnugKODksqj4UdtIb1cacYr3HfeNVo3
cnvudgS7dFNrDuuzxzyWxo58HT544+KSvFd7yeL0QN/ns6Ca7hMoKCcr/b58Hewd
OviDuBKKUInPELImJzklTXWDH6/sU7VRg/3cvL8rBz2Gb6fLhXgoR1SIsj063hnH
YDIhWkIQqVmSWpzJ9fg9fnOytTbdM6eJpjQXadO3Sq2GHvRfCvpPop7i33+7pecG
2Zoyo91zAaOlTiqD3VLwEYbE/6XzZKH+3LqwUt7g4ydTBvXF9fh8H08aaziKGddH
ijVeE77yZpsjGQMyZlxd
=NJfc
-----END PGP SIGNATURE-----
--- End Message ---