Your message dated Tue, 28 Jul 2015 22:24:35 +0000
with message-id <e1zkdiz-0000ud...@franck.debian.org>
and subject line Bug#778140: fixed in tcpcopy 0.6.3-2.1
has caused the Debian Bug report #778140,
regarding tcpcopy: 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.)


-- 
778140: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778140
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:tcpcopy
Version: 0.6.3-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/tcpcopy_0.6.3-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

[...]
tc_delay.o: In function `delay_table_delete_obsolete':
/«PKGBUILDDIR»/src/interception/tc_delay.c:39: undefined reference to 
`link_list_tail'
/«PKGBUILDDIR»/src/interception/tc_delay.c:48: undefined reference to 
`link_list_pop_tail'
tc_delay.o: In function `delay_table_add':
/«PKGBUILDDIR»/src/interception/tc_delay.c:105: undefined reference to 
`link_list_append'
tc_delay.o: In function `delay_table_send':
/«PKGBUILDDIR»/src/interception/tc_delay.c:128: undefined reference to 
`link_list_pop_first'
/«PKGBUILDDIR»/src/interception/tc_delay.c:134: undefined reference to 
`link_node_internal_free'
/«PKGBUILDDIR»/src/interception/tc_delay.c:127: undefined reference to 
`link_list_is_empty'
tc_delay.o: In function `delay_table_del':
/«PKGBUILDDIR»/src/interception/tc_delay.c:153: undefined reference to 
`link_list_pop_first'
/«PKGBUILDDIR»/src/interception/tc_delay.c:155: undefined reference to 
`link_node_internal_free'
/«PKGBUILDDIR»/src/interception/tc_delay.c:152: undefined reference to 
`link_list_is_empty'
tc_delay.o: In function `delay_table_destroy':
/«PKGBUILDDIR»/src/interception/tc_delay.c:180: undefined reference to 
`link_list_first'
/«PKGBUILDDIR»/src/interception/tc_delay.c:190: undefined reference to 
`link_list_get_next'
../core/libcore.a(tc_link_list.o): In function `link_list_clear':
/«PKGBUILDDIR»/src/core/tc_link_list.c:53: undefined reference to 
`link_node_internal_free'
../core/libcore.a(tc_link_list.o): In function `link_list_append_by_order':
/«PKGBUILDDIR»/src/core/tc_link_list.c:99: undefined reference to 
`link_list_append'
../core/libcore.a(tc_hash.o): In function `hash_find_node':
/«PKGBUILDDIR»/src/core/tc_hash.c:34: undefined reference to `get_link_list'
/«PKGBUILDDIR»/src/core/tc_hash.c:35: undefined reference to `link_list_first'
/«PKGBUILDDIR»/src/core/tc_hash.c:47: undefined reference to 
`link_list_remove'
/«PKGBUILDDIR»/src/core/tc_hash.c:48: undefined reference to `link_list_push'
/«PKGBUILDDIR»/src/core/tc_hash.c:51: undefined reference to 
`link_list_get_next'
../core/libcore.a(tc_hash.o): In function `hash_add':
/«PKGBUILDDIR»/src/core/tc_hash.c:128: undefined reference to `get_link_list'
/«PKGBUILDDIR»/src/core/tc_hash.c:129: undefined reference to `link_list_push'
../core/libcore.a(tc_hash.o): In function `hash_del':
/«PKGBUILDDIR»/src/core/tc_hash.c:138: undefined reference to `get_link_list'
/«PKGBUILDDIR»/src/core/tc_hash.c:143: undefined reference to 
`link_list_remove'
/«PKGBUILDDIR»/src/core/tc_hash.c:144: undefined reference to 
`link_node_internal_free'
../core/libcore.a(tc_hash.o): In function `hash_deep_destroy':
/«PKGBUILDDIR»/src/core/tc_hash.c:195: undefined reference to 
`link_list_first'
/«PKGBUILDDIR»/src/core/tc_hash.c:197: undefined reference to 
`link_list_get_next'
collect2: error: ld returned 1 exit status
make[3]: *** [intercept] Error 1
Makefile:245: recipe for target 'intercept' failed
make[3]: Leaving directory '/«PKGBUILDDIR»/src/interception'
make[2]: *** [all-recursive] Error 1
Makefile:207: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/«PKGBUILDDIR»/src'
make[1]: *** [all-recursive] Error 1
Makefile:234: recipe for target 'all-recursive' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
dh_auto_build: make -j1 returned exit code 2
make: *** [build-arch] Error 2
debian/rules:5: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: tcpcopy
Source-Version: 0.6.3-2.1

We believe that the bug you reported is fixed in the latest version of
tcpcopy, 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 tcpcopy 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: Thu, 23 Jul 2015 21:48:18 +0200
Source: tcpcopy
Binary: tcpcopy
Architecture: source
Version: 0.6.3-2.1
Distribution: unstable
Urgency: medium
Maintainer: Aron Xu <a...@debian.org>
Changed-By: gregor herrmann <gre...@debian.org>
Description:
 tcpcopy    - online request replication tool
Closes: 778140
Changes:
 tcpcopy (0.6.3-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix "ftbfs with GCC-5", add patch, backported from upstream git, to handle
     changed inline semantics.
     (Closes: #778140)
Checksums-Sha1:
 ce5682262f4f1facf60264311caa12fb38edecfc 1873 tcpcopy_0.6.3-2.1.dsc
 ea5e00b8759ec471a3805ae05e4eb64c0310f1ea 6436 tcpcopy_0.6.3-2.1.debian.tar.xz
Checksums-Sha256:
 2ef4ac77678d4ba4ea93d8d0201a9c5bc0459f420178b648c89c55a5d20ada93 1873 
tcpcopy_0.6.3-2.1.dsc
 151ba6464428efd1791697f835308cd0a77b31218d58b12c9eda1911e1a42fcc 6436 
tcpcopy_0.6.3-2.1.debian.tar.xz
Files:
 97e317586b29a200ead406e6876d9bca 1873 net optional tcpcopy_0.6.3-2.1.dsc
 be09ee3a3f543ff04440449058e494ce 6436 net optional 
tcpcopy_0.6.3-2.1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQJ8BAEBCgBmBQJVsUViXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoG0YEP/0ZwIBsSImP4aVbdxnTEHcKf
oURkcPp0fGoDzQ5+2Fms697JhfuurMpHclU3vH+dJZzZNGewYQPSJlA8Mm2S4c7W
0JqkvtuWPWusR9j3NcFdW16wJ683BPlkEeRp09/mGTcvVWxY5eA6WQ7Nj6ZDbofA
LY6nXNyf03vvGzxyrH3KlArN0eUzXPyP+NPok3pF0r96ZSlhg0vN25OFOVrdnHv0
l+XAcUxmTGs620rffKPYTGPq2Tq9J4xdqGw7mgZoyh+AEydw8knejoKLld21kStb
OfUDQ/qOsJfqVgWXGo/LEB+rYj9GyeFoaHNxYU6aMmErhfzd231UFl6G9r8OOFAc
N/gqLL+b9DqtcnFIBbpIoaxpnOAd+MCZbvk8Z6yDG7s30LPIbqeAc7AF2nVto+kQ
I59d08QCqPJLmTKbN335xAgSPZRMsmN5eZ7pdKOTJj6hDEkxMMREYXI4iD/tNP+G
byY8f/6dohR8KBzXqzkBfPp1k4dEVjL8MxZ4x8K5Q+/J5TrIMDuJodIjOHPyMwzC
vzHMXDuh5xqwyWFPVeDtYYZZyoGdCsGoImjO6hDYp3oMNy096hYXhC0XpBjBJgNM
obSwtz7WJxJ4vY+8nZqkecrWhB5A9goEbV5ECFDGLkkD7PwRLnMADaKsHRDi0Y/K
er9BrEz8qNhB4pz++2m9
=Ezrq
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to