Your message dated Mon, 10 Nov 2025 17:19:36 +0000 with message-id <E1vIVYG-00AIOr-0C@fasolo.debian.org> and subject line Bug#1119764: fixed in pyliblo 0.16.3-2 has caused the Debian Bug report #1119764, regarding pyliblo: FTBFS: Cython.Compiler.Errors.CompileError: pyliblo3/_liblo.pyx 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 owner@bugs.debian.org immediately.) -- 1119764: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1119764 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian BTS <submit@bugs.debian.org>
- Subject: pyliblo: FTBFS: Cython.Compiler.Errors.CompileError: pyliblo3/_liblo.pyx
- From: Santiago Vila <sanvila@debian.org>
- Date: Fri, 31 Oct 2025 11:29:22 +0000
- Message-id: <E1vEnJq-000cRi-0G@paradis.debian.org>
Package: src:pyliblo Version: 0.16.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:pyliblo, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] debian/rules clean dh clean --with python3 --buildsystem=pybuild dh_auto_clean -O--buildsystem=pybuild I: pybuild base:311: python3.13 setup.py clean 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 dh_autoreconf_clean -O--buildsystem=pybuild dh_clean -O--buildsystem=pybuild 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 running config dh_auto_build -O--buildsystem=pybuild I: pybuild base:311: /usr/bin/python3 setup.py build running build running build_py creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pyliblo3 copying pyliblo3/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pyliblo3 copying pyliblo3/_liblo.pyi -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pyliblo3 running build_ext Error compiling Cython file: ------------------------------------------------------------ ... cdef char t = ord(_decode(type)[0]) if t == 'i': lo_message_add_int32(self._message, int(value)) elif t == 'h': lo_message_add_int64(self._message, long(value)) ^ ------------------------------------------------------------ pyliblo3/_liblo.pyx:974:48: undeclared name not builtin: long Compiling pyliblo3/_liblo.pyx because it changed. [1/1] Cythonizing pyliblo3/_liblo.pyx Traceback (most recent call last): File "/<<PKGBUILDDIR>>/setup.py", line 74, in <module> setup( ~~~~~^ name='pyliblo3', ^^^^^^^^^^^^^^^^ ...<22 lines>... license='LGPL', ^^^^^^^^^^^^^^^ ) ^ File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 117, in setup return distutils.core.setup(**attrs) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 186, in setup return run_commands(dist) File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 202, in run_commands dist.run_commands() ~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 1002, in run_commands self.run_command(cmd) ~~~~~~~~~~~~~~~~^^^^^ File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1104, in run_command super().run_command(command) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 1021, in run_command cmd_obj.run() ~~~~~~~~~~~^^ File "/usr/lib/python3/dist-packages/setuptools/_distutils/command/build.py", line 135, in run self.run_command(cmd_name) ~~~~~~~~~~~~~~~~^^^^^^^^^^ File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 357, in run_command self.distribution.run_command(command) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1104, in run_command super().run_command(command) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 1021, in run_command cmd_obj.run() ~~~~~~~~~~~^^ File "/usr/lib/python3/dist-packages/setuptools/command/build_ext.py", line 99, in run _build_ext.run(self) ~~~~~~~~~~~~~~^^^^^^ File "/usr/lib/python3/dist-packages/setuptools/_distutils/command/build_ext.py", line 368, in run self.build_extensions() ~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3/dist-packages/setuptools/_distutils/command/build_ext.py", line 484, in build_extensions self._build_extensions_serial() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3/dist-packages/setuptools/_distutils/command/build_ext.py", line 510, in _build_extensions_serial self.build_extension(ext) ~~~~~~~~~~~~~~~~~~~~^^^^^ File "/usr/lib/python3/dist-packages/setuptools/command/build_ext.py", line 264, in build_extension _build_ext.build_extension(self, ext) ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/Cython/Distutils/build_ext.py", line 131, in build_extension new_ext = cythonize( ~~~~~~~~~^ ext,force=self.force, quiet=self.verbose == 0, **options ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ )[0] ^ File "/usr/lib/python3/dist-packages/Cython/Build/Dependencies.py", line 1150, in cythonize cythonize_one(*args) ~~~~~~~~~~~~~^^^^^^^ File "/usr/lib/python3/dist-packages/Cython/Build/Dependencies.py", line 1294, in cythonize_one raise CompileError(None, pyx_file) Cython.Compiler.Errors.CompileError: pyliblo3/_liblo.pyx 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.13 returned exit code 13 make: *** [debian/rules:6: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 --------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
- To: 1119764-close@bugs.debian.org
- Subject: Bug#1119764: fixed in pyliblo 0.16.3-2
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Mon, 10 Nov 2025 17:19:36 +0000
- Message-id: <E1vIVYG-00AIOr-0C@fasolo.debian.org>
- Reply-to: Dennis Braun <snd@debian.org>
Source: pyliblo Source-Version: 0.16.3-2 Done: Dennis Braun <snd@debian.org> We believe that the bug you reported is fixed in the latest version of pyliblo, 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 1119764@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Dennis Braun <snd@debian.org> (supplier of updated pyliblo 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 ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 09 Nov 2025 23:23:48 +0100 Source: pyliblo Architecture: source Version: 0.16.3-2 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org> Changed-By: Dennis Braun <snd@debian.org> Closes: 1119764 Changes: pyliblo (0.16.3-2) unstable; urgency=medium . * Team upload * Bump Standards-Version to 4.7.2 * Fix cython compiler error (Closes: #1119764) * Remove redudant rules-requires-root-no field Checksums-Sha1: b1d0a5da1b87b381e8c4429f431d48fdc490f6bd 2366 pyliblo_0.16.3-2.dsc 9c705f61f14daac0096678b7f40ececf102987df 6088 pyliblo_0.16.3-2.debian.tar.xz bca6d46092bca45cf7cd637a29eb38916392e3e8 7651 pyliblo_0.16.3-2_source.buildinfo Checksums-Sha256: 83c7413b2a82a498149ee91d3ca800b0460dafbc4e65b93b7b1eafddc110bbed 2366 pyliblo_0.16.3-2.dsc 4be05fedd6730e807e4a5fe9dae9ca2ed50c8c0d4e9dc3299503d1a30efdee1b 6088 pyliblo_0.16.3-2.debian.tar.xz 9f2854173a95cb80c7d491a081fa4d1608f1c173fb306ee4c6a3641e65fe38fd 7651 pyliblo_0.16.3-2_source.buildinfo Files: 8e54e11f05744dfe3607606abcaaa071 2366 devel optional pyliblo_0.16.3-2.dsc d54b4e08c56e1b609aa9ef7ead87a4c0 6088 devel optional pyliblo_0.16.3-2.debian.tar.xz a3d0a3f941f4d3c9e31fa5833e54a922 7651 devel optional pyliblo_0.16.3-2_source.buildinfo -----BEGIN PGP SIGNATURE----- wsG7BAEBCgBvBYJpERWPCRBjTqVdkCuYNkcUAAAAAAAeACBzYWx0QG5vdGF0aW9u cy5zZXF1b2lhLXBncC5vcmc37XHNjWl5LLrQ3qBIDpec8jTvA0LFQNCEXAjruQ0D ThYhBDy3wwKvtX5hqMYX3WNOpV2QK5g2AADtHhAAofdoDTNogX5znFoxuRYTBErl 8yvdMDINYFFI2YPXH/qY52F0+6nRU36UfoPGZONWjPBS8yQNFvvwpmoTY2PRqLYl wWOTMxyD3fFw6u/eSOiyRrE5Pr8c9+1smqyIgF0EGCi3GfeqpnVRtY+hULMSxoer YoFBsSF3PIDVHtczHz4HbuLXaXq/1jaxCG/jTE/XaFGwx7YCGVzpActTheW5/jeP XgtGXnt/0ayIbCuonEOdc9dDVg/qqhR9qT95Xk8yZAFqQwj4f0c455/arzdbL3F6 WZ2dlXfMW7se+r8GRO7oZDBhXnsS5WdPv18apkeNvHV9iQxtQ/zaHSBQkiVEieUR xV2J2LfbiJDe+gcC3q78vCXjuJw5YZa0uId4hM2B4IP2bO/bSPSHHL71GSLCND4b eEpczoLq19IOHekdZRraTsrsdiLm5gBuTA0HHamE38or47XDfx8SBlgWxiEWnFC1 UOnDOZvB9LKNYwWmW9FEncuoz6123Ri7/h9ASwkTR2QmfZBbqdmROdJXNrm+HoyH RHpghqDhkoG3uHDW8Bg+8Y8grGCQRSSLrqZ1czLD0oRw5NUS2sUg4VBats64QWQi 1THtOa5uGIPt096bd/u14yQywKUde/C/4/cwmrAtwKan3fx6/VPj1baYv8Q4WkJS al3afum7r+wXI3PY17M= =fIYK -----END PGP SIGNATURE-----Attachment: pgpf19CLEXVDa.pgp
Description: PGP signature
--- End Message ---