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

Re: [Xen-devel] [PATCH 00 of 23] libxl: rationalise libxl_device_* APIs

To: Ian Campbell <Ian.Campbell@xxxxxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH 00 of 23] libxl: rationalise libxl_device_* APIs
From: Roger Pau Monné <roger.pau@xxxxxxxxxxxxx>
Date: Wed, 5 Oct 2011 13:59:07 +0200
Cc: Mike McClurg <mike.mcclurg@xxxxxxxxxx>, Jim Fehlig <jfehlig@xxxxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>, Jonathan Ludlam <Jonathan.Ludlam@xxxxxxxxxxxxx>, Dave Scott <Dave.Scott@xxxxxxxxxxxxx>
Delivery-date: Wed, 05 Oct 2011 05:06:48 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=/7Srt1q1YjNMyXGClgsiC/0Pj7LN2JW+10tD9yYE4qg=; b=U8kNbA09hiD2ZRCADpZDYoz273XfTcabYdRVoNHtbRlXbZfdxBwbXaolV5hjd1I1M3 f3KUTriXyV2tUNUbOwzrbwON9glnJJiHSeaZmzs8/x5gI8wJKUJ+jGjoTE2PYHGEfYzv H3ceX19aK0ShHa+vFe9ewxDEZbxg++J7wtlqY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1317807198.21903.184.camel@xxxxxxxxxxxxxxxxxxxxxx>
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>
References: <patchbomb.1317389593@xxxxxxxxxxxxxxxxxxxxx> <CAPLaKK7qFpZcrjWdNESwotc70KVVvNpC1SOoSqc9esFKJoM3=Q@xxxxxxxxxxxxxx> <1317715976.21903.73.camel@xxxxxxxxxxxxxxxxxxxxxx> <1317717163.21903.80.camel@xxxxxxxxxxxxxxxxxxxxxx> <CAPLaKK5w_ott56OYzwHg7b2SXbkoDyVsLCe+gauASUCaHeiv2w@xxxxxxxxxxxxxx> <1317807198.21903.184.camel@xxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hello (again),

After importing the series I realized that something is broken in
xl_cmdimpl.c, I get the following errors:

gcc -L/usr/xen42/lib   -o xl xl.o xl_cmdimpl.o xl_cmdtable.o
libxlutil.so -L/root/xen-04102011/tools/libxl/../../tools/libxl
-Wl,-rpath-link=/root/xen-04102011/tools/libxl/../../tools/libxc
-Wl,-rpath-link=/root/xen-04102011/tools/libxl/../../tools/xenstore
-lxenlight -L/root/xen-04102011/tools/libxl/../../tools/libxc
-lxenctrl
xl_cmdimpl.o: In function `parse_disk_config_multistring':
/root/xen-04102011/tools/libxl/xl_cmdimpl.c:497: undefined reference
to `libxl_device_disk_init'
xl_cmdimpl.o: In function `main_blockdetach':
/root/xen-04102011/tools/libxl/xl_cmdimpl.c:4202: undefined reference
to `libxl_device_disk_remove'
xl_cmdimpl.o: In function `main_networkdetach':
/root/xen-04102011/tools/libxl/xl_cmdimpl.c:4099: undefined reference
to `libxl_device_nic_remove'
xl_cmdimpl.o: In function `main_networklist':
/root/xen-04102011/tools/libxl/xl_cmdimpl.c:4052: undefined reference
to `libxl_device_nic_list'
/root/xen-04102011/tools/libxl/xl_cmdimpl.c:4057: undefined reference
to `libxl_device_nic_getinfo'
xl_cmdimpl.o: In function `pcidetach':
/root/xen-04102011/tools/libxl/xl_cmdimpl.c:2087: undefined reference
to `libxl_device_pci_force_remove'
xl_cmdimpl.o: In function `pcilist':
/root/xen-04102011/tools/libxl/xl_cmdimpl.c:2048: undefined reference
to `libxl_device_pci_list'
gmake: *** [xl] Error 1

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel