[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#777795: baycomepp: ftbfs with GCC-5



Package: src:baycomepp
Version: 0.10-12.2
Severity: normal
Tags: sid stretch
User: debian-gcc@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/baycomepp_0.10-12.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

[...]
eppfpga.o:/«PKGBUILDDIR»/main/parport.h:175: first defined here
libresident.a(ppdirect.o): In function `parport_epp_read_addr':
/«PKGBUILDDIR»/main/parport.h:179: multiple definition of `parport_epp_read_addr'
eppfpga.o:/«PKGBUILDDIR»/main/parport.h:179: first defined here
libresident.a(ppdirect.o): In function `parport_ecp_write_data':
/«PKGBUILDDIR»/main/parport.h:183: multiple definition of `parport_ecp_write_data'
eppfpga.o:/«PKGBUILDDIR»/main/parport.h:183: first defined here
libresident.a(ppdirect.o): In function `parport_ecp_read_data':
/«PKGBUILDDIR»/main/parport.h:187: multiple definition of `parport_ecp_read_data'
eppfpga.o:/«PKGBUILDDIR»/main/parport.h:187: first defined here
libresident.a(ppdirect.o): In function `parport_ecp_write_addr':
/«PKGBUILDDIR»/main/parport.h:191: multiple definition of `parport_ecp_write_addr'
eppfpga.o:/«PKGBUILDDIR»/main/parport.h:191: first defined here
libresident.a(ppdirect.o): In function `parport_fpgaconfig_write':
/«PKGBUILDDIR»/main/parport.h:195: multiple definition of `parport_fpgaconfig_write'
eppfpga.o:/«PKGBUILDDIR»/main/parport.h:195: first defined here
libresident.a(ppdirect.o): In function `sppafsk_wrcmd':
/«PKGBUILDDIR»/main/fpga.h:68: multiple definition of `sppafsk_wrcmd'
eppfpga.o:/«PKGBUILDDIR»/main/fpga.h:68: first defined here
libresident.a(ppdirect.o): In function `sppafsk_wrdata':
/«PKGBUILDDIR»/main/fpga.h:75: multiple definition of `sppafsk_wrdata'
eppfpga.o:/«PKGBUILDDIR»/main/fpga.h:75: first defined here
libresident.a(ppdirect.o): In function `sppafsk_rdcmd':
/«PKGBUILDDIR»/main/fpga.h:82: multiple definition of `sppafsk_rdcmd'
eppfpga.o:/«PKGBUILDDIR»/main/fpga.h:82: first defined here
libresident.a(ppdirect.o): In function `sppafsk_rddata':
/«PKGBUILDDIR»/main/fpga.h:97: multiple definition of `sppafsk_rddata'
eppfpga.o:/«PKGBUILDDIR»/main/fpga.h:97: first defined here
libresident.a(ppdirect.o): In function `reset_modem':
/«PKGBUILDDIR»/main/fpga.h:144: multiple definition of `reset_modem'
eppfpga.o:/«PKGBUILDDIR»/main/fpga.h:144: first defined here
libresident.a(ppdirect.o): In function `readboundary':
/«PKGBUILDDIR»/main/fpga.h:155: multiple definition of `readboundary'
eppfpga.o:/«PKGBUILDDIR»/main/fpga.h:155: first defined here
libresident.a(ppdirect.o): In function `writeboundary':
/«PKGBUILDDIR»/main/fpga.h:160: multiple definition of `writeboundary'
eppfpga.o:/«PKGBUILDDIR»/main/fpga.h:160: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [eppfpga] Error 1
Makefile:352: recipe for target 'eppfpga' failed
make[3]: Leaving directory '/«PKGBUILDDIR»/main'
make[2]: *** [all-recursive] Error 1
Makefile:252: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/«PKGBUILDDIR»'
make[1]: *** [all] Error 2
Makefile:191: recipe for target 'all' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build-stamp] Error 2
debian/rules:30: recipe for target 'build-stamp' failed
dpkg-buildpackage: error: debian/rules build gave error exit status 2


Reply to: