Source: python-persistent Version: 4.6.4-1 Severity: important Tags: ftbfs User: mity...@debian.org Usertags: sphinx5.0
Hi, python-persistent fails to build with Sphinx 5.0 and docutils 0.18, both of which are currently available in experimental. Relevant part (hopefully): > make[1]: Entering directory '/<<PKGBUILDDIR>>' > dh_auto_build > I: pybuild base:239: /usr/bin/python3.9 setup.py build > running build > running build_py > creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent > copying persistent/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent > copying persistent/persistence.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent > copying persistent/interfaces.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent > copying persistent/mapping.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent > copying persistent/timestamp.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent > copying persistent/ring.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent > copying persistent/_compat.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent > copying persistent/picklecache.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent > copying persistent/list.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent > copying persistent/_ring_build.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent > copying persistent/wref.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent > copying persistent/dict.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent > running egg_info > writing persistent.egg-info/PKG-INFO > writing dependency_links to persistent.egg-info/dependency_links.txt > writing requirements to persistent.egg-info/requires.txt > writing top-level names to persistent.egg-info/top_level.txt > reading manifest file 'persistent.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > no previously-included directories found matching 'terryfy' > warning: no previously-included files matching '*.dll' found anywhere in > distribution > warning: no previously-included files matching '*.pyc' found anywhere in > distribution > warning: no previously-included files matching '*.pyo' found anywhere in > distribution > warning: no previously-included files matching '*.so' found anywhere in > distribution > warning: no previously-included files matching 'coverage.xml' found anywhere > in distribution > no previously-included directories found matching 'docs/_build' > no previously-included directories found matching 'persistent/__pycache__' > adding license file 'LICENSE.txt' > writing manifest file 'persistent.egg-info/SOURCES.txt' > copying persistent/_compat.h -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent > copying persistent/_timestamp.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent > copying persistent/cPersistence.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent > copying persistent/cPersistence.h -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent > copying persistent/cPickleCache.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent > copying persistent/ring.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent > copying persistent/ring.h -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent > creating > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent/tests > copying persistent/tests/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent/tests > copying persistent/tests/attrhooks.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent/tests > copying persistent/tests/cucumbers.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent/tests > copying persistent/tests/test__compat.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent/tests > copying persistent/tests/test_docs.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent/tests > copying persistent/tests/test_list.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent/tests > copying persistent/tests/test_mapping.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent/tests > copying persistent/tests/test_persistence.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent/tests > copying persistent/tests/test_picklecache.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent/tests > copying persistent/tests/test_ring.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent/tests > copying persistent/tests/test_timestamp.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent/tests > copying persistent/tests/test_wref.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent/tests > copying persistent/tests/utils.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent/tests > running build_ext > generating cffi module 'build/temp.linux-x86_64-3.9/persistent._ring.c' > creating build > creating build/temp.linux-x86_64-3.9 > building 'persistent.cPersistence' extension > creating build/temp.linux-x86_64-3.9/persistent > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g > -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat > -Werror=format-security -g -fwrapv -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.9 -c persistent/cPersistence.c -o > build/temp.linux-x86_64-3.9/persistent/cPersistence.o > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g > -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat > -Werror=format-security -g -fwrapv -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.9 -c persistent/ring.c -o > build/temp.linux-x86_64-3.9/persistent/ring.o > x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g > -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/persistent/cPersistence.o > build/temp.linux-x86_64-3.9/persistent/ring.o -o > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent/cPersistence.cpython-39-x86_64-linux-gnu.so > building 'persistent.cPickleCache' extension > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g > -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat > -Werror=format-security -g -fwrapv -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.9 -c persistent/cPickleCache.c -o > build/temp.linux-x86_64-3.9/persistent/cPickleCache.o > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g > -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat > -Werror=format-security -g -fwrapv -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.9 -c persistent/ring.c -o > build/temp.linux-x86_64-3.9/persistent/ring.o > x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g > -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/persistent/cPickleCache.o > build/temp.linux-x86_64-3.9/persistent/ring.o -o > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent/cPickleCache.cpython-39-x86_64-linux-gnu.so > building 'persistent._timestamp' extension > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g > -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat > -Werror=format-security -g -fwrapv -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.9 -c persistent/_timestamp.c -o > build/temp.linux-x86_64-3.9/persistent/_timestamp.o > x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g > -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/persistent/_timestamp.o -o > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent/_timestamp.cpython-39-x86_64-linux-gnu.so > building 'persistent._ring' extension > creating build/temp.linux-x86_64-3.9/build > creating build/temp.linux-x86_64-3.9/build/temp.linux-x86_64-3.9 > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g > -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat > -Werror=format-security -g -fwrapv -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/<<PKGBUILDDIR>>/persistent -I/usr/include/python3.9 -c > build/temp.linux-x86_64-3.9/persistent._ring.c -o > build/temp.linux-x86_64-3.9/build/temp.linux-x86_64-3.9/persistent._ring.o > x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g > -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 > build/temp.linux-x86_64-3.9/build/temp.linux-x86_64-3.9/persistent._ring.o -o > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_persistent/build/persistent/_ring.abi3.so > I: pybuild base:239: /usr/bin/python3 setup.py build > running build > running build_py > creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent > copying persistent/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent > copying persistent/persistence.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent > copying persistent/interfaces.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent > copying persistent/mapping.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent > copying persistent/timestamp.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent > copying persistent/ring.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent > copying persistent/_compat.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent > copying persistent/picklecache.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent > copying persistent/list.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent > copying persistent/_ring_build.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent > copying persistent/wref.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent > copying persistent/dict.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent > running egg_info > writing persistent.egg-info/PKG-INFO > writing dependency_links to persistent.egg-info/dependency_links.txt > writing requirements to persistent.egg-info/requires.txt > writing top-level names to persistent.egg-info/top_level.txt > reading manifest file 'persistent.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > no previously-included directories found matching 'terryfy' > warning: no previously-included files matching '*.dll' found anywhere in > distribution > warning: no previously-included files matching '*.pyc' found anywhere in > distribution > warning: no previously-included files matching '*.pyo' found anywhere in > distribution > warning: no previously-included files matching '*.so' found anywhere in > distribution > warning: no previously-included files matching 'coverage.xml' found anywhere > in distribution > no previously-included directories found matching 'docs/_build' > no previously-included directories found matching 'persistent/__pycache__' > adding license file 'LICENSE.txt' > writing manifest file 'persistent.egg-info/SOURCES.txt' > copying persistent/_compat.h -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent > copying persistent/_timestamp.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent > copying persistent/cPersistence.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent > copying persistent/cPersistence.h -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent > copying persistent/cPickleCache.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent > copying persistent/ring.c -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent > copying persistent/ring.h -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent > creating > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent/tests > copying persistent/tests/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent/tests > copying persistent/tests/attrhooks.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent/tests > copying persistent/tests/cucumbers.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent/tests > copying persistent/tests/test__compat.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent/tests > copying persistent/tests/test_docs.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent/tests > copying persistent/tests/test_list.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent/tests > copying persistent/tests/test_mapping.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent/tests > copying persistent/tests/test_persistence.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent/tests > copying persistent/tests/test_picklecache.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent/tests > copying persistent/tests/test_ring.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent/tests > copying persistent/tests/test_timestamp.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent/tests > copying persistent/tests/test_wref.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent/tests > copying persistent/tests/utils.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent/tests > running build_ext > generating cffi module 'build/temp.linux-x86_64-3.10/persistent._ring.c' > creating build/temp.linux-x86_64-3.10 > building 'persistent.cPersistence' extension > creating build/temp.linux-x86_64-3.10/persistent > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g > -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat > -Werror=format-security -g -fwrapv -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.10 -c persistent/cPersistence.c -o > build/temp.linux-x86_64-3.10/persistent/cPersistence.o > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g > -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat > -Werror=format-security -g -fwrapv -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.10 -c persistent/ring.c -o > build/temp.linux-x86_64-3.10/persistent/ring.o > x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g > -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.10/persistent/cPersistence.o > build/temp.linux-x86_64-3.10/persistent/ring.o -o > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent/cPersistence.cpython-310-x86_64-linux-gnu.so > building 'persistent.cPickleCache' extension > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g > -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat > -Werror=format-security -g -fwrapv -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.10 -c persistent/cPickleCache.c -o > build/temp.linux-x86_64-3.10/persistent/cPickleCache.o > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g > -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat > -Werror=format-security -g -fwrapv -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.10 -c persistent/ring.c -o > build/temp.linux-x86_64-3.10/persistent/ring.o > x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g > -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.10/persistent/cPickleCache.o > build/temp.linux-x86_64-3.10/persistent/ring.o -o > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent/cPickleCache.cpython-310-x86_64-linux-gnu.so > building 'persistent._timestamp' extension > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g > -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat > -Werror=format-security -g -fwrapv -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.10 -c persistent/_timestamp.c -o > build/temp.linux-x86_64-3.10/persistent/_timestamp.o > x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g > -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.10/persistent/_timestamp.o -o > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent/_timestamp.cpython-310-x86_64-linux-gnu.so > building 'persistent._ring' extension > creating build/temp.linux-x86_64-3.10/build > creating build/temp.linux-x86_64-3.10/build/temp.linux-x86_64-3.10 > x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g > -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat > -Werror=format-security -g -fwrapv -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/<<PKGBUILDDIR>>/persistent -I/usr/include/python3.10 -c > build/temp.linux-x86_64-3.10/persistent._ring.c -o > build/temp.linux-x86_64-3.10/build/temp.linux-x86_64-3.10/persistent._ring.o > x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g > -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 > build/temp.linux-x86_64-3.10/build/temp.linux-x86_64-3.10/persistent._ring.o > -o > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_persistent/build/persistent/_ring.abi3.so > PYTHONPATH=. \ > http_proxy=http://127.0.0.1:9 \ > https_proxy=https://127.0.0.1:9 \ > python3 -m sphinx -qNE -b html docs build/html > > Extension error: > Could not import extension repoze.sphinx.autointerface (exception: cannot > import name 'force_decode' from 'sphinx.util' > (/usr/lib/python3/dist-packages/sphinx/util/__init__.py)) > make[1]: *** [debian/rules:15: override_dh_auto_build] Error 2 The full build log is available from: http://qa-logs.debian.net/2022/06/23/python-persistent_4.6.4-1_unstable_sphinx-exp.log Please see [1] for Sphinx changelog and [2] for Docutils changelog. Also see [3] for the list of deprecated/removed APIs in Sphinx and possible alternatives to them. In case you have questions, please Cc sph...@packages.debian.org on reply. [1]: https://www.sphinx-doc.org/en/master/changes.html [2]: https://repo.or.cz/docutils.git/blob/refs/tags/docutils-0.18.1:/RELEASE-NOTES.txt [3]: https://www.sphinx-doc.org/en/master/extdev/deprecated.html#dev-deprecated-apis All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=sphinx5.0;users=mity...@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=sphinx5.0&fusertaguser=mity...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results If you reassign this bug to another package, please marking it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects