WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Problems building xen 4 rc6 on Fedora 13 alpha

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Problems building xen 4 rc6 on Fedora 13 alpha
From: M A Young <m.a.young@xxxxxxxxxxxx>
Date: Mon, 15 Mar 2010 14:18:27 +0000 (GMT)
Delivery-date: Mon, 15 Mar 2010 07:22:54 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Alpine 2.00 (GSO 1167 2008-08-23)
I need the attached patch to get xen-4.0.0-rc6 to build on Fedora 13 alpha. There are two issues involved

1. Some files use stat, mkfifo, mkdir etc. without including sys/stat.h

2. Some programs link against libpthread without a -lpthread compile option. The compile used to work if this library happened to be used by one of the other libraries that was being linked against, but Fedora 13 has stopped allowing this.

        Michael Young

Attachment: blktap.compile.fix.patch
Description: Text document

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Problems building xen 4 rc6 on Fedora 13 alpha, M A Young <=