Your message dated Sun, 02 Aug 2020 14:53:47 +0000
with message-id <e1k2fmx-000eeh...@fasolo.debian.org>
and subject line Bug#957545: fixed in missfits 2.8.0-3
has caused the Debian Bug report #957545,
regarding missfits: 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.)


-- 
957545: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957545
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:missfits
Version: 2.8.0-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/missfits_2.8.0-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

[...]
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xml.c:142:32: warning: ‘%s’ directive writing up to 511 bytes into a region of 
size 80 [-Wformat-overflow=]
  142 |         sprintf(x->filename,"%s%s%s",name,prefs.new_suffix,FITS_SUFFIX);
      |                                ^~         ~~~~~~~~~~~~~~~~
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 6 or more bytes (assuming 517) into a 
destination of size 80
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xml.c: In function ‘write_xml_meta’:
xml.c:435:35: warning: ‘%02d’ directive writing between 2 and 11 bytes into a 
region of size between 0 and 7 [-Wformat-overflow=]
  435 |     sprintf(prefs.sdate_end,"%04d-%02d-%02d",
      |                                   ^~~~
xml.c:435:29: note: directive argument in the range [-2147483647, 2147483647]
  435 |     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 missfits custom.o file.o 
fitswcs.o main.o makeit.o prefs.o process.o xml.o ../src/fits/libfits.a 
../src/wcs/libwcs_c.a -lm 
/usr/bin/ld: file.o:./src/prefs.h:87: multiple definition of `prefs'; 
custom.o:./src/prefs.h:87: first defined here
/usr/bin/ld: file.o:./src/globals.h:33: multiple definition of `gstr'; 
custom.o:./src/globals.h:33: first defined here
/usr/bin/ld: file.o:./src/fits/fitscat.h:336: multiple definition of 
`bswapflag'; custom.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: fitswcs.o:(.bss+0x0): multiple definition of `bswapflag'; 
custom.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: main.o:./src/prefs.h:87: multiple definition of `prefs'; 
custom.o:./src/prefs.h:87: first defined here
/usr/bin/ld: main.o:./src/fits/fitscat.h:336: multiple definition of 
`bswapflag'; custom.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: main.o:./src/globals.h:33: multiple definition of `gstr'; 
custom.o:./src/globals.h:33: first defined here
/usr/bin/ld: makeit.o:./src/prefs.h:87: multiple definition of `prefs'; 
custom.o:./src/prefs.h:87: first defined here
/usr/bin/ld: makeit.o:./src/globals.h:33: multiple definition of `gstr'; 
custom.o:./src/globals.h:33: first defined here
/usr/bin/ld: makeit.o:./src/fits/fitscat.h:336: multiple definition of 
`bswapflag'; custom.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: prefs.o:./src/prefs.h:87: multiple definition of `prefs'; 
custom.o:./src/prefs.h:87: first defined here
/usr/bin/ld: prefs.o:./src/fits/fitscat.h:336: multiple definition of 
`bswapflag'; custom.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: prefs.o:./src/globals.h:33: multiple definition of `gstr'; 
custom.o:./src/globals.h:33: first defined here
/usr/bin/ld: process.o:./src/prefs.h:87: multiple definition of `prefs'; 
custom.o:./src/prefs.h:87: first defined here
/usr/bin/ld: process.o:./src/fits/fitscat.h:336: multiple definition of 
`bswapflag'; custom.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: process.o:./src/globals.h:33: multiple definition of `gstr'; 
custom.o:./src/globals.h:33: first defined here
/usr/bin/ld: xml.o:./src/prefs.h:87: multiple definition of `prefs'; 
custom.o:./src/prefs.h:87: first defined here
/usr/bin/ld: xml.o:./src/fits/fitscat.h:336: multiple definition of 
`bswapflag'; custom.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: xml.o:./src/globals.h:33: multiple definition of `gstr'; 
custom.o:./src/globals.h:33: first defined here
/usr/bin/ld: ../src/fits/libfits.a(fitsbody.o):(.bss+0x20): multiple definition 
of `bswapflag'; custom.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: ../src/fits/libfits.a(fitscat.o):(.bss+0x0): multiple definition 
of `bswapflag'; custom.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: ../src/fits/libfits.a(fitscheck.o):(.bss+0x0): multiple definition 
of `bswapflag'; custom.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: ../src/fits/libfits.a(fitscleanup.o):(.bss+0x18): multiple 
definition of `bswapflag'; custom.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: ../src/fits/libfits.a(fitshead.o):(.bss+0x0): multiple definition 
of `bswapflag'; custom.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: ../src/fits/libfits.a(fitsmisc.o):(.bss+0x0): multiple definition 
of `bswapflag'; custom.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: ../src/fits/libfits.a(fitsread.o):(.bss+0xb40): multiple 
definition of `bswapflag'; custom.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: ../src/fits/libfits.a(fitstab.o):(.bss+0x0): multiple definition 
of `bswapflag'; custom.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: ../src/fits/libfits.a(fitsutil.o):(.bss+0x0): multiple definition 
of `bswapflag'; custom.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: ../src/fits/libfits.a(fitswrite.o):(.bss+0x0): multiple definition 
of `bswapflag'; custom.o:./src/fits/fitscat.h:336: first defined here
/usr/bin/ld: ../src/fits/libfits.a(fitskey.o):(.bss+0x0): multiple definition 
of `bswapflag'; custom.o:./src/fits/fitscat.h:336: first defined here
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:422: missfits] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[3]: *** [Makefile:466: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:455: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:373: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:8: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: missfits
Source-Version: 2.8.0-3
Done: Ole Streicher <oleb...@debian.org>

We believe that the bug you reported is fixed in the latest version of
missfits, 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 missfits 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:23:48 +0200
Source: missfits
Architecture: source
Version: 2.8.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Maintainers 
<debian-astro-maintain...@lists.alioth.debian.org>
Changed-By: Ole Streicher <oleb...@debian.org>
Closes: 957545
Changes:
 missfits (2.8.0-3) unstable; urgency=medium
 .
   [ Debian Janitor ]
   * Trim trailing whitespace.
   * Set debhelper-compat version in Build-Depends.
   * Drop unnecessary dependency on dh-autoreconf.
   * Remove obsolete field Name from debian/upstream/metadata (already present 
in
     machine-readable debian/copyright).
   * Update standards version to 4.4.1, no changes needed.
 .
   [ Ole Streicher ]
   * Use new name source-extractor
   * Appen -fcommon to CFLAGS to allow compilation with gcc-10 (Closes: #957545)
Checksums-Sha1:
 29a7e5e98d4d5da4b1d84c87a56912a2c693c7c8 1982 missfits_2.8.0-3.dsc
 1413eee556fc1b4dca87bb5726a17aea5534b21a 3852 missfits_2.8.0-3.debian.tar.xz
Checksums-Sha256:
 9ce86b483ebd274f9f78fa1076996a5d6178a59b0e1ab5350082b3acd271721b 1982 
missfits_2.8.0-3.dsc
 17119d431d04bf60c2f8ee6f61c0c2a311b684b177be6a85d3554f2d8af7660b 3852 
missfits_2.8.0-3.debian.tar.xz
Files:
 1e6625b087449ecb423c9fb10ab46f65 1982 science optional missfits_2.8.0-3.dsc
 589eeaa73abeedcc9587b5e026fb5da2 3852 science optional 
missfits_2.8.0-3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAl8mzPEACgkQcRWv0HcQ
3PcmtxAA3K0fayUAqBjDgxGhFQq3VpmzV2dywbHxUz0SmwwSnuZjcbR2Rou0slAj
pZKBV4tVtMxzeuDVs/fipT95WzkXs/2B38NQOxP8VG3P9hBmxGpcMWQxIAOHcA/8
2MwutK3kjiQGbndKoGj/Ha3Hs48t8EZnmjv0MxdOFmMya9fJ2AyoIQoS3UJRLxez
QmeYcGUNVDqxPZ4iRCSYMeQpBjrxdtI2qJZLkDaCoXAHMbnpM0WcNn/eMoCJmLYp
L2LaOq6KkKh+1f+1T9fqYuDfSJCKFuJTCI6g5kWsA8j6RTffr2dGNmtCh4fmKqW+
aRGoWPZvhFBZsq0/FflgcWOIXR61FCX1vY74ro5JcC2UmQO8YnN2pxvVOzGb7c0f
HsHHFxmcuGgqNVnRldNrn6Q6+SV+tHwZsubpI6eWIHjjCpxzyn5ZNM80NqNqNwR4
jIej5RGZmit+IBkf/AfmyAjEvEeB+ooJKA1/4kvzHsWuXdpGmO9pr6v5nNws5dLU
uT0mPmAunvAoA4QwfnBR3RHsJjYzo5wg6J/7uTUGiKpmfItXxBIvC+C52LGNhWLt
nmDC1ty+M4sI0oOZf2azNlpA6e+fsOPBE2FBIQpk+1sab4s2ssCXkTAWLvbForez
bq8dtH6UCXJTVb68wZC3LBruVts1dwvs77rVloP2ecXCd8RmMaU=
=8yJX
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to