Bug 2109099
| Summary: | pkg-config file reports wrong path for gdk-pixbuf-query-loaders binary | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Alberto Ruiz <aruizrui> |
| Component: | gdk-pixbuf2 | Assignee: | Matthias Clasen <mclasen> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 36 | CC: | gnome-sig, klember, mclasen |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | gdk-pixbuf2-2.42.8-3.fc36 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-07-25 01:20:18 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Thanks, should be fixed with https://src.fedoraproject.org/rpms/gdk-pixbuf2/c/d4dfbcd4b3f37925cb27fc9f91590ee9f7624381?branch=rawhide Awesome, thanks Kalev! FEDORA-2022-d15be654d4 has been pushed to the Fedora 36 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-d15be654d4` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-d15be654d4 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-d15be654d4 has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report. |
Description of problem: pkg-config file reports wrong path for gdk-pixbuf-query-loaders binary The binary has a -32 -64 suffix depending on the binary version, however the pkgconfig file for both versions report the following variable: gdk_pixbuf_query_loaders=${bindir}/gdk-pixbuf-query-loaders Which is wrong on both architecture targets. How reproducible: Always Steps to Reproduce: 1. run `pkg-config --variable=gdk_pixbuf_query_loaders gdk-pixbuf-2.0` Actual results: bash: /usr/bin/gdk-pixbuf-query-loaders: No such file or directory Expected results: The variable path should exist and be according to the pkg-config file in the PKG_CONFIG_PATH used (/usr/lib/pkgconfig or /usr/lib64/pkgconfig)