Hi,

It looks like rcs-blame has bitrotted a bit with GCC-5. Is this something
you could address?

If you maintain the Cc on this email, our bug tracking system will be kept
in the loop.

regards

Andrew

On Thu, Feb 12, 2015 at 10:36:32AM +0000, Matthias Klose wrote:
> 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
> 

Attachment: signature.asc
Description: Digital signature

Reply via email to