From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:6f8:1178:2:5054:ff:fec0:8e10] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1XGlLi-0001Fl-PR for ptxdist@pengutronix.de; Mon, 11 Aug 2014 10:53:02 +0200 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1XGlLi-0002cR-Nb for ptxdist@pengutronix.de; Mon, 11 Aug 2014 10:53:02 +0200 Date: Mon, 11 Aug 2014 10:53:02 +0200 From: Michael Olbrich Message-ID: <20140811085302.GA31666@pengutronix.de> References: <20140808102244.GB11487@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Subject: Re: [ptxdist] sysroot-host/lib/libacl.so.1: version `ACL_1.2' not found (required by mv) Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Fri, Aug 08, 2014 at 07:16:19AM -0400, Jon Ringle wrote: > On Fri, Aug 8, 2014 at 6:22 AM, Michael Olbrich > wrote: > > On Mon, Aug 04, 2014 at 09:34:14AM -0400, Jon Ringle wrote: > >> I have a host rule that has the following: > >> > >> HOST_PACKAGES-$(PTXCONF_HOST_LIBGEEP) += host-libgeep > >> HOST_LIBGEEP_BUILD_OOT := YES > >> > >> HOST_LIBGEEP_CONF_TOOL := autoconf > >> > >> HOST_LIBGEEP_INSTALL_ENV := $(HOST_ENV) > >> LD_LIBRARY_PATH=$(PTXDIST_SYSROOT_HOST)/lib > > > > Don't do this. With this /bin/mv will use > > $(PTXDIST_SYSROOT_HOST)/lib/libacl.so.1 instead of /lib/libacl.so.1 and > > this fails because the on from ptxdist is older. > > I did a version bump of acl to 2.2.52, and that also fixed the problem for me. Until your distro updates acl... > > We usually handle that by setting the correct rpath in install.post > > Can you give me an example? Search for chrpath in scripts/lib/ptxd_make_world_install.sh Michael -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de