Public bug reported:

Imported from Debian bug http://bugs.debian.org/1118326:

Package: src:mayavi2
Version: 4.8.3-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to
build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202510/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:mayavi2, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
        pybuild --clean -i python{version} -p 3.13
I: pybuild base:311: python3.13 setup.py clean 
/usr/lib/python3/dist-packages/setuptools/dist.py:759: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: BSD License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  self._finalize_license_expression()
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build' (and everything under 
it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.13' does not exist -- can't clean it
        rm -rf .pybuild/
        find . -name \*.pyc -exec rm {} \;
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
        rm -f debian/debhelper-build-stamp
        rm -rf debian/.debhelper/
        rm -f -- debian/mayavi2.substvars debian/files
        rm -fr -- debian/mayavi2/ debian/tmp/
        find .  \( \( \
                \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path 
.\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o 
-type f -a \
                \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
                 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
                 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
                 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
                \) -exec rm -f {} + \) -o \
                \( -type d -a \( -name autom4te.cache -o -name __pycache__ \) 
-prune -exec rm -rf {} + \) \)
   debian/rules execute_after_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -rf tvtk/tvtk_classes.zip
rm -rf docs/build
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
 debian/rules binary
dh binary --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
        pybuild --configure -i python{version} -p 3.13
I: pybuild base:311: python3.13 setup.py config 
/usr/lib/python3/dist-packages/setuptools/dist.py:759: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: BSD License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  self._finalize_license_expression()
running config
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
find /<<PKGBUILDDIR>>/* -name '*.pyx' -exec cython3 '{}' ';'
LD_PRELOAD=libgomp.so.1 xvfb-run --auto-servernum --server-args="-screen 0 
1024x768x24" dh_auto_build
        pybuild --build -i python{version} -p 3.13
I: pybuild base:311: /usr/bin/python3 setup.py build 
/usr/lib/python3/dist-packages/setuptools/dist.py:759: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: BSD License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  self._finalize_license_expression()
running build
running build_py
Building tvtk_classes.zip
----------------------------------------------------------------------
Building TVTK classes... python3: 
./Common/DataModel/vtkGenericAttributeCollection.cxx:435: int* 
vtkGenericAttributeCollection::GetAttributesToInterpolate(): Assertion `"pre: 
not_empty" && !IsEmpty()' failed.
Fatal Python error: Aborted

Current thread 0x00007f563a10b800 (most recent call first):
  File "/<<PKGBUILDDIR>>/tvtk/vtk_parser.py", line 695 in _find_get_set_methods
  File "/<<PKGBUILDDIR>>/tvtk/vtk_parser.py", line 493 in _organize_methods
  File "/<<PKGBUILDDIR>>/tvtk/vtk_parser.py", line 159 in parse
  File "/<<PKGBUILDDIR>>/tvtk/wrapper_gen.py", line 338 in _gen_methods
  File "/<<PKGBUILDDIR>>/tvtk/wrapper_gen.py", line 239 in generate_code
  File "/<<PKGBUILDDIR>>/tvtk/code_gen.py", line 241 in _write_wrapper_class
  File "/<<PKGBUILDDIR>>/tvtk/code_gen.py", line 148 in generate_code
  File "/<<PKGBUILDDIR>>/tvtk/_setup.py", line 58 in gen_tvtk_classes_zip
  File "/<<PKGBUILDDIR>>/setup.py", line 247 in build_tvtk_classes_zip
  File "/<<PKGBUILDDIR>>/setup.py", line 254 in run
  File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
1021 in run_command
  File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1104 in 
run_command
  File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 357 
in run_command
  File "/usr/lib/python3/dist-packages/setuptools/_distutils/command/build.py", 
line 135 in run
  File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
1021 in run_command
  File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1104 in 
run_command
  File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
1002 in run_commands
  File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 202 
in run_commands
  File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 186 
in setup
  File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 117 in 
setup
  File "/<<PKGBUILDDIR>>/setup.py", line 322 in <module>

Extension modules: numpy._core._multiarray_umath, numpy.lina 
[too-long-redacted] tkFiltersReduction (total: 147)
Aborted
E: pybuild pybuild:389: build: plugin distutils failed with: exit code=134: 
/usr/bin/python3 setup.py build 
dh_auto_build: error: pybuild --build -i python{version} -p 3.13 returned exit 
code 13
make[1]: *** [debian/rules:22: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:14: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

** Affects: mayavi2 (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: vtk9 (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: mayavi2 (Debian)
     Importance: Undecided
         Status: New


** Tags: ftbfs update-excuse

** Bug watch added: Debian Bug tracker #1118326
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1118326

** Changed in: mayavi2 (Debian)
 Remote watch: None => Debian Bug tracker #1118326

** Tags added: ftbfs update-excuse

** Also affects: vtk9 (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2137133

Title:
  mayavi2: FTBFS: Fatal Python error: Aborted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mayavi2/+bug/2137133/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to