Bug 962833 - xen-devel should require libuuid-devel
Summary: xen-devel should require libuuid-devel
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: xen
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Michael Young
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-14 14:28 UTC by Eric Blake
Modified: 2013-05-27 03:26 UTC (History)
4 users (show)

Fixed In Version: xen-4.2.2-5.fc19
Clone Of:
Environment:
Last Closed: 2013-05-27 00:29:36 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Eric Blake 2013-05-14 14:28:08 UTC
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

Comment 1 Fedora Update System 2013-05-15 21:03:10 UTC
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

Comment 2 Fedora Update System 2013-05-15 21:32:20 UTC
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

Comment 3 Fedora Update System 2013-05-15 22:09:52 UTC
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

Comment 4 Fedora Update System 2013-05-16 17:23:34 UTC
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).

Comment 5 Fedora Update System 2013-05-17 20:30:31 UTC
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

Comment 6 Fedora Update System 2013-05-17 21:10:57 UTC
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

Comment 7 Fedora Update System 2013-05-17 21:54:42 UTC
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

Comment 8 Fedora Update System 2013-05-27 00:29:36 UTC
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.

Comment 9 Fedora Update System 2013-05-27 00:30:17 UTC
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.

Comment 10 Fedora Update System 2013-05-27 03:26:20 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.