Your message dated Sat, 18 Nov 2023 14:37:34 +0000
with message-id <[email protected]>
and subject line Bug#1042667: fixed in poezio 0.14-3
has caused the Debian Bug report #1042667,
regarding poezio: FTBFS with Sphinx 7.1, docutils 0.20: make[1]: ***
[debian/rules:28: override_dh_auto_build] Error 2
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.)
--
1042667: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042667
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: poezio
Version: 0.14-2
Severity: important
Tags: ftbfs
User: [email protected]
Usertags: sphinx7.1
Hi,
poezio fails to build with Sphinx 7.1 and docutils 0.20, both of which
are currently available in experimental.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> py3versions: no X-Python3-Version in control file, using supported versions
> set -e; python3.11 setup.py build;
>
> Sphinx not found, the build_man command will be unavailable.
>
>
> Sphinx-built manpages not found. Only the short handwritten manpages will be
> installed
>
> running build
> running build_py
> creating build
> creating build/lib.linux-x86_64-cpython-311
> creating build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/decorators.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/size_manager.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/bookmarks.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/utils.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/types.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/poezio.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/timed_events.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/colors.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/__main__.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/daemon.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/version.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/mam.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/__init__.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/poezio_shlex.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/user.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/fixes.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/xhtml.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/multiuserchat.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/contact.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/roster.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/plugin.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/log_loader.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/text_buffer.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/common.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/plugin_manager.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/theming.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/roster_sorting.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/asyncio_fix.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/logger.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/config.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/hsluv.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/xdg.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/events.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/keyboard.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/plugin_e2ee.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/fifo.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/args.py -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/connection.py -> build/lib.linux-x86_64-cpython-311/poezio
> creating build/lib.linux-x86_64-cpython-311/poezio/core
> copying poezio/core/handlers.py ->
> build/lib.linux-x86_64-cpython-311/poezio/core
> copying poezio/core/core.py -> build/lib.linux-x86_64-cpython-311/poezio/core
> copying poezio/core/__init__.py ->
> build/lib.linux-x86_64-cpython-311/poezio/core
> copying poezio/core/command_defs.py ->
> build/lib.linux-x86_64-cpython-311/poezio/core
> copying poezio/core/tabs.py -> build/lib.linux-x86_64-cpython-311/poezio/core
> copying poezio/core/completions.py ->
> build/lib.linux-x86_64-cpython-311/poezio/core
> copying poezio/core/structs.py ->
> build/lib.linux-x86_64-cpython-311/poezio/core
> copying poezio/core/commands.py ->
> build/lib.linux-x86_64-cpython-311/poezio/core
> creating build/lib.linux-x86_64-cpython-311/poezio/tabs
> copying poezio/tabs/data_forms.py ->
> build/lib.linux-x86_64-cpython-311/poezio/tabs
> copying poezio/tabs/privatetab.py ->
> build/lib.linux-x86_64-cpython-311/poezio/tabs
> copying poezio/tabs/muctab.py ->
> build/lib.linux-x86_64-cpython-311/poezio/tabs
> copying poezio/tabs/basetabs.py ->
> build/lib.linux-x86_64-cpython-311/poezio/tabs
> copying poezio/tabs/__init__.py ->
> build/lib.linux-x86_64-cpython-311/poezio/tabs
> copying poezio/tabs/rostertab.py ->
> build/lib.linux-x86_64-cpython-311/poezio/tabs
> copying poezio/tabs/bookmarkstab.py ->
> build/lib.linux-x86_64-cpython-311/poezio/tabs
> copying poezio/tabs/confirmtab.py ->
> build/lib.linux-x86_64-cpython-311/poezio/tabs
> copying poezio/tabs/conversationtab.py ->
> build/lib.linux-x86_64-cpython-311/poezio/tabs
> copying poezio/tabs/xmltab.py ->
> build/lib.linux-x86_64-cpython-311/poezio/tabs
> copying poezio/tabs/adhoc_commands_list.py ->
> build/lib.linux-x86_64-cpython-311/poezio/tabs
> copying poezio/tabs/muclisttab.py ->
> build/lib.linux-x86_64-cpython-311/poezio/tabs
> copying poezio/tabs/listtab.py ->
> build/lib.linux-x86_64-cpython-311/poezio/tabs
> creating build/lib.linux-x86_64-cpython-311/poezio/windows
> copying poezio/windows/data_forms.py ->
> build/lib.linux-x86_64-cpython-311/poezio/windows
> copying poezio/windows/input_placeholders.py ->
> build/lib.linux-x86_64-cpython-311/poezio/windows
> copying poezio/windows/roster_win.py ->
> build/lib.linux-x86_64-cpython-311/poezio/windows
> copying poezio/windows/image.py ->
> build/lib.linux-x86_64-cpython-311/poezio/windows
> copying poezio/windows/list.py ->
> build/lib.linux-x86_64-cpython-311/poezio/windows
> copying poezio/windows/misc.py ->
> build/lib.linux-x86_64-cpython-311/poezio/windows
> copying poezio/windows/__init__.py ->
> build/lib.linux-x86_64-cpython-311/poezio/windows
> copying poezio/windows/inputs.py ->
> build/lib.linux-x86_64-cpython-311/poezio/windows
> copying poezio/windows/base_wins.py ->
> build/lib.linux-x86_64-cpython-311/poezio/windows
> copying poezio/windows/muc.py ->
> build/lib.linux-x86_64-cpython-311/poezio/windows
> copying poezio/windows/confirm.py ->
> build/lib.linux-x86_64-cpython-311/poezio/windows
> copying poezio/windows/bookmark_forms.py ->
> build/lib.linux-x86_64-cpython-311/poezio/windows
> copying poezio/windows/info_wins.py ->
> build/lib.linux-x86_64-cpython-311/poezio/windows
> copying poezio/windows/info_bar.py ->
> build/lib.linux-x86_64-cpython-311/poezio/windows
> copying poezio/windows/text_win.py ->
> build/lib.linux-x86_64-cpython-311/poezio/windows
> creating build/lib.linux-x86_64-cpython-311/poezio/ui
> copying poezio/ui/types.py -> build/lib.linux-x86_64-cpython-311/poezio/ui
> copying poezio/ui/consts.py -> build/lib.linux-x86_64-cpython-311/poezio/ui
> copying poezio/ui/__init__.py -> build/lib.linux-x86_64-cpython-311/poezio/ui
> copying poezio/ui/render.py -> build/lib.linux-x86_64-cpython-311/poezio/ui
> copying poezio/ui/funcs.py -> build/lib.linux-x86_64-cpython-311/poezio/ui
> creating build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/rainbow.py ->
> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/pipe_cmd.py ->
> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/cyber.py -> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/embed.py -> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/exec.py -> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/irc.py -> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/display_corrections.py ->
> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/alias.py -> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/spam.py -> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/b64.py -> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/upload.py -> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/mirror.py -> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/replace.py ->
> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/remove_get_trackers.py ->
> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/disco.py -> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/random_nick.py ->
> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/quote.py -> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/screen_detach.py ->
> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/qr.py -> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/send_delayed.py ->
> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/__init__.py ->
> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/time_marker.py ->
> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/link.py -> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/simple_notify.py ->
> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/sticker.py ->
> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/pointpoint.py ->
> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/user_extras.py ->
> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/admin.py -> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/dice.py -> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/contact.py ->
> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/pacokick.py ->
> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/untrackme.py ->
> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/reminder.py ->
> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/regex_admin.py ->
> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/emoji_ascii.py ->
> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/spaces.py -> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/bob.py -> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/lastlog.py ->
> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/rstrip.py -> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/code.py -> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/otr.py -> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/mpd_client.py ->
> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/stoi.py -> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/revstr.py -> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/tell.py -> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/vcard.py -> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/uptime.py -> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/server_part.py ->
> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/csi.py -> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/day_change.py ->
> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/shuffle.py ->
> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/ping.py -> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/marquee.py ->
> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/double.py -> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/close_all.py ->
> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/iq_show.py ->
> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/status.py -> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/replace_word.py ->
> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/reorder.py ->
> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/change_title.py ->
> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/test.py -> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/amsg.py -> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/autocorrect.py ->
> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/figlet.py -> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/white.py -> build/lib.linux-x86_64-cpython-311/poezio_plugins
> copying plugins/capslock.py ->
> build/lib.linux-x86_64-cpython-311/poezio_plugins
> creating build/lib.linux-x86_64-cpython-311/poezio_themes
> copying data/themes/__init__.py ->
> build/lib.linux-x86_64-cpython-311/poezio_themes
> copying data/themes/clean.py ->
> build/lib.linux-x86_64-cpython-311/poezio_themes
> copying data/themes/irssi.py ->
> build/lib.linux-x86_64-cpython-311/poezio_themes
> copying data/themes/dark.py ->
> build/lib.linux-x86_64-cpython-311/poezio_themes
> copying poezio/default_config.cfg -> build/lib.linux-x86_64-cpython-311/poezio
> copying poezio/py.typed -> build/lib.linux-x86_64-cpython-311/poezio
> running build_ext
> building 'poezio.poopt' extension
> creating build/temp.linux-x86_64-cpython-311
> creating build/temp.linux-x86_64-cpython-311/poezio
> x86_64-linux-gnu-gcc -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.11 -c poezio/pooptmodule.c -o
> build/temp.linux-x86_64-cpython-311/poezio/pooptmodule.o
> -Wno-declaration-after-statement
> x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2
> -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2
> build/temp.linux-x86_64-cpython-311/poezio/pooptmodule.o
> -L/usr/lib/x86_64-linux-gnu -o
> build/lib.linux-x86_64-cpython-311/poezio/poopt.cpython-311-x86_64-linux-gnu.so
> running build_scripts
> creating build/scripts-3.11
> copying and adjusting scripts/poezio_logs -> build/scripts-3.11
> changing mode of build/scripts-3.11/poezio_logs from 644 to 755
> # Build the documentation with Sphinx for Python 3 and access to a
> # binary extension module built under build/lib.*.
> cp --no-clobber $(find ./build/ -name '*.so') poezio/
> PYTHONPATH=. http_proxy='127.0.0.1:9' \
> /usr/share/sphinx/scripts/python3/sphinx-build \
> doc/source build/html
> Running Sphinx v7.1.1
> loading translations [python3]... not available for built-in messages
> making output directory... done
> WARNING: favicon file 'poezio.png' does not exist
> WARNING: The pre-Sphinx 1.0 'intersphinx_mapping' format is deprecated and
> will be removed in Sphinx 8. Update to the current format as described in the
> documentation. Hint: "intersphinx_mapping = {'<name>':
> ('http://docs.python.org/',
> None)}".https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#confval-intersphinx_mapping
> loading intersphinx inventory from http://docs.python.org/objects.inv...
> WARNING: failed to reach any of the inventories with the following issues:
> intersphinx inventory 'http://docs.python.org/objects.inv' not fetchable due
> to <class 'requests.exceptions.ProxyError'>:
> HTTPConnectionPool(host='127.0.0.1', port=9): Max retries exceeded with url:
> http://docs.python.org/objects.inv (Caused by ProxyError('Cannot connect to
> proxy.', NewConnectionError('<urllib3.connection.HTTPConnection object at
> 0x7f66642bbad0>: Failed to establish a new connection: [Errno 111] Connection
> refused')))
> building [mo]: targets for 0 po files that are out of date
> writing output...
> building [html]: targets for 77 source files that are out of date
> updating environment: [new config] 77 added, 0 changed, 0 removed
> [2Kreading sources... [ 1%] commands
> [2Kreading sources... [ 3%] configuration
> [2Kreading sources... [ 4%] dev/common
> Using slower stringprep, consider compiling the faster cython/libidn one.
> [2Kreading sources... [ 5%] dev/contributing
> [2Kreading sources... [ 6%] dev/e2ee
> [2Kreading sources... [ 8%] dev/events
> [2Kreading sources... [ 9%] dev/index
> [2Kreading sources... [ 10%] dev/overview
> [2Kreading sources... [ 12%] dev/plugin
> [2Kreading sources... [ 13%] dev/slix
> [2Kreading sources... [ 14%] dev/theming
> [2Kreading sources... [ 16%] dev/timed_events
> [2Kreading sources... [ 17%] dev/xep
> [2Kreading sources... [ 18%] index
> [2Kreading sources... [ 19%] install
> [2Kreading sources... [ 21%] keys
> [2Kreading sources... [ 22%] misc/carbons
> [2Kreading sources... [ 23%] misc/client_certs
> [2Kreading sources... [ 25%] misc/correct
> [2Kreading sources... [ 26%] misc/index
> [2Kreading sources... [ 27%] misc/personal_events
> [2Kreading sources... [ 29%] misc/pyenv
> [2Kreading sources... [ 30%] misc/separate
> [2Kreading sources... [ 31%] misc/ssl
> [2Kreading sources... [ 32%] misc/troubleshooting
> [2Kreading sources... [ 34%] plugins/admin
> [2Kreading sources... [ 35%] plugins/alias
> [2Kreading sources... [ 36%] plugins/amsg
> [2Kreading sources... [ 38%] plugins/autocorrect
> [2Kreading sources... [ 39%] plugins/change_title
> [2Kreading sources... [ 40%] plugins/close_all
> [2Kreading sources... [ 42%] plugins/contact
> [2Kreading sources... [ 43%] plugins/csi
> [2Kreading sources... [ 44%] plugins/cyber
> [2Kreading sources... [ 45%] plugins/day_change
> [2Kreading sources... [ 47%] plugins/dice
> [2Kreading sources... [ 48%] plugins/disco
> [2Kreading sources... [ 49%] plugins/display_corrections
> [2Kreading sources... [ 51%] plugins/double
> [2Kreading sources... [ 52%] plugins/embed
> [2Kreading sources... [ 53%] plugins/exec
> [2Kreading sources... [ 55%] plugins/figlet
> [2Kreading sources... [ 56%] plugins/index
> [2Kreading sources... [ 57%] plugins/iq_show
> [2Kreading sources... [ 58%] plugins/irc
> [2Kreading sources... [ 60%] plugins/link
> [2Kreading sources... [ 61%] plugins/marquee
> [2Kreading sources... [ 62%] plugins/mpd_client
> [2Kreading sources... [ 64%] plugins/otr
> [2Kreading sources... [ 65%] plugins/pacokick
> [2Kreading sources... [ 66%] plugins/ping
> [2Kreading sources... [ 68%] plugins/pipe_cmd
> [2Kreading sources... [ 69%] plugins/pointpoint
> [2Kreading sources... [ 70%] plugins/quote
> [2Kreading sources... [ 71%] plugins/rainbow
> [2Kreading sources... [ 73%] plugins/regex_admin
> [2Kreading sources... [ 74%] plugins/reminder
> [2Kreading sources... [ 75%] plugins/reorder
> [2Kreading sources... [ 77%] plugins/replace
> [2Kreading sources... [ 78%] plugins/revstr
> [2Kreading sources... [ 79%] plugins/screen_detach
> [2Kreading sources... [ 81%] plugins/send_delayed
> [2Kreading sources... [ 82%] plugins/server_part
> [2Kreading sources... [ 83%] plugins/shuffle
> [2Kreading sources... [ 84%] plugins/simple_notify
> [2Kreading sources... [ 86%] plugins/spam
> [2Kreading sources... [ 87%] plugins/status
> [2Kreading sources... [ 88%] plugins/sticker
> [2Kreading sources... [ 90%] plugins/tell
> [2Kreading sources... [ 91%] plugins/time_marker
> [2Kreading sources... [ 92%] plugins/upload
> [2Kreading sources... [ 94%] plugins/uptime
> [2Kreading sources... [ 95%] plugins/user_extras
> [2Kreading sources... [ 96%] plugins/vcard
> [2Kreading sources... [ 97%] quickstart
> [2Kreading sources... [ 99%] themes
> [2Kreading sources... [100%] usage
>
> /<<PKGBUILDDIR>>/doc/source/commands.rst:38: WARNING: Inline literal
> start-string without end-string.
> /<<PKGBUILDDIR>>/doc/source/commands.rst:452: WARNING: duplicate term
> description of /version, other instance in commands
> /<<PKGBUILDDIR>>/doc/source/commands.rst:473: WARNING: duplicate term
> description of /info, other instance in commands
> /<<PKGBUILDDIR>>/doc/source/commands.rst:479: WARNING: duplicate term
> description of /version, other instance in commands
> /<<PKGBUILDDIR>>/doc/source/commands.rst:489: WARNING: glossary seems to be
> misformatted, check indentation
> /<<PKGBUILDDIR>>/doc/source/commands.rst:491: WARNING: glossary seems to be
> misformatted, check indentation
> /<<PKGBUILDDIR>>/doc/source/commands.rst:492: WARNING: glossary seems to be
> misformatted, check indentation
> /<<PKGBUILDDIR>>/doc/source/commands.rst:494: WARNING: glossary seems to be
> misformatted, check indentation
> /<<PKGBUILDDIR>>/doc/source/commands.rst:495: WARNING: glossary seems to be
> misformatted, check indentation
> /<<PKGBUILDDIR>>/doc/source/commands.rst:497: WARNING: glossary seems to be
> misformatted, check indentation
> /<<PKGBUILDDIR>>/doc/source/commands.rst:498: WARNING: glossary seems to be
> misformatted, check indentation
> /<<PKGBUILDDIR>>/doc/source/commands.rst:499: WARNING: glossary seems to be
> misformatted, check indentation
> /<<PKGBUILDDIR>>/doc/source/commands.rst:501: WARNING: duplicate term
> description of /invite, other instance in commands
> /<<PKGBUILDDIR>>/doc/source/configuration.rst:1042: WARNING: duplicate term
> description of autorejoin, other instance in configuration
> /<<PKGBUILDDIR>>/doc/source/configuration.rst:1049: WARNING: duplicate term
> description of autorejoin_delay, other instance in configuration
> /<<PKGBUILDDIR>>/doc/source/configuration.rst:1087: WARNING: duplicate term
> description of display_user_color_in_join_part, other instance in
> configuration
> /<<PKGBUILDDIR>>/doc/source/configuration.rst:1101: WARNING: duplicate term
> description of hide_exit_join, other instance in configuration
> /<<PKGBUILDDIR>>/doc/source/configuration.rst:1110: WARNING: duplicate term
> description of hide_status_change, other instance in configuration
> /<<PKGBUILDDIR>>/doc/source/configuration.rst:1129: WARNING: duplicate term
> description of highlight_on, other instance in configuration
> /<<PKGBUILDDIR>>/doc/source/configuration.rst:1142: WARNING: duplicate term
> description of password, other instance in configuration
> /<<PKGBUILDDIR>>/doc/source/configuration.rst:1172: WARNING: duplicate term
> description of send_chat_states, other instance in configuration
> /<<PKGBUILDDIR>>/doc/source/configuration.rst:1186: WARNING: duplicate term
> description of use_log, other instance in configuration
> /<<PKGBUILDDIR>>/doc/source/plugins/index.rst:325: WARNING: toctree contains
> reference to nonexisting document 'plugins/userextras'
> /<<PKGBUILDDIR>>/plugins/marquee.py:docstring of marquee:18: WARNING:
> duplicate term description of refresh, other instance in plugins/dice
> WARNING: autodoc: failed to import module 'upload'; the following exception
> was raised:
> No module named 'aiohttp'
> /<<PKGBUILDDIR>>/plugins/user_extras.py:docstring of user_extras:37: WARNING:
> duplicate term description of display_gaming_notifications, other instance in
> configuration
> /<<PKGBUILDDIR>>/plugins/user_extras.py:docstring of user_extras:44: WARNING:
> duplicate term description of display_tune_notifications, other instance in
> configuration
> /<<PKGBUILDDIR>>/plugins/user_extras.py:docstring of user_extras:51: WARNING:
> duplicate term description of display_mood_notifications, other instance in
> configuration
> /<<PKGBUILDDIR>>/plugins/user_extras.py:docstring of user_extras:58: WARNING:
> duplicate term description of display_activity_notifications, other instance
> in configuration
> /<<PKGBUILDDIR>>/poezio/theming.py:docstring of poezio.theming.Theme:1:
> WARNING: duplicate object description of poezio.theming.Theme, other instance
> in dev/theming, use :noindex: for one of them
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... /<<PKGBUILDDIR>>/doc/source/plugins/user_extras.rst:
> WARNING: document isn't included in any toctree
> done
> preparing documents... done
> copying assets... copying static files... done
> copying extra files... done
> done
> [2Kwriting output... [ 1%] commands
>
> Theme error:
> An error happened in rendering the page commands.
> Reason: UndefinedError("'style' is undefined")
> make[1]: *** [debian/rules:28: override_dh_auto_build] Error 2
The full build log is available from:
http://qa-logs.debian.net/2023/07/30/exp/poezio_0.14-2_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.
Some notable changes in Sphinx 6 and Sphinx 7:
- Sphinx no longer includes jquery.js and underscore.js by default.
Please use python3-sphinxcontrib.jquery package if you are using a custom
template and it still needs jquery.
- The setup.py build_sphinx command was removed. Please instead call
sphinx-build or "python3 -m sphinx" directly.
- For packages using the extlinks extension, the caption should contain
exactly one "%s" placeholder (if caption is not None).
In case you have questions, please Cc [email protected] on reply.
[1]: https://www.sphinx-doc.org/en/master/changes.html
[2]:
https://repo.or.cz/docutils.git/blob/refs/tags/docutils-0.20.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=sphinx7.1;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=sphinx7.1&[email protected]&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
--- End Message ---
--- Begin Message ---
Source: poezio
Source-Version: 0.14-3
Done: Martin <[email protected]>
We believe that the bug you reported is fixed in the latest version of
poezio, 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.
Martin <[email protected]> (supplier of updated poezio 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: Sat, 18 Nov 2023 14:04:54 +0000
Source: poezio
Architecture: source
Version: 0.14-3
Distribution: unstable
Urgency: medium
Maintainer: Debian XMPP Maintainers <[email protected]>
Changed-By: Martin <[email protected]>
Closes: 1042667 1047790
Changes:
poezio (0.14-3) unstable; urgency=medium
.
* remove all __pycache__ directories in clean (Closes: #1047790)
* use Debian packaged RTD theme, not embedded copy (Closes: #1042667)
Checksums-Sha1:
d4db9805b029d2351309c2ea756d0372b265389d 2192 poezio_0.14-3.dsc
15c582e47f547f165fa9cc1bfc41003be6ff823b 7924 poezio_0.14-3.debian.tar.xz
cc4c73b841c19c1d8138c52eb92decdf120a1488 9534 poezio_0.14-3_amd64.buildinfo
Checksums-Sha256:
d0c19f8196223866eb5500f938d33f82a0edf0633cea51256d68ea50466dcd83 2192
poezio_0.14-3.dsc
d798ce6fd9fa313b012ce5c79fce12dc866b4577994469a1bcbe4201883eec79 7924
poezio_0.14-3.debian.tar.xz
996eeb7d38777780c55ee68960826591bed0cc54419a811ccd2621867c10c66b 9534
poezio_0.14-3_amd64.buildinfo
Files:
fe660c46d628e6efcf4d286e5e2935b1 2192 net optional poezio_0.14-3.dsc
eb1c43e9f5e05f300f4d89ee1151555c 7924 net optional poezio_0.14-3.debian.tar.xz
2e7cc4d383cae0d33357c8ffe49dddf5 9534 net optional
poezio_0.14-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEftHeo0XZoKEY1KdA4+Chwoa5Y+oFAmVYxjgACgkQ4+Chwoa5
Y+p3Bw/+OgGQbB8iO5w1Raawtv8D9H82tw9SJfOS4gxw9mR+Udn5B/A1/SqsxK++
lx48xAfTds0tW198RSs10gT9SKxPu2F0Sh8j8DDj2dTwAivtnJ2fpPIOny2YyNR3
3rwXbcOWaEBqp/RgsZuqfbtnqfjC6P4mbuXPUDzF0/OP2tVoo7nQWLuUHuwyDz7d
vp3ObCe7E7WQCFyBkJP13iFmUV7CT8GgKhWChYoF3tZJPOxzIU/r7gm2iY3rBg+P
2bf5RuL7nK08SdK6LvZ1ZgF5TcPFizKeR4B8yMox0FCDmjCnHKkBNZ7geFG5NQhq
UkWwgQ5pozgPSbAsIRDqrHBOSwXr9w/RBTn/360Plw0I0T//EO0sIQZrrehQ+E6+
pBBXa4tlZwDs9wacG72uJS7hjhGOT96g+W5CUpdt+LqDC5AlXGv7oDB7FMTFunaq
CZWYWkPXnshHLRCtywAOVEQQF4Ojy5u0b94qjMpGfnoIypjOhoeqom02ABXPpvA+
D3NvLtE4sPqprqOpCMO13qLqqdPZ8D/+kR/ZX+rGaugRjxzYE9NikMs6gpEo1jYG
FhJdiCAgBDpeaFFMP1QCTh4iAPj2T/KPUhNq/NwbfDTQdK8QW9VnDHEWPOWFrFt0
gMuJ4vV8GqnphYIfy2+Jx/vg7o2rqVaz+KXwrIvuZWPFueIF1iI=
=StWT
-----END PGP SIGNATURE-----
--- End Message ---