Bug 1514955
| Summary: | /usr/include/spa/props.h:29:10: fatal error: spa/pod-parser.h: No such file or directory | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Knut J BJuland <knutjbj> | ||||
| Component: | pipewire | Assignee: | Wim Taymans <wtaymans> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 27 | CC: | robert.mader, wtaymans | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | pipewire-0.1.6-2.fc27 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2017-12-12 11:22:25 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: | |||||||
| Attachments: |
|
||||||
/usr/include/spa$ ls audio command-node.h event-node.h hook.h loop.h param-alloc.h pod.h ringbuffer.h buffer.h defs.h format-builder.h lib meta.h param.h pod-iter.h type.h clock.h dict.h format.h list.h monitor.h plugin.h pod-utils.h type-map.h command.h event.h format-utils.h log.h node.h pod-builder.h props.h video knutjb@knut:/usr/include/spa$ I fixed the error by copying from the source srpm to /usr/include/spa/pod-parser.h *** Bug 1519731 has been marked as a duplicate of this bug. *** Created attachment 1361713 [details]
Add imssing pod-parser.h to pipewire-devel
This add the missing file to the devel package, making it possible again to build dependent packages like mutter
pipewire-0.1.6-2.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2017-5dae859131 pipewire-0.1.6-2.fc27 has been pushed to the Fedora 27 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-2017-5dae859131 pipewire-0.1.6-2.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: /usr/include/spa/props.h:29:10: fatal error: spa/pod-parser.h: No such file or directory Version-Release number of selected component (if applicable): 0.1.6 How reproducible: every time Steps to Reproduce: 1. download mutter f27 from git 2 rebuild mutter with --enable-egl-device 2. 3. Actual results: In file included from /usr/include/spa/node.h:34:0, from /usr/include/pipewire/port.h:31, from /usr/include/pipewire/core.h:45, from /usr/include/pipewire/client.h:47, from /usr/include/pipewire/pipewire.h:29, from backends/meta-screen-cast.c:27: /usr/include/spa/props.h:29:10: fatal error: spa/pod-parser.h: No such file or directory #include <spa/pod-parser.h> ^~~~~~~~~~~~~~~~~~ compilation terminated. make[4]: *** [Makefile:2416: backends/meta-screen-cast.lo] Error 1 make[4]: *** Waiting for unfinished jobs.... In file included from /usr/include/spa/node.h:34:0, from /usr/include/pipewire/port.h:31, from /usr/include/pipewire/core.h:45, from /usr/include/pipewire/client.h:47, from /usr/include/pipewire/pipewire.h:29, from backends/meta-screen-cast-stream-src.c:28: /usr/include/spa/props.h:29:10: fatal error: spa/pod-parser.h: No such file or directory #include <spa/pod-parser.h> ^~~~~~~~~~~~~~~~~~ compilation terminated. make[4]: *** [Makefile:2416: backends/meta-screen-cast-stream-src.lo] Error 1 make[4]: Leaving directory '/home/knutjb/rpmbuild/BUILD/mutter-3.26.2/src' make[3]: *** [Makefile:2588: all-recursive] Error 1 make[3]: Leaving directory '/home/knutjb/rpmbuild/BUILD/mutter-3.26.2/src' make[2]: *** [Makefile:1508: all] Error 2 make[2]: Leaving directory '/home/knutjb/rpmbuild/BUILD/mutter-3.26.2/src' make[1]: *** [Makefile:484: all-recursive] Error 1 make[1]: Leaving directory '/home/knutjb/rpmbuild/BUILD/mutter-3.26.2' make: *** [Makefile:414: all] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.9hO0Re (%build) RPM build errors: bogus date in %changelog: Wed Sep 21 2017 Florian Müllner <fmuellner> - 3.26.0-5 Bad exit status from /var/tmp/rpm-tmp.9hO0Re (%build) knutjb@knut:~/rpmbuild/SPECS$ Expected results: should build Additional info: