Source: wxutils Version: 0.3.0-1 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: lu...@debian.org Usertags: ftbfs-20250412 ftbfs-trixie
Hi, During a rebuild of all packages in testing (trixie), your package failed to build on amd64. Relevant part (hopefully): > debian/rules binary > dh binary --with python3 --buildsystem=pybuild > dh_update_autotools_config -O--buildsystem=pybuild > dh_autoreconf -O--buildsystem=pybuild > dh_auto_configure -O--buildsystem=pybuild > I: pybuild base:311: python3.13 setup.py config > /usr/lib/python3/dist-packages/setuptools/__init__.py:94: > _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are > deprecated. > !! > > > ******************************************************************************** > Requirements should be satisfied by a PEP 517 installer. > If you are using pip, you can try `pip install --use-pep517`. > > ******************************************************************************** > > !! > dist.fetch_build_eggs(dist.setup_requires) > running config > dh_auto_build -O--buildsystem=pybuild > I: pybuild base:311: /usr/bin/python3 setup.py build > /usr/lib/python3/dist-packages/setuptools/__init__.py:94: > _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are > deprecated. > !! > > > ******************************************************************************** > Requirements should be satisfied by a PEP 517 installer. > If you are using pip, you can try `pip install --use-pep517`. > > ******************************************************************************** > > !! > dist.fetch_build_eggs(dist.setup_requires) > running build > running build_py > creating > /build/reproducible-path/wxutils-0.3.0/.pybuild/cpython3_3.13_wxutils/build/wxutils > copying wxutils/floats.py -> > /build/reproducible-path/wxutils-0.3.0/.pybuild/cpython3_3.13_wxutils/build/wxutils > copying wxutils/notebooks.py -> > /build/reproducible-path/wxutils-0.3.0/.pybuild/cpython3_3.13_wxutils/build/wxutils > copying wxutils/text.py -> > /build/reproducible-path/wxutils-0.3.0/.pybuild/cpython3_3.13_wxutils/build/wxutils > copying wxutils/choice.py -> > /build/reproducible-path/wxutils-0.3.0/.pybuild/cpython3_3.13_wxutils/build/wxutils > copying wxutils/debugtime.py -> > /build/reproducible-path/wxutils-0.3.0/.pybuild/cpython3_3.13_wxutils/build/wxutils > copying wxutils/gridpanel.py -> > /build/reproducible-path/wxutils-0.3.0/.pybuild/cpython3_3.13_wxutils/build/wxutils > copying wxutils/readlinetextctrl.py -> > /build/reproducible-path/wxutils-0.3.0/.pybuild/cpython3_3.13_wxutils/build/wxutils > copying wxutils/listbox.py -> > /build/reproducible-path/wxutils-0.3.0/.pybuild/cpython3_3.13_wxutils/build/wxutils > copying wxutils/utils.py -> > /build/reproducible-path/wxutils-0.3.0/.pybuild/cpython3_3.13_wxutils/build/wxutils > copying wxutils/filechecklist.py -> > /build/reproducible-path/wxutils-0.3.0/.pybuild/cpython3_3.13_wxutils/build/wxutils > copying wxutils/buttons.py -> > /build/reproducible-path/wxutils-0.3.0/.pybuild/cpython3_3.13_wxutils/build/wxutils > copying wxutils/icons.py -> > /build/reproducible-path/wxutils-0.3.0/.pybuild/cpython3_3.13_wxutils/build/wxutils > copying wxutils/dates.py -> > /build/reproducible-path/wxutils-0.3.0/.pybuild/cpython3_3.13_wxutils/build/wxutils > copying wxutils/version.py -> > /build/reproducible-path/wxutils-0.3.0/.pybuild/cpython3_3.13_wxutils/build/wxutils > copying wxutils/colors.py -> > /build/reproducible-path/wxutils-0.3.0/.pybuild/cpython3_3.13_wxutils/build/wxutils > copying wxutils/paths.py -> > /build/reproducible-path/wxutils-0.3.0/.pybuild/cpython3_3.13_wxutils/build/wxutils > copying wxutils/periodictable.py -> > /build/reproducible-path/wxutils-0.3.0/.pybuild/cpython3_3.13_wxutils/build/wxutils > copying wxutils/dialogs.py -> > /build/reproducible-path/wxutils-0.3.0/.pybuild/cpython3_3.13_wxutils/build/wxutils > copying wxutils/__init__.py -> > /build/reproducible-path/wxutils-0.3.0/.pybuild/cpython3_3.13_wxutils/build/wxutils > running egg_info > creating wxutils.egg-info > writing wxutils.egg-info/PKG-INFO > writing dependency_links to wxutils.egg-info/dependency_links.txt > writing requirements to wxutils.egg-info/requires.txt > writing top-level names to wxutils.egg-info/top_level.txt > writing manifest file 'wxutils.egg-info/SOURCES.txt' > reading manifest file 'wxutils.egg-info/SOURCES.txt' > adding license file 'LICENSE' > writing manifest file 'wxutils.egg-info/SOURCES.txt' > dh_auto_test -O--buildsystem=pybuild > I: pybuild base:311: cd > /build/reproducible-path/wxutils-0.3.0/.pybuild/cpython3_3.13_wxutils/build; > python3.13 -m unittest discover -v > wxutils (unittest.loader._FailedTest.wxutils) ... ERROR > > ====================================================================== > ERROR: wxutils (unittest.loader._FailedTest.wxutils) > ---------------------------------------------------------------------- > ImportError: Failed to import test module: wxutils > Traceback (most recent call last): > File "/usr/lib/python3.13/unittest/loader.py", line 429, in _find_test_path > package = self._get_module_from_name(name) > File "/usr/lib/python3.13/unittest/loader.py", line 339, in > _get_module_from_name > __import__(name) > ~~~~~~~~~~^^^^^^ > File > "/build/reproducible-path/wxutils-0.3.0/.pybuild/cpython3_3.13_wxutils/build/wxutils/__init__.py", > line 9, in <module> > import wx > File "/usr/lib/python3/dist-packages/wx/__init__.py", line 17, in <module> > from wx.core import * > File "/usr/lib/python3/dist-packages/wx/core.py", line 12, in <module> > from ._core import * > ImportError: > /usr/lib/python3/dist-packages/wx/_core.cpython-313-x86_64-linux-gnu.so: > undefined symbol: > _ZN14wxTranslations27GetBestAvailableTranslationERK8wxString, version WXU_3.2 > > > ---------------------------------------------------------------------- > Ran 1 test in 0.000s > > FAILED (errors=1) > E: pybuild pybuild:389: test: plugin distutils failed with: exit code=1: cd > /build/reproducible-path/wxutils-0.3.0/.pybuild/cpython3_3.13_wxutils/build; > python3.13 -m unittest discover -v > dh_auto_test: error: pybuild --test -i python{version} -p 3.13 returned exit > code 13 The full build log is available from: http://qa-logs.debian.net/2025/04/12/wxutils_0.3.0-1_testing.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20250412;users=lu...@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20250412&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 mark 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.