Bug 962833
| Summary: | xen-devel should require libuuid-devel | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Eric Blake <eblake> |
| Component: | xen | Assignee: | Michael Young <m.a.young> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | jforbes, kraxel, m.a.young, virt-maint |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | xen-4.2.2-5.fc19 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-05-27 00:29:36 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: | |||
xen-4.2.2-4.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/xen-4.2.2-4.fc19 xen-4.2.2-4.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/xen-4.2.2-4.fc18 xen-4.1.5-3.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/xen-4.1.5-3.fc17 Package xen-4.2.2-4.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing xen-4.2.2-4.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-8369/xen-4.2.2-4.fc19 then log in and leave karma (feedback). xen-4.2.2-5.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/xen-4.2.2-5.fc19 xen-4.2.2-5.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/xen-4.2.2-5.fc18 xen-4.1.5-4.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/xen-4.1.5-4.fc17 xen-4.1.5-4.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. xen-4.2.2-5.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. xen-4.2.2-5.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: xen-devel doesn't pull in enough dependencies to allow out-of-the-box compilation Version-Release number of selected component (if applicable): xen-devel-4.2.2-3.fc20.x86_64 How reproducible: 100% Steps to Reproduce: 1. yum install -y xen-devel 2. echo '#include <libxl.h>' | gcc -E - >/dev/null 3. yum install -y libuuid-devel 4. echo '#include <libxl.h>' | gcc -E - >/dev/null Actual results: step 2 fails with: In file included from /usr/include/libxl.h:259:0, from <stdin>:1: /usr/include/libxl_uuid.h:27:23: fatal error: uuid/uuid.h: No such file or directory #include <uuid/uuid.h> ^ compilation terminated. step 3 installs files step 4 succeeds (0 exit status, no output) Expected results: step 1 should have installed libuuid-devel, so that step 2 succeeds, and step 3 has nothing to do Additional info: Noticed on the libvirt list: https://www.redhat.com/archives/libvir-list/2013-May/msg00997.html