From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-lpp01m010-f47.google.com ([209.85.215.47]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Rw8FH-00024R-6X for openembedded-core@lists.openembedded.org; Sat, 11 Feb 2012 09:23:47 +0100 Received: by lahc1 with SMTP id c1so3097459lah.6 for ; Sat, 11 Feb 2012 00:15:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=qpP5Bxi3/R/H8YWCVxbKXnRWZFvQgCj843qhZNG9uX8=; b=BeMTcEIyU+WaIMbLVqr0PlnPeP2SMhmLiAhoo7k15HB7jYdkTL4aAjeFCQBb2gvud7 xUOCdCevEqmvrvb0/scSLVlGnHNyIufqz5+KL2AztLFRGhXJRbK0TlvXRZxHBrLSnKyy Id7MZQr+IVnsvOTD36K2sZOlnqlIAVY5b+QOE= Received: by 10.112.85.70 with SMTP id f6mr3101550lbz.16.1328948140244; Sat, 11 Feb 2012 00:15:40 -0800 (PST) MIME-Version: 1.0 Received: by 10.152.5.201 with HTTP; Sat, 11 Feb 2012 00:15:10 -0800 (PST) In-Reply-To: <54DBF0D0-65DA-4444-8EF5-3E14ED8FE44F@dominion.thruhere.net> References: <04705556464a6e41642962da40f0e17847ee3483.1328510188.git.raj.khem@gmail.com> <4F30DC16.1050506@linux.intel.com> <4F314A73.8070406@linux.intel.com> <20120207231245.GA13160@sakrah.homelinux.org> <4F31BF7B.4040303@linux.intel.com> <54DBF0D0-65DA-4444-8EF5-3E14ED8FE44F@dominion.thruhere.net> From: Khem Raj Date: Sat, 11 Feb 2012 00:15:10 -0800 Message-ID: To: Patches and discussions about the oe-core layer Subject: Re: [PATCH 12/20] zlib: Upgrade 1.2.5 -> 1.2.6 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2012 08:23:47 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Fri, Feb 10, 2012 at 9:09 PM, Koen Kooi wro= te: > > Op 11 feb. 2012, om 06:05 heeft Steve Sakoman het volgende geschreven: > >> On Tue, Feb 7, 2012 at 6:06 PM, Khem Raj wrote: >>> On Tue, Feb 7, 2012 at 4:19 PM, Saul Wold wrote: >>>> >>>> Can you verify if you have a .la file in you sysroot? >>> >>> >>> No its not there and thats the point we probably should learn to live >>> with out it >>> actually one of radical ideas I have is to get rid of all .la files in >>> OE completely >>> right now python modules e.g. =C2=A0have them and thats wrong since the= y never use it >>> and there are other packages like that. >> >> FWIW, after a pull of oe-core today that included the zlib update I am >> getting similar failures on meta/recipes-gnome/gtk+/gtk+_2.24.8.bb: >> >> | /bin/grep: /media/Work/yocto/tmp/sysroots/omap3-multi/usr/lib/libz.la: >> No such file or directory >> | /bin/sed: can't read >> /media/Work/yocto/tmp/sysroots/omap3-multi/usr/lib/libz.la: No such >> file or directory >> | arm-poky-linux-gnueabi-libtool: link: >> `/media/Work/yocto/tmp/sysroots/omap3-multi/usr/lib/libz.la' is not a >> valid libtool archive >> | make[4]: *** [libgdk-x11-2.0.la] Error 1 > > > It works if you -c cleansstate on a bunch of recipes, pango, cairo, fontc= onfig, gtk+, etc yeah libtool is very hard to get rid of see how many of files in your sysroot has zlib.la added to other .la files. You need to clean all those I wrote a small script which grepped oe-core for occurrence of all zlib.la in *.la files in sysroot and then dumps the ipks content to figure out which package provided that .la then bumped PRs of those recipes which were providing those ipks. unfortunately this script was in tmdir and got deleted. > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core