https://bugzilla.redhat.com/show_bug.cgi?id=2354144
Bug ID: 2354144 Summary: translate-toolkit FTBFS due to missing tox configuration Product: Fedora Version: rawhide Status: NEW Component: translate-toolkit Assignee: petersen@redhat.com Reporter: mhroncok@redhat.com QA Contact: extras-qa@fedoraproject.org CC: i18n-bugs@lists.fedoraproject.org, mfabian@redhat.com, petersen@redhat.com, sshil@redhat.com, sundeep_anand@yahoo.com Blocks: 2322407 (PYTHON3.14), 2339432 (F43FTBFS,RAWHIDEFTBFS) Target Milestone: --- Classification: Fedora
Hello.
translate-toolkit fails to build from source becasue it uses one or both of:
- %pyproject_buildrequires -t/-e (generate dependencies via tox) - %tox (run tox)
without tox configuration (e.g. tox.ini or tox section of pyproject.toml/setup.cfg).
This was always supposed to fail, but regressed with tox 4. Now it fails again.
https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproje... https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedorapro...
If this package uses tox upstream, make sure to use a source tarball that includes the tox configuration (e.g. an archive from GitHub instead of sdist from PyPI).
If this package does not use tox upstream, you cannot use the tox options. If your package uses %pyproject_buildrequires -t/-e but does not use %tox, just drop the -t/-e option. If your package uses %tox, replace the call with a more suitable way for running tests (e.g. %pytest).
Let me know if you need assistance. Thanks.
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=2322407 [Bug 2322407] Python 3.14 https://bugzilla.redhat.com/show_bug.cgi?id=2339432 [Bug 2339432] Fedora 43 FTBFS Tracker
https://bugzilla.redhat.com/show_bug.cgi?id=2354144
--- Comment #1 from Miro Hrončok mhroncok@redhat.com --- This package was not originally reported as impacted. The problem was introduced after the original report, in https://src.fedoraproject.org/rpms/translate-toolkit/c/710a6750607222f1cadf4...
The fix is to remove the -t flag from %pyproject_buildrequires: https://src.fedoraproject.org/rpms/translate-toolkit/pull-request/9
https://bugzilla.redhat.com/show_bug.cgi?id=2354144
Sudip Shil sshil@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|petersen@redhat.com |sshil@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=2354144
Red Hat One Jira (issues.redhat.com) redhat-one-jira@bot.bugzilla.redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Link ID| |Red Hat Issue Tracker | |FC-1533
https://bugzilla.redhat.com/show_bug.cgi?id=2354144
Fedora Update System updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |MODIFIED
--- Comment #2 from Fedora Update System updates@fedoraproject.org --- FEDORA-2025-b09e8f5b3e (translate-toolkit-3.15.1-1.fc43) has been submitted as an update to Fedora 43. https://bodhi.fedoraproject.org/updates/FEDORA-2025-b09e8f5b3e
https://bugzilla.redhat.com/show_bug.cgi?id=2354144
Fedora Update System updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version| |translate-toolkit-3.15.1-1. | |fc43 Status|MODIFIED |CLOSED Resolution|--- |ERRATA Last Closed| |2025-03-25 21:48:56
--- Comment #3 from Fedora Update System updates@fedoraproject.org --- FEDORA-2025-b09e8f5b3e (translate-toolkit-3.15.1-1.fc43) has been pushed to the Fedora 43 stable repository. If problem still persists, please make note of it in this bug report.
i18n-bugs@lists.fedoraproject.org