* PREMIRRORS trouble
@ 2010-08-02 10:00 Jaap de Jong
2010-08-03 23:36 ` Michael Smith
0 siblings, 1 reply; 3+ messages in thread
From: Jaap de Jong @ 2010-08-02 10:00 UTC (permalink / raw)
To: openembedded-devel
Hi!
I've run into some problems using PRE_MIRRORS.
If I remove the line from build/conf/site.conf everything is OK.
PREMIRRORS = "(ftp|http|https)://.*/.* http://myServer/sources/"
Thanks!
Jaap
$ bitbake at91bootstrap
NOTE: Handling BitBake files: - (8448/8448) [100 %]
NOTE: Parsing finished. 7634 cached, 474 parsed, 340 skipped, 1 masked.
NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing runqueue
NOTE: Running task 342 of 539 (ID: 6,
/unstable/org.openembedded.dev/recipes/at91bootstrap/at91bootstrap_2.10.bb,
do_setscene)
NOTE: Running task 524 of 539 (ID: 5,
/unstable/org.openembedded.dev/recipes/at91bootstrap/at91bootstrap_2.10.bb,
do_fetch)
NOTE: Task failed: Unknown fetch Error: too many values to unpack
ERROR: TaskFailed event exception, aborting
ERROR: Build of
/unstable/org.openembedded.dev/recipes/at91bootstrap/at91bootstrap_2.10.bb
do_fetch failed
ERROR: Task 5
(/unstable/org.openembedded.dev/recipes/at91bootstrap/at91bootstrap_2.10.bb,
do_fetch) failed
NOTE: Tasks Summary: Attempted 523 tasks of which 522 didn't need to be
rerun and 1 failed.
ERROR:
'/unstable/org.openembedded.dev/recipes/at91bootstrap/at91bootstrap_2.10.bb'
failed
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: PREMIRRORS trouble
2010-08-02 10:00 PREMIRRORS trouble Jaap de Jong
@ 2010-08-03 23:36 ` Michael Smith
2010-08-05 8:40 ` Jaap de Jong
0 siblings, 1 reply; 3+ messages in thread
From: Michael Smith @ 2010-08-03 23:36 UTC (permalink / raw)
To: openembedded-devel
On Mon, 2 Aug 2010, Jaap de Jong wrote:
> PREMIRRORS = "(ftp|http|https)://.*/.* http://myServer/sources/"
> NOTE: Task failed: Unknown fetch Error: too many values to unpack
Hi Jaap,
Does it work if you set SOURCE_MIRROR_URL to your mirror, and add this to
your conf somewhere?
INHERIT += "own-mirrors"
Just a guess, but maybe it has trouble with the "(ftp|http|https)".
Mike
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: PREMIRRORS trouble
2010-08-03 23:36 ` Michael Smith
@ 2010-08-05 8:40 ` Jaap de Jong
0 siblings, 0 replies; 3+ messages in thread
From: Jaap de Jong @ 2010-08-05 8:40 UTC (permalink / raw)
To: openembedded-devel
#PREMIRRORS = "(ftp|http|https)://.*/.* http://myServer/sources/"
SOURCE_MIRROR_URL = "http://myServer/sources/"
INHERIT += "own-mirrors"
seems to work...
Thanks for your help!
On 08/04/2010 01:36 AM, Michael Smith wrote:
> On Mon, 2 Aug 2010, Jaap de Jong wrote:
>
>
>> PREMIRRORS = "(ftp|http|https)://.*/.* http://myServer/sources/"
>>
>
>> NOTE: Task failed: Unknown fetch Error: too many values to unpack
>>
> Hi Jaap,
>
> Does it work if you set SOURCE_MIRROR_URL to your mirror, and add this to
> your conf somewhere?
>
> INHERIT += "own-mirrors"
>
> Just a guess, but maybe it has trouble with the "(ftp|http|https)".
>
> Mike
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-08-05 8:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-02 10:00 PREMIRRORS trouble Jaap de Jong
2010-08-03 23:36 ` Michael Smith
2010-08-05 8:40 ` Jaap de Jong
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.