From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lo.gmane.org ([80.91.229.12]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1R8AQY-0004XU-8N for openembedded-core@lists.openembedded.org; Mon, 26 Sep 2011 14:36:54 +0200 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1R8ALM-00018G-1G for openembedded-core@lists.openembedded.org; Mon, 26 Sep 2011 14:31:32 +0200 Received: from nat-rup.mentorg.com ([139.181.168.34]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Sep 2011 14:31:32 +0200 Received: from dbaryshkov by nat-rup.mentorg.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Sep 2011 14:31:32 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: openembedded-core@lists.openembedded.org From: Dmitry Eremin-Solenikov Date: Mon, 26 Sep 2011 16:30:27 +0400 Message-ID: References: <1316950444.8185.14.camel@ted> <1DFC8F6E-C652-42A6-83B2-147A77A70A95@dominion.thruhere.net> Mime-Version: 1.0 X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: nat-rup.mentorg.com User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Iceowl/1.0b2 Icedove/3.1.13 In-Reply-To: <1DFC8F6E-C652-42A6-83B2-147A77A70A95@dominion.thruhere.net> Subject: Re: qt3 vs qt4 issues 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: Mon, 26 Sep 2011 12:36:54 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 09/25/2011 06:50 PM, Koen Kooi wrote: > > Op 25 sep. 2011, om 13:33 heeft Richard Purdie het volgende geschreven: > >> I've been looking at the qt3 failures on the autobuilder. It seems there >> is some kind of contamination between the qt4 builds and the qt3 builds >> and I'm not sure what is or isn't expected to work there. >> >> We're doing the following in the build: >> >> a) Build core-image-lsb (includes qt4, builds qt4+qt4-native) >> b) Wipe out tmp >> c) Add in meta-qt3 layer >> d) Enable sstate from build in a) >> e) Build core-image-lsb-qt3 which adds in qt3 >> f) Bitbake determines it needs to install qt4 for the image but >> nothing depends on the native qt4 tools so these are not installed >> g) This will build qt3+qt3-native with qt4 in the sysroot but no >> qt4-native >> h) We see build failures as qt3 seems to want to find bits of qt4-native >> >> If qt4 and qt4-native are present, qt3 works >> If qt4 and qt4-native are not present, qt3 works >> If qt4 is present but qt4-native is not, qt3 fails >> >> How do we fix this? > > I suspect qt3 is missing bits of the tool renaming we do for qt4 and qt2 (moc, uic, lrelease, etc) Most probably it's true. However for qt3 it can be harder, as qt4 already provides uic3, etc. -- With best wishes Dmitry