Your message dated Sat, 25 Jan 2025 22:22:00 +0000
with message-id <e1tboxq-0075gj...@fasolo.debian.org>
and subject line Bug#1091410: fixed in kawari8 8.2.8-12
has caused the Debian Bug report #1091410,
regarding kawari8 FTBFS with Python 3.13 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 ow...@bugs.debian.org
immediately.)
--
1091410: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1091410
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: kawari8
Version: 8.2.8-11.1
Severity: normal
Tags: ftbfs
Justification: FTBFS
User: debian-pyt...@lists.debian.org
Usertags: python3.13-default
This package failed build from source when test-built against a version of
python3-defaults that has 3.13 as the default Python 3 version.
To reproduce this issue, build against python3-defaults (python3-all-dev etc.)
from Debian experimental.
What's new in Python 3.13:
https://docs.python.org/3.13/whatsnew/3.13.html
Log snippet:
g++ -I/usr/include/python3.13 -I/usr/include/python3.13 -fno-strict-overflow
-Wsign-compare -DNDEBUG -g -O2 -Wall -DENABLE_SAORI_PYTHON
-DENABLE_SAORI_NATIVE -O1 -I. -DNDEBUG -fPIC -fno-strict-aliasing -Wall
-fomit-frame-pointer -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security
-mbranch-protection=standard -osaori/saori_python.o -c saori/saori_python.cpp
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’
is not valid for C++
saori/saori_python.cpp: In function ‘int py_saori_exist(const char*)’:
saori/saori_python.cpp:145:28: error: ‘PyEval_CallObject’ was not declared in
this scope; did you mean ‘PyObject_CallObject’?
145 | PyObject *result = PyEval_CallObject(saori_exist, arglist);
| ^~~~~~~~~~~~~~~~~
| PyObject_CallObject
saori/saori_python.cpp: In function ‘int py_saori_load(const char*, const
char*)’:
saori/saori_python.cpp:166:28: error: ‘PyEval_CallObject’ was not declared in
this scope; did you mean ‘PyObject_CallObject’?
166 | PyObject *result = PyEval_CallObject(saori_load, arglist);
| ^~~~~~~~~~~~~~~~~
| PyObject_CallObject
saori/saori_python.cpp: In function ‘int py_saori_unload(const char*)’:
saori/saori_python.cpp:187:28: error: ‘PyEval_CallObject’ was not declared in
this scope; did you mean ‘PyObject_CallObject’?
187 | PyObject *result = PyEval_CallObject(saori_unload, arglist);
| ^~~~~~~~~~~~~~~~~
| PyObject_CallObject
saori/saori_python.cpp: In function ‘char* py_saori_request(const char*, const
char*)’:
saori/saori_python.cpp:204:24: warning: ISO C++ forbids converting a string
constant to ‘char*’ [-Wwrite-strings]
204 | return "";
| ^~
saori/saori_python.cpp:208:28: error: ‘PyEval_CallObject’ was not declared in
this scope; did you mean ‘PyObject_CallObject’?
208 | PyObject *result = PyEval_CallObject(saori_request, arglist);
| ^~~~~~~~~~~~~~~~~
| PyObject_CallObject
saori/saori_python.cpp:212:24: warning: ISO C++ forbids converting a string
constant to ‘char*’ [-Wwrite-strings]
212 | return "";
| ^~
make[1]: *** [gcc.mak:175: saori/saori_python.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>/build/src'
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build]
Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit
status 2
--------------------------------------------------------------------------------
Build finished at 2024-12-25T17:24:09Z
If required, the full build log is available here (for the next 30 days):
https://debusine.debian.net/artifact/1124156/
This bug has been filed at "normal" severity, as we haven't started the
transition to add 3.13 as default, yet. This will be raised to RC
as soon as that happens, hopefully well before trixie.
Thanks,
Stefano
--- End Message ---
--- Begin Message ---
Source: kawari8
Source-Version: 8.2.8-12
Done: Ying-Chun Liu (PaulLiu) <paul...@debian.org>
We believe that the bug you reported is fixed in the latest version of
kawari8, 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 1091...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ying-Chun Liu (PaulLiu) <paul...@debian.org> (supplier of updated kawari8
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: Sun, 26 Jan 2025 04:50:09 +0800
Source: kawari8
Architecture: source
Version: 8.2.8-12
Distribution: unstable
Urgency: low
Maintainer: Ying-Chun Liu (PaulLiu) <paul...@debian.org>
Changed-By: Ying-Chun Liu (PaulLiu) <paul...@debian.org>
Closes: 1037267 1091410
Changes:
kawari8 (8.2.8-12) unstable; urgency=low
.
* Update debian/patches/012_python3.patch
- Use PyObject_CallObject to replace PyEval_CallObject
- Fix FTBFS on Python 3.13 (Closes: #1091410)
* debian/rules: set TZ to UTC for reproducible-builds (Closes: #1037267)
Checksums-Sha1:
023aded9d814bbaa5117410b2f3d4088271afec2 1821 kawari8_8.2.8-12.dsc
4e173b6760b5be6c0ab5c69f0e987b430b368ce8 12140 kawari8_8.2.8-12.debian.tar.xz
f3297a54eba3a87d6843df6ab818a01f725d8ebf 6986 kawari8_8.2.8-12_source.buildinfo
Checksums-Sha256:
7998a14c45f962b8de784a1cb272a59d3408c6c281b5ba335ce9ea6dac494a37 1821
kawari8_8.2.8-12.dsc
0da087e12ac2c20a44f930ac2c78c79db3c8318c0a34e8769b3d9f2ae2152aae 12140
kawari8_8.2.8-12.debian.tar.xz
e092706b6281cc5c0b32541872955763316d8e1865418a03d9baad2bbbcd3475 6986
kawari8_8.2.8-12_source.buildinfo
Files:
4cfc363e4dfedc29a409edd392efab9e 1821 games optional kawari8_8.2.8-12.dsc
2b22e425b07ffd8b323de48c89c20df5 12140 games optional
kawari8_8.2.8-12.debian.tar.xz
5273f672a56e2f69a97a3c0004c3235e 6986 games optional
kawari8_8.2.8-12_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJHBAEBCgAxFiEEo2h49GQQhoFgDLZIRBc/oT0FiIgFAmeVUC4THHBhdWxsaXVA
ZGViaWFuLm9yZwAKCRBEFz+hPQWIiKIvEAC2JxXMDAMrlVUQ8xeGIjnGzZUIlmEw
Sfm4jyLhbApfApDOeZofwHpWyO9YAX+E7GcUGa5Kx1le2moY5lEXLshcn5N4rMKy
N8JqAKByeI3ChZrAlsoDKIhtbxJK6XdEzMsBHSCc4SAsKVpJBe7oBSVofZqmF2Dy
cZ8ycPx5c7SQYkCEQtdYTILjaI+6DbbsnQPdTkLNe+f4tMQdI5LRZQq6iPABUcwg
Pb8yx9FAf5crO+cfC6R/s6dPna0yVNqAKdV77lhAoe6Ne/DWzEV0JQr8Oyw2pcmO
GQugCWUet6tK8IQ9k4ayx+yS9tcBV0eN9+SIQWtufjKK09Y8WRkhdO1ieaEjsTDI
8hmH0/NGnkCY9HBvuXAjWuRPXUAgXFVLr1UTlWOUsFbU2zo6wyIIFNw4+Y+18T/Q
DGuv0+e7HziZok/TqZ5RSHrFQwJ9WyKyY4PePZJmiROpFxUdikRb44Zqf39BhNIV
phcOgCOynvw8gy3Bp89L3cNlDvkPCksE8Yw6ub/+lRwOnHaUDW9b3i9E72PjqeSB
nCA80hEGymdgyBHLDIZKbxEeCn1K1sngcuZQW6zneueH/bIfp9kBlxnv/JJ/2N9E
qbGbFiZKeM1r6bO+2MlAww0Vfdz26pXxtGWE7vORlxi3Qg6F8vieDix7CDjIwz/h
g2uDaFcWy5NegA==
=sYS5
-----END PGP SIGNATURE-----
pgpgPia0NNKnM.pgp
Description: PGP signature
--- End Message ---