From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: Trying to compile Xen 4 for a Debian package fail Date: Fri, 16 Apr 2010 07:33:32 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-2022-JP" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Martinx - =?ISO-2022-JP?B?GyRCJTglJyE8JWAlOhsoQg==?= , xen-devel List-Id: xen-devel@lists.xenproject.org Could be a build ordering problem -- building blktap2 before the libxc library that it depends on -- perhaps? Unless this reproducible on one of our mainstream trees, this is an issue to report to the debian maintainer. -- Keir On 16/04/2010 07:09, "Martinx - ジェームズ" wrote: > make -C lib all > make[7]: Entering directory > `/home/administrativo/xen/xen-4/xen-4.0.0/debian/build/build-tools/tools/blkta > p2/vhd/lib' > make[7]: Nothing to be done for `all'. > make[7]: Leaving directory > `/home/administrativo/xen/xen-4/xen-4.0.0/debian/build/build-tools/tools/blkta > p2/vhd/lib' > make[6]: Leaving directory > `/home/administrativo/xen/xen-4/xen-4.0.0/debian/build/build-tools/tools/blkta > p2/vhd' > gcc -O2 -fomit-frame-pointer -m32 -march=i686 -fno-strict-aliasing -std=gnu99 > -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement > -D__XEN_TOOLS__ -MMD -MF .vhd-util.d -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE > -mno-tls-direct-seg-refs -Werror -Wno-unused -I../include -D_GNU_SOURCE > -Wp,-MD,.vhd-util.d -o vhd-util vhd-util.o -L../../tools/libxc > -lxenctrl -L../../tools/libxc -lxenctrl -Llib -lvhd -luuid > /usr/bin/ld: cannot find -lxenctrl > collect2: ld returned 1 exit status