Your message dated Sun, 31 Aug 2025 20:36:00 +0000
with message-id <[email protected]>
and subject line Bug#1097560: fixed in pcsxr 1.9.94-8
has caused the Debian Bug report #1097560,
regarding pcsxr: 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.)


-- 
1097560: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097560
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:pcsxr
Version: 1.9.94-7
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/pcsxr_1.9.94-7_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

[...]
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
LnxMain.c: In function ‘ScanBios’:
LnxMain.c:153:33: warning: ignoring return value of ‘symlink’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  153 |                                 symlink(filename, linkname);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
LnxMain.c: In function ‘ScanPlugins’:
LnxMain.c:115:33: warning: ignoring return value of ‘symlink’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  115 |                                 symlink(filename, linkname);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
LnxMain.c:122:41: warning: ignoring return value of ‘symlink’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  122 |                                         symlink(filename, linkname);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:498: GtkGui.o] Error 1
MemcardDlg.c: In function ‘LoadListItems’:
MemcardDlg.c:180:9: warning: ‘gtk_tree_view_set_rules_hint’ is deprecated 
[-Wdeprecated-declarations]
  180 |         gtk_tree_view_set_rules_hint(GTK_TREE_VIEW(List), TRUE);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkcombobox.h:27,
                 from /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /usr/include/gtk-3.0/gtk/gtk.h:42,
                 from MemcardDlg.c:24:
/usr/include/gtk-3.0/gtk/gtktreeview.h:246:24: note: declared here
  246 | void                   gtk_tree_view_set_rules_hint                
(GtkTreeView               *tree_view,
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
MemcardDlg.c: In function ‘OnMcd_FileChange’:
MemcardDlg.c:307:17: warning: ‘GtkStock’ is deprecated 
[-Wdeprecated-declarations]
  307 |                 GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
      |                 ^~~~~~~~~~~~~~~~
MemcardDlg.c:308:17: warning: ‘GtkStock’ is deprecated 
[-Wdeprecated-declarations]
  308 |                 GTK_STOCK_OPEN, GTK_RESPONSE_OK,
      |                 ^~~~~~~~~~~~~~
MemcardDlg.c: In function ‘OnMcd_Format’:
MemcardDlg.c:349:17: warning: ‘GtkStock’ is deprecated 
[-Wdeprecated-declarations]
  349 |                 GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
      |                 ^~~~~~~~~~~~~~~~
MemcardDlg.c: In function ‘OnMcd_New’:
MemcardDlg.c:374:17: warning: ‘GtkStock’ is deprecated 
[-Wdeprecated-declarations]
  374 |                 GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
      |                 ^~~~~~~~~~~~~~~~
MemcardDlg.c:375:17: warning: ‘GtkStock’ is deprecated 
[-Wdeprecated-declarations]
  375 |                 GTK_STOCK_SAVE, GTK_RESPONSE_OK,
      |                 ^~~~~~~~~~~~~~
Plugin.c: In function ‘_OpenPlugins’:
Plugin.c:376:34: warning: ‘%s’ directive writing up to 4095 bytes into a region 
of size between 1 and 4096 [-Wformat-overflow=]
  376 |                 sprintf(path, "%s%s", Config.BiosDir, Config.Bios);
      |                                  ^~                   ~~~~~~~~~~~
In file included from /usr/include/stdio.h:970,
                 from Plugin.c:19:
In function ‘sprintf’,
    inlined from ‘_OpenPlugins’ at Plugin.c:376:3:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
‘__builtin___sprintf_chk’ output between 1 and 8191 bytes into a destination of 
size 4096
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
LnxMain.c: In function ‘main’:
LnxMain.c:313:49: warning: writing 1 byte into a region of size 0 
[-Wstringop-overflow=]
  313 |                         isofilename[MAXPATHLEN] = '\0';
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
LnxMain.c:309:30: note: at offset 4096 into destination object ‘isofilename’ of 
size 4096
  309 |                         char isofilename[MAXPATHLEN];
      |                              ^~~~~~~~~~~
make[2]: Leaving directory '/build/reproducible-path/pcsxr-1.9.94/gui'
make[1]: *** [Makefile:457: all-recursive] Error 1
make[1]: Leaving directory '/build/reproducible-path/pcsxr-1.9.94'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: pcsxr
Source-Version: 1.9.94-8
Done: James Cowgill <[email protected]>

We believe that the bug you reported is fixed in the latest version of
pcsxr, 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.
James Cowgill <[email protected]> (supplier of updated pcsxr 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: Sun, 31 Aug 2025 21:02:11 +0100
Source: pcsxr
Architecture: source
Version: 1.9.94-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: James Cowgill <[email protected]>
Closes: 1097560
Changes:
 pcsxr (1.9.94-8) unstable; urgency=medium
 .
   * d/rules: Build with -std=gnu17 to fix FTBFS with GCC 15.
     (Closes: #1097560)
Checksums-Sha1:
 01f710d3a66dee96c589891fc18c73beeac062ed 2157 pcsxr_1.9.94-8.dsc
 8c15507a3cfd0b4025ae981c9ad2fba984ca89a4 10932 pcsxr_1.9.94-8.debian.tar.xz
Checksums-Sha256:
 61034b5e889cb98f22f650cc4ae5cc25a0be01d1b033de70f5c7860a3773be2e 2157 
pcsxr_1.9.94-8.dsc
 2b2ce520caaa5048d773e0debb09f706a7ddc4e849664832418a230e8e7497cf 10932 
pcsxr_1.9.94-8.debian.tar.xz
Files:
 f476d757341b7e14c27f11863b9a50d7 2157 games optional pcsxr_1.9.94-8.dsc
 934c2159e8b605829354cd821ab355dd 10932 games optional 
pcsxr_1.9.94-8.debian.tar.xz

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

iQJIBAEBCgAyFiEE+Ixt5DaZ6POztUwQx/FnbeotAe8FAmi0rxQUHGpjb3dnaWxs
QGRlYmlhbi5vcmcACgkQx/FnbeotAe/H6Q//SEr1ylZeISTwUAyhDeicCc4MYYY1
+X+jKgk73sSfwMnvE2bnyBDzqCMLnvQBjk4d+glN+2+7GkUYbMDSqaBy2R3di+65
oh3AJ+NpvK77d/CWCjEqh/SSHbUCYbhRisnE73k/IQPSRyOUM0mGICpJP5go1t7C
x0P37JXCPct1/Fx5gGmXDCVuZ2E7b2U9wOrqlgnlr9WIWQda8FH8EpNPfl8T8OR8
VN4/9EOExqi17jJ7VaTMhXGugbY34kJN5g3eAcJ3zp821zQc1so0LbaY8C2diAWM
RsHreMPZm68GVsYtng5Oc08mgSq0eZr9bhF7+GiTift9D9cCz6X02ccLHu82qGTX
4d1HRnwlUSgaesSXpy3MAEiMhBizZZgu5LUtPKPjTs0YSjgqTh7N/ZCWlAo+YPc+
lHKg/G3IFQcaj2r4awXKZntGWdNQ7/WzGhvPyxwagvk+D0kKmURwXOwrXkcvrbnl
Td5UujqtYZDuvz0JsP3l5MygnfOwJSKuzNZKdOj6YKCC6eB2+Xb5A8FQZE7Cszta
QWuN7i+v24lsawf1wOzlmfBRAsJCasf/i1jzCOmovI9/9h2QaWOaySzlGXQlzmyR
9HVs0eFy3GsvRMHc7tVwHyhwCkolNyStA92UGxFRXkMnxpR7MbcRm1yU4itXQ546
YlO+7041X5osMCQ=
=et/B
-----END PGP SIGNATURE-----

Attachment: pgpVRxAxSOzCa.pgp
Description: PGP signature


--- End Message ---

Reply via email to