From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [80.91.229.2] (helo=ciao.gmane.org) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1L5iaG-0000Eh-Fd for openembedded-devel@openembedded.org; Thu, 27 Nov 2008 16:15:14 +0100 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L5iXH-0008V3-VL for openembedded-devel@openembedded.org; Thu, 27 Nov 2008 15:12:07 +0000 Received: from s55917625.adsl.wanadoo.nl ([85.145.118.37]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Nov 2008 15:12:07 +0000 Received: from k.kooi by s55917625.adsl.wanadoo.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Nov 2008 15:12:07 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: openembedded-devel@openembedded.org From: Koen Kooi Date: Thu, 27 Nov 2008 16:12:00 +0100 Message-ID: References: <200811271142.31596.valentin.longchamp@epfl.ch> <1227785234.15027.53.camel@hammer.suse.cz> <200811271553.34260.valentin.longchamp@epfl.ch> Mime-Version: 1.0 X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: s55917625.adsl.wanadoo.nl User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b2pre) Gecko/20081120 Shredder/3.0b1pre In-Reply-To: <200811271553.34260.valentin.longchamp@epfl.ch> Sender: news Subject: Re: sanity test problems at end of build X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2008 15:15:17 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 27-11-08 15:53, Valentin Longchamp wrote: > On Thursday 27 November 2008 12:44:24 Koen Kooi wrote: >> On 27-11-08 12:27, Stanislav Brabec wrote: >>> Koen Kooi wrote: >>>> On 27-11-08 11:42, Valentin Longchamp wrote: >>>>> Hello, >>>>> >>>>> Sorry if it is a repost, but I have got not answer and have not seen my >>>>> mail in the mailing-list archives, so I send it again >>>> I know the problem exists for some people, but I have never been able to >>>> reproduce it. People having this problem should debug why ncurses >>>> suddenly decides to mess up its .la files. Or better, look at the .la >>>> files to see what's triggering insane.bbclass >>>> >>>>> I had read that this could have something to do with the fact that -tmp >>>>> was in the name of the tmp build dir. However it is not the case >>> I guess it may be the case. Somebody mentioned a theory, that it is >>> caused by TMPDIR set in the local.conf. Your local.conf sets TMPDIR. >>> >>> Could you comment TMPDIR out and then rebuild your image from scratch? >> That theory has already been debunked. Not setting TMPDIR opens up a >> whole other can of worms. >> > > Well, maybe it has been debunked, but it did the trick for me ... but I really > don't understand why. > > Could it be possible that it is a dash/bash issue ? (both the systems I work > on are ubuntu-based and use dash). Don't use dash as shell, too many things have bashisms, like libtool. regards, Koen