Bug 667244
| Summary: | slv2-devel pkg-config is missing a requirement on redland/rasqal | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Nathanael Noblet <nathanael> | ||||
| Component: | slv2 | Assignee: | Orcan Ogetbil <oget.fedora> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 14 | CC: | oget.fedora | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | slv2-0.6.6-6.fc13 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2011-01-19 21:00:46 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: | |||||||
| Attachments: |
|
||||||
slv2-0.6.6-6.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/slv2-0.6.6-6.fc14 slv2-0.6.6-6.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/slv2-0.6.6-6.fc13 slv2-0.6.6-6.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update slv2'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/slv2-0.6.6-6.fc14 slv2-0.6.6-6.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. slv2-0.6.6-6.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 471760 [details] spec file patch that fixes the issue. Description of problem: When compiling gstreamer-plugins-bad/-free the build fails as it is missing -I/usr/include/rasqal so that an #include <rasqal> within librdf.h functions properly. Introducing a Requires: redland into the .pc file fixes the build and properly provides cflags/ldflags. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. rpmbuild --rebuild current gstreamer-plugins-bad or -bad-free 2. 3. Actual results: build fails Expected results: build succeeds Additional info: The attached patch fixes the issue. I didn't remove the "sed -i 's|@REDLAND.*@||' slv2.pc.in" line in the specfile since that resulted in a hardcoded -I/usr/include/rasqal and I think the Requires is more proper.