From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1THG2B-00005c-UU for openembedded-core@lists.openembedded.org; Thu, 27 Sep 2012 17:29:52 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q8RFGxOo032456; Thu, 27 Sep 2012 16:16:59 +0100 Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 31910-06; Thu, 27 Sep 2012 16:16:55 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q8RFGqiG032450 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Thu, 27 Sep 2012 16:16:53 +0100 Message-ID: <1348759013.8493.5.camel@ted> From: Richard Purdie To: Khem Raj Date: Thu, 27 Sep 2012 16:16:53 +0100 In-Reply-To: References: <1348530910-9917-1-git-send-email-raj.khem@gmail.com> <1348560878.8662.29.camel@ted> <1348667991.8662.108.camel@ted> X-Mailer: Evolution 3.2.3-0ubuntu6 Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH] jpeg-native: Do not use libtool-cross for native recipe X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Sep 2012 15:29:52 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2012-09-27 at 07:14 -0700, Khem Raj wrote: > On Wed, Sep 26, 2012 at 6:59 AM, Richard Purdie > wrote: > > On Tue, 2012-09-25 at 06:27 -0700, Khem Raj wrote: > >> On Tue, Sep 25, 2012 at 1:14 AM, Richard Purdie > >> wrote: > >> > This wallpapers over cracks. Why is libtool-native/libtool-cross broken? > >> > Shouldn't we fix whatever is breaking libtool? > >> > > >> > >> it is not broken. But we were ending up using cross-libtool for native > >> recipe that does not seem right. > > > > Looking at your original error message, it says: > > > > /work/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/bin/x86_64-linux-libtool > > > > which is libtool-native. I appreciate that the OEMAKE line to use the > > cross version is wrong but it looks like it still manages to find the > > native libtool and that it isn't working. > > hmmm I tried and it worked fine when libtool-cross was staged. I guess > my problem was > that it was trying to find native sed in native sysroot. I cant > reproduce it. But I guess > the patch still makes sense. I can send it with commit message changed > if you are ok with that I'm not really. I'd like to understand what the problem is we're fixing before I take patches. We don't understand what is wrong here. Cheers, Richard