Bug 2280661
| Summary: | libgsf installs files into /usr/x86_64-w64-mingw32 but does not own that directory structure | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Vít Ondruch <vondruch> |
| Component: | libgsf | Assignee: | Gwyn Ciesla <gwync> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | 7grrar1r+redhat, dominik, gnome-sig, gwync, hujq, marcandre.lureau, mclasen, pbonzini, rhughes, rstrode |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | libgsf-1.14.53-2.fc41 libgsf-1.14.53-2.fc39 libgsf-1.14.53-2.fc40 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-11-11 02:20:16 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
Vít Ondruch
2024-05-15 15:08:26 UTC
Actually, there is also /usr/i686-w64-mingw32/ with similar issues. These are handled by the .lang files for the mingw subpackages. If I add %{mingw64_datadir}/locale/ it complains of duplicate file listings. Same for 32 bit.
(In reply to Gwyn Ciesla from comment #2) > These are handled by the .lang files for the mingw subpackages. If I add > %{mingw64_datadir}/locale/ it complains of duplicate file listings. Same for > 32 bit. Isn't the "duplicate file listings" the issue? I don't have any `mingw` package installed, so I should not have such directories. I also just came across this. Doesn't seem to be correct. package libgsf*fc40.x86_64 should include lang files in /usr/share/locale/ only. installed is mingw32 but not mingw64. $ rpm -qa \*libgsf libgsf-1.14.51-4.fc40.x86_64 mingw32-libgsf-1.14.51-4.fc40.noarch $ rpm -qf /usr/i686-w64-mingw32/sys-root/mingw/share/locale/de/LC_MESSAGES/libgsf.mo libgsf-1.14.51-4.fc40.x86_64 mingw32-libgsf-1.14.51-4.fc40.noarch $ rpm -qf /usr/x86_64-w64-mingw32/sys-root/mingw/share/locale/de/LC_MESSAGES/libgsf.mo libgsf-1.14.51-4.fc40.x86_64 $ rpm -qf /usr/share/locale/de/LC_MESSAGES/libgsf.mo libgsf-1.14.51-4.fc40.x86_64 See bug 2151985 and bug 2148781 for more details on how to fix this. FEDORA-2024-06946f02f9 (libgsf-1.14.53-2.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2024-06946f02f9 FEDORA-2024-dfef9af986 (libgsf-1.14.53-2.fc39) has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2024-dfef9af986 FEDORA-2024-dfef9af986 has been pushed to the Fedora 39 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-dfef9af986` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-dfef9af986 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2024-9654ef8c68 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-9654ef8c68` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-9654ef8c68 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2024-06946f02f9 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-06946f02f9` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-06946f02f9 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2024-06946f02f9 (libgsf-1.14.53-2.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-dfef9af986 (libgsf-1.14.53-2.fc39) has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2024-9654ef8c68 (libgsf-1.14.53-2.fc40) has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report. |