Your message dated Wed, 10 Sep 2025 16:11:25 +0000
with message-id <[email protected]>
and subject line Bug#1097844: fixed in saods9 8.6+repack-6
has caused the Debian Bug report #1097844,
regarding saods9: ftbfs with GCC-15
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 [email protected]
immediately.)


-- 
1097844: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097844
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:saods9
Version: 8.6+repack-4
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15

[This bug is NOT targeted to the upcoming trixie release]

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-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.

The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/saods9_8.6+repack-4_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.

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

  apt-get -t=experimental install g++ 

GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other 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-15/porting_to.html

[...]
iis/iistcl.C: In constructor ‘IIS::IIS(Tcl_Interp*)’:
iis/iistcl.C:118:11: warning: ‘char* __builtin_strncpy(char*, const char*, long 
unsigned int)’ output truncated before terminating nul copying 23 bytes from a 
string of the same length [-Wstringop-truncation]
  118 |   strncpy (xim.imtoolrc, FBCONFIG_2, strlen(FBCONFIG_2));
      |           ^
frame/wcsast.C: In function ‘AstWinMap* wcsWinMap(AstFrameSet*, Vector&, 
Vector&, Vector&)’:
frame/wcsast.C:588:47: warning: zero-length gnu_printf format string 
[-Wformat-zero-length]
  588 |       return astWinMap(2, vll, vrr, vll, vur, "");
      |                                               ^~
frame/wcsast.C:591:61: warning: zero-length gnu_printf format string 
[-Wformat-zero-length]
  591 |     return astWinMap(2, ll.vv(), rr.vv(), ll.vv(), ur.vv(), "");
      |                                                             ^~
frame/wcsast.C:606:47: warning: zero-length gnu_printf format string 
[-Wformat-zero-length]
  606 |       return astWinMap(3, vll, vrr, vll, vur, "");
      |                                               ^~
frame/wcsast.C:625:47: warning: zero-length gnu_printf format string 
[-Wformat-zero-length]
  625 |       return astWinMap(4, vll, vrr, vll, vur, "");
      |                                               ^~
frame/wcsast.C:647:47: warning: zero-length gnu_printf format string 
[-Wformat-zero-length]
  647 |       return astWinMap(4, vll, vrr, vll, vur, "");
      |                                               ^~
frame/wcsast.C: In function ‘AstCmpMap* wcsMatrixMap(AstFrameSet*, Matrix&)’:
frame/wcsast.C:667:38: warning: zero-length gnu_printf format string 
[-Wformat-zero-length]
  667 |       mm = astMatrixMap(2, 2, 0, ss, "");
      |                                      ^~
frame/wcsast.C:668:31: warning: zero-length gnu_printf format string 
[-Wformat-zero-length]
  668 |       sm = astShiftMap(2, tt, "");
      |                               ^~
frame/wcsast.C:675:38: warning: zero-length gnu_printf format string 
[-Wformat-zero-length]
  675 |       mm = astMatrixMap(2, 2, 0, ss, "");
      |                                      ^~
frame/wcsast.C:676:31: warning: zero-length gnu_printf format string 
[-Wformat-zero-length]
  676 |       sm = astShiftMap(2, tt, "");
      |                               ^~
frame/wcsast.C:685:38: warning: zero-length gnu_printf format string 
[-Wformat-zero-length]
  685 |       mm = astMatrixMap(3, 3, 0, ss, "");
      |                                      ^~
frame/wcsast.C:686:31: warning: zero-length gnu_printf format string 
[-Wformat-zero-length]
  686 |       sm = astShiftMap(3, tt, "");
      |                               ^~
frame/wcsast.C:696:38: warning: zero-length gnu_printf format string 
[-Wformat-zero-length]
  696 |       mm = astMatrixMap(4, 4, 0, ss, "");
      |                                      ^~
frame/wcsast.C:697:31: warning: zero-length gnu_printf format string 
[-Wformat-zero-length]
  697 |       sm = astShiftMap(4, tt, "");
      |                               ^~
frame/wcsast.C:707:38: warning: zero-length gnu_printf format string 
[-Wformat-zero-length]
  707 |       mm = astMatrixMap(5, 5, 0, ss, "");
      |                                      ^~
frame/wcsast.C:708:31: warning: zero-length gnu_printf format string 
[-Wformat-zero-length]
  708 |       sm = astShiftMap(5, tt, "");
      |                               ^~
frame/wcsast.C:714:33: warning: zero-length gnu_printf format string 
[-Wformat-zero-length]
  714 |     return astCmpMap(mm, sm, 1, "");
      |                                 ^~
frame/tngparser.Y: In function ‘int tngparse(Base*, tngFlexLexer*)’:
frame/tngparser.Y:338:13: warning: ‘char* __builtin_strncpy(char*, const char*, 
long unsigned int)’ output may be truncated copying 80 bytes from a string of 
length 2047 [-Wstringop-truncation]
  338 |         | '#' {DISCARD_(1);} STRING {strncpy(localComment,$3,80);}
      |             ^
frame/tngparser.Y:316:20: warning: ‘char* __builtin_strncpy(char*, const char*, 
long unsigned int)’ output may be truncated copying 80 bytes from a string of 
length 2047 [-Wstringop-truncation]
  316 |         | '#' {DISCARD_(1);} STRING {strncpy(globalText,$3,80);}
      |                    ^
frame/tngparser.Y:294:20: warning: ‘char* __builtin_strncpy(char*, const char*, 
long unsigned int)’ output may be truncated copying 80 bytes from a string of 
length 2047 [-Wstringop-truncation]
  294 |         | TEXT_ bp coord sp STRING ep {strncpy(localText,$5,80);} 
shapeComment
      |                    ^
make[2]: Leaving directory '/build/reproducible-path/saods9-8.6+repack/tksao'
dh_auto_build: error: cd tksao && make -j8 returned exit code 2
make[1]: *** [debian/rules:22: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/saods9-8.6+repack'
make: *** [debian/rules:9: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: saods9
Source-Version: 8.6+repack-6
Done: Ole Streicher <[email protected]>

We believe that the bug you reported is fixed in the latest version of
saods9, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ole Streicher <[email protected]> (supplier of updated saods9 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 10 Sep 2025 14:35:11 +0200
Source: saods9
Architecture: source
Version: 8.6+repack-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Maintainers 
<[email protected]>
Changed-By: Ole Streicher <[email protected]>
Closes: 1097844
Changes:
 saods9 (8.6+repack-6) unstable; urgency=medium
 .
   * Add arguments to function declarations (Closes: #1097844)
   * Push Standards-Verson to 4.7.2, no changes needed
Checksums-Sha1:
 449dcf057f52b7dd3bc5a9e49faa03df70f23f9f 2476 saods9_8.6+repack-6.dsc
 dfe25fcd2fea0818bea16c752f45c41e423a9f93 30968 
saods9_8.6+repack-6.debian.tar.xz
Checksums-Sha256:
 a87714de7f6c071e67f49160ea5c0972fed11292e45b08e881552b18ab2e3a66 2476 
saods9_8.6+repack-6.dsc
 403bae665ef70286ed2c38f5c2dc9815fd60f8538be24359b1c262890310988c 30968 
saods9_8.6+repack-6.debian.tar.xz
Files:
 61142d1742f7db7475a4fa38a4d0c0b1 2476 science optional saods9_8.6+repack-6.dsc
 d6c4973f09b1ed063b68ba48c5e052e1 30968 science optional 
saods9_8.6+repack-6.debian.tar.xz

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

iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAmjBeAQACgkQcRWv0HcQ
3PdNnhAAm4ARjc8aTqVEoesvPbXwOEKObPKInHDGmgoDKjb2f6OX7rUeg8dHzHBg
G0k9v8y53Ambl/ZdXRjXt6ohZSCDd5sUa3Y3+AoU7uLwVawSKGj6GtdedLOy08ZH
s2/CENOEl+FNdKFz35MHNOEXDXgD8O3G0zVbg9lKmhycBrTRJ13SgL3OQA8V8OwR
E52a6Pq9uOT0i7wBa81p9DQUDtCTMKBdnKsEmBuo6W3Ejh2W4ODP3KofYkljYqBL
PrEdRkMCuuHx0x2mBa0s9Vdx/d7pj4IOwyxoRAl6mxZRg3D/p9IYpPundCB/Wygv
KOsrL9mI82C2awINhvavBT0QiSsG47Q9tIC4lcFr0V4E8eo1TdoezRycJdun7XPV
Gp8CY5M7SyFT+fUg1bJlUiAjz/jPAcKzLDONhtNtpWGb6ygm2wnA2WRV0UclNhoU
kgFR/JIgWIPdtcs9Sf3nynhvkMSWVzLhXi3qEBAIu+tnsS4f4A+z6Ve4+r3PhjXw
bO23xs+NAjAaLgFVoYLHRQeicL94EYXkq8Eh4vLI7+9cUKXnMTD7y5OAHKT1nKRl
/7DR5BscDbpJL5u17fq4tfhFvBkUXjvLTjkUAseID/PYGmaVdJIXMpLYFuCj027Z
Ob36GxZr3Bd9/yyZ8+zRuRmSqQRAHBDBevatO03uSYrkJWutMRk=
=/KAK
-----END PGP SIGNATURE-----

Attachment: pgplU2XC6iqXQ.pgp
Description: PGP signature


--- End Message ---

Reply via email to