[Freedombox-pkg-team] Bug#1140265: pagekite: FTBFS: ModuleNotFoundError: No module named 'six'

Santiago Vila sanvila at debian.org
Wed Jun 17 17:15:28 BST 2026


Package: src:pagekite
Version: 1.5.2.201011-4
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/202606/

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:pagekite, 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
	pybuild --clean -i python{version} -p "3.14 3.13" --parallel=2
I: pybuild base:385: python3.14 setup.py clean 
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build' (and everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.14' does not exist -- can't clean it
I: pybuild base:385: 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
	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/pagekite.substvars debian/files
	rm -fr -- debian/pagekite/ 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 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
	pybuild --configure -i python{version} -p "3.14 3.13" --parallel=2
I: pybuild base:385: python3.14 setup.py config 
running config
I: pybuild base:385: python3.13 setup.py config 
running config
   dh_auto_build -O--buildsystem=pybuild
	pybuild --build -i python{version} -p "3.14 3.13" --parallel=2
I: pybuild base:385: /usr/bin/python3.14 setup.py build 
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite
copying pagekite/dropper.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite
copying pagekite/logparse.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite
copying pagekite/yamond.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite
copying pagekite/__main__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite
copying pagekite/httpd.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite
copying pagekite/android.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite
copying pagekite/pk.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite
copying pagekite/manual.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite
copying pagekite/common.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite
copying pagekite/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite
copying pagekite/compat.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite
copying pagekite/logging.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/ui
copying pagekite/ui/nullui.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/ui
copying pagekite/ui/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/ui
copying pagekite/ui/basic.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/ui
copying pagekite/ui/remote.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/ui
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/proto
copying pagekite/proto/conns.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/proto
copying pagekite/proto/parsers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/proto
copying pagekite/proto/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/proto
copying pagekite/proto/ws_abnf.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/proto
copying pagekite/proto/selectables.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/proto
copying pagekite/proto/filters.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/proto
copying pagekite/proto/proto.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/proto
running build_scripts
creating build/scripts-3.14
copying and adjusting scripts/pagekite -> build/scripts-3.14
copying and adjusting scripts/lapcat -> build/scripts-3.14
copying scripts/vipagekite -> build/scripts-3.14
changing mode of build/scripts-3.14/pagekite from 644 to 755
changing mode of build/scripts-3.14/lapcat from 644 to 755
I: pybuild base:385: /usr/bin/python3 setup.py build 
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite
copying pagekite/dropper.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite
copying pagekite/logparse.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite
copying pagekite/yamond.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite
copying pagekite/__main__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite
copying pagekite/httpd.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite
copying pagekite/android.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite
copying pagekite/pk.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite
copying pagekite/manual.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite
copying pagekite/common.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite
copying pagekite/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite
copying pagekite/compat.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite
copying pagekite/logging.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/ui
copying pagekite/ui/nullui.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/ui
copying pagekite/ui/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/ui
copying pagekite/ui/basic.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/ui
copying pagekite/ui/remote.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/ui
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/proto
copying pagekite/proto/conns.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/proto
copying pagekite/proto/parsers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/proto
copying pagekite/proto/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/proto
copying pagekite/proto/ws_abnf.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/proto
copying pagekite/proto/selectables.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/proto
copying pagekite/proto/filters.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/proto
copying pagekite/proto/proto.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/proto
running build_scripts
creating build/scripts-3.13
copying and adjusting scripts/pagekite -> build/scripts-3.13
copying and adjusting scripts/lapcat -> build/scripts-3.13
copying scripts/vipagekite -> build/scripts-3.13
changing mode of build/scripts-3.13/pagekite from 644 to 755
changing mode of build/scripts-3.13/lapcat from 644 to 755
   dh_auto_test -O--buildsystem=pybuild
	pybuild --test -i python{version} -p "3.14 3.13" --parallel=2
W: pybuild base:328: No test runner selected, defaulting to unittest, ignoring test discovery problems.
Use --test-unittest to explicitly select the unittest runner.
I: pybuild base:385: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build; python3.14 -m unittest discover -v 

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

NO TESTS RAN
W: pybuild base:328: No test runner selected, defaulting to unittest, ignoring test discovery problems.
Use --test-unittest to explicitly select the unittest runner.
I: pybuild base:385: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m unittest discover -v 

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

NO TESTS RAN
	rm -fr -- /tmp/dh-xdg-rundir-2E3KGA0t
   create-stamp debian/debhelper-build-stamp
   dh_testroot -O--buildsystem=pybuild
   dh_prep -O--buildsystem=pybuild
	rm -f -- debian/pagekite.substvars
	rm -fr -- debian/.debhelper/generated/pagekite/ debian/pagekite/ debian/tmp/
   dh_installdirs -O--buildsystem=pybuild
	install -m0755 -d debian/pagekite/var/log/pagekite debian/pagekite/etc/pagekite.d
   debian/rules override_dh_auto_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
PYBUILD_INSTALL_ARGS="--install-lib={install_dir}" dh_auto_install --buildsystem=pybuild
	install -m0755 -d /<<PKGBUILDDIR>>/debian/pagekite
	pybuild --install -i python{version} -p "3.14 3.13" --dest-dir=/<<PKGBUILDDIR>>/debian/pagekite --parallel=2
I: pybuild base:385: /usr/bin/python3.14 setup.py install --root /<<PKGBUILDDIR>>/debian/pagekite --install-lib=/usr/lib/python3.14/dist-packages
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_scripts
running install_lib
creating /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages
creating /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/dropper.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/logparse.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/yamond.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/__main__.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/httpd.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/android.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/pk.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/manual.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/common.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite
creating /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/proto
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/proto/conns.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/proto
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/proto/parsers.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/proto
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/proto/__init__.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/proto
creating /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/proto/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/proto/__pycache__/__init__.cpython-314.pyc -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/proto/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/proto/ws_abnf.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/proto
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/proto/selectables.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/proto
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/proto/filters.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/proto
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/proto/proto.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/proto
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/__init__.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite
creating /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/__pycache__/__init__.cpython-314.pyc -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/__pycache__
creating /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/ui
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/ui/nullui.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/ui
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/ui/__init__.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/ui
creating /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/ui/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/ui/__pycache__/__init__.cpython-314.pyc -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/ui/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/ui/basic.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/ui
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/ui/remote.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/ui
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/compat.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pagekite/logging.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/dropper.py to dropper.cpython-314.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/logparse.py to logparse.cpython-314.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/yamond.py to yamond.cpython-314.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/__main__.py to __main__.cpython-314.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/httpd.py to httpd.cpython-314.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/android.py to android.cpython-314.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/pk.py to pk.cpython-314.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/manual.py to manual.cpython-314.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/common.py to common.cpython-314.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/proto/conns.py to conns.cpython-314.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/proto/parsers.py to parsers.cpython-314.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/proto/__init__.py to __init__.cpython-314.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/proto/ws_abnf.py to ws_abnf.cpython-314.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/proto/selectables.py to selectables.cpython-314.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/proto/filters.py to filters.cpython-314.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/proto/proto.py to proto.cpython-314.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/__init__.py to __init__.cpython-314.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/ui/nullui.py to nullui.cpython-314.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/ui/__init__.py to __init__.cpython-314.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/ui/basic.py to basic.cpython-314.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/ui/remote.py to remote.cpython-314.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/compat.py to compat.cpython-314.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite/logging.py to logging.cpython-314.pyc
running install_egg_info
running egg_info
creating pagekite.egg-info
writing pagekite.egg-info/PKG-INFO
writing dependency_links to pagekite.egg-info/dependency_links.txt
writing requirements to pagekite.egg-info/requires.txt
writing top-level names to pagekite.egg-info/top_level.txt
writing manifest file 'pagekite.egg-info/SOURCES.txt'
reading manifest file 'pagekite.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.sample'
warning: no files found matching '*.1'
warning: no previously-included files found matching '*.pyc'
warning: no previously-included files found matching 'socks.py'
warning: no previously-included files found matching 'sockschain.py'
warning: no previously-included files found matching '.SELF'
adding license file 'COPYING'
writing manifest file 'pagekite.egg-info/SOURCES.txt'
Copying pagekite.egg-info to /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.14/dist-packages/pagekite-1.5.2.201011.egg-info
Skipping SOURCES.txt
running install_scripts
creating /<<PKGBUILDDIR>>/debian/pagekite/usr/bin
copying build/scripts-3.14/vipagekite -> /<<PKGBUILDDIR>>/debian/pagekite/usr/bin
copying build/scripts-3.14/lapcat -> /<<PKGBUILDDIR>>/debian/pagekite/usr/bin
copying build/scripts-3.14/pagekite -> /<<PKGBUILDDIR>>/debian/pagekite/usr/bin
changing mode of /<<PKGBUILDDIR>>/debian/pagekite/usr/bin/vipagekite to 755
changing mode of /<<PKGBUILDDIR>>/debian/pagekite/usr/bin/lapcat to 755
changing mode of /<<PKGBUILDDIR>>/debian/pagekite/usr/bin/pagekite to 755
I: pybuild base:385: /usr/bin/python3 setup.py install --root /<<PKGBUILDDIR>>/debian/pagekite --install-lib=/usr/lib/python3.13/dist-packages
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_scripts
running install_lib
creating /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages
creating /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/dropper.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/logparse.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/yamond.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/__main__.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/httpd.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/android.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/pk.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/manual.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/common.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite
creating /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/proto
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/proto/conns.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/proto
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/proto/parsers.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/proto
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/proto/__init__.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/proto
creating /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/proto/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/proto/__pycache__/__init__.cpython-313.pyc -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/proto/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/proto/ws_abnf.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/proto
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/proto/selectables.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/proto
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/proto/filters.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/proto
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/proto/proto.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/proto
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/__init__.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite
creating /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/__pycache__/__init__.cpython-313.pyc -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/__pycache__
creating /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/ui
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/ui/nullui.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/ui
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/ui/__init__.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/ui
creating /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/ui/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/ui/__pycache__/__init__.cpython-313.pyc -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/ui/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/ui/basic.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/ui
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/ui/remote.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/ui
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/compat.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pagekite/logging.py -> /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/dropper.py to dropper.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/logparse.py to logparse.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/yamond.py to yamond.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/__main__.py to __main__.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/httpd.py to httpd.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/android.py to android.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/pk.py to pk.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/manual.py to manual.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/common.py to common.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/proto/conns.py to conns.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/proto/parsers.py to parsers.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/proto/__init__.py to __init__.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/proto/ws_abnf.py to ws_abnf.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/proto/selectables.py to selectables.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/proto/filters.py to filters.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/proto/proto.py to proto.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/__init__.py to __init__.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/ui/nullui.py to nullui.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/ui/__init__.py to __init__.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/ui/basic.py to basic.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/ui/remote.py to remote.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/compat.py to compat.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite/logging.py to logging.cpython-313.pyc
running install_egg_info
running egg_info
writing pagekite.egg-info/PKG-INFO
writing dependency_links to pagekite.egg-info/dependency_links.txt
writing requirements to pagekite.egg-info/requires.txt
writing top-level names to pagekite.egg-info/top_level.txt
reading manifest file 'pagekite.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.sample'
warning: no files found matching '*.1'
warning: no previously-included files found matching '*.pyc'
warning: no previously-included files found matching 'socks.py'
warning: no previously-included files found matching 'sockschain.py'
warning: no previously-included files found matching '.SELF'
adding license file 'COPYING'
writing manifest file 'pagekite.egg-info/SOURCES.txt'
Copying pagekite.egg-info to /<<PKGBUILDDIR>>/debian/pagekite/usr/lib/python3.13/dist-packages/pagekite-1.5.2.201011.egg-info
Skipping SOURCES.txt
running install_scripts
copying build/scripts-3.13/vipagekite -> /<<PKGBUILDDIR>>/debian/pagekite/usr/bin
copying build/scripts-3.13/lapcat -> /<<PKGBUILDDIR>>/debian/pagekite/usr/bin
copying build/scripts-3.13/pagekite -> /<<PKGBUILDDIR>>/debian/pagekite/usr/bin
changing mode of /<<PKGBUILDDIR>>/debian/pagekite/usr/bin/vipagekite to 755
changing mode of /<<PKGBUILDDIR>>/debian/pagekite/usr/bin/lapcat to 755
changing mode of /<<PKGBUILDDIR>>/debian/pagekite/usr/bin/pagekite to 755
mkdir -m 755 -p /<<PKGBUILDDIR>>/debian/pagekite/etc/pagekite.d/
install -m 644 /<<PKGBUILDDIR>>/etc/pagekite.d/[23456789]* \
                        /<<PKGBUILDDIR>>/debian/pagekite/etc/pagekite.d/
install -m 600 /<<PKGBUILDDIR>>/etc/pagekite.d/10* \
                        /<<PKGBUILDDIR>>/debian/pagekite/etc/pagekite.d/
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_installdocs -O--buildsystem=pybuild
	install -m0755 -d debian/pagekite/usr/share/doc/pagekite
	install -m0755 -d debian/pagekite/usr/share/doc/pagekite
	cp --reflink=auto -a ./doc/CREDITS.txt debian/pagekite/usr/share/doc/pagekite
	cp --reflink=auto -a ./doc/README.md debian/pagekite/usr/share/doc/pagekite
	chmod -R u\+rw,go=rX debian/pagekite/usr/share/doc
	install -p -m0644 debian/copyright debian/pagekite/usr/share/doc/pagekite/copyright
   dh_installchangelogs -O--buildsystem=pybuild
	install -m0755 -d debian/pagekite/usr/share/doc/pagekite
	install -p -m0644 debian/.debhelper/generated/pagekite/dh_installchangelogs.dch.trimmed debian/pagekite/usr/share/doc/pagekite/changelog.Debian
	install -p -m0644 doc/HISTORY.txt debian/pagekite/usr/share/doc/pagekite/changelog
	rm -f debian/pagekite.debhelper.log
   debian/rules override_dh_installman
make[1]: Entering directory '/<<PKGBUILDDIR>>'
python3 -m pagekite.manual --nopy --man >doc/pagekite.1
Traceback (most recent call last):
  File "<frozen runpy>", line 203, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/<<PKGBUILDDIR>>/pagekite/manual.py", line 14, in <module>
    from .compat import ts_to_iso
  File "/<<PKGBUILDDIR>>/pagekite/compat.py", line 27, in <module>
    from six.moves.urllib.parse import parse_qs, urlparse
ModuleNotFoundError: No module named 'six'
make[1]: *** [debian/rules:9: override_dh_installman] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:6: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------



More information about the Freedombox-pkg-team mailing list