Your message dated Fri, 18 Apr 2025 14:07:33 +0000
with message-id <[email protected]>
and subject line Bug#1103186: fixed in setuptools 78.1.0-1.2
has caused the Debian Bug report #1103186,
regarding python-libais: FTBFS: help2man: can't get `--help' info from 
/<<PKGBUILDDIR>>/debian/tmp/usr/bin/aisdecode
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.)


-- 
1103186: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1103186
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-libais
Version: 0.17+git.20190917.master.e464cf8-5
Severity: serious
Tags: ftbfs trixie sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with python3 --buildsystem=pybuild
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_clean
I: pybuild base:311: python3.13 setup.py clean 
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: 
Unknown distribution option: 'tests_require'
  warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: 
Unknown distribution option: 'test_suite'
  warnings.warn(msg)
/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 :: Apache Software 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 .eggs
rm -rf .pybuild
rm -rf .pytest_cache
rm -f _ais.*.so
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   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_auto_configure -O--buildsystem=pybuild
I: pybuild base:311: python3.13 setup.py config 
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: 
Unknown distribution option: 'tests_require'
  warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: 
Unknown distribution option: 'test_suite'
  warnings.warn(msg)
/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 :: Apache Software License

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

!!
  self._finalize_license_expression()
running config
   dh_auto_build -O--buildsystem=pybuild
I: pybuild base:311: /usr/bin/python3 setup.py build 
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: 
Unknown distribution option: 'tests_require'
  warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: 
Unknown distribution option: 'test_suite'
  warnings.warn(msg)
/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 :: Apache Software License

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

!!
  self._finalize_license_expression()
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais
copying ais/util.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais
copying ais/lut.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais
copying ais/uscg.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais
copying ais/nmea.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais
copying ais/tag_block.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais
copying ais/vdm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais
copying ais/nmea_messages.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais
copying ais/nmea_queue.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais
copying ais/stats.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais
copying ais/io.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais
copying ais/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/test/compatibility
copying test/compatibility/gpsd_test.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/test/compatibility
copying test/compatibility/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/test/compatibility
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/compatibility
copying ais/compatibility/gpsd.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/compatibility
copying ais/compatibility/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/compatibility
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/stream
copying ais/stream/checksum.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/stream
copying ais/stream/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/stream
running build_ext
building '_ais' extension
creating build/temp.linux-x86_64-cpython-313/src/libais
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.13 -c src/libais/ais.cpp -o 
build/temp.linux-x86_64-cpython-313/src/libais/ais.o -std=c++11
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.13 -c src/libais/ais10.cpp -o 
build/temp.linux-x86_64-cpython-313/src/libais/ais10.o -std=c++11
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.13 -c src/libais/ais12.cpp -o 
build/temp.linux-x86_64-cpython-313/src/libais/ais12.o -std=c++11
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.13 -c src/libais/ais14.cpp -o 
build/temp.linux-x86_64-cpython-313/src/libais/ais14.o -std=c++11
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.13 -c src/libais/ais15.cpp -o 
build/temp.linux-x86_64-cpython-313/src/libais/ais15.o -std=c++11
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.13 -c src/libais/ais16.cpp -o 
build/temp.linux-x86_64-cpython-313/src/libais/ais16.o -std=c++11
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.13 -c src/libais/ais17.cpp -o 
build/temp.linux-x86_64-cpython-313/src/libais/ais17.o -std=c++11
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.13 -c src/libais/ais18.cpp -o 
build/temp.linux-x86_64-cpython-313/src/libais/ais18.o -std=c++11
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.13 -c src/libais/ais19.cpp -o 
build/temp.linux-x86_64-cpython-313/src/libais/ais19.o -std=c++11
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.13 -c src/libais/ais1_2_3.cpp -o 
build/temp.linux-x86_64-cpython-313/src/libais/ais1_2_3.o -std=c++11
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.13 -c src/libais/ais20.cpp -o 
build/temp.linux-x86_64-cpython-313/src/libais/ais20.o -std=c++11
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.13 -c src/libais/ais21.cpp -o 
build/temp.linux-x86_64-cpython-313/src/libais/ais21.o -std=c++11
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.13 -c src/libais/ais22.cpp -o 
build/temp.linux-x86_64-cpython-313/src/libais/ais22.o -std=c++11
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.13 -c src/libais/ais23.cpp -o 
build/temp.linux-x86_64-cpython-313/src/libais/ais23.o -std=c++11
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.13 -c src/libais/ais24.cpp -o 
build/temp.linux-x86_64-cpython-313/src/libais/ais24.o -std=c++11
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.13 -c src/libais/ais25.cpp -o 
build/temp.linux-x86_64-cpython-313/src/libais/ais25.o -std=c++11
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.13 -c src/libais/ais26.cpp -o 
build/temp.linux-x86_64-cpython-313/src/libais/ais26.o -std=c++11
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.13 -c src/libais/ais27.cpp -o 
build/temp.linux-x86_64-cpython-313/src/libais/ais27.o -std=c++11
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.13 -c src/libais/ais4_11.cpp -o 
build/temp.linux-x86_64-cpython-313/src/libais/ais4_11.o -std=c++11
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.13 -c src/libais/ais5.cpp -o 
build/temp.linux-x86_64-cpython-313/src/libais/ais5.o -std=c++11
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.13 -c src/libais/ais6.cpp -o 
build/temp.linux-x86_64-cpython-313/src/libais/ais6.o -std=c++11
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.13 -c src/libais/ais7_13.cpp -o 
build/temp.linux-x86_64-cpython-313/src/libais/ais7_13.o -std=c++11
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.13 -c src/libais/ais8.cpp -o 
build/temp.linux-x86_64-cpython-313/src/libais/ais8.o -std=c++11
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.13 -c src/libais/ais8_1_22.cpp -o 
build/temp.linux-x86_64-cpython-313/src/libais/ais8_1_22.o -std=c++11
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.13 -c src/libais/ais8_1_26.cpp -o 
build/temp.linux-x86_64-cpython-313/src/libais/ais8_1_26.o -std=c++11
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.13 -c src/libais/ais8_200.cpp -o 
build/temp.linux-x86_64-cpython-313/src/libais/ais8_200.o -std=c++11
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.13 -c src/libais/ais8_366.cpp -o 
build/temp.linux-x86_64-cpython-313/src/libais/ais8_366.o -std=c++11
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.13 -c src/libais/ais8_367.cpp -o 
build/temp.linux-x86_64-cpython-313/src/libais/ais8_367.o -std=c++11
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.13 -c src/libais/ais9.cpp -o 
build/temp.linux-x86_64-cpython-313/src/libais/ais9.o -std=c++11
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.13 -c src/libais/ais_bitset.cpp -o 
build/temp.linux-x86_64-cpython-313/src/libais/ais_bitset.o -std=c++11
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.13 -c src/libais/ais_py.cpp -o 
build/temp.linux-x86_64-cpython-313/src/libais/ais_py.o -std=c++11
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR 
[too-long-redacted] cpython-313-x86_64-linux-gnu.so
running build_scripts
creating build/scripts-3.13
copying and adjusting bin/aisdecode -> build/scripts-3.13
changing mode of build/scripts-3.13/aisdecode from 644 to 755
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_test
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; 
python3.13 -m unittest discover -v 
/usr/lib/python3.13/unittest/loader.py:339: FutureWarning: The compatability 
module is deprecated and will be removed in 1.0
  __import__(name)
/usr/lib/python3.13/unittest/loader.py:339: FutureWarning: The stream module is 
deprecated and will be removed in 1.0
  __import__(name)

----------------------------------------------------------------------
Ran 0 tests in 0.000s

NO TESTS RAN
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   create-stamp debian/debhelper-build-stamp
   dh_testroot -O--buildsystem=pybuild
   dh_prep -O--buildsystem=pybuild
   debian/rules override_dh_auto_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_install
I: pybuild base:311: /usr/bin/python3 setup.py install --root 
/<<PKGBUILDDIR>>/debian/tmp 
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: 
Unknown distribution option: 'tests_require'
  warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: 
Unknown distribution option: 'test_suite'
  warnings.warn(msg)
/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 :: Apache Software License

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

!!
  self._finalize_license_expression()
running install
/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:90: 
SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        
********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html 
for details.
        
********************************************************************************

!!
  self.initialize_options()
running build
running build_py
running build_ext
running build_scripts
running install_lib
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/test
creating 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/test/compatibility
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/test/compatibility/gpsd_test.py 
-> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/test/compatibility
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/test/compatibility/__init__.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/test/compatibility
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/util.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/lut.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais
creating 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/compatibility
creating 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/compatibility/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/compatibility/__pycache__/__init__.cpython-313.pyc
 -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/compatibility/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/compatibility/gpsd.py 
-> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/compatibility
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/compatibility/__init__.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/compatibility
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/uscg.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/nmea.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/tag_block.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/vdm.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais
creating 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/__pycache__/uscg.cpython-313.pyc
 -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/__pycache__/nmea.cpython-313.pyc
 -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/__pycache__/__init__.cpython-313.pyc
 -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/__pycache__/nmea_messages.cpython-313.pyc
 -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/__pycache__/vdm.cpython-313.pyc
 -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/__pycache__/nmea_queue.cpython-313.pyc
 -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/__pycache__/io.cpython-313.pyc
 -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/__pycache__/tag_block.cpython-313.pyc
 -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/__pycache__/util.cpython-313.pyc
 -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/nmea_messages.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/nmea_queue.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/stats.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/io.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/__init__.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/stream
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/stream/checksum.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/stream
creating 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/stream/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/stream/__pycache__/__init__.cpython-313.pyc
 -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/stream/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/stream/__pycache__/checksum.cpython-313.pyc
 -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/stream/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/stream/__init__.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/stream
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/_ais.cpython-313-x86_64-linux-gnu.so
 -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/test/compatibility/gpsd_test.py
 to gpsd_test.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/test/compatibility/__init__.py
 to __init__.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/util.py to 
util.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/lut.py to 
lut.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/compatibility/gpsd.py
 to gpsd.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/compatibility/__init__.py
 to __init__.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/uscg.py to 
uscg.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/nmea.py to 
nmea.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/tag_block.py 
to tag_block.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/vdm.py to 
vdm.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/nmea_messages.py
 to nmea_messages.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/nmea_queue.py 
to nmea_queue.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/stats.py to 
stats.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/io.py to 
io.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/__init__.py to 
__init__.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/stream/checksum.py
 to checksum.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/stream/__init__.py
 to __init__.cpython-313.pyc
running install_egg_info
running egg_info
creating libais.egg-info
writing libais.egg-info/PKG-INFO
writing dependency_links to libais.egg-info/dependency_links.txt
writing entry points to libais.egg-info/entry_points.txt
writing requirements to libais.egg-info/requires.txt
writing top-level names to libais.egg-info/top_level.txt
writing manifest file 'libais.egg-info/SOURCES.txt'
reading manifest file 'libais.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.txt' under directory 'docs'
warning: no files found matching 'Makefile' under directory 'docs'
adding license file 'LICENSE'
writing manifest file 'libais.egg-info/SOURCES.txt'
Copying libais.egg-info to 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/libais-0.17.egg-info
Skipping SOURCES.txt
running install_scripts
creating /<<PKGBUILDDIR>>/debian/tmp/usr/bin
copying build/scripts-3.13/aisdecode -> /<<PKGBUILDDIR>>/debian/tmp/usr/bin
changing mode of /<<PKGBUILDDIR>>/debian/tmp/usr/bin/aisdecode to 755
Installing libais_stats script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
PYTHONPATH=/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages 
help2man \
  --no-info \
  --name="Library for decoding maritime AIS messages" \
  --source="Debian" \
  --version-string=0.17+git.20190917.master.e464cf8 \
  /<<PKGBUILDDIR>>/debian/tmp/usr/bin/aisdecode > debian/aisdecode.1
help2man: can't get `--help' info from 
/<<PKGBUILDDIR>>/debian/tmp/usr/bin/aisdecode
Try `--no-discard-stderr' if option outputs to stderr
make[1]: *** [debian/rules:28: override_dh_auto_install] Error 127
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:10: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

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

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 could not 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-libais, so that this is still
visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: setuptools
Source-Version: 78.1.0-1.2
Done: Dmitry Shachnev <[email protected]>

We believe that the bug you reported is fixed in the latest version of
setuptools, 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.
Dmitry Shachnev <[email protected]> (supplier of updated setuptools 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: Fri, 18 Apr 2025 14:51:13 +0300
Source: setuptools
Architecture: source
Version: 78.1.0-1.2
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klose <[email protected]>
Changed-By: Dmitry Shachnev <[email protected]>
Closes: 1103186
Changes:
 setuptools (78.1.0-1.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Make python3-setuptools break python3-wheel < 0.46.0.
   * Revert upstream change to use #!python shebang (closes: #1103186).
Checksums-Sha1:
 d721307367049104b04528d67f6243a22deef88f 2177 setuptools_78.1.0-1.2.dsc
 9ef33487951e1ed726f2f956cac0137f6a7bbd9b 15400 
setuptools_78.1.0-1.2.debian.tar.xz
 8593970d1f5f089da6ff727b8380257e13a3743a 8293 
setuptools_78.1.0-1.2_source.buildinfo
Checksums-Sha256:
 0dde5ca3b5f4d76067ef000049e7f01af982821203fd27c1fd9fa5d4cbc9a81e 2177 
setuptools_78.1.0-1.2.dsc
 84db7a08f9b78a3413c0caee3679845392c3421ba50cb32db26373af68921c38 15400 
setuptools_78.1.0-1.2.debian.tar.xz
 5ddf71f99f952defb1f4ce040b1cf8eb4f5ccfc96290ff0c18d1a4f2a440ef26 8293 
setuptools_78.1.0-1.2_source.buildinfo
Files:
 9b52a033ea7024b6f2a433a48a90c38c 2177 python optional setuptools_78.1.0-1.2.dsc
 ada31bfaf332a1ce83437d36bf28a678 15400 python optional 
setuptools_78.1.0-1.2.debian.tar.xz
 f2b396805d2c59966b8973e13674223a 8293 python optional 
setuptools_78.1.0-1.2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJHBAEBCgAxFiEEq2sdvrA0LydXHe1qsmYUtFL0RrYFAmgCPYkTHG1pdHlhNTdA
ZGViaWFuLm9yZwAKCRCyZhS0UvRGtrD/D/4k7Z195+EtUHWFcrBAop2YczePtl/A
kLFTGX0IcJe3UkM7Nlz0w/sZpDjCZLVom5643KmcipvJi2NvOAN9a4iQy74ZwKmT
ZnfPRoLYHfMNHWh3hhjMJKBsaZK9wO7YZYZhbWA+AFRIO1SugA+IAlKMn7qwrO9P
aDGuAyakLOl5dudrA6pMwiYyaczhqEl7B3f5OFlTQrESfgKBdRd1bHe+NBQWybPO
AQ14Bnms3zuF1SB3T6pjRlM+1XIpgB1zpyYpTO08DGlZTuYMQPYXwbuYpChaFCU7
HPdndaR4aVIzV+zuKfNwZWmO/ZIe1squE2eEq/5iEVEklXznBcO7Pc6lYXEMv8NV
4ODdCsN5AZwVZK6+pHzq+eehnuFXMDFsnZ3jED6JKIXnq51JtjSZ2vTRKRS4LAW1
g+fwzBypMzLxhxJo9mgTAKrim5STqLKbCzxgncivHyFfniotRUd33tV5sjJIgpyV
YOTrXitkdj9YJD8TR5019HD+1DFqUKH5qN9gCXBuhtNXGyxxf3yuAC1LDAbLNXFJ
PpP7i5KnuiqgcU5nf5aUkkaUaV+53z8l7AfpuWvgmAYmgoWCQQopBYFcYuzVJKAw
1fEQtqYGqD0tR/yPeIcKiVbHezGLqqkVzFUBbb0pxeJd75tBmT+CTNOe3dXu08k5
hEEfioNz77voag==
=lNMH
-----END PGP SIGNATURE-----

Attachment: pgpRmLCaYm6eO.pgp
Description: PGP signature


--- End Message ---

Reply via email to