Your message dated Tue, 11 Aug 2026 17:06:08 +0000
with message-id <[email protected]>
and subject line Bug#1144123: fixed in python-arris-tg2492lg 2.2.0-2
has caused the Debian Bug report #1144123,
regarding python-arris-tg2492lg: FTBFS with the nocheck build profile
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.)
--
1144123: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1144123
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-arris-tg2492lg
Version: 2.2.0-1
Severity: serious
Tags: forky sid ftbfs
User: [email protected]
Usertags: ftbfs-nocheck-profile
Dear maintainer:
During a rebuild of all packages in unstable using the nocheck build profile,
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/202608/
A wiki page discussing how to reproduce bugs in this category and
possible solutions is available here:
https://wiki.debian.org/qa.debian.org/FTBFS/nocheck
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:python-arris-tg2492lg, 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
dh_autoreconf_clean -O--buildsystem=pybuild
dh_clean -O--buildsystem=pybuild
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
dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:142: Building wheel for python3.13 with "build"
module
I: pybuild base:385: python3.13 -m build --skip-dependency-check --no-isolation
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13
* Building wheel...
Traceback (most recent call last):
File
"/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py",
line 389, in <module>
main()
~~~~^^
File
"/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py",
line 373, in main
json_out["return_val"] = hook(**hook_input["kwargs"])
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py",
line 280, in build_wheel
return _build_backend().build_wheel(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
wheel_directory, config_settings, metadata_directory
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 435, in
build_wheel
return _build(['bdist_wheel'])
File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 426, in
_build
return self._build_with_temp_dir(
~~~~~~~~~~~~~~~~~~~~~~~~~^
cmd,
^^^^
...<3 lines>...
self._arbitrary_args(config_settings),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 407, in
_build_with_temp_dir
self.run_setup()
~~~~~~~~~~~~~~^^
File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 522, in
run_setup
super().run_setup(setup_script=setup_script)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 320, in
run_setup
exec(code, locals())
~~~~^^^^^^^^^^^^^^^^
File "<string>", line 2, in <module>
File "/<<PKGBUILDDIR>>/arris_tg2492lg/__init__.py", line 1, in <module>
from .connect_box import ConnectBox, RouterInformation
File "/<<PKGBUILDDIR>>/arris_tg2492lg/connect_box.py", line 8, in <module>
from aiohttp import ClientSession
ModuleNotFoundError: No module named 'aiohttp'
TIP pass --env-dir and --sdist-extract-dir to keep the build environment and
sources, then see
https://build.pypa.io/en/stable/how-to/troubleshooting.html#debug-a-failed-build
for help debugging a failed build
ERROR Backend subprocess exited when trying to invoke build_wheel
E: pybuild pybuild:485: build: plugin pyproject failed with: exit code=1:
python3.13 -m build --skip-dependency-check --no-isolation --wheel --outdir
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13
I: pybuild plugin_pyproject:142: Building wheel for python3.14 with "build"
module
I: pybuild base:385: python3.14 -m build --skip-dependency-check --no-isolation
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14
* Building wheel...
Traceback (most recent call last):
File
"/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py",
line 389, in <module>
main()
~~~~^^
File
"/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py",
line 373, in main
json_out["return_val"] = hook(**hook_input["kwargs"])
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py",
line 280, in build_wheel
return _build_backend().build_wheel(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
wheel_directory, config_settings, metadata_directory
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 435, in
build_wheel
return _build(['bdist_wheel'])
File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 426, in
_build
return self._build_with_temp_dir(
~~~~~~~~~~~~~~~~~~~~~~~~~^
cmd,
^^^^
...<3 lines>...
self._arbitrary_args(config_settings),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 407, in
_build_with_temp_dir
self.run_setup()
~~~~~~~~~~~~~~^^
File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 522, in
run_setup
super().run_setup(setup_script=setup_script)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 320, in
run_setup
exec(code, locals())
~~~~^^^^^^^^^^^^^^^^
File "<string>", line 2, in <module>
File "/<<PKGBUILDDIR>>/arris_tg2492lg/__init__.py", line 1, in <module>
from .connect_box import ConnectBox, RouterInformation
File "/<<PKGBUILDDIR>>/arris_tg2492lg/connect_box.py", line 8, in <module>
from aiohttp import ClientSession
ModuleNotFoundError: No module named 'aiohttp'
TIP pass --env-dir and --sdist-extract-dir to keep the build environment and
sources, then see
https://build.pypa.io/en/stable/how-to/troubleshooting.html#debug-a-failed-build
for help debugging a failed build
ERROR Backend subprocess exited when trying to invoke build_wheel
E: pybuild pybuild:485: build: plugin pyproject failed with: exit code=1:
python3.14 -m build --skip-dependency-check --no-isolation --wheel --outdir
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14
dh_auto_build: error: pybuild --build -i python{version} -p "3.13 3.14"
--parallel=2 returned exit code 13
make: *** [debian/rules:3: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: python-arris-tg2492lg
Source-Version: 2.2.0-2
Done: Alexandre Detiste <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-arris-tg2492lg, 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.
Alexandre Detiste <[email protected]> (supplier of updated python-arris-tg2492lg
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: Tue, 11 Aug 2026 18:47:01 +0200
Source: python-arris-tg2492lg
Architecture: source
Version: 2.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team <[email protected]>
Changed-By: Alexandre Detiste <[email protected]>
Closes: 1144123
Changes:
python-arris-tg2492lg (2.2.0-2) unstable; urgency=medium
.
* Team upload.
* Fix FTBFS with nocheck profile (Closes: #1144123)
Checksums-Sha1:
48a0a9e24e885d3d9e103aebb32cf6f2583f3167 2468 python-arris-tg2492lg_2.2.0-2.dsc
82a3802e111eeb763d1957bddd6a0ea3513490ee 2208
python-arris-tg2492lg_2.2.0-2.debian.tar.xz
Checksums-Sha256:
ed4c2ccfe310e7a2778e2c5c7f19e8f3c57e58c52ea8bf1a9f8ad88a12109748 2468
python-arris-tg2492lg_2.2.0-2.dsc
39c9a01b07843d46f9eaae00669cd8209d3b8fc09df29de4190824bb915fbbfe 2208
python-arris-tg2492lg_2.2.0-2.debian.tar.xz
Files:
cd67c462ebba4e3bf0a8e852a8a143da 2468 python optional
python-arris-tg2492lg_2.2.0-2.dsc
0c92c6c290fd0f4a6a2ba83a99f22791 2208 python optional
python-arris-tg2492lg_2.2.0-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmp7UrERHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBriwQ//auWDHGNZjFSOn4A0PsirJQ87kFIL41jN
WFOzXok3QNYktPApjv4EGx/DFY8ekv2cnuh839i1OMdrA2GsLWDR3lE/6Zvq6Z0D
WgZVT/MIBHngPi7KHExMHvTzbOPpsBg/aNO+IKLsRHkyac0b4o9zp+hHa0Y6DnHx
1Kw3c1DknKJuVwo3szLXYNT+OIm1aSlnYDoCjYoyk8XYCHFhZwZObNaZQ3dzWzir
U+lFoQlSPkj6tFixp6BlrajfW+uOoCZTxBVtnFwSE284NUMudWmnVi7TRLbwes2z
WrE6tOSCmqqUT/hozUEWG8Gb32Ms4T5IUHF6AiyFhaVIvFCaD94VCw7iH+XO/UBc
woqQJde9Vkfs15flgSuNjQNGz+wYLhekHTJtkc+z8myKiHLWQOWJXrtTxVfNCnYI
z1dXZWwowSPYWiULCtbG1YhWdheAKm2iwtrXCwvZmW8XV7eSDm5psUGgT0I4yVIh
D+68ruYTe8Jv8SMFSALS7ymm84ywpUHD1iDjLO0Dpl0E6AyRnzxX1uK46/Q2+lqE
ExE5w8LIdJv+3KWL1bNGC6jC0WXVtnnwOSlFW/KQYGcFQkd8baF2aWlezz9h5sWt
LvnlIcfwTATgwccQRoWymK4qBIVV4e4qpnMkTi/nqh+P2AbgJuf/ZbMWAk9gkND0
ZT0PTZsPCj4=
=QY1/
-----END PGP SIGNATURE-----
pgpDdkH8auIq5.pgp
Description: PGP signature
--- End Message ---