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.