Bug 2109099

Summary: pkg-config file reports wrong path for gdk-pixbuf-query-loaders binary
Product: [Fedora] Fedora Reporter: Alberto Ruiz <aruizrui>
Component: gdk-pixbuf2Assignee: Matthias Clasen <mclasen>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 36CC: 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:

Description Alberto Ruiz 2022-07-20 12:09:15 UTC
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)

Comment 2 Alberto Ruiz 2022-07-20 13:27:19 UTC
Awesome, thanks Kalev!

Comment 3 Fedora Update System 2022-07-21 23:05:07 UTC
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.

Comment 4 Fedora Update System 2022-07-25 01:20:18 UTC
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.