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

xen-devel

[Top] [All Lists]

Re: [Xen-devel] Re: libconfig installs in /lib, should be /lib64

To: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Subject: Re: [Xen-devel] Re: libconfig installs in /lib, should be /lib64
From: Ian Campbell <Ian.Campbell@xxxxxxxxxx>
Date: 2010年1月22日 17:03:14 +0000
Cc: Andre Przywara <andre.przywara@xxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: 2010年1月22日 09:03:36 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <alpine.DEB.2.00.1001221530400.31518@kaball-desktop >
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>
Organization: Citrix Systems, Inc.
References: <4B59BB52.1090607@xxxxxxx> <alpine.DEB.2.00.1001221523350.31518@kaball-desktop > <alpine.DEB.2.00.1001221530400.31518@kaball-desktop >
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
On Fri, 2010年01月22日 at 15:31 +0000, Stefano Stabellini wrote:
> On 2010年1月22日, Stefano Stabellini wrote:
> > On 2010年1月22日, Andre Przywara wrote:
> > > Hi,
> > > 
> > > the libconfig shipped with libxl is put in the /usr/lib directory (at 
> > > least on my setup). Since the library is ELF64, it should go into 
> > > /usr/lib64 - as all the other Xen libraries do.
> > > I have no idea of the autotools / Makefile magic to do this (and don't 
> > > feel like learning about it this afternoon), so I hope someone else can 
> > > fix this. The default Xen libraries include $(XEN_ROOT)/tools/Rules.mk, 
> > > which eventually pulls in LIB_DIR from x86_{32,64}.mk, which contains 
> > > the correct directory. But I don't see an easy way to inject this into 
> > > the autotools setup of libconfig.
> > > The same issue is with the pkgconfig directory, which also should reside 
> > > below lib64 as well as the path written in the .pc file itself.
> > > 
> > 
> > Thanks for point out this issue, this patch should fix it.
> > 
>
> Please forget the patch I have just sent, I think this one is better.
>
>
> Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
ACK. This is the correct way to deal with DESTDIR for non-broken build
systems and also fixes an issue with my local build scripts where
libconfig would be installed to /tmp/tmplovntY/usr/lib/.
Tested-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
>
> ---
>
>
> diff -r 4978b4a4bbb6 tools/libxl/Makefile
> --- a/tools/libxl/Makefile Fri Jan 22 13:32:26 2010 +0000
> +++ b/tools/libxl/Makefile Fri Jan 22 15:28:33 2010 +0000
> @@ -44,7 +44,7 @@
>
> $(LIBCONFIG_OUTPUT)/libconfig.so: $(LIBCONFIG_SOURCE).tar.gz
> [ ! -d "$(LIBCONFIG_SOURCE)" ] && tar xzf $<
> - cd $(LIBCONFIG_SOURCE) && ./configure --prefix=$(DESTDIR)$(PREFIX) 
> --disable-cxx && $(MAKE)
> + cd $(LIBCONFIG_SOURCE) && ./configure --prefix=$(PREFIX) 
> --libdir=$(LIBDIR) --disable-cxx && $(MAKE)
>
> xl.o: $(LIBCONFIG_OUTPUT)/libconfig.so xl.c
> $(CC) $(CFLAGS) -I$(LIBCONFIG_SOURCE) -c xl.c
> @@ -60,7 +60,7 @@
> ln -sf libxenlight.so.$(MAJOR) $(DESTDIR)$(LIBDIR)/libxenlight.so
> $(INSTALL_DATA) libxenlight.a $(DESTDIR)$(LIBDIR)
> $(INSTALL_DATA) libxl.h $(DESTDIR)$(INCLUDEDIR)
> - cd $(LIBCONFIG_SOURCE) && DESTDIR= $(MAKE) install
> + cd $(LIBCONFIG_SOURCE) && DESTDIR=$(DESTDIR) $(MAKE) install
>
> .PHONY: clean
> clean:
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel 
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
Previous by Date: Re: [Xen-devel] [PATCH] tools/ Exposes Flask XSM AVC functions to user-space , Keir Fraser
Next by Date: RE: [Xen-devel] Is it possible that xenoprof active domain profiling using pvops jeremy's kernel , Santos, Jose Renato G
Previous by Thread: [Xen-devel] Re: libconfig installs in /lib, should be /lib64 , Stefano Stabellini
Next by Thread: [Xen-community] Xen.org Community Weekly Newsletter Vol 10 No 3 , Stephen Spector
Indexes: [Date] [Thread] [Top] [All Lists]

Copyright ©, Citrix Systems Inc. All rights reserved. Legal and Privacy
Citrix This site is hosted by Citrix

AltStyle によって変換されたページ (->オリジナル) /