Your message dated Mon, 14 Apr 2025 18:19:04 +0000
with message-id <e1u4ooe-0044a5...@fasolo.debian.org>
and subject line Bug#1071795: fixed in fava 1.30.2+dfsg-1
has caused the Debian Bug report #1071795,
regarding fava: FTBFS: help2man: can't get `--help' info from
PYTHONPATH="/<<PKGBUILDDIR>>/src" python3 -m fava.cli
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 ow...@bugs.debian.org
immediately.)
--
1071795: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071795
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:fava
Version: 1.23.1+dfsg-1
Severity: serious
Tags: ftbfs
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
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
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build
I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build"
module
I: pybuild base:311: python3.12 -m build --skip-dependency-check --no-isolation --wheel
--outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_fava
* Building wheel...
running bdist_wheel
running build
running build_py
[... snipped ...]
You can read more about "package data files" on setuptools
documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/usr/lib/python3/dist-packages/setuptools/command/build_py.py:204: _Warning:
Package 'fava.translations.zh.LC_MESSAGES' is absent from the `packages`
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'fava.translations.zh.LC_MESSAGES' as an importable
package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to
distribute this
package, please make sure that 'fava.translations.zh.LC_MESSAGES' is
explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation
page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'fava.translations.zh.LC_MESSAGES' to be distributed
and are
already explicitly excluding 'fava.translations.zh.LC_MESSAGES' via
`find_namespace_packages(...)/find_namespace` or
`find_packages(...)/find`,
you can try to use `exclude_package_data`, or
`include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools
documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/usr/lib/python3/dist-packages/setuptools/command/build_py.py:204: _Warning:
Package 'fava.translations.zh_Hant_TW.LC_MESSAGES' is absent from the
`packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'fava.translations.zh_Hant_TW.LC_MESSAGES' as an
importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to
distribute this
package, please make sure that
'fava.translations.zh_Hant_TW.LC_MESSAGES' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation
page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'fava.translations.zh_Hant_TW.LC_MESSAGES' to be
distributed and are
already explicitly excluding 'fava.translations.zh_Hant_TW.LC_MESSAGES'
via
`find_namespace_packages(...)/find_namespace` or
`find_packages(...)/find`,
you can try to use `exclude_package_data`, or
`include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools
documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/fava
creating build/bdist.linux-x86_64/wheel/fava/plugins
copying build/lib/fava/plugins/tag_discovered_documents.py ->
build/bdist.linux-x86_64/wheel/fava/plugins
copying build/lib/fava/plugins/link_documents.py ->
build/bdist.linux-x86_64/wheel/fava/plugins
copying build/lib/fava/plugins/__init__.py ->
build/bdist.linux-x86_64/wheel/fava/plugins
copying build/lib/fava/cli.py -> build/bdist.linux-x86_64/wheel/fava
creating build/bdist.linux-x86_64/wheel/fava/core
copying build/lib/fava/core/file.py -> build/bdist.linux-x86_64/wheel/fava/core
copying build/lib/fava/core/conversion.py ->
build/bdist.linux-x86_64/wheel/fava/core
copying build/lib/fava/core/attributes.py ->
build/bdist.linux-x86_64/wheel/fava/core
copying build/lib/fava/core/ingest.py ->
build/bdist.linux-x86_64/wheel/fava/core
copying build/lib/fava/core/number.py ->
build/bdist.linux-x86_64/wheel/fava/core
copying build/lib/fava/core/charts.py ->
build/bdist.linux-x86_64/wheel/fava/core
copying build/lib/fava/core/misc.py -> build/bdist.linux-x86_64/wheel/fava/core
copying build/lib/fava/core/query_shell.py ->
build/bdist.linux-x86_64/wheel/fava/core
copying build/lib/fava/core/inventory.py ->
build/bdist.linux-x86_64/wheel/fava/core
copying build/lib/fava/core/fava_options.py ->
build/bdist.linux-x86_64/wheel/fava/core
copying build/lib/fava/core/module_base.py ->
build/bdist.linux-x86_64/wheel/fava/core
copying build/lib/fava/core/accounts.py ->
build/bdist.linux-x86_64/wheel/fava/core
copying build/lib/fava/core/commodities.py ->
build/bdist.linux-x86_64/wheel/fava/core
copying build/lib/fava/core/_compat.py ->
build/bdist.linux-x86_64/wheel/fava/core
copying build/lib/fava/core/budgets.py ->
build/bdist.linux-x86_64/wheel/fava/core
copying build/lib/fava/core/watcher.py ->
build/bdist.linux-x86_64/wheel/fava/core
copying build/lib/fava/core/extensions.py ->
build/bdist.linux-x86_64/wheel/fava/core
copying build/lib/fava/core/tree.py -> build/bdist.linux-x86_64/wheel/fava/core
copying build/lib/fava/core/documents.py ->
build/bdist.linux-x86_64/wheel/fava/core
copying build/lib/fava/core/filters.py ->
build/bdist.linux-x86_64/wheel/fava/core
copying build/lib/fava/core/entries_by_type.py ->
build/bdist.linux-x86_64/wheel/fava/core
copying build/lib/fava/core/__init__.py ->
build/bdist.linux-x86_64/wheel/fava/core
copying build/lib/fava/internal_api.py -> build/bdist.linux-x86_64/wheel/fava
copying build/lib/fava/application.py -> build/bdist.linux-x86_64/wheel/fava
copying build/lib/fava/serialisation.py -> build/bdist.linux-x86_64/wheel/fava
copying build/lib/fava/context.py -> build/bdist.linux-x86_64/wheel/fava
copying build/lib/fava/json_api.py -> build/bdist.linux-x86_64/wheel/fava
creating build/bdist.linux-x86_64/wheel/fava/ext
copying build/lib/fava/ext/auto_commit.py ->
build/bdist.linux-x86_64/wheel/fava/ext
creating build/bdist.linux-x86_64/wheel/fava/ext/portfolio_list
creating build/bdist.linux-x86_64/wheel/fava/ext/portfolio_list/templates
copying build/lib/fava/ext/portfolio_list/templates/PortfolioList.html ->
build/bdist.linux-x86_64/wheel/fava/ext/portfolio_list/templates
copying build/lib/fava/ext/portfolio_list/__init__.py ->
build/bdist.linux-x86_64/wheel/fava/ext/portfolio_list
copying build/lib/fava/ext/__init__.py ->
build/bdist.linux-x86_64/wheel/fava/ext
copying build/lib/fava/helpers.py -> build/bdist.linux-x86_64/wheel/fava
copying build/lib/fava/py.typed -> build/bdist.linux-x86_64/wheel/fava
copying build/lib/fava/template_filters.py ->
build/bdist.linux-x86_64/wheel/fava
creating build/bdist.linux-x86_64/wheel/fava/translations
creating build/bdist.linux-x86_64/wheel/fava/translations/uk
creating build/bdist.linux-x86_64/wheel/fava/translations/uk/LC_MESSAGES
copying build/lib/fava/translations/uk/LC_MESSAGES/messages.po ->
build/bdist.linux-x86_64/wheel/fava/translations/uk/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/fava/translations/fa
creating build/bdist.linux-x86_64/wheel/fava/translations/fa/LC_MESSAGES
copying build/lib/fava/translations/fa/LC_MESSAGES/messages.po ->
build/bdist.linux-x86_64/wheel/fava/translations/fa/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/fava/translations/pt
creating build/bdist.linux-x86_64/wheel/fava/translations/pt/LC_MESSAGES
copying build/lib/fava/translations/pt/LC_MESSAGES/messages.po ->
build/bdist.linux-x86_64/wheel/fava/translations/pt/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/fava/translations/sk
creating build/bdist.linux-x86_64/wheel/fava/translations/sk/LC_MESSAGES
copying build/lib/fava/translations/sk/LC_MESSAGES/messages.po ->
build/bdist.linux-x86_64/wheel/fava/translations/sk/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/fava/translations/zh_Hant_TW
creating build/bdist.linux-x86_64/wheel/fava/translations/zh_Hant_TW/LC_MESSAGES
copying build/lib/fava/translations/zh_Hant_TW/LC_MESSAGES/messages.po ->
build/bdist.linux-x86_64/wheel/fava/translations/zh_Hant_TW/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/fava/translations/nl
creating build/bdist.linux-x86_64/wheel/fava/translations/nl/LC_MESSAGES
copying build/lib/fava/translations/nl/LC_MESSAGES/messages.po ->
build/bdist.linux-x86_64/wheel/fava/translations/nl/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/fava/translations/sv
creating build/bdist.linux-x86_64/wheel/fava/translations/sv/LC_MESSAGES
copying build/lib/fava/translations/sv/LC_MESSAGES/messages.po ->
build/bdist.linux-x86_64/wheel/fava/translations/sv/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/fava/translations/ru
creating build/bdist.linux-x86_64/wheel/fava/translations/ru/LC_MESSAGES
copying build/lib/fava/translations/ru/LC_MESSAGES/messages.po ->
build/bdist.linux-x86_64/wheel/fava/translations/ru/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/fava/translations/bg
creating build/bdist.linux-x86_64/wheel/fava/translations/bg/LC_MESSAGES
copying build/lib/fava/translations/bg/LC_MESSAGES/messages.po ->
build/bdist.linux-x86_64/wheel/fava/translations/bg/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/fava/translations/de
creating build/bdist.linux-x86_64/wheel/fava/translations/de/LC_MESSAGES
copying build/lib/fava/translations/de/LC_MESSAGES/messages.po ->
build/bdist.linux-x86_64/wheel/fava/translations/de/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/fava/translations/fr
creating build/bdist.linux-x86_64/wheel/fava/translations/fr/LC_MESSAGES
copying build/lib/fava/translations/fr/LC_MESSAGES/messages.po ->
build/bdist.linux-x86_64/wheel/fava/translations/fr/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/fava/translations/ca
creating build/bdist.linux-x86_64/wheel/fava/translations/ca/LC_MESSAGES
copying build/lib/fava/translations/ca/LC_MESSAGES/messages.po ->
build/bdist.linux-x86_64/wheel/fava/translations/ca/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/fava/translations/es
creating build/bdist.linux-x86_64/wheel/fava/translations/es/LC_MESSAGES
copying build/lib/fava/translations/es/LC_MESSAGES/messages.po ->
build/bdist.linux-x86_64/wheel/fava/translations/es/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/fava/translations/zh
creating build/bdist.linux-x86_64/wheel/fava/translations/zh/LC_MESSAGES
copying build/lib/fava/translations/zh/LC_MESSAGES/messages.po ->
build/bdist.linux-x86_64/wheel/fava/translations/zh/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/fava/templates
copying build/lib/fava/templates/documents.html ->
build/bdist.linux-x86_64/wheel/fava/templates
copying build/lib/fava/templates/beancount_file ->
build/bdist.linux-x86_64/wheel/fava/templates
copying build/lib/fava/templates/_aside.html ->
build/bdist.linux-x86_64/wheel/fava/templates
copying build/lib/fava/templates/_journal_table.html ->
build/bdist.linux-x86_64/wheel/fava/templates
copying build/lib/fava/templates/balance_sheet.html ->
build/bdist.linux-x86_64/wheel/fava/templates
copying build/lib/fava/templates/commodities.html ->
build/bdist.linux-x86_64/wheel/fava/templates
copying build/lib/fava/templates/holdings.html ->
build/bdist.linux-x86_64/wheel/fava/templates
copying build/lib/fava/templates/income_statement.html ->
build/bdist.linux-x86_64/wheel/fava/templates
copying build/lib/fava/templates/_query_table.html ->
build/bdist.linux-x86_64/wheel/fava/templates
copying build/lib/fava/templates/statistics.html ->
build/bdist.linux-x86_64/wheel/fava/templates
copying build/lib/fava/templates/query.html ->
build/bdist.linux-x86_64/wheel/fava/templates
copying build/lib/fava/templates/events.html ->
build/bdist.linux-x86_64/wheel/fava/templates
copying build/lib/fava/templates/options.html ->
build/bdist.linux-x86_64/wheel/fava/templates
copying build/lib/fava/templates/_globals.html ->
build/bdist.linux-x86_64/wheel/fava/templates
copying build/lib/fava/templates/account.html ->
build/bdist.linux-x86_64/wheel/fava/templates
copying build/lib/fava/templates/trial_balance.html ->
build/bdist.linux-x86_64/wheel/fava/templates
copying build/lib/fava/templates/import.html ->
build/bdist.linux-x86_64/wheel/fava/templates
copying build/lib/fava/templates/_layout.html ->
build/bdist.linux-x86_64/wheel/fava/templates
copying build/lib/fava/templates/_charts.html ->
build/bdist.linux-x86_64/wheel/fava/templates
copying build/lib/fava/templates/journal.html ->
build/bdist.linux-x86_64/wheel/fava/templates
copying build/lib/fava/templates/_tree_table.html ->
build/bdist.linux-x86_64/wheel/fava/templates
copying build/lib/fava/templates/help.html ->
build/bdist.linux-x86_64/wheel/fava/templates
creating build/bdist.linux-x86_64/wheel/fava/templates/macros
copying build/lib/fava/templates/macros/_commodity_macros.html ->
build/bdist.linux-x86_64/wheel/fava/templates/macros
copying build/lib/fava/templates/macros/_account_macros.html ->
build/bdist.linux-x86_64/wheel/fava/templates/macros
copying build/lib/fava/templates/errors.html ->
build/bdist.linux-x86_64/wheel/fava/templates
copying build/lib/fava/templates/editor.html ->
build/bdist.linux-x86_64/wheel/fava/templates
creating build/bdist.linux-x86_64/wheel/fava/help
copying build/lib/fava/help/features.md ->
build/bdist.linux-x86_64/wheel/fava/help
copying build/lib/fava/help/import.md ->
build/bdist.linux-x86_64/wheel/fava/help
copying build/lib/fava/help/filters.md ->
build/bdist.linux-x86_64/wheel/fava/help
copying build/lib/fava/help/options.md ->
build/bdist.linux-x86_64/wheel/fava/help
copying build/lib/fava/help/budgets.md ->
build/bdist.linux-x86_64/wheel/fava/help
copying build/lib/fava/help/beancount_syntax.md ->
build/bdist.linux-x86_64/wheel/fava/help
copying build/lib/fava/help/_index.md ->
build/bdist.linux-x86_64/wheel/fava/help
copying build/lib/fava/help/extensions.md ->
build/bdist.linux-x86_64/wheel/fava/help
copying build/lib/fava/help/__init__.py ->
build/bdist.linux-x86_64/wheel/fava/help
creating build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/fira-mono-latin-ext-400-normal-3XROC5NW.woff2 ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/fira-mono-cyrillic-ext-400-normal-47U2AFQV.woff2
-> build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/fira-mono-greek-ext-500-normal-WGULELC2.woff2 ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/fira-sans-greek-ext-400-normal-MKGGKMJ5.woff2 ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/fira-sans-greek-500-normal-ILVSAQV7.woff2 ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/source-serif-pro-cyrillic-600-normal-N5R474GN.woff2
-> build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/fira-mono-all-400-normal-B3VA6PUD.woff ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/fira-sans-cyrillic-400-normal-UNEFG6UZ.woff2 ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/fira-sans-vietnamese-500-normal-FZCQJ7ET.woff2 ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/fira-sans-greek-ext-500-normal-YYWKCZSG.woff2 ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/source-code-pro-latin-400-normal-I2HRTHZF.woff2
-> build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/source-serif-pro-cyrillic-400-normal-P4AFNN6B.woff2
-> build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/source-serif-pro-all-400-normal-4BTH7DUE.woff ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/source-serif-pro-greek-400-normal-ZINIJTMP.woff2
-> build/bdist.linux-x86_64/wheel/fava/static
copying
build/lib/fava/static/source-serif-pro-cyrillic-ext-400-normal-OAAPTI5B.woff2
-> build/bdist.linux-x86_64/wheel/fava/static
copying
build/lib/fava/static/source-code-pro-cyrillic-ext-500-normal-4BGXZKAS.woff2 ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/fira-sans-all-400-normal-Z3W4I7VT.woff ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/fira-sans-all-500-normal-NEZJQQ2Y.woff ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/source-code-pro-greek-400-normal-NCNJIBNY.woff2
-> build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/fira-mono-greek-500-normal-JKOMG4AV.woff2 ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/source-code-pro-greek-500-normal-OHZBIGYY.woff2
-> build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/fira-mono-all-500-normal-6H5PJVHM.woff ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/fira-sans-greek-400-normal-PY2QUVXT.woff2 ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/source-code-pro-vietnamese-400-normal-BLRZ5TJF.woff2
-> build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/source-code-pro-latin-ext-500-normal-QPED2BZU.woff2
-> build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/fira-mono-latin-ext-500-normal-JGGLQGT6.woff2 ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/fira-sans-latin-ext-500-normal-B5ASZCAS.woff2 ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/source-code-pro-latin-ext-400-normal-XSWLQ6SQ.woff2
-> build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/fira-sans-cyrillic-ext-500-normal-4H6B4IVQ.woff2
-> build/bdist.linux-x86_64/wheel/fava/static
copying
build/lib/fava/static/source-serif-pro-vietnamese-600-normal-FIGKJBGN.woff2 ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/fira-sans-cyrillic-500-normal-5KMEEDFS.woff2 ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/fira-mono-cyrillic-400-normal-DHYMC6AA.woff2 ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/favicon.ico ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/source-serif-pro-latin-ext-400-normal-PDZ36NCG.woff2
-> build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/fira-mono-greek-400-normal-TG32BQXP.woff2 ->
build/bdist.linux-x86_64/wheel/fava/static
copying
build/lib/fava/static/source-serif-pro-cyrillic-ext-600-normal-65NAT276.woff2
-> build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/fira-sans-vietnamese-400-normal-7XQHLZ3D.woff2 ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/source-serif-pro-latin-600-normal-SVAUZKQ3.woff2
-> build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/source-code-pro-all-400-normal-SLFKMP73.woff ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/fira-sans-cyrillic-ext-400-normal-WVOY7NRO.woff2
-> build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/source-code-pro-all-500-normal-FDTRXIVW.woff ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/app.js ->
build/bdist.linux-x86_64/wheel/fava/static
copying
build/lib/fava/static/source-code-pro-cyrillic-ext-400-normal-QDGPIYEO.woff2 ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/fira-mono-latin-500-normal-VF62XXV3.woff2 ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/source-serif-pro-latin-400-normal-4HTQC2GR.woff2
-> build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/fira-mono-cyrillic-ext-500-normal-IYTP56HI.woff2
-> build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/source-serif-pro-greek-600-normal-S5XOEGZV.woff2
-> build/bdist.linux-x86_64/wheel/fava/static
copying
build/lib/fava/static/source-serif-pro-vietnamese-400-normal-Z64DEYYH.woff2 ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/source-code-pro-vietnamese-500-normal-6BTVTHWI.woff2
-> build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/app.css ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/fira-mono-latin-400-normal-JUOXJG4X.woff2 ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/source-code-pro-greek-ext-500-normal-EO522DTI.woff2
-> build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/source-serif-pro-all-600-normal-DPA6Z7HK.woff ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/source-code-pro-latin-500-normal-TUB7MUQD.woff2
-> build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/source-serif-pro-latin-ext-600-normal-2XXPH3GU.woff2
-> build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/source-code-pro-cyrillic-500-normal-KX3JF2GP.woff2
-> build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/source-code-pro-greek-ext-400-normal-A6DU5HOQ.woff2
-> build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/fira-mono-greek-ext-400-normal-5NS2LNAL.woff2 ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/fira-sans-latin-ext-400-normal-3G4ONXQH.woff2 ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/fira-mono-cyrillic-500-normal-GP3B6L2A.woff2 ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/fira-sans-latin-500-normal-PWOHURLK.woff2 ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/source-code-pro-cyrillic-400-normal-IIEJCVU3.woff2
-> build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/static/fira-sans-latin-400-normal-BVHR5GIK.woff2 ->
build/bdist.linux-x86_64/wheel/fava/static
copying build/lib/fava/__init__.py -> build/bdist.linux-x86_64/wheel/fava
creating build/bdist.linux-x86_64/wheel/fava/util
copying build/lib/fava/util/date.py -> build/bdist.linux-x86_64/wheel/fava/util
copying build/lib/fava/util/sets.py -> build/bdist.linux-x86_64/wheel/fava/util
copying build/lib/fava/util/ranking.py ->
build/bdist.linux-x86_64/wheel/fava/util
copying build/lib/fava/util/excel.py -> build/bdist.linux-x86_64/wheel/fava/util
copying build/lib/fava/util/typing.py ->
build/bdist.linux-x86_64/wheel/fava/util
copying build/lib/fava/util/__init__.py ->
build/bdist.linux-x86_64/wheel/fava/util
running install_egg_info
Copying src/fava.egg-info to
build/bdist.linux-x86_64/wheel/fava-1.23.1+dfsg.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/fava-1.23.1+dfsg.dist-info/WHEEL
creating
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_fava/.tmp-y1vk3r4v/fava-1.23.1+dfsg-py3-none-any.whl'
and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'fava/__init__.py'
adding 'fava/application.py'
adding 'fava/cli.py'
adding 'fava/context.py'
adding 'fava/helpers.py'
adding 'fava/internal_api.py'
adding 'fava/json_api.py'
adding 'fava/py.typed'
adding 'fava/serialisation.py'
adding 'fava/template_filters.py'
adding 'fava/core/__init__.py'
adding 'fava/core/_compat.py'
adding 'fava/core/accounts.py'
adding 'fava/core/attributes.py'
adding 'fava/core/budgets.py'
adding 'fava/core/charts.py'
adding 'fava/core/commodities.py'
adding 'fava/core/conversion.py'
adding 'fava/core/documents.py'
adding 'fava/core/entries_by_type.py'
adding 'fava/core/extensions.py'
adding 'fava/core/fava_options.py'
adding 'fava/core/file.py'
adding 'fava/core/filters.py'
adding 'fava/core/ingest.py'
adding 'fava/core/inventory.py'
adding 'fava/core/misc.py'
adding 'fava/core/module_base.py'
adding 'fava/core/number.py'
adding 'fava/core/query_shell.py'
adding 'fava/core/tree.py'
adding 'fava/core/watcher.py'
adding 'fava/ext/__init__.py'
adding 'fava/ext/auto_commit.py'
adding 'fava/ext/portfolio_list/__init__.py'
adding 'fava/ext/portfolio_list/templates/PortfolioList.html'
adding 'fava/help/__init__.py'
adding 'fava/help/_index.md'
adding 'fava/help/beancount_syntax.md'
adding 'fava/help/budgets.md'
adding 'fava/help/extensions.md'
adding 'fava/help/features.md'
adding 'fava/help/filters.md'
adding 'fava/help/import.md'
adding 'fava/help/options.md'
adding 'fava/plugins/__init__.py'
adding 'fava/plugins/link_documents.py'
adding 'fava/plugins/tag_discovered_documents.py'
adding 'fava/static/app.css'
adding 'fava/static/app.js'
adding 'fava/static/favicon.ico'
adding 'fava/static/fira-mono-all-400-normal-B3VA6PUD.woff'
adding 'fava/static/fira-mono-all-500-normal-6H5PJVHM.woff'
adding 'fava/static/fira-mono-cyrillic-400-normal-DHYMC6AA.woff2'
adding 'fava/static/fira-mono-cyrillic-500-normal-GP3B6L2A.woff2'
adding 'fava/static/fira-mono-cyrillic-ext-400-normal-47U2AFQV.woff2'
adding 'fava/static/fira-mono-cyrillic-ext-500-normal-IYTP56HI.woff2'
adding 'fava/static/fira-mono-greek-400-normal-TG32BQXP.woff2'
adding 'fava/static/fira-mono-greek-500-normal-JKOMG4AV.woff2'
adding 'fava/static/fira-mono-greek-ext-400-normal-5NS2LNAL.woff2'
adding 'fava/static/fira-mono-greek-ext-500-normal-WGULELC2.woff2'
adding 'fava/static/fira-mono-latin-400-normal-JUOXJG4X.woff2'
adding 'fava/static/fira-mono-latin-500-normal-VF62XXV3.woff2'
adding 'fava/static/fira-mono-latin-ext-400-normal-3XROC5NW.woff2'
adding 'fava/static/fira-mono-latin-ext-500-normal-JGGLQGT6.woff2'
adding 'fava/static/fira-sans-all-400-normal-Z3W4I7VT.woff'
adding 'fava/static/fira-sans-all-500-normal-NEZJQQ2Y.woff'
adding 'fava/static/fira-sans-cyrillic-400-normal-UNEFG6UZ.woff2'
adding 'fava/static/fira-sans-cyrillic-500-normal-5KMEEDFS.woff2'
adding 'fava/static/fira-sans-cyrillic-ext-400-normal-WVOY7NRO.woff2'
adding 'fava/static/fira-sans-cyrillic-ext-500-normal-4H6B4IVQ.woff2'
adding 'fava/static/fira-sans-greek-400-normal-PY2QUVXT.woff2'
adding 'fava/static/fira-sans-greek-500-normal-ILVSAQV7.woff2'
adding 'fava/static/fira-sans-greek-ext-400-normal-MKGGKMJ5.woff2'
adding 'fava/static/fira-sans-greek-ext-500-normal-YYWKCZSG.woff2'
adding 'fava/static/fira-sans-latin-400-normal-BVHR5GIK.woff2'
adding 'fava/static/fira-sans-latin-500-normal-PWOHURLK.woff2'
adding 'fava/static/fira-sans-latin-ext-400-normal-3G4ONXQH.woff2'
adding 'fava/static/fira-sans-latin-ext-500-normal-B5ASZCAS.woff2'
adding 'fava/static/fira-sans-vietnamese-400-normal-7XQHLZ3D.woff2'
adding 'fava/static/fira-sans-vietnamese-500-normal-FZCQJ7ET.woff2'
adding 'fava/static/source-code-pro-all-400-normal-SLFKMP73.woff'
adding 'fava/static/source-code-pro-all-500-normal-FDTRXIVW.woff'
adding 'fava/static/source-code-pro-cyrillic-400-normal-IIEJCVU3.woff2'
adding 'fava/static/source-code-pro-cyrillic-500-normal-KX3JF2GP.woff2'
adding 'fava/static/source-code-pro-cyrillic-ext-400-normal-QDGPIYEO.woff2'
adding 'fava/static/source-code-pro-cyrillic-ext-500-normal-4BGXZKAS.woff2'
adding 'fava/static/source-code-pro-greek-400-normal-NCNJIBNY.woff2'
adding 'fava/static/source-code-pro-greek-500-normal-OHZBIGYY.woff2'
adding 'fava/static/source-code-pro-greek-ext-400-normal-A6DU5HOQ.woff2'
adding 'fava/static/source-code-pro-greek-ext-500-normal-EO522DTI.woff2'
adding 'fava/static/source-code-pro-latin-400-normal-I2HRTHZF.woff2'
adding 'fava/static/source-code-pro-latin-500-normal-TUB7MUQD.woff2'
adding 'fava/static/source-code-pro-latin-ext-400-normal-XSWLQ6SQ.woff2'
adding 'fava/static/source-code-pro-latin-ext-500-normal-QPED2BZU.woff2'
adding 'fava/static/source-code-pro-vietnamese-400-normal-BLRZ5TJF.woff2'
adding 'fava/static/source-code-pro-vietnamese-500-normal-6BTVTHWI.woff2'
adding 'fava/static/source-serif-pro-all-400-normal-4BTH7DUE.woff'
adding 'fava/static/source-serif-pro-all-600-normal-DPA6Z7HK.woff'
adding 'fava/static/source-serif-pro-cyrillic-400-normal-P4AFNN6B.woff2'
adding 'fava/static/source-serif-pro-cyrillic-600-normal-N5R474GN.woff2'
adding 'fava/static/source-serif-pro-cyrillic-ext-400-normal-OAAPTI5B.woff2'
adding 'fava/static/source-serif-pro-cyrillic-ext-600-normal-65NAT276.woff2'
adding 'fava/static/source-serif-pro-greek-400-normal-ZINIJTMP.woff2'
adding 'fava/static/source-serif-pro-greek-600-normal-S5XOEGZV.woff2'
adding 'fava/static/source-serif-pro-latin-400-normal-4HTQC2GR.woff2'
adding 'fava/static/source-serif-pro-latin-600-normal-SVAUZKQ3.woff2'
adding 'fava/static/source-serif-pro-latin-ext-400-normal-PDZ36NCG.woff2'
adding 'fava/static/source-serif-pro-latin-ext-600-normal-2XXPH3GU.woff2'
adding 'fava/static/source-serif-pro-vietnamese-400-normal-Z64DEYYH.woff2'
adding 'fava/static/source-serif-pro-vietnamese-600-normal-FIGKJBGN.woff2'
adding 'fava/templates/_aside.html'
adding 'fava/templates/_charts.html'
adding 'fava/templates/_globals.html'
adding 'fava/templates/_journal_table.html'
adding 'fava/templates/_layout.html'
adding 'fava/templates/_query_table.html'
adding 'fava/templates/_tree_table.html'
adding 'fava/templates/account.html'
adding 'fava/templates/balance_sheet.html'
adding 'fava/templates/beancount_file'
adding 'fava/templates/commodities.html'
adding 'fava/templates/documents.html'
adding 'fava/templates/editor.html'
adding 'fava/templates/errors.html'
adding 'fava/templates/events.html'
adding 'fava/templates/help.html'
adding 'fava/templates/holdings.html'
adding 'fava/templates/import.html'
adding 'fava/templates/income_statement.html'
adding 'fava/templates/journal.html'
adding 'fava/templates/options.html'
adding 'fava/templates/query.html'
adding 'fava/templates/statistics.html'
adding 'fava/templates/trial_balance.html'
adding 'fava/templates/macros/_account_macros.html'
adding 'fava/templates/macros/_commodity_macros.html'
adding 'fava/translations/bg/LC_MESSAGES/messages.po'
adding 'fava/translations/ca/LC_MESSAGES/messages.po'
adding 'fava/translations/de/LC_MESSAGES/messages.po'
adding 'fava/translations/es/LC_MESSAGES/messages.po'
adding 'fava/translations/fa/LC_MESSAGES/messages.po'
adding 'fava/translations/fr/LC_MESSAGES/messages.po'
adding 'fava/translations/nl/LC_MESSAGES/messages.po'
adding 'fava/translations/pt/LC_MESSAGES/messages.po'
adding 'fava/translations/ru/LC_MESSAGES/messages.po'
adding 'fava/translations/sk/LC_MESSAGES/messages.po'
adding 'fava/translations/sv/LC_MESSAGES/messages.po'
adding 'fava/translations/uk/LC_MESSAGES/messages.po'
adding 'fava/translations/zh/LC_MESSAGES/messages.po'
adding 'fava/translations/zh_Hant_TW/LC_MESSAGES/messages.po'
adding 'fava/util/__init__.py'
adding 'fava/util/date.py'
adding 'fava/util/excel.py'
adding 'fava/util/ranking.py'
adding 'fava/util/sets.py'
adding 'fava/util/typing.py'
adding 'fava-1.23.1+dfsg.dist-info/AUTHORS'
adding 'fava-1.23.1+dfsg.dist-info/LICENSE'
adding 'fava-1.23.1+dfsg.dist-info/METADATA'
adding 'fava-1.23.1+dfsg.dist-info/WHEEL'
adding 'fava-1.23.1+dfsg.dist-info/entry_points.txt'
adding 'fava-1.23.1+dfsg.dist-info/top_level.txt'
adding 'fava-1.23.1+dfsg.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built fava-1.23.1+dfsg-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.11 with
"installer" module
help2man \
--name "Web interface for the double-entry accounting tool Beancount" \
--no-info \
--include /<<PKGBUILDDIR>>/debian/manpages/fava.tpl \
"PYTHONPATH=\"/<<PKGBUILDDIR>>/src\" $(pybuild --print interpreter --interpreter
python3) -m fava.cli" \
> /<<PKGBUILDDIR>>/debian/manpages/fava.1
help2man: can't get `--help' info from PYTHONPATH="/<<PKGBUILDDIR>>/src"
python3 -m fava.cli
Try `--no-discard-stderr' if option outputs to stderr
make[1]: *** [debian/rules:13: override_dh_auto_build] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:9: 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/202405/
About the archive rebuild: The build was made on virtual machines
of type m6a.large and r6a.large 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 affects, so that this is still visible in the BTS web
page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: fava
Source-Version: 1.30.2+dfsg-1
Done: Pierre-Elliott Bécue <p...@debian.org>
We believe that the bug you reported is fixed in the latest version of
fava, 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 1071...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Pierre-Elliott Bécue <p...@debian.org> (supplier of updated fava 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 14 Apr 2025 19:58:56 +0200
Source: fava
Architecture: source
Version: 1.30.2+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Pierre-Elliott Bécue <p...@debian.org>
Closes: 1061230 1071795 1083388
Changes:
fava (1.30.2+dfsg-1) unstable; urgency=medium
.
* New upstream release 1.30.2+dfsg
(Closes: #1061230, #1083388, #1071795)
* d/p/0001: Mark two worktree tests as expected failing
* d/control: Bump Standards-Version to 4.7.2
* d/copyright: Update copyrights
* d/source: purge lintian-overrides (we'll potentially need to fixup some
stuff in here)
Checksums-Sha1:
0d2370c09836dbe055cc76052b939dc625294a77 2398 fava_1.30.2+dfsg-1.dsc
4cd90a32729d3bc8d9e8715e06eedebddbce0fda 1255348 fava_1.30.2+dfsg.orig.tar.xz
d9cb766936b0b342933217847eb6b1406a59bcac 5200 fava_1.30.2+dfsg-1.debian.tar.xz
d7781581a727884cb1aa6de24854df98265b2075 9841
fava_1.30.2+dfsg-1_amd64.buildinfo
Checksums-Sha256:
a821966df9156c49676f4a530d9911124e1d617727c754c48853478e66e108b8 2398
fava_1.30.2+dfsg-1.dsc
f98e41fcb9cee0eb2c7ed7ebe8f0e98be3e6f6b85236e9647101b1f705891176 1255348
fava_1.30.2+dfsg.orig.tar.xz
a2497a6418d7aa7a7dbd7e5b4f54b4fb82aad7169412ecdc6198fd2745511bf7 5200
fava_1.30.2+dfsg-1.debian.tar.xz
a0e131a5ccecfbc7ee88c35bb8df4fafa4824b7048d264087836472c13081c66 9841
fava_1.30.2+dfsg-1_amd64.buildinfo
Files:
b855965e12d56d47693ad35e3378f5f1 2398 python optional fava_1.30.2+dfsg-1.dsc
31ac08d90605dbfcc292c06d0210e74c 1255348 python optional
fava_1.30.2+dfsg.orig.tar.xz
57b3e70b9aa878e4668533cc938d1fe8 5200 python optional
fava_1.30.2+dfsg-1.debian.tar.xz
69815a0caece426db65d348966ba2715 9841 python optional
fava_1.30.2+dfsg-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJDBAEBCgAtFiEE5CQeth7uIW7ehIz87iFbn7jEWwsFAmf9Tn0PHHBlYkBkZWJp
YW4ub3JnAAoJEO4hW5+4xFsL7wEP/iH0gReib+YA0C5sAvvfOU34pKZu+QZUTKoD
izCSJxEHtawEbRE5ccWrjhcMeugbnFokU2cKcE6J8Vh03L1xgQFD1T5LewHFfW1z
/9oAIG/4JZX6t7STiJnqBzuj3n96unHPeUpcuvFR5nwo+RmmnrknVqd8apOMhoje
l/f311bQpAg0v92QQHI2QKWzXn0AtHV8FjAqdFAuS2u01rvPZ/7Tktw2pgj7hm0w
gPIr3q5JoONvyTnjmcij8zMvCC3f/WND1lmVA9T23c+cvuqfsn86P7vD3umo2Hii
R99H4PwD/no3s+ICASG2E5/34F7niEH17cufgCge9gvFCRHjMCqj/328GKN9o5Rk
ZshsOg3whGf/a12fw+7sSeqRV6uwkvccMg+p64TI41M8GRLQKnyJV4XxtOqFCpDv
U6LUqMOYaqd6/vIsnVCNn7TMXBqNxTpWr4HAaAlWr3tqS/wmr2RssE5wirUYfuU6
uS0gMOSDC73q5ILlyKsM4mpBtR9tQ0mWmgmGTsmZfAUWQLmuBRIV1B8drHtzHzuJ
9Ygo0U8bczDE53mugw2FiuLS9rnc0bS7HpGX4sQqwFSRejNROr7eM2Fiq5ogTW6v
7ie7D6LP76rULb2PkYTI4RfYstm1S7C14GIpN/nHlOyFt27BVV8p9xTZGg5Fz2AL
MQxl0vPT
=7V8O
-----END PGP SIGNATURE-----
pgpUqyqtJMiBL.pgp
Description: PGP signature
--- End Message ---