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

Bug#957121: dbacl: ftbfs with GCC-10



Package: src:dbacl
Version: 1.14.1-2
Severity: normal
Tags: sid bullseye
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-10

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-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/dbacl_1.14.1-2_unstable_gcc10.log
The last lines of the build log are at the end of this report.

To build with GCC 10, either set CC=gcc-10 CXX=g++-10 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are 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-10/porting_to.html

[...]
cat hmine.1in \
	| sed -e "s|[@]VERSION@|1.14.1|g" \
	| sed -e "s|[@]PKGDATADIR@|/usr/share/dbacl|g" \
	| sed -e "s|[@]PKGDOCDIR@|/usr/share/doc/dbacl|g" \
	> hmine.1
cat hypex.1in \
	| sed -e "s|[@]VERSION@|1.14.1|g" \
	| sed -e "s|[@]PKGDATADIR@|/usr/share/dbacl|g" \
	| sed -e "s|[@]PKGDOCDIR@|/usr/share/doc/dbacl|g" \
	> hypex.1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/man'
Making all in ts
make[3]: Entering directory '/<<PKGBUILDDIR>>/ts'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/ts'
Making all in TREC
make[3]: Entering directory '/<<PKGBUILDDIR>>/TREC'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/TREC'
Making all in contrib
make[3]: Entering directory '/<<PKGBUILDDIR>>/contrib'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/contrib'
make[3]: Entering directory '/<<PKGBUILDDIR>>'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_test
	make -j4 check VERBOSE=1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
Making check in doc
make[2]: Entering directory '/<<PKGBUILDDIR>>/doc'
Making check in chess
make[3]: Entering directory '/<<PKGBUILDDIR>>/doc/chess'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc/chess'
make[3]: Entering directory '/<<PKGBUILDDIR>>/doc'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/doc'
Making check in src
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
Making check in .
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
make  icheck pcheck
make[4]: Entering directory '/<<PKGBUILDDIR>>/src'
gcc -DHAVE_CONFIG_H -I. -I/usr/include/slang  -Wdate-time -D_FORTIFY_SOURCE=2 -funsigned-char -std=c99 -D_XOPEN_SOURCE=700 -Wall -pedantic  -O3 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o icheck.o icheck.c
gcc -DHAVE_CONFIG_H -I. -I/usr/include/slang  -Wdate-time -D_FORTIFY_SOURCE=2 -funsigned-char -std=c99 -D_XOPEN_SOURCE=700 -Wall -pedantic  -O3 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -DTEST_PARSER ./hparse.c ./rfc822.c ./rfc2822.c util.o fram.o jenkins2.o -o pcheck -Wl,-z,relro -Wl,-z,now
./hparse.c: In function ‘main’:
./hparse.c:1036:12: warning: variable ‘h’ set but not used [-Wunused-but-set-variable]
 1036 |   hline_t *h = NULL;
      |            ^
gcc -funsigned-char -std=c99 -D_XOPEN_SOURCE=700 -Wall -pedantic  -O3 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-z,relro -Wl,-z,now -o icheck icheck.o fram.o catfun.o util.o fh.o probs.o jenkins.o jenkins2.o mtherr.o igam.o gamma.o const.o polevl.o isnan.o ndtr.o mb.o wc.o -lm 
/usr/bin/ld: fram.o:./src/fram.c:30: multiple definition of `inputline'; icheck.o:./src/icheck.c:44: first defined here
/usr/bin/ld: fram.o:./src/fram.c:29: multiple definition of `inputfile'; icheck.o:./src/icheck.c:43: first defined here
/usr/bin/ld: fram.o:./src/fram.c:28: multiple definition of `progname'; icheck.o:./src/icheck.c:42: first defined here
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:557: icheck] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[3]: *** [Makefile:815: check-am] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:664: check-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:372: check-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: error: make -j4 check VERBOSE=1 returned exit code 2
make: *** [debian/rules:6: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2


Reply to: