Your message dated Wed, 11 Dec 2024 14:47:05 +0000
with message-id <e1tlnzv-00bmhb...@fasolo.debian.org>
and subject line Bug#1075590: fixed in tuxpaint 1:0.9.28-sdl2-1.1
has caused the Debian Bug report #1075590,
regarding tuxpaint: ftbfs with GCC-14
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.)
--
1075590: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075590
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:tuxpaint
Version: 1:0.9.28-sdl2-1
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14
[This bug is 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-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.
The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/tuxpaint_0.9.28-sdl2-1_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 14, either set CC=gcc-14 CXX=g++-14 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-14/porting_to.html
[...]
607 | gboolean rsvg_handle_close (RsvgHandle *handle, GError **error);
| ^~~~~~~~~~~~~~~~~
src/tuxpaint.c:20129:3: warning: ‘rsvg_handle_close’ is deprecated: Use
'rsvg_handle_read_stream_sync' instead [-Wdeprecated-declarations]
20129 | rsvg_handle_close(rsvg_handle, &gerr);
| ^~~~~~~~~~~~~~~~~
/usr/include/librsvg-2.0/librsvg/rsvg.h:607:10: note: declared here
607 | gboolean rsvg_handle_close (RsvgHandle *handle, GError **error);
| ^~~~~~~~~~~~~~~~~
src/tuxpaint.c: In function ‘do_new_dialog’:
src/tuxpaint.c:22025:54: error: passing argument 3 of
‘autoscale_copy_smear_free’ from incompatible pointer type
[-Wincompatible-pointer-types]
22025 | autoscale_copy_smear_free(img, canvas, SDL_BlitSurface);
| ^~~~~~~~~~~~~~~
| |
| int
(*)(SDL_Surface *, const SDL_Rect *, SDL_Surface *, SDL_Rect *)
src/tuxpaint.c:12998:52: note: expected ‘int (*)(SDL_Surface *, SDL_Rect *,
SDL_Surface *, SDL_Rect *)’ but argument is of type ‘int (*)(SDL_Surface *,
const SDL_Rect *, SDL_Surface *, SDL_Rect *)’
12998 | int SDLCALL(*blit) (SDL_Surface *
src,
|
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
12999 | SDL_Rect *
srcrect, SDL_Surface * dst, SDL_Rect * dstrect))
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/tuxpaint.c:22080:54: error: passing argument 3 of
‘autoscale_copy_smear_free’ from incompatible pointer type
[-Wincompatible-pointer-types]
22080 | autoscale_copy_smear_free(img, canvas, SDL_BlitSurface);
| ^~~~~~~~~~~~~~~
| |
| int
(*)(SDL_Surface *, const SDL_Rect *, SDL_Surface *, SDL_Rect *)
src/tuxpaint.c:12998:52: note: expected ‘int (*)(SDL_Surface *, SDL_Rect *,
SDL_Surface *, SDL_Rect *)’ but argument is of type ‘int (*)(SDL_Surface *,
const SDL_Rect *, SDL_Surface *, SDL_Rect *)’
12998 | int SDLCALL(*blit) (SDL_Surface *
src,
|
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
12999 | SDL_Rect *
srcrect, SDL_Surface * dst, SDL_Rect * dstrect))
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/tuxpaint.c: In function ‘set_label_fonts’:
src/tuxpaint.c:25298:19: warning: assignment discards ‘const’ qualifier from
pointer target type [-Wdiscarded-qualifiers]
25298 | ttffont = TTF_FontFaceFamilyName(getfonthandle(i)->ttf_font);
| ^
src/tuxpaint.c: In function ‘load_embedded_data’:
src/tuxpaint.c:25969:57: error: passing argument 3 of
‘autoscale_copy_smear_free’ from incompatible pointer type
[-Wincompatible-pointer-types]
25969 | autoscale_copy_smear_free(org_surf, canvas,
SDL_BlitSurface);
| ^~~~~~~~~~~~~~~
| |
| int
(*)(SDL_Surface *, const SDL_Rect *, SDL_Surface *, SDL_Rect *)
src/tuxpaint.c:12998:52: note: expected ‘int (*)(SDL_Surface *, SDL_Rect *,
SDL_Surface *, SDL_Rect *)’ but argument is of type ‘int (*)(SDL_Surface *,
const SDL_Rect *, SDL_Surface *, SDL_Rect *)’
12998 | int SDLCALL(*blit) (SDL_Surface *
src,
|
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
12999 | SDL_Rect *
srcrect, SDL_Surface * dst, SDL_Rect * dstrect))
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/tuxpaint.c:26028:81: error: passing argument 3 of
‘autoscale_copy_smear_free’ from incompatible pointer type
[-Wincompatible-pointer-types]
26028 | autoscale_copy_smear_free(aux_surf,
img_starter_bkgd, SDL_BlitSurface);
|
^~~~~~~~~~~~~~~
|
|
|
int (*)(SDL_Surface *, const SDL_Rect *, SDL_Surface *, SDL_Rect *)
src/tuxpaint.c:12998:52: note: expected ‘int (*)(SDL_Surface *, SDL_Rect *,
SDL_Surface *, SDL_Rect *)’ but argument is of type ‘int (*)(SDL_Surface *,
const SDL_Rect *, SDL_Surface *, SDL_Rect *)’
12998 | int SDLCALL(*blit) (SDL_Surface *
src,
|
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
12999 | SDL_Rect *
srcrect, SDL_Surface * dst, SDL_Rect * dstrect))
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/tuxpaint.c: In function ‘export_gif’:
src/tuxpaint.c:29526:54: error: passing argument 3 of
‘autoscale_copy_smear_free’ from incompatible pointer type
[-Wincompatible-pointer-types]
29526 | autoscale_copy_smear_free(img, screen, SDL_BlitSurface);
| ^~~~~~~~~~~~~~~
| |
| int
(*)(SDL_Surface *, const SDL_Rect *, SDL_Surface *, SDL_Rect *)
src/tuxpaint.c:12998:52: note: expected ‘int (*)(SDL_Surface *, SDL_Rect *,
SDL_Surface *, SDL_Rect *)’ but argument is of type ‘int (*)(SDL_Surface *,
const SDL_Rect *, SDL_Surface *, SDL_Rect *)’
12998 | int SDLCALL(*blit) (SDL_Surface *
src,
|
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
12999 | SDL_Rect *
srcrect, SDL_Surface * dst, SDL_Rect * dstrect))
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: *** [Makefile:1169: obj/tuxpaint.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" all
PREFIX=/usr DEBUG_FLAGS=-g VER_DATE=2022-07-04 returned exit code 2
make: *** [debian/rules:39: build-arch-stamp] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: tuxpaint
Source-Version: 1:0.9.28-sdl2-1.1
Done: Graham Inggs <gin...@debian.org>
We believe that the bug you reported is fixed in the latest version of
tuxpaint, 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 1075...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Graham Inggs <gin...@debian.org> (supplier of updated tuxpaint 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: Wed, 11 Dec 2024 13:39:19 +0000
Source: tuxpaint
Built-For-Profiles: noudeb
Architecture: source
Version: 1:0.9.28-sdl2-1.1
Distribution: unstable
Urgency: medium
Maintainer: Jonathan Carter <j...@debian.org>
Changed-By: Graham Inggs <gin...@debian.org>
Closes: 1075590
Changes:
tuxpaint (1:0.9.28-sdl2-1.1) unstable; urgency=medium
.
* Non-maintainer upload
.
[ Andreas Hasenack ]
* d/control: rebuild with imagemagick 7
* Fix FTBFS (Closes: #1075590):
- d/p/1075590_ftbfs_with_GCC-14.patch: fix ftbfs with gcc 14
- d/p/always-link-with-m.patch: always link with -lm
Checksums-Sha1:
c9135e4a2f8bf76c109e77bd55fb3cc99afa24f6 2400 tuxpaint_0.9.28-sdl2-1.1.dsc
8e99d3d70608989990afebf397c550bccb5d93ff 12980
tuxpaint_0.9.28-sdl2-1.1.debian.tar.xz
Checksums-Sha256:
d5aa9742d83481d1c6c4407b5037890baaf799a0092db1589fd36e9a371b44d3 2400
tuxpaint_0.9.28-sdl2-1.1.dsc
dbb7f38d6193f63627b0df5e724b813238630c5fcbb92eefc049a5998fedf85b 12980
tuxpaint_0.9.28-sdl2-1.1.debian.tar.xz
Files:
98ddd3b3fae295ee835a9ee3a4f586b2 2400 graphics optional
tuxpaint_0.9.28-sdl2-1.1.dsc
952e7fc7ea35246d8e89072cee826466 12980 graphics optional
tuxpaint_0.9.28-sdl2-1.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEJeP/LX9Gnb59DU5Qr8/sjmac4cIFAmdZl7EACgkQr8/sjmac
4cLGSA//ZTWpsi3aqeECoNtq83/h6NvkynH2Amu4aZi8mtLtnIv0aiEyQM/8r3Vp
vLteKJeSQu9st4+rYpbxurCoTtQKG/VKRu2wbnCoaoVUPZeGDHD9jvRk7yFUGbaJ
YR8HiCKx9bn3f4pSZNOrvm9XGVY5sTTp9t/MIyiNwx1VDUdkdsSi4Wbb8PzpGhH+
gua0jaWaISBEARZqUAmQ5KO1TQMxED1+ahtwlBs0+ZdwxZLHUEBPDrkyB1l/juN1
lvr/jGPby+rNKLgDsrFyjhDvsIrGYctnF5kReLZXnS660g42OxJC+VKfYGmdwliv
0qEvOuwzclIASma9svDihY/ZvuOM6DyF1xuvQsBw/lkzcbcZVPz37Fk4WCvXWGqc
25zdmRO1tOhxs0Fvl3Fpf5VvoB95IV1HCWImeeoJ3dG4PBzLVQuqm9Qd69c8keBP
gF4cQ0FY2tO+upcldeZYTx6sYS8njEXnyTV0b3Fai5E7MnBr6cMKcsquH9Q8YN/0
XFG/+E2sT7h/QvkNb9bU46/3XNZ+M7adzyiDnClSn8E5onK0v9f9SI5ecA5FhHPH
66a8rlqHCEhPMyz5sG0RyfyiEcy0xjvZfibMG9F2rLZtVpxeSwI6U5/sB+W1SKkJ
1dPVdPEAP6dAi+obpLgIwcHcq/fM1FlRa3EFG2jvPLI+78hp0Ds=
=RbT6
-----END PGP SIGNATURE-----
pgpoqqaQcoGth.pgp
Description: PGP signature
--- End Message ---