From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: bitbake webkit-gtk fails with clean temp dir
Date: Wed, 05 Oct 2011 14:37:40 +0100 [thread overview]
Message-ID: <1317821868.14671.154.camel@ted> (raw)
In-Reply-To: <201110050205.24428.schnitzeltony@gmx.de>
On Wed, 2011-10-05 at 02:05 +0200, Andreas Müller wrote:
> On Tuesday, October 04, 2011 02:40:49 PM Richard Purdie wrote:
> > On Mon, 2011-10-03 at 20:45 +0200, Andreas Müller 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/openembedded-core/meta/recipes-sato/webkit/webkit-gtk_svn.bb, do_compile) failed with exit code '1'
> > > > >>
> > > > >> ideas what causes this?
> > > > >
> > > > > no idea, but I get the same error
> > > > >
> > > >
> > > > It builds in Yocto/Poky so you might compare with those recipes.
> > > Dit you pull [1] and rebuild webkit-gtk?
> > > >
> > > >
> > > some investigation later: by diff'ing log files created by working environment with the current environment I fell over log.do_configure:
> > >
> > > --disable-dependency-tracking
> > >
> > > was added in [1]. Tried manual bisecting by
> > >
> > > git reset --hard 288343e30604b944dc18fd82172febd314d9c520
> > >
> > > é voilà: webkit-gtk builds again. Will send a patch with --enable-dependency-tracking after testing...
> > >
> > > Andreas
> >
> >
> > I'm planning to add this commit:
> >
> > http://cgit.openembedded.org/cgit.cgi/openembedded-core/commit/?h=master-next&id=d53a0282be132a4ced507c0277925ae4a0f2f40d
> >
> > which means you should just be able to set:
> >
> > CONFIGUREOPT_DEPTRACK = ""
> >
> > for this recipe rather than having multiple configure options and hoping
> > the right one wins.
> I thought recipe's EXTRA_OECONF is by design ensured being appended and thereby overwriting options of same target.
> >
> > 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
>
> CONFIGUREOPT_DEPTRACK = ""
>
> for webkit-gtk as soon as d53a0282be132a4ced507c0277925ae4a0f2f40d becomes 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
next prev parent reply other threads:[~2011-10-05 13:43 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-03 14:03 bitbake webkit-gtk fails with clean temp dir Andreas Müller
2011-10-03 15:24 ` Koen Kooi
2011-10-03 15:29 ` Gary Thomas
2011-10-03 18:45 ` Andreas Müller
2011-10-04 12:40 ` Richard Purdie
2011-10-05 0:05 ` Andreas Müller
2011-10-05 13:37 ` Richard Purdie [this message]
2011-10-05 18:13 ` Andreas Müller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1317821868.14671.154.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.