Your message dated Thu, 01 Nov 2018 12:28:20 +0000
with message-id <e1gic5e-000hte...@fasolo.debian.org>
and subject line Bug#778101: fixed in rcs-blame 1.3.1-4.1
has caused the Debian Bug report #778101,
regarding rcs-blame: 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.)
--
778101: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778101
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:rcs-blame
Version: 1.3.1-4
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/rcs-blame_1.3.1-4_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
[...]
../lib/libmisc.a(argp-parse.o): In function `_option_is_end':
/«PKGBUILDDIR»/lib/argp.h:605: multiple definition of `_option_is_end'
blame.o:/«PKGBUILDDIR»/src/../lib/argp.h:605: first defined here
../lib/libmisc.a(argp-pvh.o): In function `argp_usage':
/«PKGBUILDDIR»/lib/argp.h:587: multiple definition of `argp_usage'
blame.o:/«PKGBUILDDIR»/src/../lib/argp.h:587: first defined here
../lib/libmisc.a(argp-pvh.o): In function `_option_is_short':
/«PKGBUILDDIR»/lib/argp.h:593: multiple definition of `_option_is_short'
blame.o:/«PKGBUILDDIR»/src/../lib/argp.h:593: first defined here
../lib/libmisc.a(argp-pvh.o): In function `_option_is_end':
/«PKGBUILDDIR»/lib/argp.h:605: multiple definition of `_option_is_end'
blame.o:/«PKGBUILDDIR»/src/../lib/argp.h:605: first defined here
../lib/libmisc.a(argp-fmtstream.o): In function `argp_fmtstream_set_lmargin':
/«PKGBUILDDIR»/lib/argp-fmtstream.h:243: multiple definition of
`argp_fmtstream_set_lmargin'
../lib/libmisc.a(argp-help.o):/«PKGBUILDDIR»/lib/argp-fmtstream.h:243: first
defined here
../lib/libmisc.a(argp-fmtstream.o): In function `argp_fmtstream_set_rmargin':
/«PKGBUILDDIR»/lib/argp-fmtstream.h:255: multiple definition of
`argp_fmtstream_set_rmargin'
../lib/libmisc.a(argp-help.o):/«PKGBUILDDIR»/lib/argp-fmtstream.h:255: first
defined here
../lib/libmisc.a(argp-fmtstream.o): In function `argp_fmtstream_set_wmargin':
/«PKGBUILDDIR»/lib/argp-fmtstream.h:267: multiple definition of
`argp_fmtstream_set_wmargin'
../lib/libmisc.a(argp-help.o):/«PKGBUILDDIR»/lib/argp-fmtstream.h:267: first
defined here
../lib/libmisc.a(argp-fmtstream.o): In function `argp_fmtstream_point':
/«PKGBUILDDIR»/lib/argp-fmtstream.h:280: multiple definition of
`argp_fmtstream_point'
../lib/libmisc.a(argp-help.o):/«PKGBUILDDIR»/lib/argp-fmtstream.h:280: first
defined here
../lib/libmisc.a(argp-fmtstream.o): In function `argp_fmtstream_write':
/«PKGBUILDDIR»/lib/argp-fmtstream.h:207: multiple definition of
`argp_fmtstream_write'
../lib/libmisc.a(argp-help.o):/«PKGBUILDDIR»/lib/argp-fmtstream.h:207: first
defined here
../lib/libmisc.a(argp-fmtstream.o): In function `argp_fmtstream_putc':
/«PKGBUILDDIR»/lib/argp-fmtstream.h:233: multiple definition of
`argp_fmtstream_putc'
../lib/libmisc.a(argp-help.o):/«PKGBUILDDIR»/lib/argp-fmtstream.h:233: first
defined here
../lib/libmisc.a(argp-fmtstream.o): In function `argp_fmtstream_puts':
/«PKGBUILDDIR»/lib/argp-fmtstream.h:220: multiple definition of
`argp_fmtstream_puts'
../lib/libmisc.a(argp-help.o):/«PKGBUILDDIR»/lib/argp-fmtstream.h:220: first
defined here
collect2: error: ld returned 1 exit status
make[4]: *** [blame] Error 1
Makefile:353: recipe for target 'blame' failed
make[4]: Leaving directory '/«PKGBUILDDIR»/src'
make[3]: *** [all] Error 2
Makefile:275: recipe for target 'all' failed
make[3]: Leaving directory '/«PKGBUILDDIR»/src'
make[2]: *** [all-recursive] Error 1
Makefile:322: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/«PKGBUILDDIR»'
make[1]: *** [all] Error 2
Makefile:258: recipe for target 'all' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
dh_auto_build: make -j1 returned exit code 2
make: *** [build-arch] Error 2
debian/rules:7: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: rcs-blame
Source-Version: 1.3.1-4.1
We believe that the bug you reported is fixed in the latest version of
rcs-blame, 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.
Christoph Biedl <debian.a...@manchmal.in-ulm.de> (supplier of updated rcs-blame
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, 27 Oct 2018 13:43:11 +0200
Source: rcs-blame
Binary: rcs-blame
Architecture: source
Version: 1.3.1-4.1
Distribution: unstable
Urgency: medium
Maintainer: Andrew Pollock <apoll...@debian.org>
Changed-By: Christoph Biedl <debian.a...@manchmal.in-ulm.de>
Description:
rcs-blame - display the last modification for each line in an RCS file
Closes: 778101 868970
Changes:
rcs-blame (1.3.1-4.1) unstable; urgency=medium
.
* Non-maintainer upload
* Fix FTBFS from gcc-5 on. Closes: #778101, #868970
Checksums-Sha1:
672e4579ada2b630fc676ef2bbba912e9ae7cfbf 1750 rcs-blame_1.3.1-4.1.dsc
1ae6f2a49f7d3f5a8af561026816390ee7dcd2c7 3840 rcs-blame_1.3.1-4.1.debian.tar.xz
f3802e868fb17216c9c486b216b34dd62b65f491 5615
rcs-blame_1.3.1-4.1_powerpc.buildinfo
Checksums-Sha256:
02860627d391646fdac8cbab5b1b5e635ca1e704651355bea4654e03f959ac07 1750
rcs-blame_1.3.1-4.1.dsc
2a4497ee7afa7cf859baef0852dec0b412a26a5105b1a02265384f3ffe859b9f 3840
rcs-blame_1.3.1-4.1.debian.tar.xz
91a7d11dd97a8076819de73c91a2d19985dd3eb72702cbcf23501e9b1fa9bdab 5615
rcs-blame_1.3.1-4.1_powerpc.buildinfo
Files:
83724f8910840947a75c1be805afa9b0 1750 devel optional rcs-blame_1.3.1-4.1.dsc
0cbee3c88aac594347a6f7f1d1f32cb6 3840 devel optional
rcs-blame_1.3.1-4.1.debian.tar.xz
1eb18ceff623a7702bec3798959ddf8d 5615 devel optional
rcs-blame_1.3.1-4.1_powerpc.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEWXMI+726A12MfJXdxCxY61kUkv0FAlvUUTwACgkQxCxY61kU
kv1ETA/+IAYrNqneYh+PlAcpoxUfdtDXVgnA5ETMvOBfm41vGQCWo8WiSPgxuRGT
PdnYy8sfRbV1sIRFBCsS+4qZM41vWzx+5ubajN5tVjtI9xrZ6/o9ZlV3PDFjh5CH
ffOI83X6b7Kh9B9XxIxcLqzecSD30ggK3g3/umTFm+mM2+0TrarmeOjIgK+IVZQy
dWcK6C2v96nIagKFkemJ40y5HiLccuVE5jb9sisSvLE2QUxbabaqd4++YflAvdfm
GokGC09o506ByH9+KmCRQO2yhw7sX1eXcPPtIpYL5SRhFBODcr71dCPo7jU1LDn8
Efp8ZYOoJYeF6TUm6XcpHxVxG7zSoNYB5fnHh9yANE6vbYwngYyLJscfw94iQbWM
SfuVw3Yd9WJUubtele120v65W1rDFYFXKibS2fScVLnSUvhU0vRkz50VD3SlN9pk
6GERHMzWBdCUSlu8zT+l9WGoLuJOr/gsRIXE+UDt/GxqPMVQzJoqVZdvFRPG0l5H
kVmrAUjSWjGp+z3n23ZmM59CQ7lOMsafQ2fYiopvaXiglRZs9ys5+Te+gFOLLK+X
yYGFl+xdyDLDRtZI2YrI+p7ZjzoVstGwxrCqICRCL6fiA+U9GJrKrTFx0w6ofvIH
EOwopLPkR9luW8E28rjlh0Hn646mbEjgFjofg5A9j2VMSx8CfcY=
=DSK/
-----END PGP SIGNATURE-----
--- End Message ---