Your message dated Wed, 28 Feb 2024 12:19:54 +0000
with message-id <[email protected]>
and subject line Bug#1061317: fixed in gemrb 0.9.2+dfsg-1
has caused the Debian Bug report #1061317,
regarding gemrb ftbfs with Python 3.12 as default
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.)


-- 
1061317: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061317
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gemrb
Version: 0.9.0+dfsg-1
Severity: serious
Tags: sid trixie ftbfs
User: [email protected]
Usertags: python3.12

with python3-defaults from experimental:

[...]
[ 83%] Building CXX object gemrb/plugins/MVEPlayer/CMakeFiles/MVEPlayer.dir/mve_player.cpp.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/gemrb/plugins/MVEPlayer && /usr/bin/c++ -DHAVE_CONFIG_H -DMVEPlayer_EXPORTS -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/gemrb/includes -I/<<PKGBUILDDIR>>/gemrb/core -g -O2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/gemrb-0.9.0+dfsg-1build3 -Wdate-time -D_FORTIFY_SOURCE=3 -Wall -W -Wpointer-arith -pedantic -Wno-format-y2k -Wno-long-long -fsigned-char -fvisibility=hidden -Wimplicit-fallthrough=2 -std=gnu++11 -fPIC -MD -MT gemrb/plugins/MVEPlayer/CMakeFiles/MVEPlayer.dir/mve_player.cpp.o -MF CMakeFiles/MVEPlayer.dir/mve_player.cpp.o.d -o CMakeFiles/MVEPlayer.dir/mve_player.cpp.o -c /<<PKGBUILDDIR>>/gemrb/plugins/MVEPlayer/mve_player.cpp
In file included from /<<PKGBUILDDIR>>/gemrb/core/System/VFS.h:33,
                 from /<<PKGBUILDDIR>>/gemrb/core/Interface.h:46,
from /<<PKGBUILDDIR>>/gemrb/plugins/GUIScript/PythonConversions.cpp:23: /<<PKGBUILDDIR>>/gemrb/includes/Predicates.h:36:25: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
   36 | struct Predicate : std::unary_function<PT, bool> {
      |                         ^~~~~~~~~~~~~~
In file included from /usr/include/c++/13/bits/refwrap.h:39,
                 from /usr/include/c++/13/bits/shared_ptr_base.h:57,
                 from /usr/include/c++/13/bits/shared_ptr.h:53,
                 from /usr/include/c++/13/condition_variable:45,
                 from /<<PKGBUILDDIR>>/gemrb/core/System/Logger.h:31,
                 from /<<PKGBUILDDIR>>/gemrb/core/System/Logging.h:31,
                 from /<<PKGBUILDDIR>>/gemrb/includes/Platform.h:56,
                 from /<<PKGBUILDDIR>>/gemrb/includes/ie_types.h:31,
                 from /<<PKGBUILDDIR>>/gemrb/core/System/String.h:23,
                 from /<<PKGBUILDDIR>>/gemrb/core/Resource.h:31,
                 from /<<PKGBUILDDIR>>/gemrb/core/ScriptEngine.h:25,
from /<<PKGBUILDDIR>>/gemrb/plugins/GUIScript/GUIScript.h:43, from /<<PKGBUILDDIR>>/gemrb/plugins/GUIScript/PythonConversions.h:23, from /<<PKGBUILDDIR>>/gemrb/plugins/GUIScript/PythonConversions.cpp:19:
/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/gemrb/plugins/GUIScript/PythonConversions.cpp: In function ‘GemRB::PyStringWrapper GemRB::PyString_AsString(PyObject*)’: /<<PKGBUILDDIR>>/gemrb/plugins/GUIScript/PythonConversions.cpp:141:36: error: ‘PyUnicode_AS_DATA’ was not declared in this scope; did you mean ‘PyUnicode_DATA’?
  141 |                         wrap.str = PyUnicode_AS_DATA(obj);
      |                                    ^~~~~~~~~~~~~~~~~
      |                                    PyUnicode_DATA
make[3]: *** [gemrb/plugins/GUIScript/CMakeFiles/GUIScript.dir/build.make:107: gemrb/plugins/GUIScript/CMakeFiles/GUIScript.dir/PythonConversions.cpp.o] Error 1
--- End Message ---
--- Begin Message ---
Source: gemrb
Source-Version: 0.9.2+dfsg-1
Done: Stephen Kitt <[email protected]>

We believe that the bug you reported is fixed in the latest version of
gemrb, 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.
Stephen Kitt <[email protected]> (supplier of updated gemrb 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: Wed, 28 Feb 2024 12:54:22 +0100
Source: gemrb
Architecture: source
Version: 0.9.2+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Beren Minor <[email protected]>
Changed-By: Stephen Kitt <[email protected]>
Closes: 1061317
Changes:
 gemrb (0.9.2+dfsg-1) unstable; urgency=medium
 .
   * New upstream release:
     - upstream now supports Python 3.12; closes: #1061317;
     - bg2ee files aren’t installed for now, the game isn’t playable yet.
   * Standards-Version 4.6.2, no change required.
   * Add myself as an uploader (I sponsored the previous uploads).
Checksums-Sha1:
 5544b4899d7240d30acce93f9d4193a4318cc953 3068 gemrb_0.9.2+dfsg-1.dsc
 067d0dec0b5b3148240d404c25a061c4db34c3fd 1675100 gemrb_0.9.2+dfsg.orig.tar.xz
 771159a59a76f690b5f69f9251c8a396238f6c33 17512 gemrb_0.9.2+dfsg-1.debian.tar.xz
 3be7d129bb2cd4ced5bcb96e0eadfe2ebcf60ca4 13320 
gemrb_0.9.2+dfsg-1_source.buildinfo
Checksums-Sha256:
 313d4cb5d2f2766a5372674d09190bf1fcef6d29a8d294c879db6a1f1eb44880 3068 
gemrb_0.9.2+dfsg-1.dsc
 3b6e83fad265b34a43f4ad6ac6e198354939459076d138be333419ecf7411172 1675100 
gemrb_0.9.2+dfsg.orig.tar.xz
 916452e84312753104a0ca0f02c3e89ade32319227f7f6840936392340e648ff 17512 
gemrb_0.9.2+dfsg-1.debian.tar.xz
 3c12bf0b6b1cdb890204f2aa9c73c8699b85e0f3be8629af4c07dbdc29e24171 13320 
gemrb_0.9.2+dfsg-1_source.buildinfo
Files:
 2d10e139a695c9f19b4a4804833be9f1 3068 contrib/games optional 
gemrb_0.9.2+dfsg-1.dsc
 72049e9b5e1fd2948dc3c8ce15737e79 1675100 contrib/games optional 
gemrb_0.9.2+dfsg.orig.tar.xz
 7a921ea2288d7fb95181c919ddc134f7 17512 contrib/games optional 
gemrb_0.9.2+dfsg-1.debian.tar.xz
 bd52b8ff2628cf0141a8dbd35896d562 13320 contrib/games optional 
gemrb_0.9.2+dfsg-1_source.buildinfo

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

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAmXfHwwACgkQgNMC9Yht
g5xaKA/+NaS9k+BfX/OXxsbrjEbnoJXD2VmTQsv8gzW6Du0Ygcg6Qzmz0etHxpM3
jwaQx9xJgYwLKW6943W0M7ERzxHwIb4+PID+/fyAu95GuYdJTh6IRIibB7nCv84T
0g6BHxIBhmSWNhhDRgFXEs1IMt6ds7GWb/HN7SnBDOQQwvjyyrA9LBS/G/6sWzfn
IxeKStCf5fOUBxorEJ4k73Pcm6xAiCcAawj44mDWacHUmThpFxwmccwtZvAhJSjv
W5K5gAIpDTN4MTaO+otBClseETLWmdI3c3tzBaE8BmG9teO9OSx2k3bqz/Lm2h9I
pD0oiFTC+w1PPmEirjXLJi8I6VZaXAxyTbnhOVsGs0oBOw3PmpsGyp4moSvR68k2
fPaw+0ksWmeZpmfTEI2J8+Ze6Y34vwXBNRGbfrLVVwR+RfV33qId9n/PKKlKm8sq
NDhTia7BsgiVhGAW/iMlU3XQ9FTlR73nxlsNWv/Ws3lSZDCYbSOCzVeSbHgfUF1U
MqOlDajPsirgT+tX7Zbfm54PvcUoA9wC5DS52lJcgIhjmSnniEzBm9WRtalfT7CX
xuj11/76Lab0nDUcybk416NWRh6VLLOXmGTyQ0HrQ9pp1WVS2IM8PRGPny8/TeFa
JfrgaDdiwxdTqpHfeb8g4WuyvDwMPwHE3ycF4jVjAW9x0E80F5M=
=qVEg
-----END PGP SIGNATURE-----

Attachment: pgpqvavv01Tbv.pgp
Description: PGP signature


--- End Message ---

Reply via email to