Your message dated Sun, 30 Jun 2024 19:49:00 +0000 with message-id <e1so0xk-000v6j...@fasolo.debian.org> and subject line Bug#1073448: fixed in mayavi2 4.8.1-5 has caused the Debian Bug report #1073448, regarding mayavi2: FTBFS: TypeError: unsupported operand type(s) for -: 'str' and 'str' 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.) -- 1073448: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073448 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: mayavi2 Version: 4.8.1-4 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: lu...@debian.org Usertags: ftbfs-20240615 ftbfs-trixie Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[1]: Entering directory '/<<PKGBUILDDIR>>' > find /<<PKGBUILDDIR>>/* -name '*.pyx' -exec cython3 '{}' ';' > /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: > Cython directive 'language_level' not set, using 2 for now (Py2). This will > change in a later release! File: /<<PKGBUILDDIR>>/tvtk/src/array_ext.pyx > tree = Parsing.p_module(s, pxd, full_module_name) > LD_PRELOAD=libgomp.so.1 xvfb-run --auto-servernum --server-args="-screen 0 > 1024x768x24" dh_auto_build > I: pybuild base:311: /usr/bin/python3 setup.py build > /<<PKGBUILDDIR>>/setup.py:13: DeprecationWarning: > > `numpy.distutils` is deprecated since NumPy 1.23.0, as a result > of the deprecation of `distutils` itself. It will be removed for > Python >= 3.12. For older Python versions it will remain present. > It is recommended to use `setuptools < 60.0` for those Python versions. > For more details, see: > https://numpy.org/devdocs/reference/distutils_status_migration.html > > > from numpy.distutils.command import build, install_data, build_src > running build > Building tvtk_classes.zip > ---------------------------------------------------------------------- > Building TVTK classes... vtkAnimationCue: Ignoring method: Get/SetDirection > default: 1, range: None > vtkContextDevice2D: Ignoring method: Get/SetViewportRect > default: [0, 0, 0, 0], range: None > vtkContextDevice2D: Ignoring method: Get/SetViewportSize > default: [0, 0], range: None > vtkEventDataForDevice: Ignoring method: Get/SetAction > default: -1, range: None > vtkEventDataForDevice: Ignoring method: Get/SetDevice > default: -1, range: None > vtkFXAAOptions: Ignoring method: Get/SetDebugOptionValue > default: 0, range: None > vtkIncrementalForceLayout: Ignoring method: Get/SetGravityPoint > default: [200.0, 200.0], range: None > vtkLineIntegralConvolution2D: MaxNoiseValue not updatable (VTK 9.2 bug - > value not properly initialized) > vtkOpenGLBufferObject: Ignoring method: Get/SetType > default: 0, range: None > vtkOpenGLFXAAFilter: Ignoring method: Get/SetDebugOptionValue > default: 0, range: None > vtkRenderWidget: Ignoring method: Get/SetPosition > default: [0, 0], range: None > vtkRenderWidget: Ignoring method: Get/SetSize > default: [300, 300], range: None > vtkShader: Ignoring method: Get/SetType > default: 3, range: None > vtkViewport: Ignoring method: Get/SetGradientMode > default: 0, range: None > vtkVolumeTexture: Ignoring method: Get/SetPartitions > default: [1, 1, 1], range: None > vtkChartMatrix: Ignoring method: Get/SetFillStrategy > default: 0, range: None > vtkChartMatrix: Ignoring method: Get/SetGutter > default: [15.0, 15.0], range: None > vtkChartMatrix: Ignoring method: Get/SetRect > default: [0, 0, 100, 100], range: None > vtkChartMatrix: Ignoring method: Get/SetSize > default: [0, 0], range: None > vtkContextArea: Ignoring method: Get/SetDrawAreaBounds > default: [0.0, 0.0, 300.0, 300.0], range: None > vtkContextArea: Ignoring method: Get/SetDrawAreaResizeBehavior > default: 0, range: None > vtkContextArea: Ignoring method: Get/SetFixedMargins > default: [0, 0, 0, 0], range: None > vtkContextArea: Ignoring method: Get/SetFixedRect > default: [0, 0, 300, 300], range: None > vtkContextArea: Ignoring method: Get/SetGeometry > default: [0, 0, 300, 300], range: None > vtkImplicitProjectOnPlaneDistance: Ignoring method: Get/SetNorm > default: 2, range: None > > > Failed on OpenGLCellGridRenderRequest > (#5 of 11 nodes, #219 of 452 subnodes): > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/tvtk/code_gen.py", line 142, in generate_code > self._write_wrapper_class(node, tvtk_name) > File "/<<PKGBUILDDIR>>/tvtk/code_gen.py", line 235, in _write_wrapper_class > self.wrap_gen.generate_code(node, out) > File "/<<PKGBUILDDIR>>/tvtk/wrapper_gen.py", line 242, in generate_code > self._gen_methods(node, out) > File "/<<PKGBUILDDIR>>/tvtk/wrapper_gen.py", line 361, in _gen_methods > get_set, allow_update_failure = self._gen_get_set_methods(klass, out) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/tvtk/wrapper_gen.py", line 774, in > _gen_get_set_methods > self._write_trait_with_range(klass, out, vtk_attr_name) > File "/<<PKGBUILDDIR>>/tvtk/wrapper_gen.py", line 1550, in > _write_trait_with_range > if (default > rng[1]) and (default - rng[1]) < 2: > ~~~~~~~~^~~~~~~~ > TypeError: unsupported operand type(s) for -: 'str' and 'str' > > > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/setup.py", line 432, in <module> > setup( > File "/usr/lib/python3/dist-packages/numpy/distutils/core.py", line 170, in > setup > return old_setup(**new_attr) > ^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 107, in > setup > return distutils.core.setup(**attrs) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line > 185, in setup > return run_commands(dist) > ^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line > 201, in run_commands > dist.run_commands() > File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line > 969, in run_commands > self.run_command(cmd) > File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1233, in > run_command > super().run_command(command) > File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line > 988, in run_command > cmd_obj.run() > File "/<<PKGBUILDDIR>>/setup.py", line 287, in run > build_tvtk_classes_zip() > File "/<<PKGBUILDDIR>>/setup.py", line 273, in build_tvtk_classes_zip > gen_tvtk_classes_zip() > File "/<<PKGBUILDDIR>>/tvtk/setup.py", line 98, in gen_tvtk_classes_zip > gen.generate_code() > File "/<<PKGBUILDDIR>>/tvtk/code_gen.py", line 142, in generate_code > self._write_wrapper_class(node, tvtk_name) > File "/<<PKGBUILDDIR>>/tvtk/code_gen.py", line 235, in _write_wrapper_class > self.wrap_gen.generate_code(node, out) > File "/<<PKGBUILDDIR>>/tvtk/wrapper_gen.py", line 242, in generate_code > self._gen_methods(node, out) > File "/<<PKGBUILDDIR>>/tvtk/wrapper_gen.py", line 361, in _gen_methods > get_set, allow_update_failure = self._gen_get_set_methods(klass, out) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/tvtk/wrapper_gen.py", line 774, in > _gen_get_set_methods > self._write_trait_with_range(klass, out, vtk_attr_name) > File "/<<PKGBUILDDIR>>/tvtk/wrapper_gen.py", line 1550, in > _write_trait_with_range > if (default > rng[1]) and (default - rng[1]) < 2: > ~~~~~~~~^~~~~~~~ > TypeError: unsupported operand type(s) for -: 'str' and 'str' > E: pybuild pybuild:389: build: plugin distutils failed with: exit code=1: > /usr/bin/python3 setup.py build > dh_auto_build: error: pybuild --build -i python{version} -p 3.11 returned > exit code 13 > make[1]: *** [debian/rules:21: override_dh_auto_build] Error 25 The full build log is available from: http://qa-logs.debian.net/2024/06/15/mayavi2_4.8.1-4_unstable.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240615;users=lu...@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240615&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.
--- End Message ---
--- Begin Message ---Source: mayavi2 Source-Version: 4.8.1-5 Done: Francesco Ballarin <francesco.balla...@unicatt.it> We believe that the bug you reported is fixed in the latest version of mayavi2, 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 1073...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Francesco Ballarin <francesco.balla...@unicatt.it> (supplier of updated mayavi2 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, 30 Jun 2024 19:26:31 +0000 Source: mayavi2 Architecture: source Version: 4.8.1-5 Distribution: unstable Urgency: medium Maintainer: Debian Python Team <team+pyt...@tracker.debian.org> Changed-By: Francesco Ballarin <francesco.balla...@unicatt.it> Closes: 1073448 Changes: mayavi2 (4.8.1-5) unstable; urgency=medium . * Team upload. * Standards-Version: 4.7.0 * Fix FTBS by adding 681e29acb678f49037df38f99994c86fa767203a.patch: - the commit is included in 4.8.2 - the patch handles the case of vtkOpenGLCellGridRenderRequest.ShapesToDraw being a char in VTK 9.3.0 Closes: #1073448 Checksums-Sha1: 82b2115f6da492f6317bb4d67a72c0581f29fdf0 2209 mayavi2_4.8.1-5.dsc a796e7a566d9b965c139e450bb654c4bb24f9ba6 367444 mayavi2_4.8.1-5.debian.tar.xz 3f03d413bf7a6bb96ab334639fe32dee3077d7b1 13690 mayavi2_4.8.1-5_source.buildinfo Checksums-Sha256: 833d7c7e2ca7de86ebaf79d9025e58ef31fb9c8e8db53090838d93f05242026b 2209 mayavi2_4.8.1-5.dsc 5edb64eed7870c15ea449af08c78e35596e6458f85f850954ddd30f75dc6bbeb 367444 mayavi2_4.8.1-5.debian.tar.xz f57d76efaf28c39121e286238f8de9937d9802e8c428067f903ad02d629b5a46 13690 mayavi2_4.8.1-5_source.buildinfo Files: a6d23d70b057c56f2fc3134a176241b0 2209 science optional mayavi2_4.8.1-5.dsc 506c1e126bfc76110c3666ea4e11ec57 367444 science optional mayavi2_4.8.1-5.debian.tar.xz f498bb715383082936b3011978062842 13690 science optional mayavi2_4.8.1-5_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEG10EseUHu/A2aeK4AfNfwz5zr4wFAmaBsccACgkQAfNfwz5z r4z/lBAAm8R8hcBSNIwmypcIC+2P3jqL+jRrwXr0dS48do0SeZHcQBqklv7RsqUP Lq3Wyb1djyupi06a8is/1PMH/T0FtTtnUOi7j6qlMfaiXeh83sZxTDBEwgis5ywZ 8p95jpsOz1UAgZ+epBu8opuxgvioIYhgro9l4tka9C/7Z0PzDXhyGgg/kdR5xEHG MVRb+upnbkE9ek2Oe+ZquAdw0V8mxucYUDZfDu0XpaobBKYBTkZ4JyrRDHLCLMnc OEDf6jy7Dj2FyiU6WFPbjzeLPl4MTCXnjPSTxxBQUVfeb2Ez6tuCNicqd/trrIcU oZ1ClbK3nKob23g7g5Af//cy/TKO/ory/sGEC/cqmoMIEPSSCqOq7VSP2V5H/6oW 7q5AEasDEl5V5SwO/UqJip3+xPxzKRnpJp6v/gb2QYmO0RGWzfGtBCfJUHV9lwNl 5rYepmFIFi2BAyM06bewD9ml1GFtCfWtekPVfNdcpG3+GbHdua3mx5nfNM9oP1ap /poN2mVrxJUbZ0EbPsZMo16yPBqEn0fqB94QmL9THmE+c7y2AbjT3nMw2vHpBh56 EBGgCtyuG8+JKGMnxkFKHgw0qkLahpKWKyvi7QMp7kRyXYkY+mECgqr+j//nISFi x+eF7p4IlwCaDbrC3RSSBgwIo0R88FKepmrx1RMu4HPVT3W/tio= =MwKj -----END PGP SIGNATURE-----pgpPHcZeKdkVD.pgp
Description: PGP signature
--- End Message ---