Your message dated Sat, 25 Jul 2020 14:42:15 +0000
with message-id <e1jzlnp-000cgb...@fasolo.debian.org>
and subject line Bug#957825: fixed in source-extractor 2.25.0+ds-3
has caused the Debian Bug report #957825,
regarding source-extractor: 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.)
--
957825: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957825
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:source-extractor
Version: 2.25.0+ds-2
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/source-extractor_2.25.0+ds-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
[...]
| ^
define.h:180:21: note: in definition of macro ‘QMALLOC’
180 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \
| ^~~
som.c:686:37: warning: format ‘%lld’ expects argument of type ‘long long int’,
but argument 3 has type ‘long unsigned int’ [-Wformat=]
686 | QCALLOC(som->freq, int, som->nneur);
| ^
define.h:170:21: note: in definition of macro ‘QCALLOC’
170 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \
| ^~~
x86_64-linux-gnu-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 weight.o weight.c
x86_64-linux-gnu-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 winpos.o winpos.c
x86_64-linux-gnu-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
In file included from xml.c:39:
xml.c: In function ‘init_xml’:
xml.c:65:36: warning: format ‘%lld’ expects argument of type ‘long long int’,
but argument 3 has type ‘long unsigned int’ [-Wformat=]
65 | QMALLOC(xmlstack, xmlstruct, next);
| ^
define.h:180:21: note: in definition of macro ‘QMALLOC’
180 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \
| ^~~
x86_64-linux-gnu-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 ldactoasc.o ldactoasc.c
xml.c: In function ‘write_xml_meta’:
xml.c:248:35: warning: ‘%02d’ directive writing between 2 and 11 bytes into a
region of size between 0 and 7 [-Wformat-overflow=]
248 | sprintf(prefs.sdate_end,"%04d-%02d-%02d",
| ^~~~
xml.c:248:29: note: directive argument in the range [-2147483647, 2147483647]
248 | sprintf(prefs.sdate_end,"%04d-%02d-%02d",
| ^~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
from xml.c:34:
/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 ());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wl,-z,relro -o ldactoasc ldactoasc.o ./fits/libfits.a
-llapack_atlas -lfftw3f -lm
libtool: link: x86_64-linux-gnu-gcc -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wl,-z -Wl,relro -o ldactoasc ldactoasc.o
./fits/libfits.a -llapack_atlas -lfftw3f -lm
/usr/bin/ld: ./fits/libfits.a(fitscat.o):(.bss+0x0): multiple definition of
`bswapflag'; ldactoasc.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: ./fits/libfits.a(fitshead.o):./src/fits/fitscat_defs.h:89:
multiple definition of `gstr';
./fits/libfits.a(fitscat.o):./src/fits/fitscat_defs.h:89: first defined here
/usr/bin/ld: ./fits/libfits.a(fitshead.o):(.bss+0x0): multiple definition of
`bswapflag'; ldactoasc.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: ./fits/libfits.a(fitskey.o):./src/fits/fitscat_defs.h:89: multiple
definition of `gstr'; ./fits/libfits.a(fitscat.o):./src/fits/fitscat_defs.h:89:
first defined here
/usr/bin/ld: ./fits/libfits.a(fitskey.o):(.bss+0x0): multiple definition of
`bswapflag'; ldactoasc.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: ./fits/libfits.a(fitsmisc.o):(.bss+0x0): multiple definition of
`bswapflag'; ldactoasc.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: ./fits/libfits.a(fitsmisc.o):./src/fits/fitscat_defs.h:89:
multiple definition of `gstr';
./fits/libfits.a(fitscat.o):./src/fits/fitscat_defs.h:89: first defined here
/usr/bin/ld: ./fits/libfits.a(fitsread.o):./src/fits/fitscat_defs.h:89:
multiple definition of `gstr';
./fits/libfits.a(fitscat.o):./src/fits/fitscat_defs.h:89: first defined here
/usr/bin/ld: ./fits/libfits.a(fitsread.o):(.bss+0xb40): multiple definition of
`bswapflag'; ldactoasc.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: ./fits/libfits.a(fitstab.o):./src/fits/fitscat_defs.h:89: multiple
definition of `gstr'; ./fits/libfits.a(fitscat.o):./src/fits/fitscat_defs.h:89:
first defined here
/usr/bin/ld: ./fits/libfits.a(fitstab.o):(.bss+0x0): multiple definition of
`bswapflag'; ldactoasc.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: ./fits/libfits.a(fitsutil.o):(.bss+0x0): multiple definition of
`bswapflag'; ldactoasc.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: ./fits/libfits.a(fitsutil.o):./src/fits/fitscat_defs.h:89:
multiple definition of `gstr';
./fits/libfits.a(fitscat.o):./src/fits/fitscat_defs.h:89: first defined here
/usr/bin/ld: ./fits/libfits.a(fitsbody.o):(.bss+0x20): multiple definition of
`bswapflag'; ldactoasc.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: ./fits/libfits.a(fitsbody.o):./src/fits/fitscat_defs.h:89:
multiple definition of `gstr';
./fits/libfits.a(fitscat.o):./src/fits/fitscat_defs.h:89: first defined here
/usr/bin/ld: ./fits/libfits.a(fitscheck.o):(.bss+0x0): multiple definition of
`bswapflag'; ldactoasc.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: ./fits/libfits.a(fitscheck.o):./src/fits/fitscat_defs.h:89:
multiple definition of `gstr';
./fits/libfits.a(fitscat.o):./src/fits/fitscat_defs.h:89: first defined here
/usr/bin/ld: ./fits/libfits.a(fitscleanup.o):./src/fits/fitscat_defs.h:89:
multiple definition of `gstr';
./fits/libfits.a(fitscat.o):./src/fits/fitscat_defs.h:89: first defined here
/usr/bin/ld: ./fits/libfits.a(fitscleanup.o):(.bss+0x18): multiple definition
of `bswapflag'; ldactoasc.o:./src/fits/fitscat.h:336: first defined here
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:569: ldactoasc] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[3]: *** [Makefile:663: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:528: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:435: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:12: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: source-extractor
Source-Version: 2.25.0+ds-3
Done: Ole Streicher <oleb...@debian.org>
We believe that the bug you reported is fixed in the latest version of
source-extractor, 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 source-extractor
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: Sat, 25 Jul 2020 16:19:48 +0200
Source: source-extractor
Architecture: source
Version: 2.25.0+ds-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Maintainers
<debian-astro-maintain...@lists.alioth.debian.org>
Changed-By: Ole Streicher <oleb...@debian.org>
Closes: 957825
Changes:
source-extractor (2.25.0+ds-3) unstable; urgency=medium
.
* Add "Replaces" field in original pkg to ensure smooth transition
* Make gstr declaration external (Closes: #957825)
Checksums-Sha1:
7a13a9682446640d9c9945645ebfdb92134e3946 2237 source-extractor_2.25.0+ds-3.dsc
b282501d603313f8f593452879bb101fd821a9b9 51100
source-extractor_2.25.0+ds-3.debian.tar.xz
Checksums-Sha256:
1eb10797f2cc499359c6f6ebef5cce4c6bc7dbabdf4372c5fdcad0e827a74dc3 2237
source-extractor_2.25.0+ds-3.dsc
65b0de0b3019f1e048bc7519fadf9355fd8db62201f85b1af7a2889eee7390b4 51100
source-extractor_2.25.0+ds-3.debian.tar.xz
Files:
e51491a355c10880deb5c6fcc3a07df1 2237 science optional
source-extractor_2.25.0+ds-3.dsc
5267b11199f2fb76ada50edef3112267 51100 science optional
source-extractor_2.25.0+ds-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAl8cP9YACgkQcRWv0HcQ
3PdzqxAA2pjoNkfXo9b06peZWdxqt67igDCf4sdEjn/CNGX2z+C5O0BRkL1T8jZX
rmcrQbpaMsLj2CSL8mlUt0eG+58wLrixwQ3C4dkHuv1VSVvOfti0e4eEqrFMXXUU
ZAmmi6DmcZ0oDXb5xJSbpLPUYdSA7RFFh2UW9DFvrr05frlzeav4NoqCJ6CpLG/Z
cUSJ5En4/dlytJrFg3xH9t/EOCh2Vk1GjC5iIk7F9/UJhbl0L76x0zVXpvyfIo74
t2L18bYySvPypLLRAyrJipZjBv1vJGH8IAE97paaDzl11pNmkgU6egdB0Pc/X1+q
924eZ5ynYiE6nbC4YiIK4QFCbCfgIRumKzGjODgvpgZ8ibxHW3VgyKvH4olW9OUl
IUWTR8GmBpsrcdlCbtnFoIokK9O9pRnaZiOZDFxg4A7TQFtCvDlPqPQXHw33e9Zr
+5MJ8ISPZfUAc0sABp6sZ0GU8poT0q7eHCs4bTngBkoREN6Msxhm/Wrz3WzMfvPr
uMywmZGbe+x5xpjSc00LONKtoio3lfrsVpECaNoN0vzp8R2jXXE5fEsZZeB3rQ9I
/2E7nai6gs7dYu8SykwXFbGEJpbaQQyVAV+BhllFESR806MNeHhaHgm1ECy/X7Y0
O/sPvKT/Sy4/4/bhLe8IauGuG8lj8t74gAG81NtsZOSaIFba5hI=
=vWCt
-----END PGP SIGNATURE-----
--- End Message ---