Bug 722296

Summary: build failure on ppc, libxl directories not found
Product: [Fedora] Fedora Reporter: Karsten Hopp <karsten>
Component: libvirtAssignee: Daniel Veillard <veillard>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: aquini, berrange, clalance, crobinso, dhorak, itamar, jforbes, laine, veillard, virt-maint
Target Milestone: ---   
Target Release: ---   
Hardware: powerpc   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-09-14 15:03:37 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:
Bug Depends On:    
Bug Blocks: 718269    

Description Karsten Hopp 2011-07-14 20:49:54 UTC
Description of problem:
RPM build errors:
    File not found: /builddir/build/BUILDROOT/libvirt-0.9.3-2.fc16.ppc/var/log/libvirt/libxl
    File not found: /builddir/build/BUILDROOT/libvirt-0.9.3-2.fc16.ppc/var/run/libvirt/libxl
    File not found: /builddir/build/BUILDROOT/libvirt-0.9.3-2.fc16.ppc/var/lib/libvirt/libxl
Child returncode was: 1

Related is this output of configure:
checking for libxl_domain_create_new in -lxenlight... no

This later on sets 'WITH_LIBXL_TRUE=#' and thus disables creation of those directories.

Version-Release number of selected component (if applicable):
libvirt-0.9.3-2.fc16

How reproducible:
always

Steps to Reproduce:
1. try to build on a ppc system 
  
Actual results:
http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=252599

Expected results:


Additional info:

Comment 1 Karsten Hopp 2011-07-27 21:34:37 UTC
the same issue exists on s390:
http://s390.koji.fedoraproject.org/koji/getfile?taskID=435601&name=build.log

Comment 2 Karsten Hopp 2011-09-14 15:03:37 UTC
libvirt-0.9.4-1.fc16 built fine on s390x and ppc, closing...