Your message dated Sun, 26 Oct 2025 05:34:04 +0000
with message-id <[email protected]>
and subject line Bug#1097790: fixed in rgbpaint 0.8.7-8
has caused the Debian Bug report #1097790,
regarding rgbpaint: 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.)
--
1097790: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097790
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:rgbpaint
Version: 0.8.7-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/rgbpaint_0.8.7-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
[...]
| ~~~~~~~~~~~^~~~~~
viewer.c: In function ‘pan_motion’:
viewer.c:238:29: warning: unused parameter ‘widget’ [-Wunused-parameter]
238 | gint pan_motion( GtkWidget *widget, GdkEventMotion *event )
| ~~~~~~~~~~~^~~~~~
viewer.c: In function ‘pressed_pan’:
viewer.c:275:32: warning: unused parameter ‘menu_item’ [-Wunused-parameter]
275 | void pressed_pan( GtkMenuItem *menu_item, gpointer user_data )
| ~~~~~~~~~~~~~^~~~~~~~~
viewer.c:275:52: warning: unused parameter ‘user_data’ [-Wunused-parameter]
275 | void pressed_pan( GtkMenuItem *menu_item, gpointer user_data )
| ~~~~~~~~~^~~~~~~~~
viewer.c: In function ‘render_text’:
viewer.c:385:53: warning: variable ‘b’ set but not used
[-Wunused-but-set-variable]
385 | unsigned char *source, *dest, *dest2, r, g, b, pix_and = 255, v;
| ^
viewer.c:385:50: warning: variable ‘g’ set but not used
[-Wunused-but-set-variable]
385 | unsigned char *source, *dest, *dest2, r, g, b, pix_and = 255, v;
| ^
viewer.c:385:47: warning: variable ‘r’ set but not used
[-Wunused-but-set-variable]
385 | unsigned char *source, *dest, *dest2, r, g, b, pix_and = 255, v;
| ^
viewer.c: In function ‘delete_text’:
viewer.c:483:37: warning: unused parameter ‘widget’ [-Wunused-parameter]
483 | static gint delete_text( GtkWidget *widget, GdkEvent *event, gpointer
data )
| ~~~~~~~~~~~^~~~~~
viewer.c:483:55: warning: unused parameter ‘event’ [-Wunused-parameter]
483 | static gint delete_text( GtkWidget *widget, GdkEvent *event, gpointer
data )
| ~~~~~~~~~~^~~~~
viewer.c:483:71: warning: unused parameter ‘data’ [-Wunused-parameter]
483 | static gint delete_text( GtkWidget *widget, GdkEvent *event, gpointer
data )
|
~~~~~~~~~^~~~
viewer.c: In function ‘pressed_text’:
viewer.c:505:33: warning: unused parameter ‘menu_item’ [-Wunused-parameter]
505 | void pressed_text( GtkMenuItem *menu_item, gpointer user_data )
| ~~~~~~~~~~~~~^~~~~~~~~
viewer.c:505:53: warning: unused parameter ‘user_data’ [-Wunused-parameter]
505 | void pressed_text( GtkMenuItem *menu_item, gpointer user_data )
| ~~~~~~~~~^~~~~~~~~
canvas.c:338:9: warning: ‘__builtin_strncpy’ output may be truncated copying
250 bytes from a string of length 299 [-Wstringop-truncation]
338 | strncpy( mem_filename, fname, 250 );
| ^
canvas.c: In function ‘fs_ok’:
canvas.c:603:9: warning: ‘__builtin_strncpy’ specified bound 256 equals
destination size [-Wstringop-truncation]
603 | strncpy(fname, gtk_entry_get_text(GTK_ENTRY(
| ^
canvas.c:338:9: warning: ‘__builtin_strncpy’ output may be truncated copying
250 bytes from a string of length 255 [-Wstringop-truncation]
338 | strncpy( mem_filename, fname, 250 );
| ^
canvas.c: In function ‘file_selector’:
canvas.c:716:42: warning: ‘%s’ directive output may be truncated writing up to
259 bytes into a region of size 256 [-Wformat-truncation=]
716 | else snprintf(txt, 256, "%s%c", fs_last_dir, DIR_SEP);
| ^~ ~~~~~~~~~~~
In file included from /usr/include/stdio.h:970,
from canvas.c:20:
In function ‘snprintf’,
inlined from ‘file_selector’ at canvas.c:716:8:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:68:10: note:
‘__builtin___snprintf_chk’ output between 2 and 261 bytes into a destination of
size 256
68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
70 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
make[2]: Leaving directory '/build/reproducible-path/rgbpaint-0.8.7/src'
make[1]: *** [Makefile:8: src] Error 2
make[1]: Leaving directory '/build/reproducible-path/rgbpaint-0.8.7'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:13: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: rgbpaint
Source-Version: 0.8.7-8
Done: Andreas Tille <[email protected]>
We believe that the bug you reported is fixed in the latest version of
rgbpaint, 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.
Andreas Tille <[email protected]> (supplier of updated rgbpaint 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, 26 Oct 2025 06:08:57 +0100
Source: rgbpaint
Architecture: source
Version: 0.8.7-8
Distribution: unstable
Urgency: medium
Maintainer: Debian PhotoTools Maintainers
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Closes: 1097790
Changes:
rgbpaint (0.8.7-8) unstable; urgency=medium
.
[ Adrian Bunk ]
* Fix FTBFS with GCC 15. (Closes: #1097790)
.
[ Andreas Tille ]
* Add myself to Uploaders
* d/watch: version=5
* Standards-Version: 4.7.2 (routine-update)
* debputy lint --auto-fix (routine-update)
Checksums-Sha1:
49360709df2d91e6c73df63e3f9b9526d883572c 2139 rgbpaint_0.8.7-8.dsc
2bba5da90c79dc8351db187e7c2aa9115435cf2f 27884 rgbpaint_0.8.7-8.debian.tar.xz
c10dcc7c7bf3ff5011c4bafcc557f706e355216f 11677 rgbpaint_0.8.7-8_amd64.buildinfo
Checksums-Sha256:
05ccc569d1788e85636919385bbb976593b7de649d4983b09baaee07fe103336 2139
rgbpaint_0.8.7-8.dsc
de555c64127fa0897116b5bef875b22c7828656c045f0c236cd3db4e43dbd04d 27884
rgbpaint_0.8.7-8.debian.tar.xz
1c63fe1c55904d6d9b8e9374e41bd6097047c1ae0d74599fa94d74844fa68c42 11677
rgbpaint_0.8.7-8_amd64.buildinfo
Files:
35d988513c0055322287452fcfde1970 2139 graphics optional rgbpaint_0.8.7-8.dsc
d8a1675e8679c3f89e085e29b7438a7d 27884 graphics optional
rgbpaint_0.8.7-8.debian.tar.xz
b64cffeaa90c147a43b73b2440d3939f 11677 graphics optional
rgbpaint_0.8.7-8_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmj9rV4RHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtFyGQ/+LHVK7ANm2wTqJW70Q5/jdqrRoOWHjCQu
Y02oLkHXZSZVfH0es34xRT9UmAC42orSabEmiUrgj9/Vp/F3S8XCtLYzXvBQ/q43
gPsclQYEjx0BQxQ1NusxD4Vn26OQcKpWLy+KSUiHIaWQlM4FZXJLmBKD46E5DGGM
jwWJJ9QS8drEldlLCmNL02js542Ir56aV40EGNFfZXJhjLeL1+gzPeVggJd6LBbt
bEi8Y5ZCRxq83GV4LuM99rU2jwuWkHaV9EjZg9lv/P+8O5n1SrxtRVujuCtlYDk1
Vj0FVv681Kqt56X70jbATpos7ZxDo6En7XYQwnDMtzTHznz3lbdinK4U5w714An9
U9ESOWMk82rTgfJ91E2ylzBP8ntwHQupqh/disyQ0jj3ENhQaQoWieuCKLlFWXGK
ACWQf7u/Vow6Vj14r7hWwH8aDSPH1X0BsukF4uwKGYm36Xl3SLYptHLkyMkrUogS
8Zqo63qVSoC6u6bNlASQAOuzUMHdg1cgaUUYVG8Yqz/WcUG7D1u3AzGCnJQpEBnf
7Em2NK/1aDGgeYs2JBlsQiizeat2ZD7oM84iacSsTOVAKSssXpRt66PJdbc/Ep92
DGNyPN71nb76MKPOynznTt6HhwrOF3YqH3X3mR5nGuXgkDkt9cOt7L5V5+fnWgyS
dhUeuSnF9RU=
=aVGU
-----END PGP SIGNATURE-----
pgpYOfOtF_Jbb.pgp
Description: PGP signature
--- End Message ---