bug-freedink
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug#1015106: marked as done (freedink: FTBFS: gfx_fonts.cpp:296:44: erro


From: Debian Bug Tracking System
Subject: Bug#1015106: marked as done (freedink: FTBFS: gfx_fonts.cpp:296:44: error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive])
Date: Tue, 26 Jul 2022 06:21:06 +0000

Your message dated Tue, 26 Jul 2022 06:18:57 +0000
with message-id <E1oGDuD-0008By-Py@fasolo.debian.org>
and subject line Bug#1015106: fixed in freedink 109.6-4
has caused the Debian Bug report #1015106,
regarding freedink: FTBFS: gfx_fonts.cpp:296:44: error: invalid conversion from 
‘const char*’ to ‘char*’ [-fpermissive]
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 owner@bugs.debian.org
immediately.)


-- 
1015106: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015106
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message --- Subject: freedink: FTBFS: gfx_fonts.cpp:296:44: error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive] Date: Sat, 16 Jul 2022 15:20:44 +0200
Source: freedink
Version: 109.6-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas@debian.org
Usertags: ftbfs-20220716 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> g++ -DHAVE_CONFIG_H -I. -I..  -DBUILD_DATA_DIR=\"/usr/share/games\" 
> -I../gnulib/lib -I../gnulib/lib   -DLOCALEDIR=\"/usr/share/locale\" -I../intl 
> -I../intl -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++11 -Wno-write-strings -Wall 
> -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -D_REENTRANT -pthread -D_DEFAULT_SOURCE 
> -D_XOPEN_SOURCE=600 -D_REENTRANT -I/usr/include/SDL2 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/SDL2 -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libinstpatch-2 
> -I/usr/include/opus -I/usr/include/SDL2 -I/usr/include/harfbuzz 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/SDL2 -c -o 
> IOGfxSurfaceGL2.o IOGfxSurfaceGL2.cpp
> gfx_fonts.cpp: In function ‘void setup_font(TTF_Font*)’:
> gfx_fonts.cpp:296:44: error: invalid conversion from ‘const char*’ to ‘char*’ 
> [-fpermissive]
>   296 |   char *familyname = TTF_FontFaceFamilyName(font);
>       |                      ~~~~~~~~~~~~~~~~~~~~~~^~~~~~
>       |                                            |
>       |                                            const char*
> gfx_fonts.cpp:299:42: error: invalid conversion from ‘const char*’ to ‘char*’ 
> [-fpermissive]
>   299 |   char *stylename = TTF_FontFaceStyleName(font);
>       |                     ~~~~~~~~~~~~~~~~~~~~~^~~~~~
>       |                                          |
>       |                                          const char*
> g++ -DHAVE_CONFIG_H -I. -I..  -DBUILD_DATA_DIR=\"/usr/share/games\" 
> -I../gnulib/lib -I../gnulib/lib   -DLOCALEDIR=\"/usr/share/locale\" -I../intl 
> -I../intl -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++11 -Wno-write-strings -Wall 
> -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -D_REENTRANT -pthread -D_DEFAULT_SOURCE 
> -D_XOPEN_SOURCE=600 -D_REENTRANT -I/usr/include/SDL2 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/SDL2 -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libinstpatch-2 
> -I/usr/include/opus -I/usr/include/SDL2 -I/usr/include/harfbuzz 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/SDL2 -c -o 
> IOGfxSurfaceSW.o IOGfxSurfaceSW.cpp
> make[3]: *** [Makefile:2103: gfx_fonts.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/07/16/freedink_109.6-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220716;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220716&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message --- Subject: Bug#1015106: fixed in freedink 109.6-4 Date: Tue, 26 Jul 2022 06:18:57 +0000
Source: freedink
Source-Version: 109.6-4
Done: Stephen Kitt <skitt@debian.org>

We believe that the bug you reported is fixed in the latest version of
freedink, 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 1015106@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stephen Kitt <skitt@debian.org> (supplier of updated freedink 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 ftpmaster@ftp-master.debian.org)


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

Format: 1.8
Date: Tue, 26 Jul 2022 07:59:27 +0200
Source: freedink
Architecture: source
Version: 109.6-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Stephen Kitt <skitt@debian.org>
Closes: 1015106
Changes:
 freedink (109.6-4) unstable; urgency=medium
 .
   * QA upload.
   * Fix const pointer declarations. Closes: #1015106.
Checksums-Sha1:
 5960cc0ad78958bdf5268ef62ce08caeb874be91 2215 freedink_109.6-4.dsc
 eaa3c34babeba0d0d22aab40691471584068c938 43616 freedink_109.6-4.debian.tar.xz
 1dc08c9c4775ccbc57b7e822ee586d091f4f2694 12672 
freedink_109.6-4_source.buildinfo
Checksums-Sha256:
 92c30f98d703c925a71b3d4c8dbdadbc0e8bd00520c7e51565f52e60e14843f0 2215 
freedink_109.6-4.dsc
 5456c3db8c18f539c4a570d539a35cf69bb21a59e99fa6d9eca252ea82707087 43616 
freedink_109.6-4.debian.tar.xz
 127db5bf281d1a4eb0748e2ce5487a55c183abfb26cee37ceefe77e68f25d278 12672 
freedink_109.6-4_source.buildinfo
Files:
 e89dc3d19c7402b88735e4f4485ce255 2215 games optional freedink_109.6-4.dsc
 86f32230345171a61ea60dae9ff6ab38 43616 games optional 
freedink_109.6-4.debian.tar.xz
 b65bf961b2eb6a679d9fc78b533acae4 12672 games optional 
freedink_109.6-4_source.buildinfo

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

iQJFBAEBCgAvFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAmLfgvURHHNraXR0QGRl
Ymlhbi5vcmcACgkQgNMC9Yhtg5y+XQ/+OmOICx3QUHAT7XOp/XeQYB9ZQUrtN/KW
mRRPuVKyll5ihRZr67N+1RoeZDxoCljLaWVNDtzmq9x//yL8TyGwWM5SjnO2glzW
ZXDfdZdvq7IyQlykN9t/aElfXiFeDgryFTb4N4CJL08uFH8F2PzbTw4I9pro2T6n
0mnzShvK8Mh5z5AwMn89u2wUQ8dzfJxCAP0KpsWCOtoRJXMFE+dHaFl7lCRd161V
W/kzIat4vdjK0Xkc0TMGYz36M9M/PWsJqlfFmotkfTKMc6AGFHAu3lY4vC9JJGmQ
Cyo6AEAhU+Z9aKK40HH9Xft/hrMHwGAHFqMho/A9azB+G/rFducCZxJkfYWjMq53
4AZjnIgCWpSwKrdMigkOIVjqXLK2LP19SwslmefhP7st772V+CAV3vbUggz71tfh
vDhPCs+XVukYZfzZZ/doGPwLZLfUvLRQHBfugdEwsDpx2s8NWaAWIViZXN3N3cf1
gjV8vnm4/9DrLH0LjB+/gmHHSaPNkDyQP8sUS/8fARCkBlyng5cUIiR5THWlz1rC
4Alc3q1VSEDeeRhEzRogttdPV/9oeRL0X0U/6QAf9S1NLMchA4SOCqrzTi1Wk9dJ
iVzQ3x0fTDGLV9qqLWLbDt8kFJZb4yVh/7NBVdi/WHN0T+JBZXy/FsYwfGa8ENI1
bsd9Y0aDUww=
=vLct
-----END PGP SIGNATURE-----

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]