From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dan.rpsys.net ([93.97.175.187]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RBRkq-0006ax-5t for openembedded-core@lists.openembedded.org; Wed, 05 Oct 2011 15:43:24 +0200 Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p95DiGBM023229 for ; Wed, 5 Oct 2011 14:44:16 +0100 X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id eKILqxI2MKIa for ; Wed, 5 Oct 2011 14:44:16 +0100 (BST) Received: from [192.168.1.40] (tim [93.97.173.237]) (authenticated bits=0) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p95DiAAp023220 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 5 Oct 2011 14:44:12 +0100 From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Wed, 05 Oct 2011 14:37:40 +0100 In-Reply-To: <201110050205.24428.schnitzeltony@gmx.de> References: <201110031603.31007.schnitzeltony@gmx.de> <201110032045.14771.schnitzeltony@gmx.de> <1317732057.14671.38.camel@ted> <201110050205.24428.schnitzeltony@gmx.de> X-Mailer: Evolution 3.1.91- Message-ID: <1317821868.14671.154.camel@ted> Mime-Version: 1.0 X-MIME-Autoconverted: from 8bit to quoted-printable by dan.rpsys.net id p95DiGBM023229 Subject: Re: bitbake webkit-gtk fails with clean temp dir 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: Wed, 05 Oct 2011 13:43:24 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Wed, 2011-10-05 at 02:05 +0200, Andreas M=C3=BCller wrote: > On Tuesday, October 04, 2011 02:40:49 PM Richard Purdie wrote: > > On Mon, 2011-10-03 at 20:45 +0200, Andreas M=C3=BCller wrote: > > > On Monday, October 03, 2011 05:29:52 PM Gary Thomas wrote: > > > > >> NOTE: package webkit-gtk-1.5.1+svnr90727-r0: task do_compile: = Failed > > > > >> ERROR: Task 7 (/home/Superandy/data/oe-core/sources/openembedd= ed-core/meta/recipes-sato/webkit/webkit-gtk_svn.bb, do_compile) failed wi= th exit code '1' > > > > >> > > > > >> ideas what causes this? > > > > > > > > > > no idea, but I get the same error > > > > > > > > >=20 > > > > It builds in Yocto/Poky so you might compare with those recipes. > > > Dit you pull [1] and rebuild webkit-gtk? > > > >=20 > > > >=20 > > > some investigation later: by diff'ing log files created by working = environment with the current environment I fell over log.do_configure:=20 > > >=20 > > > --disable-dependency-tracking=20 > > >=20 > > > was added in [1]. Tried manual bisecting by > > >=20 > > > git reset --hard 288343e30604b944dc18fd82172febd314d9c520 > > >=20 > > > =C3=A9 voil=C3=A0: webkit-gtk builds again. Will send a patch with = --enable-dependency-tracking after testing... > > >=20 > > > Andreas > >=20 > >=20 > > I'm planning to add this commit: > >=20 > > http://cgit.openembedded.org/cgit.cgi/openembedded-core/commit/?h=3Dm= aster-next&id=3Dd53a0282be132a4ced507c0277925ae4a0f2f40d > >=20 > > which means you should just be able to set: > >=20 > > CONFIGUREOPT_DEPTRACK =3D "" > >=20 > > for this recipe rather than having multiple configure options and hop= ing > > the right one wins. > I thought recipe's EXTRA_OECONF is by design ensured being appended and= thereby overwriting options of same target. > >=20 > > I'd also note this means there is a bug somewhere in the webkit > > makefiles... > Agreed - somebody with time & skills willing to take care? I'm not sure I have the time or the right skillset for that one but at least we've highighted there is a problem there... > If there are no objections I'll send a patch with >=20 > CONFIGUREOPT_DEPTRACK =3D "" >=20 > for webkit-gtk as soon as d53a0282be132a4ced507c0277925ae4a0f2f40d beco= mes part of master branch I've gone ahead and added this since I think we're all agreed on what is needed here :) Cheers, Richard