Openembedded Devel Discussions
 help / color / mirror / Atom feed
* Re: [Angstrom-devel] current build errors, OE dev branch, beagleboard-linuxtag2010-demo-image
       [not found]       ` <4C058898.60202@mlbassoc.com>
@ 2010-06-02  6:58         ` Martin Jansa
  2010-06-02  7:54           ` Robert P. J. Day
  2010-06-02 12:08           ` Gary Thomas
  0 siblings, 2 replies; 3+ messages in thread
From: Martin Jansa @ 2010-06-02  6:58 UTC (permalink / raw)
  To: Gary Thomas
  Cc: openembedded-devel,
	Discussion of the angstrom distribution development

On Tue, Jun 01, 2010 at 04:24:24PM -0600, Gary Thomas wrote:
> On 06/01/2010 04:02 PM, Martin Jansa wrote:
> >Yes easily fixable fetch errors, those archives are download restricted
> >and if you open those recipes you will see instruction where to download
> >them.
> >
> >For cheese issue I've already replied, but without answer (about
> >gstreamer-plugins...).
> 
> I *did* reply; it seems to be a multi-thread build problem.  When
> I reran bitbake, it went away.

Yes thanks, the point is that only important part was "Was
gst-plugins-base built before cheese?" And Robert is still having issue
with it.

So I guess the answer would be NO and no is more likely with more
BB_THREADS and in second run it's already built (especially if you're
building with -k) for some other recipe, so it worked for you later.

I've downloaded cheese, checked configure.ac and yes it depends on
gst-plugins-base unconditionally. I've pushed an update which adds it to
DEPENDS (which is ensured to be built _before_ do_configure of recipe,
RRECOMMENDS is building it too, but it can build it later then
do_configure.

BTW: cheese_2.30.0.bb also depends on whatever -native recipe provides
xml2po and cheese_2.30.1.bb depends on scrollkeeper-config to build it's
help. But probably is using happily scrollkeeper from host (as there is
no recipe) - and I don't have scrollkeeper in my OE chroot..
http://tinderbox.openembedded.net/packages/cheese/

Robert: If I remember right, you were asked few times to use tinderbox
instead sending many e-mails with pastebins, why didn't you follow this
advise yet?

Regards.
-- 
uin:136542059                jid:Martin.Jansa@gmail.com
Jansa Martin                 sip:jamasip@voip.wengo.fr 
JaMa                         



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Angstrom-devel] current build errors, OE dev branch, beagleboard-linuxtag2010-demo-image
  2010-06-02  6:58         ` [Angstrom-devel] current build errors, OE dev branch, beagleboard-linuxtag2010-demo-image Martin Jansa
@ 2010-06-02  7:54           ` Robert P. J. Day
  2010-06-02 12:08           ` Gary Thomas
  1 sibling, 0 replies; 3+ messages in thread
From: Robert P. J. Day @ 2010-06-02  7:54 UTC (permalink / raw)
  To: Discussion of the angstrom distribution development; +Cc: openembedded-devel

On Wed, 2 Jun 2010, Martin Jansa wrote:

> Robert: If I remember right, you were asked few times to use tinderbox
> instead sending many e-mails with pastebins, why didn't you follow this
> advise yet?

  you're right, i'd forgotten about tinderbox.  my apologies, i'll use
that from now on.

  and i've just done a pull on the OE dev branch and i'm trying
another build of the linuxtag target to see what's left to resolve.

rday

-- 

========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA

            Linux Consulting, Training and Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Twitter:                                       http://twitter.com/rpjday
========================================================================



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Angstrom-devel] current build errors, OE dev branch, beagleboard-linuxtag2010-demo-image
  2010-06-02  6:58         ` [Angstrom-devel] current build errors, OE dev branch, beagleboard-linuxtag2010-demo-image Martin Jansa
  2010-06-02  7:54           ` Robert P. J. Day
@ 2010-06-02 12:08           ` Gary Thomas
  1 sibling, 0 replies; 3+ messages in thread
From: Gary Thomas @ 2010-06-02 12:08 UTC (permalink / raw)
  To: Martin Jansa
  Cc: openembedded-devel,
	Discussion of the angstrom distribution development

On 06/02/2010 12:58 AM, Martin Jansa wrote:
> On Tue, Jun 01, 2010 at 04:24:24PM -0600, Gary Thomas wrote:
>> On 06/01/2010 04:02 PM, Martin Jansa wrote:
>>> Yes easily fixable fetch errors, those archives are download restricted
>>> and if you open those recipes you will see instruction where to download
>>> them.
>>>
>>> For cheese issue I've already replied, but without answer (about
>>> gstreamer-plugins...).
>>
>> I *did* reply; it seems to be a multi-thread build problem.  When
>> I reran bitbake, it went away.
>
> Yes thanks, the point is that only important part was "Was
> gst-plugins-base built before cheese?" And Robert is still having issue
> with it.
>
> So I guess the answer would be NO and no is more likely with more
> BB_THREADS and in second run it's already built (especially if you're
> building with -k) for some other recipe, so it worked for you later.

Sorry if I wasn't clear.  It did appear that cheese was being built
before the prerequisites were complete.

> I've downloaded cheese, checked configure.ac and yes it depends on
> gst-plugins-base unconditionally. I've pushed an update which adds it to
> DEPENDS (which is ensured to be built _before_ do_configure of recipe,
> RRECOMMENDS is building it too, but it can build it later then
> do_configure.

I've now tried it again, removing all the gst-* packages and verified
that they are complete before cheese is built.

>
> BTW: cheese_2.30.0.bb also depends on whatever -native recipe provides
> xml2po and cheese_2.30.1.bb depends on scrollkeeper-config to build it's
> help. But probably is using happily scrollkeeper from host (as there is
> no recipe) - and I don't have scrollkeeper in my OE chroot..
> http://tinderbox.openembedded.net/packages/cheese/
>
> Robert: If I remember right, you were asked few times to use tinderbox
> instead sending many e-mails with pastebins, why didn't you follow this
> advise yet?
>
> Regards.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-06-02 12:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <alpine.DEB.2.00.1006011641480.17094@lynx>
     [not found] ` <4C057DFC.6010409@mlbassoc.com>
     [not found]   ` <alpine.DEB.2.00.1006011753350.30834@lynx>
     [not found]     ` <20100601220233.GG5446@jama>
     [not found]       ` <4C058898.60202@mlbassoc.com>
2010-06-02  6:58         ` [Angstrom-devel] current build errors, OE dev branch, beagleboard-linuxtag2010-demo-image Martin Jansa
2010-06-02  7:54           ` Robert P. J. Day
2010-06-02 12:08           ` Gary Thomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox