Bug 2128259

Summary: x86_64 .pc files contain incorrect library path
Product: [Fedora] Fedora Reporter: Kim Woelders <kim>
Component: libwebpAssignee: Sandro Mani <manisandro>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 37CC: eggert, manisandro
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: libwebp-1.2.4-2.fc37 libwebp-1.2.4-2.fc36 Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-09-25 00:18:03 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 Kim Woelders 2022-09-20 12:22:18 UTC
Description of problem:
pkg-config --libs libwebp gives wrong path causing linker warnings when used to build stuff using libwebp.

Version-Release number of selected component (if applicable):
libwebp-1.2.4-1.fc37.x86_64

How reproducible:
Always

Steps to Reproduce:
$ pkg-config --libs libwebp

Actual results:
-L/usr/lib -lwebp

Expected results:
-lwebp

Additional info:

Comment 1 Fedora Update System 2022-09-22 11:59:01 UTC
FEDORA-2022-6476d33b8c has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-6476d33b8c

Comment 2 Fedora Update System 2022-09-22 11:59:03 UTC
FEDORA-2022-ef95c2bdf5 has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2022-ef95c2bdf5

Comment 3 Fedora Update System 2022-09-23 01:48:56 UTC
FEDORA-2022-ef95c2bdf5 has been pushed to the Fedora 37 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-ef95c2bdf5`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-ef95c2bdf5

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 4 Fedora Update System 2022-09-23 01:57:27 UTC
FEDORA-2022-6476d33b8c 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-6476d33b8c`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-6476d33b8c

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 5 Fedora Update System 2022-09-25 00:18:03 UTC
FEDORA-2022-ef95c2bdf5 has been pushed to the Fedora 37 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 6 Fedora Update System 2022-09-27 01:31:23 UTC
FEDORA-2022-6476d33b8c has been pushed to the Fedora 36 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 7 Sandro Mani 2022-09-27 05:54:20 UTC
*** Bug 2130049 has been marked as a duplicate of this bug. ***