Your message dated Mon, 18 Nov 2024 19:42:18 +0000
with message-id <[email protected]>
and subject line Bug#1081693: fixed in pybdsf 1.11.1-2
has caused the Debian Bug report #1081693,
regarding FTBFS with Python 3.13
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.)
--
1081693: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1081693
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: pybdsf
Version: 1.11.1-1
Severity: normal
User: [email protected]
Usertags: python3.13
This package failed build from source when test-built against a version of
python3-defaults that includes 3.13 as a supported 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:
[136/139] Building CXX object CMakeFiles/_cbdsm.dir/src/c++/stat.cc.o
In file included from
/usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1929,
from
/usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
from
/usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
from /<<PKGBUILDDIR>>/src/c++/boost_python.h:14,
from /<<PKGBUILDDIR>>/src/c++/stat.cc:12:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2:
warning: #warning "Using deprecated NumPy API, disable it with " "#define
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
17 | #warning "Using deprecated NumPy API, disable it with " \
| ^~~~~~~
/<<PKGBUILDDIR>>/src/c++/stat.cc: In instantiation of ‘std::pair<double,
double> _stat(pyndarray, boost::python::api::object, double, double) [with T =
double; pyndarray = boost::python::numpy::ndarray]’:
/<<PKGBUILDDIR>>/src/c++/stat.cc:226:19: required from
‘boost::python::api::object _bstat(pyndarray, boost::python::api::object,
double) [with T = double; pyndarray = boost::python::numpy::ndarray]’
226 | res = _stat<T>(arr, mask, mean.back(), kappa*dev.back());
| ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/c++/stat.cc:257:30: required from here
257 | return _bstat<npy_double>(arr, mask, kappa);
| ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/c++/stat.cc:204:1: note: parameter passing for argument of
type ‘std::pair<double, double>’ when C++17 is enabled changed to match C++14
in GCC 10.1
204 | _stat(pyndarray arr, object mask, double _mean, double _threshold)
| ^~~~~
[137/139] Building CXX object
CMakeFiles/_cbdsm.dir/src/c++/num_util/num_util.cpp.o
In file included from
/usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1929,
from
/usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
from
/usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
from /<<PKGBUILDDIR>>/src/c++/num_util/num_util.h:14,
from /<<PKGBUILDDIR>>/src/c++/num_util/num_util.cpp:8:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2:
warning: #warning "Using deprecated NumPy API, disable it with " "#define
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
17 | #warning "Using deprecated NumPy API, disable it with " \
| ^~~~~~~
/<<PKGBUILDDIR>>/src/c++/num_util/num_util.cpp: In function
‘boost::python::numpy::dtype num_util::type2dtype(char)’:
/<<PKGBUILDDIR>>/src/c++/num_util/num_util.cpp:435:54: warning: control reaches
end of non-void function [-Wreturn-type]
435 | std::cout << "Invalid character code!" << std::endl;
| ^~~~
[138/139] Linking CXX shared module _cbdsm.cpython-313-aarch64-linux-gnu.so
[138/139] Install the project...
-- Install configuration: "Release"
CMake Error at cmake_install.cmake:46 (file):
file INSTALL cannot find
"/<<PKGBUILDDIR>>/_skbuild/linux-aarch64-3.13/cmake-build/_pytesselate.cpython-313-aarch64-linux-gnu.so":
No such file or directory.
FAILED: CMakeFiles/install.util
cd /<<PKGBUILDDIR>>/_skbuild/linux-aarch64-3.13/cmake-build && /usr/bin/cmake
-P cmake_install.cmake
ninja: build stopped: subcommand failed.
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/skbuild/setuptools_wrap.py", line 668,
in setup
cmkr.make(make_args, install_target=cmake_install_target, env=env)
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/skbuild/cmaker.py", line 696, in make
self.make_impl(clargs=clargs, config=config, source_dir=source_dir,
install_target=install_target, env=env)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/skbuild/cmaker.py", line 741, in
make_impl
raise SKBuildError(msg)
An error occurred while building with CMake.
Command:
/usr/bin/cmake --build . --target install --config Release --
Install target:
install
Source directory:
/<<PKGBUILDDIR>>
Working directory:
/<<PKGBUILDDIR>>/_skbuild/linux-aarch64-3.13/cmake-build
Please check the install target is valid and see CMake's output for more
information.
ERROR Backend subprocess exited when trying to invoke build_wheel
E: pybuild pybuild:389: build: plugin pyproject failed with: exit code=1:
python3.13 -m build --skip-dependency-check --no-isolation --wheel --outdir
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13
If required, the full build log is available here (for the next 30 days):
https://debusine.debian.net/artifact/712745/
This bug has been filed at "normal" severity, as we haven't started the
transition to add 3.13 as a supported version, yet. This will be raised to RC
as soon as that happens, hopefully well before trixie.
Thanks,
Stefano
--- End Message ---
--- Begin Message ---
Source: pybdsf
Source-Version: 1.11.1-2
Done: Ole Streicher <[email protected]>
We believe that the bug you reported is fixed in the latest version of
pybdsf, 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.
Ole Streicher <[email protected]> (supplier of updated pybdsf 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: Mon, 18 Nov 2024 16:29:19 +0100
Source: pybdsf
Architecture: source
Version: 1.11.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Astro Maintainers
<[email protected]>
Changed-By: Ole Streicher <[email protected]>
Closes: 1081693
Changes:
pybdsf (1.11.1-2) unstable; urgency=medium
.
* Adjust f2py executable name (Closes: #1081693)
Checksums-Sha1:
8e5877d095f2a72261bf67cf79104ccb7bb27735 2175 pybdsf_1.11.1-2.dsc
898412efeadafa25e9a0599eab4c03460f638cb9 5504 pybdsf_1.11.1-2.debian.tar.xz
Checksums-Sha256:
30c094f9426a57b01993cbc72db2ae170795d48548c9ff3abdf6f9d9b846d47a 2175
pybdsf_1.11.1-2.dsc
205ea0ad892dfeaca6d150ba48fda5581ca4be4ea122082613f29a8dc81c0a14 5504
pybdsf_1.11.1-2.debian.tar.xz
Files:
df31e1548019eb800032db95af3a6094 2175 python optional pybdsf_1.11.1-2.dsc
768d8c734b4fb2d6564a92ff5a004f95 5504 python optional
pybdsf_1.11.1-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAmc7kasACgkQcRWv0HcQ
3PeQUBAA2bVKqNtGwJcj11XfhtPNal73iXtJETp8bXL7A8mZAm1QeVjwIijmntFz
FquFgk9xXrN9f/RPG0dZshVWTCjnTbivhs7J7O1Fut1DyyQHQ0IAoED4VQTMaMKU
gmGCtFG/jiYjH36KKSFRrmiMLT3vw42rqMG8lerYqTU9CQP7xSXf+veF1F5zPaKY
BUVzbPM5yqQGxBRYfKE4iyBG3XL3Pc8F4jxjgZMbxelvEsOdRAxz2NtUOYAURBj2
rrveBkYuSsQXBkAJt5MZbktFx2im2aDWf7vBwnJg4XK3cdp6NTeBfQOd4W7Ud01m
5k6IOumWLkBOCx8kkkrEX+Uf+i4JzRPB/rTSNmKMMDjRXL9KOHfU0V3LFnpkbaj3
N+qfpA8D4PKM9pj1sdjApcLo2X0UTBTSKk5FIYm+bd0tdM2Qp63QDFaL5rDngDw5
Pfos6FIoYeJmyzpLMg3maNV5ooS/fbFnrIpuwv8+we3tBnrVQL2ON0oRSU6/iiMX
UerjeN5fIj6TtNXv5neVUZaIMjRYHH9oaGlzOQhKULg6GcdgcvAkh64eDoxKfLcX
NoltOxJnKcAfnn9GHmhEfRoOBt5//SFQzU4paZChdmfpEvU9O4beEj+XB50DKTEf
QT9awTR8WPqAS43w7pOKeRBWP+SNl5Hbomot5AH42AZ8ce+z5qI=
=rYiM
-----END PGP SIGNATURE-----
pgpfDtBKJInmj.pgp
Description: PGP signature
--- End Message ---