All of lore.kernel.org
 help / color / mirror / Atom feed
* Can't build web-webkit
@ 2012-03-16 14:55 Gary Thomas
  2012-03-16 15:32 ` Gary Thomas
  0 siblings, 1 reply; 6+ messages in thread
From: Gary Thomas @ 2012-03-16 14:55 UTC (permalink / raw)
  To: Poky Project

I'm getting an error fetching for meta/recipes-sato/web/web-webkit_git.bb
I tried running the clone by hand:

   $ git clone git://git.yoctoproject.org/web-webkit
   Cloning into 'web-webkit'...
   fatal: remote error: access denied or repository not exported: /web-webkit

Query: I have a tar package of this (I built it yesterday! using only that)
Why is the fetcher trying to go to the network for it now?

Note: if I populate ${BUILD}/downloads/git2/git.yoctoproject.org.web-webkit
from my tarball, the build succeeds without problems.

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


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

* Re: Can't build web-webkit
  2012-03-16 14:55 Can't build web-webkit Gary Thomas
@ 2012-03-16 15:32 ` Gary Thomas
  2012-03-16 18:29   ` Gary Thomas
  0 siblings, 1 reply; 6+ messages in thread
From: Gary Thomas @ 2012-03-16 15:32 UTC (permalink / raw)
  To: poky

On 2012-03-16 08:55, Gary Thomas wrote:
> I'm getting an error fetching for meta/recipes-sato/web/web-webkit_git.bb
> I tried running the clone by hand:
>
> $ git clone git://git.yoctoproject.org/web-webkit
> Cloning into 'web-webkit'...
> fatal: remote error: access denied or repository not exported: /web-webkit
>
> Query: I have a tar package of this (I built it yesterday! using only that)
> Why is the fetcher trying to go to the network for it now?
>
> Note: if I populate ${BUILD}/downloads/git2/git.yoctoproject.org.web-webkit
> from my tarball, the build succeeds without problems.

It seems that something has changed in the fetcher (git) code

I was previously using (which works with no network activity)
   commit 8f07bdc0a42dd7a7c3acf5d1b13220dbc98c8017
   Author: Richard Purdie <richard.purdie@linuxfoundation.org>
   Date:   Wed Feb 29 16:27:21 2012 +0000

Now I'm using (which fails)
   commit be0f9dd483af2a2f55b2ae8ef9ca172e7c90819c
   Author: Paul Eggleton <paul.eggleton@linux.intel.com>
   Date:   Thu Mar 15 13:17:58 2012 +0000

Any ideas where I should look?

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


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

* Re: Can't build web-webkit
  2012-03-16 15:32 ` Gary Thomas
@ 2012-03-16 18:29   ` Gary Thomas
  2012-03-16 23:47     ` Richard Purdie
  0 siblings, 1 reply; 6+ messages in thread
From: Gary Thomas @ 2012-03-16 18:29 UTC (permalink / raw)
  To: poky

On 2012-03-16 09:32, Gary Thomas wrote:
> On 2012-03-16 08:55, Gary Thomas wrote:
>> I'm getting an error fetching for meta/recipes-sato/web/web-webkit_git.bb
>> I tried running the clone by hand:
>>
>> $ git clone git://git.yoctoproject.org/web-webkit
>> Cloning into 'web-webkit'...
>> fatal: remote error: access denied or repository not exported: /web-webkit

Filed as bug #2135

>>
>> Query: I have a tar package of this (I built it yesterday! using only that)
>> Why is the fetcher trying to go to the network for it now?
>>
>> Note: if I populate ${BUILD}/downloads/git2/git.yoctoproject.org.web-webkit
>> from my tarball, the build succeeds without problems.
>
> It seems that something has changed in the fetcher (git) code
>
> I was previously using (which works with no network activity)
> commit 8f07bdc0a42dd7a7c3acf5d1b13220dbc98c8017
> Author: Richard Purdie <richard.purdie@linuxfoundation.org>
> Date: Wed Feb 29 16:27:21 2012 +0000
>
> Now I'm using (which fails)
> commit be0f9dd483af2a2f55b2ae8ef9ca172e7c90819c
> Author: Paul Eggleton <paul.eggleton@linux.intel.com>
> Date: Thu Mar 15 13:17:58 2012 +0000
>
> Any ideas where I should look?
>

I've bisected this to this commit:
   commit 87ef82dead665ea8805ccbab8ef871dc20008701
   Author: Richard Purdie <richard.purdie@linuxfoundation.org>
   Date:   Tue Dec 6 22:20:11 2011 +0000

     bitbake/fetch: Fix uri_replace

Richard - Any ideas what might have broken in your changes?  Whatever this
change does, it breaks the use of a pre-staged tarball for git trees (at least)

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


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

* Re: Can't build web-webkit
  2012-03-16 18:29   ` Gary Thomas
@ 2012-03-16 23:47     ` Richard Purdie
  2012-03-17 13:02       ` Gary Thomas
  0 siblings, 1 reply; 6+ messages in thread
From: Richard Purdie @ 2012-03-16 23:47 UTC (permalink / raw)
  To: Gary Thomas; +Cc: poky

On Fri, 2012-03-16 at 12:29 -0600, Gary Thomas wrote:
> On 2012-03-16 09:32, Gary Thomas wrote:
> > On 2012-03-16 08:55, Gary Thomas wrote:
> >> I'm getting an error fetching for meta/recipes-sato/web/web-webkit_git.bb
> >> I tried running the clone by hand:
> >>
> >> $ git clone git://git.yoctoproject.org/web-webkit
> >> Cloning into 'web-webkit'...
> >> fatal: remote error: access denied or repository not exported: /web-webkit
> 
> Filed as bug #2135
> 
> >>
> >> Query: I have a tar package of this (I built it yesterday! using only that)
> >> Why is the fetcher trying to go to the network for it now?
> >>
> >> Note: if I populate ${BUILD}/downloads/git2/git.yoctoproject.org.web-webkit
> >> from my tarball, the build succeeds without problems.
> >
> > It seems that something has changed in the fetcher (git) code
> >
> > I was previously using (which works with no network activity)
> > commit 8f07bdc0a42dd7a7c3acf5d1b13220dbc98c8017
> > Author: Richard Purdie <richard.purdie@linuxfoundation.org>
> > Date: Wed Feb 29 16:27:21 2012 +0000
> >
> > Now I'm using (which fails)
> > commit be0f9dd483af2a2f55b2ae8ef9ca172e7c90819c
> > Author: Paul Eggleton <paul.eggleton@linux.intel.com>
> > Date: Thu Mar 15 13:17:58 2012 +0000
> >
> > Any ideas where I should look?
> >
> 
> I've bisected this to this commit:
>    commit 87ef82dead665ea8805ccbab8ef871dc20008701
>    Author: Richard Purdie <richard.purdie@linuxfoundation.org>
>    Date:   Tue Dec 6 22:20:11 2011 +0000
> 
>      bitbake/fetch: Fix uri_replace
> 
> Richard - Any ideas what might have broken in your changes?  Whatever this
> change does, it breaks the use of a pre-staged tarball for git trees (at least)

I think you've found the problem and I've applied the patch, thanks!

Sorry about the C&P error in the commit.

Cheers,

Richard




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

* Re: Can't build web-webkit
  2012-03-16 23:47     ` Richard Purdie
@ 2012-03-17 13:02       ` Gary Thomas
  2012-03-17 15:20         ` Richard Purdie
  0 siblings, 1 reply; 6+ messages in thread
From: Gary Thomas @ 2012-03-17 13:02 UTC (permalink / raw)
  To: Richard Purdie; +Cc: poky

On 2012-03-16 17:47, Richard Purdie wrote:
> On Fri, 2012-03-16 at 12:29 -0600, Gary Thomas wrote:
>> On 2012-03-16 09:32, Gary Thomas wrote:
>>> On 2012-03-16 08:55, Gary Thomas wrote:
>>>> I'm getting an error fetching for meta/recipes-sato/web/web-webkit_git.bb
>>>> I tried running the clone by hand:
>>>>
>>>> $ git clone git://git.yoctoproject.org/web-webkit
>>>> Cloning into 'web-webkit'...
>>>> fatal: remote error: access denied or repository not exported: /web-webkit
>>
>> Filed as bug #2135
>>
>>>>
>>>> Query: I have a tar package of this (I built it yesterday! using only that)
>>>> Why is the fetcher trying to go to the network for it now?
>>>>
>>>> Note: if I populate ${BUILD}/downloads/git2/git.yoctoproject.org.web-webkit
>>>> from my tarball, the build succeeds without problems.
>>>
>>> It seems that something has changed in the fetcher (git) code
>>>
>>> I was previously using (which works with no network activity)
>>> commit 8f07bdc0a42dd7a7c3acf5d1b13220dbc98c8017
>>> Author: Richard Purdie<richard.purdie@linuxfoundation.org>
>>> Date: Wed Feb 29 16:27:21 2012 +0000
>>>
>>> Now I'm using (which fails)
>>> commit be0f9dd483af2a2f55b2ae8ef9ca172e7c90819c
>>> Author: Paul Eggleton<paul.eggleton@linux.intel.com>
>>> Date: Thu Mar 15 13:17:58 2012 +0000
>>>
>>> Any ideas where I should look?
>>>
>>
>> I've bisected this to this commit:
>>     commit 87ef82dead665ea8805ccbab8ef871dc20008701
>>     Author: Richard Purdie<richard.purdie@linuxfoundation.org>
>>     Date:   Tue Dec 6 22:20:11 2011 +0000
>>
>>       bitbake/fetch: Fix uri_replace
>>
>> Richard - Any ideas what might have broken in your changes?  Whatever this
>> change does, it breaks the use of a pre-staged tarball for git trees (at least)
>
> I think you've found the problem and I've applied the patch, thanks!
>
> Sorry about the C&P error in the commit.

No problem, after bisection it was pretty obvious.  Of course
bisecting 198 revisions where each test took around 20 minutes
was a bit trying...

Sadly, the actual clone error remains.  It was only exposed by
this error that made it happen unexpectedly.


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


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

* Re: Can't build web-webkit
  2012-03-17 13:02       ` Gary Thomas
@ 2012-03-17 15:20         ` Richard Purdie
  0 siblings, 0 replies; 6+ messages in thread
From: Richard Purdie @ 2012-03-17 15:20 UTC (permalink / raw)
  To: Gary Thomas; +Cc: poky

On Sat, 2012-03-17 at 07:02 -0600, Gary Thomas wrote:
> On 2012-03-16 17:47, Richard Purdie wrote:
> No problem, after bisection it was pretty obvious.  Of course
> bisecting 198 revisions where each test took around 20 minutes
> was a bit trying...
> 
> Sadly, the actual clone error remains.  It was only exposed by
> this error that made it happen unexpectedly.

Right, this should be fixed now too.

Cheers,

Richard




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

end of thread, other threads:[~2012-03-17 15:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-16 14:55 Can't build web-webkit Gary Thomas
2012-03-16 15:32 ` Gary Thomas
2012-03-16 18:29   ` Gary Thomas
2012-03-16 23:47     ` Richard Purdie
2012-03-17 13:02       ` Gary Thomas
2012-03-17 15:20         ` Richard Purdie

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.