Your message dated Sat, 16 Jul 2022 17:34:10 +0000
with message-id <e1oclga-00087g...@fasolo.debian.org>
and subject line Bug#1015064: fixed in cataclysm-dda 0.F-3-5
has caused the Debian Bug report #1015064,
regarding cataclysm-dda: FTBFS: src/sdl_font.cpp:25: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 ow...@bugs.debian.org
immediately.)


-- 
1015064: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015064
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: cataclysm-dda
Version: 0.F-3-4
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@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++ -Wdate-time -D_FORTIFY_SOURCE=2 -DRELEASE -DTILES -DBACKTRACE -DLOCALIZE 
> -DPREFIX="/usr" -DDATA_DIR_PREFIX -DUSE_XDG_DIR -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -ffast-math -Os -flto=jobserver 
> -flto-odr-type-merging -Wodr -Werror -Wall -Wextra -Wformat-signedness 
> -Wlogical-op -Wmissing-declarations -Wmissing-noreturn -Wnon-virtual-dtor 
> -Wold-style-cast -Woverloaded-virtual -Wpedantic -Wsuggest-override 
> -Wunused-macros -Wzero-as-null-pointer-constant -Wno-unknown-warning-option 
> -Wredundant-decls -g -fsigned-char -std=c++14 -MMD -MP -D_REENTRANT -pthread 
> -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_REENTRANT -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/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/opus 
> -I/usr/include/SDL2 -DSDL_SOUND -D_REENTRANT -I/usr/include/SDL2 
> -I/usr/include/x86_64-linux-gnu -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 
> src/sdl_utils.cpp -o obj/tiles/sdl_utils.o
> src/sdl_font.cpp: In function ‘int test_face_size(const string&, int, int)’:
> src/sdl_font.cpp:25:44: error: invalid conversion from ‘const char*’ to 
> ‘char*’ [-fpermissive]
>    25 |         char *style = TTF_FontFaceStyleName( fnt.get() );
>       |                       ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
>       |                                            |
>       |                                            const char*
> src/sdl_font.cpp:32:64: error: invalid conversion from ‘const char*’ to 
> ‘char*’ [-fpermissive]
>    32 |                     if( nullptr != ( ts = TTF_FontFaceStyleName( 
> tf.get() ) ) ) {
>       |                                           
> ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
>       |                                                                |
>       |                                                                const 
> char*
> g++ -Wdate-time -D_FORTIFY_SOURCE=2 -DRELEASE -DTILES -DBACKTRACE -DLOCALIZE 
> -DPREFIX="/usr" -DDATA_DIR_PREFIX -DUSE_XDG_DIR -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -ffast-math -Os -flto=jobserver 
> -flto-odr-type-merging -Wodr -Werror -Wall -Wextra -Wformat-signedness 
> -Wlogical-op -Wmissing-declarations -Wmissing-noreturn -Wnon-virtual-dtor 
> -Wold-style-cast -Woverloaded-virtual -Wpedantic -Wsuggest-override 
> -Wunused-macros -Wzero-as-null-pointer-constant -Wno-unknown-warning-option 
> -Wredundant-decls -g -fsigned-char -std=c++14 -MMD -MP -D_REENTRANT -pthread 
> -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_REENTRANT -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/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/opus 
> -I/usr/include/SDL2 -DSDL_SOUND -D_REENTRANT -I/usr/include/SDL2 
> -I/usr/include/x86_64-linux-gnu -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 
> src/sdl_wrappers.cpp -o obj/tiles/sdl_wrappers.o
> g++ -Wdate-time -D_FORTIFY_SOURCE=2 -DRELEASE -DTILES -DBACKTRACE -DLOCALIZE 
> -DPREFIX="/usr" -DDATA_DIR_PREFIX -DUSE_XDG_DIR -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -ffast-math -Os -flto=jobserver 
> -flto-odr-type-merging -Wodr -Werror -Wall -Wextra -Wformat-signedness 
> -Wlogical-op -Wmissing-declarations -Wmissing-noreturn -Wnon-virtual-dtor 
> -Wold-style-cast -Woverloaded-virtual -Wpedantic -Wsuggest-override 
> -Wunused-macros -Wzero-as-null-pointer-constant -Wno-unknown-warning-option 
> -Wredundant-decls -g -fsigned-char -std=c++14 -MMD -MP -D_REENTRANT -pthread 
> -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_REENTRANT -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/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/opus 
> -I/usr/include/SDL2 -DSDL_SOUND -D_REENTRANT -I/usr/include/SDL2 
> -I/usr/include/x86_64-linux-gnu -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 
> src/sdlsound.cpp -o obj/tiles/sdlsound.o
> At global scope:
> cc1plus: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ 
> may have been intended to silence earlier diagnostics
> make[2]: *** [Makefile:971: obj/tiles/sdl_font.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/07/16/cataclysm-dda_0.F-3-4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220716;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220716&fusertaguser=lu...@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 ---
Source: cataclysm-dda
Source-Version: 0.F-3-5
Done: Reiner Herrmann <rei...@reiner-h.de>

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

Debian distribution maintenance software
pp.
Reiner Herrmann <rei...@reiner-h.de> (supplier of updated cataclysm-dda 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: Sat, 16 Jul 2022 19:03:05 +0200
Source: cataclysm-dda
Architecture: source
Version: 0.F-3-5
Distribution: unstable
Urgency: medium
Maintainer: Reiner Herrmann <rei...@reiner-h.de>
Changed-By: Reiner Herrmann <rei...@reiner-h.de>
Closes: 1015064
Changes:
 cataclysm-dda (0.F-3-5) unstable; urgency=medium
 .
   * Import patch to fix FTBFS. (Closes: #1015064)
   * Fix path to desktop file in appdata file.
Checksums-Sha1:
 38f1c42ae429569881ffcd5fc32075566fc98d06 2233 cataclysm-dda_0.F-3-5.dsc
 996f60901a676634bcd9b4b2c6bc436685246544 26328 
cataclysm-dda_0.F-3-5.debian.tar.xz
 181566e36cd3a174b41a258c03eee02f2a6dcc62 6388 
cataclysm-dda_0.F-3-5_source.buildinfo
Checksums-Sha256:
 8cc59cb7da7b0666b10037fec4675f461520dc87ccab4c7d1020c9ebccdc6e67 2233 
cataclysm-dda_0.F-3-5.dsc
 abe89e740086a38d92940bb6317adb0be4b3d73884b92f7cf76ea0fa924c8c39 26328 
cataclysm-dda_0.F-3-5.debian.tar.xz
 1dd3e651a8e4c205f048f0b64333aae8cf4d9e0f85b7dc8a1ff5cc60ecc4e9d6 6388 
cataclysm-dda_0.F-3-5_source.buildinfo
Files:
 ba37e0887a9cec8bc3dcccf31930ef1b 2233 games optional cataclysm-dda_0.F-3-5.dsc
 8f2fd332ee50222dfc62b6df080d4700 26328 games optional 
cataclysm-dda_0.F-3-5.debian.tar.xz
 cd0e08ef0fb7b889f30ecf3851918894 6388 games optional 
cataclysm-dda_0.F-3-5_source.buildinfo

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

iQIzBAEBCgAdFiEE2Pb6feok2Q1urHM7zPBJKNsO6qcFAmLS8SgACgkQzPBJKNsO
6qcN6Q//bgTxnATLxvnE3tQvzB2Mnq7Tc7UVKzETMHG63MPDIL4sLGiX6u/IhRcR
mqRt+6bXjOVYf9OxoM0VPhsn0n+mxH+J68QAAzIjhV97TJlg8DMmNxzbSmigvfw6
mZYa0+gB2IZ4QGvirAVF4xND/yuR1JbJxb8t1oOZRtQss7ae5akL08N/a3RBJKmi
/mX9HVk6gAuXObFeinY/ry7epHqOIIdkAwpHzN6zcpsiNftX+JkqZ/OatPlHckzU
/YwTFn788Epgz/iWoEGBQqfoUKTKSV0J//VIR0RmElJitBre+bLULFtrOOeITuEL
ZEJMNidAt/0VoVfCBsBWyMsLSJANW+EXGbMH9fGP1cB4VQ6Su9sLYsu+cYsdv89S
6bQxTxw+W9exdme2xP9fRN4e3J4ccDQP/D1PL1d1IT3Sve8gGcKu2jcX3rjnl9XQ
WaN33Kp8lEpRO3I/ZtEz/nEw9B9Q/FGc+nvYq4r2sZsabBXaGsDFywYM9W3ACcFi
hXM9JM5Xh+4yaQKgBwlQk6g0emmovsxKrUW+6BfoPkU+rIyXicdaTEVuOVI8Wgpx
x9w94uBJBBtn0GhryBiWbxXBSzGNPKXnhjfkgP76FYuu1B5TEGSeIOY/EYD30LCB
AsqPq1dkUc9aywUYQ1QputrldmKj5pb4Zh2xF7pyFarZ/FX6yXM=
=bEbq
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to