| Summary: | compat-libuv010.pc contains an error in Cflags property | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Henry Bruce <henry.bruce> | ||||
| Component: | compat-libuv010 | Assignee: | Stephen Gallagher <sgallagh> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 22 | CC: | jamielinux, sgallagh, tchollingsworth | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | compat-libuv010-0.10.34-4.fc23 compat-libuv010-0.10.34-4.fc22 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-01-24 03:31: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: | |||||
| Attachments: |
|
||||||
How reproducible:
All the time
Steps to Reproduce:
1. run pkg-config --cflags compat-libuv010
2.
3.
Actual results:
-I\{includedir\}
Expected results:
-I/usr/include/compat-libuv010
compat-libuv010-0.10.34-4.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-b17cb1000e compat-libuv010-0.10.34-4.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-b17cb1000e compat-libuv010-0.10.34-4.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-f76c1d0536 compat-libuv010-0.10.34-4.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. compat-libuv010-0.10.34-4.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 1116366 [details] Patch for compat-libuv010.pc compat-libuv010.pc contains an error in Cflags property. This prevents C/C++ compilers from using the pkg-config command to get appropriate compiler flags. File is /usr/lib64/pkgconfig/compat-libuv010.pc and is part of package compat-libuv010-devel-0.10.34-1.fc22.x86_64 Cflags entry is on line 10 and is missing '$' character Line shoud be Cflags: -I${includedir} Patch is attached.