Your message dated Tue, 31 Mar 2020 12:18:37 +0000
with message-id <e1jjfqn-0007w9...@fasolo.debian.org>
and subject line Bug#953016: fixed in fife 0.4.2-2
has caused the Debian Bug report #953016,
regarding fife: FTBFS after avoiding #951962: swig4.0: Deprecated command line 
option: -nosafecstrings. This option is no longer supported.
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.)


-- 
953016: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953016
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: fife
Version: 0.4.2-1
Severity: serious
Tags: ftbfs bullseye sid upstream
Justification: fails to build from source (but built successfully in the past)
Forwarded: https://github.com/fifengine/fifengine/issues/1074

I tried compiling fife against a libsdl2 with the patch proposed at
<https://salsa.debian.org/sdl-team/libsdl2/-/merge_requests/3>
to avoid #951962, and got a different build error:

> make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> [  1%] Swig compile /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fifechan.i for 
> python
> /usr/bin/cmake -E make_directory /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/_fifechan.dir
> [  2%] Swig compile /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fife.i for python
> /usr/bin/cmake -E make_directory /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/_fife.dir
> /usr/bin/cmake -E touch 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/_fife.dir/fifePYTHON.stamp
> /usr/bin/cmake -E touch 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/_fifechan.dir/fifechanPYTHON.stamp
> /usr/bin/cmake -E env SWIG_LIB=/usr/share/swig4.0 /usr/bin/swig4.0 -python 
> -modern -fastdispatch -dirvtable -nosafecstrings -noproxydel -fastproxy 
> -fastinit -fastunpack -fastquery -modernargs -nobuildnone -keyword -w511 
> -w473 -w404 -w314 -outdir /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -c++ 
> -interface _fife -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
> -I/<<PKGBUILDDIR>>/engine/core -I/<<PKGBUILDDIR>> -I/usr/include 
> -I/usr/include/SDL2 -I/usr/include/AL -I/usr/include/python3.8 -o 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/_fife.dir/fifePYTHON_wrap.cxx
>  /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fife.i
> /usr/bin/cmake -E env SWIG_LIB=/usr/share/swig4.0 /usr/bin/swig4.0 -python 
> -modern -fastdispatch -dirvtable -nosafecstrings -noproxydel -fastproxy 
> -fastinit -fastunpack -fastquery -modernargs -nobuildnone -keyword -w511 
> -w473 -w404 -w314 -outdir /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -c++ 
> -interface _fifechan -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
> -I/<<PKGBUILDDIR>>/engine/core -I/<<PKGBUILDDIR>> -I/usr/include 
> -I/usr/include/SDL2 -I/usr/include/AL -I/usr/include/python3.8 -o 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/_fifechan.dir/fifechanPYTHON_wrap.cxx
>  /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fifechan.i
> Deprecated command line option: -modern. This option is now always on.
> Deprecated command line option: -nosafecstrings. This option is no longer 
> supported.
> make[3]: *** [CMakeFiles/fife_swig_compilation.dir/build.make:139: 
> CMakeFiles/_fife.dir/fifePYTHON.stamp] Error 1

>From http://www.swig.org/Release/CHANGES it appears that -nosafecstrings
was always the default anyway, so simply removing the option might be
enough. Upstream has a 'swig' branch that removes this and another
unsupported option
(<https://github.com/fifengine/fifengine/commit/d14f232f4cd9a00b05d6872957070e8c020f515d>)
but it hasn't been merged or proposed as a pull request; I don't know why.

    smcv

--- End Message ---
--- Begin Message ---
Source: fife
Source-Version: 0.4.2-2
Done: Juhani Numminen <juhaninummin...@gmail.com>

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

Debian distribution maintenance software
pp.
Juhani Numminen <juhaninummin...@gmail.com> (supplier of updated fife 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: SHA256

Format: 1.8
Date: Sun, 29 Mar 2020 16:59:10 +0300
Source: fife
Architecture: source
Version: 0.4.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Juhani Numminen <juhaninummin...@gmail.com>
Closes: 951962 953016
Changes:
 fife (0.4.2-2) unstable; urgency=medium
 .
   * Team upload.
   * Add debian/patches/0001-sdl2-config.patch (Closes: #951962).
   * Add debian/patches/0002-swig4.patch (Closes: #953016).
   * Remove all Breaks.
     - "unknown-horizons (<< 2013.1)" is not even in oldoldstable.
     - ${python:Breaks} (or ${python3:Breaks}) is undefined.
   * Switch to debhelper-compat 12. Remove file debian/compat.
   * Add Rules-Requires-Root: no.
   * Use HTTPS in Homepage.
   * Declare compliance with Debian Policy 4.5.0.
Checksums-Sha1:
 669afbd759b78cc83f9192aa8f9bcef31743a369 2226 fife_0.4.2-2.dsc
 f405b98baf75ecfc19c27b62a015ab683cf3bd53 8552 fife_0.4.2-2.debian.tar.xz
 73d2aff31606bb6c1802504f6818c8dd7d9249b9 11548 fife_0.4.2-2_source.buildinfo
Checksums-Sha256:
 b6db28693aa5aae141e6ad4ced7b455c64a1bc073b0b5bccb4cb7c532a445f6d 2226 
fife_0.4.2-2.dsc
 e70244cfee055b45e7cec9cafd3ca7a66b69421f661ea722859d6a290e9df7ef 8552 
fife_0.4.2-2.debian.tar.xz
 ee1032c16e1f12c05fabde2c76bf96b349a5b33095397d4b50c87e32222b857a 11548 
fife_0.4.2-2_source.buildinfo
Files:
 61e7b8f051d2379394d51eb2df3526ed 2226 libdevel optional fife_0.4.2-2.dsc
 c422b97e95a86741968867f96e883015 8552 libdevel optional 
fife_0.4.2-2.debian.tar.xz
 cf8b3bad214bdeb59ae446809a14b7a1 11548 libdevel optional 
fife_0.4.2-2_source.buildinfo

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

iQIzBAEBCAAdFiEE/d0M/zhkJ3YwohhskWT6HRe9XTYFAl6DMHsACgkQkWT6HRe9
XTaCzRAAhMRiaD0b3zjRaznKo2U9hMX6LKKutVUwldglDHDzI1Jlyk/VX9MTgiWy
NGBFSdujhvGiPbxtAadwRSy616sWQdjuip/lJ4UyBYXPvOTpEEzQuEgCB3FeaQea
TKQ6e3xR2WNtVE4zy4gvCxUOoY6k0f+n6FfrVmgHgyUTbTm0Vz6QdKUdUrWKy6ws
oYOW1zaTPY+RdTUJnX/L1Tf+Xu5OZDmt8PPji20wQXGZ/mClSuPbWYLYUgOxbJ+Y
oTT09LUbcvVb9u85bV/5EGMXHVPsEGiZ+Xva3rN8zN7o4AmrxbHkJ5RZIIg6l9Xm
4Rf+jhg+1Ny6L3xAIFQUS4+tv+gB2dhH2SeEfF0sqHkR6H5KbqOhezqWsquK1YFN
zD9/pZOkaR9jt3KxCHy3v6dTzYxU1EUBemoUXbsZ8ggMpuehrdGtNoSQZGW9FcEQ
b/z23rUmjWbtdIxFXakp6VvNiE6dlwHv9XbtYur+Ke+VUo80hfjcHSOPuxbYdm91
uqKXT8Kzt//cCJwtwHYTexdeqRPRXZQW07zVHj1B6IKRnN6m44IndcwVoqJQt4sJ
Z3aN/Dr4VNrp8PP0jTMszX8o3dc54pJHyFAbON9tnaeSDca3cRJvBGrSjxdBXDAE
i4sYV8gjQjbQZXuToH5ryADvH8Of2g6n7PPoWI1Ixr+VtxrL308=
=g6/n
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to