Bug 2314035
| Summary: | Broken link in package | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Armin Wehrfritz <dkxls23> |
| Component: | python-svg2tikz | Assignee: | Benson Muite <benson_muite> |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 40 | CC: | benson_muite, duffy, gwync, lkundrak, rlerch |
| Target Milestone: | --- | Keywords: | Desktop |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| URL: | https://src.fedoraproject.org/rpms/python-svg2tikz/blob/rawhide/f/python-svg2tikz.spec#_67 | ||
| Whiteboard: | |||
| Fixed In Version: | python-svg2tikz-2.1.0-7.fc41 python-svg2tikz-2.1.0-7.fc40 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-10-10 00:16:23 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Armin Wehrfritz
2024-09-21 20:59:54 UTC
Here are the steps to track down the issue on an up-to-date Fedora 40 installation: ``` sh root@linux-aw-P14s:~# cd /usr/share/inkscape/extensions/ root@linux-aw-P14s:/usr/share/inkscape/extensions# ls -l tikz_export* lrwxrwxrwx. 1 root root 77 Jan 26 2024 tikz_export_effect.inx -> ./usr/lib/python3.12/site-packages/svg2tikz/extensions/tikz_export_effect.inx lrwxrwxrwx. 1 root root 77 Jan 26 2024 tikz_export_output.inx -> ./usr/lib/python3.12/site-packages/svg2tikz/extensions/tikz_export_output.inx lrwxrwxrwx. 1 root root 69 Jan 26 2024 tikz_export.py -> ./usr/lib/python3.12/site-packages/svg2tikz/extensions/tikz_export.py ``` But as said, it's obvious from the spec file as well. Thanks for reporting. Upgrading to latest release. FEDORA-2024-dbd1102595 (python-svg2tikz-2.1.0-7.fc40) has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2024-dbd1102595 FEDORA-2024-82d4b62d89 (python-svg2tikz-2.1.0-7.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2024-82d4b62d89 FEDORA-2024-dbd1102595 has been pushed to the Fedora 40 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-dbd1102595` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-dbd1102595 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2024-82d4b62d89 has been pushed to the Fedora 41 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-82d4b62d89` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-82d4b62d89 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. Adding latest version to rawhide, though will take a bit of time to build documentation. Can bring latest version to f41. I have installed and tested the updated package (version 2.1.0) on F40, and it appears to work now as expected. Thanks, Benson, for taking care of this! FEDORA-2024-82d4b62d89 (python-svg2tikz-2.1.0-7.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2024-dbd1102595 (python-svg2tikz-2.1.0-7.fc40) has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report. |