[Debian-astro-maintainers] Bug#957930: weightwatcher: ftbfs with GCC-10

Matthias Klose doko at debian.org
Fri Apr 17 12:13:06 BST 2020


Package: src:weightwatcher
Version: 1.12+dfsg-1
Severity: normal
Tags: sid bullseye
User: debian-gcc at 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/weightwatcher_1.12+dfsg-1_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

[...]
  145 |   sprintf(prefs.sdate_end,"%04d-%02d-%02d",
      |                           ^~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from main.c:35:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 11 and 36 bytes into a destination of size 12
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o makeit.o makeit.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o prefs.o prefs.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o readimage.o readimage.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o vector.o vector.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o fitswcs.o fitswcs.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o xml.o xml.c
xml.c: In function ‘write_xml_meta’:
xml.c:205:35: warning: ‘%02d’ directive writing between 2 and 11 bytes into a region of size between 0 and 7 [-Wformat-overflow=]
  205 |     sprintf(prefs.sdate_end,"%04d-%02d-%02d",
      |                                   ^~~~
xml.c:205:29: note: directive argument in the range [-2147483647, 2147483647]
  205 |     sprintf(prefs.sdate_end,"%04d-%02d-%02d",
      |                             ^~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from xml.c:35:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 11 and 36 bytes into a destination of size 12
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-z,relro -o weightwatcher field.o main.o makeit.o prefs.o readimage.o vector.o fitswcs.o xml.o ../src/fits/libfits.a ../src/wcs/libwcs_c.a -lm 
/usr/bin/ld: main.o:./src/prefs.h:89: multiple definition of `prefs'; field.o:./src/prefs.h:89: first defined here
/usr/bin/ld: main.o:./src/globals.h:33: multiple definition of `gstr'; field.o:./src/globals.h:33: first defined here
/usr/bin/ld: main.o:./src/fits/fitscat.h:336: multiple definition of `bswapflag'; field.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: makeit.o:./src/prefs.h:89: multiple definition of `prefs'; field.o:./src/prefs.h:89: first defined here
/usr/bin/ld: makeit.o:./src/fits/fitscat.h:336: multiple definition of `bswapflag'; field.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: makeit.o:./src/globals.h:33: multiple definition of `gstr'; field.o:./src/globals.h:33: first defined here
/usr/bin/ld: prefs.o:./src/prefs.h:89: multiple definition of `prefs'; field.o:./src/prefs.h:89: first defined here
/usr/bin/ld: prefs.o:./src/fits/fitscat.h:336: multiple definition of `bswapflag'; field.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: prefs.o:./src/globals.h:33: multiple definition of `gstr'; field.o:./src/globals.h:33: first defined here
/usr/bin/ld: readimage.o:./src/fits/fitscat.h:336: multiple definition of `bswapflag'; field.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: readimage.o:./src/globals.h:33: multiple definition of `gstr'; field.o:./src/globals.h:33: first defined here
/usr/bin/ld: vector.o:./src/globals.h:33: multiple definition of `gstr'; field.o:./src/globals.h:33: first defined here
/usr/bin/ld: vector.o:./src/prefs.h:89: multiple definition of `prefs'; field.o:./src/prefs.h:89: first defined here
/usr/bin/ld: vector.o:./src/fits/fitscat.h:336: multiple definition of `bswapflag'; field.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: fitswcs.o:(.bss+0x0): multiple definition of `bswapflag'; field.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: xml.o:./src/prefs.h:89: multiple definition of `prefs'; field.o:./src/prefs.h:89: first defined here
/usr/bin/ld: xml.o:./src/globals.h:33: multiple definition of `gstr'; field.o:./src/globals.h:33: first defined here
/usr/bin/ld: xml.o:./src/fits/fitscat.h:336: multiple definition of `bswapflag'; field.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: ../src/fits/libfits.a(fitscat.o):(.bss+0x0): multiple definition of `bswapflag'; field.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: ../src/fits/libfits.a(fitscleanup.o):(.bss+0x18): multiple definition of `bswapflag'; field.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: ../src/fits/libfits.a(fitshead.o):(.bss+0x0): multiple definition of `bswapflag'; field.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: ../src/fits/libfits.a(fitsmisc.o):(.bss+0x0): multiple definition of `bswapflag'; field.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: ../src/fits/libfits.a(fitsread.o):(.bss+0xb40): multiple definition of `bswapflag'; field.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: ../src/fits/libfits.a(fitstab.o):(.bss+0x0): multiple definition of `bswapflag'; field.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: ../src/fits/libfits.a(fitsutil.o):(.bss+0x0): multiple definition of `bswapflag'; field.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: ../src/fits/libfits.a(fitsbody.o):(.bss+0x20): multiple definition of `bswapflag'; field.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: ../src/fits/libfits.a(fitscheck.o):(.bss+0x0): multiple definition of `bswapflag'; field.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: ../src/fits/libfits.a(fitskey.o):(.bss+0x0): multiple definition of `bswapflag'; field.o:./src/fits/fitscat.h:336: first defined here
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:418: weightwatcher] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[3]: *** [Makefile:462: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:453: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:371: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:5: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2



More information about the Debian-astro-maintainers mailing list