Your message dated Sun, 02 Aug 2020 14:57:36 +0000
with message-id <e1k2fqe-000fbc...@fasolo.debian.org>
and subject line Bug#957930: fixed in weightwatcher 1.12+dfsg-2
has caused the Debian Bug report #957930,
regarding weightwatcher: ftbfs with GCC-10
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.)
--
957930: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957930
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:weightwatcher
Version: 1.12+dfsg-1
Severity: normal
Tags: sid bullseye
User: debian-...@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
--- End Message ---
--- Begin Message ---
Source: weightwatcher
Source-Version: 1.12+dfsg-2
Done: Ole Streicher <oleb...@debian.org>
We believe that the bug you reported is fixed in the latest version of
weightwatcher, 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 957...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ole Streicher <oleb...@debian.org> (supplier of updated weightwatcher 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: Sun, 02 Aug 2020 16:30:10 +0200
Source: weightwatcher
Architecture: source
Version: 1.12+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Maintainers
<debian-astro-maintain...@lists.alioth.debian.org>
Changed-By: Ole Streicher <oleb...@debian.org>
Closes: 957930
Changes:
weightwatcher (1.12+dfsg-2) unstable; urgency=medium
.
* Update VCS fields to use salsa.d.o
* Use new name source-extractor
* Appen -fcommon to CFLAGS to allow compilation with gcc-10 (Closes: #957930)
Checksums-Sha1:
0118153475d684bd32294a7947ced281a173ea4b 2044 weightwatcher_1.12+dfsg-2.dsc
b33cba259e71431c86a36259e4fcb040afd34f10 4844
weightwatcher_1.12+dfsg-2.debian.tar.xz
Checksums-Sha256:
2e35a52f8cdbecba1347df3186bd1351a00f40a176a1ae99f27b29abd984393a 2044
weightwatcher_1.12+dfsg-2.dsc
6b564a2f60a8069338d5adc79069948656be2468bf68e4601b6ba598d11a438d 4844
weightwatcher_1.12+dfsg-2.debian.tar.xz
Files:
25e5d4a74114b4a3f9bb12cbb4b0175a 2044 science optional
weightwatcher_1.12+dfsg-2.dsc
63929ff215d425e980370e41cfb711b2 4844 science optional
weightwatcher_1.12+dfsg-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAl8mzjAACgkQcRWv0HcQ
3PcqHhAAuam2vQ45ZhIyRqofquLmSOB5/vnlZ7bvN3+nWjprXwGr9/x0gE/oWg8f
dUWVXXem5bA9KKvNHRwF8IK5w5apWrUt66UxDut2mPa5ydgiqKBGmDkR5HgbaLo8
lToUBGPGvawqCg0PVUSjK8LkY+wCmQ0OGmHJBbZIFf3KG4vU2Ue8REFlWNN2sDpt
B7xDM/xE7vXKs1ctHOHkCyS4n4BlP+I5x+/EYEOD5FGt8+SA2SgXMhmA4t5A6RFy
is8DsuWZACatnSGD7JB5TTxRAuMjrix84LQR+t4bnGqq+Mv9EctKAJZskp8f+I9V
4S5kX/Sl6d8kuoGg37UqushPYe1uPWxuQWIqnr5tCEAhhd/w1/80gADOIEfy/Cww
++bXp+55Oi2LIH68qhFbKZz3B4Bo7Ebgs4e4gSHZHOIcQGiqXRNUVgPso68HE4EV
yOfg0gEgVkb9QOhXyge6JvuDOJakLM5PxkQIzmfTA1xuA7a7MTU5Dp+PPYLYLzcR
mlpZFXFDVPy7z+zK+T+SvXQSHThVB0R+26bADMRxDhUYHfV09d+pxHMC+xXq8h64
w++oA2exyzZy8hcKlVml6emHd9nT5GqsRHICAMY8qHuwUrMacaFpmaCzpMznSewF
sPvB7RDHSd/RaeCRST8fKQmsZ3MRtdj4mP4Nfp9UFwmTLu1ti6o=
=k2NT
-----END PGP SIGNATURE-----
--- End Message ---