Openembedded Devel Discussions
 help / color / mirror / Atom feed
* Can't build openembedded: fail in picosam9_git.bb
@ 2012-02-01 10:55 Леонид Титов
  2012-02-01 17:48 ` Khem Raj
  0 siblings, 1 reply; 6+ messages in thread
From: Леонид Титов @ 2012-02-01 10:55 UTC (permalink / raw)
  To: openembedded-devel

Hello all!

I've got a problem with building console-image for MACHINE=picosam9. It 
fails while processing picosam9_git.bb with these messages:

> NOTE: Running task 1473 of 3919 (ID: 516, 
> /home/arm/stuff/openembedded/recipes/linux/picosam9_git.bb, do_fetch)
> --2012-02-01 05:17:36--  
> http://www.angstrom-distribution.org/unstable/sources/git_gitorious.org.picopc-kernel.kernel.git_5d564f090ee99a0570a2cc912ebc30b65922f7bb.tar.gz 
>
> Resolving www.angstrom-distribution.org... NOTE: package 
> picosam9-2.6.32+gitr5d564f090ee99a0570a2cc912ebc30b65922f7bb-r0: task 
> do_fetch: Started
> NOTE: fetch 
> http://www.angstrom-distribution.org/unstable/sources/git_gitorious.org.picopc-kernel.kernel.git_5d564f090ee99a0570a2cc912ebc30b65922f7bb.tar.gz 
>
> 188.40.83.200
> Connecting to www.angstrom-distribution.org|188.40.83.200|:80... 
> connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2012-02-01 05:17:37 ERROR 404: Not Found.
>
> Cloning into 
> /home/arm/sources/git/gitorious.org.picopc-kernel.kernel.git...
> fatal: The remote end hung up unexpectedly
> fatal: early EOF
> fatal: index-pack failed
> ERROR: TaskFailed event exception, aborting
> ERROR: Build of 
> /home/arm/stuff/openembedded/recipes/linux/picosam9_git.bb do_fetch 
> failed
> ERROR: Task 516 
> (/home/arm/stuff/openembedded/recipes/linux/picosam9_git.bb, do_fetch) 
> failed with 256
> ERROR: '/home/arm/stuff/openembedded/recipes/linux/picosam9_git.bb' 
> failed
> NOTE: Task failed: Fetch failed: Unable to fetch URL 
> git://gitorious.org/picopc-kernel/kernel.git;protocol=git;branch=minibox-picopc-2.6.32 
> from any source.
> NOTE: package 
> picosam9-2.6.32+gitr5d564f090ee99a0570a2cc912ebc30b65922f7bb-r0: task 
> do_fetch: Failed
> ERROR: TaskFailed event exception, aborting
> ERROR: Build of 
> /home/arm/stuff/openembedded/recipes/linux/picosam9_git.bb do_fetch 
> failed
> ERROR: Task 516 
> (/home/arm/stuff/openembedded/recipes/linux/picosam9_git.bb, do_fetch) 
> failed with 256

What can be a problem?

Thanks in advance!



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

* Re: Can't build openembedded: fail in picosam9_git.bb
  2012-02-01 10:55 Can't build openembedded: fail in picosam9_git.bb Леонид Титов
@ 2012-02-01 17:48 ` Khem Raj
  2012-02-01 18:48   ` Leonid Titov
  0 siblings, 1 reply; 6+ messages in thread
From: Khem Raj @ 2012-02-01 17:48 UTC (permalink / raw)
  To: openembedded-devel

2012/2/1 Леонид Титов <leonid.titov@gmail.com>:
> I've got a problem with building console-image for MACHINE=picosam9. It
> fails while processing picosam9_git.bb with these messages:

do you have machine conf file for picosam9 ?
recipes and machine confs  are different files.
you have to show us both files here. That said
your error is a fetching error which means something
is wrong with either your SRC_URI or the remote server
which is feeding the sources of this recipe



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

* Re: Can't build openembedded: fail in picosam9_git.bb
  2012-02-01 17:48 ` Khem Raj
@ 2012-02-01 18:48   ` Leonid Titov
  2012-02-01 19:46     ` Khem Raj
  0 siblings, 1 reply; 6+ messages in thread
From: Leonid Titov @ 2012-02-01 18:48 UTC (permalink / raw)
  To: openembedded-devel

I do have a conf/machine/picosam9.conf. It and recipe are exact as in
repo (http://cgit.openembedded.org/openembedded/tree/conf/machine/picosam9.conf
and http://cgit.openembedded.org/openembedded/tree/recipes/linux/picosam9_git.bb).

2012/2/1, Khem Raj <raj.khem@gmail.com>:
> 2012/2/1 Leonid Titov <leonid.titov@gmail.com>:
>> I've got a problem with building console-image for MACHINE=picosam9. It
>> fails while processing picosam9_git.bb with these messages:
>
> do you have machine conf file for picosam9 ?
> recipes and machine confs  are different files.
> you have to show us both files here. That said
> your error is a fetching error which means something
> is wrong with either your SRC_URI or the remote server
> which is feeding the sources of this recipe
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>


-- 
С уважением,
  Леонид.



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

* Re: Can't build openembedded: fail in picosam9_git.bb
  2012-02-01 18:48   ` Leonid Titov
@ 2012-02-01 19:46     ` Khem Raj
  2012-02-03 21:02       ` Леонид Титов
  0 siblings, 1 reply; 6+ messages in thread
From: Khem Raj @ 2012-02-01 19:46 UTC (permalink / raw)
  To: openembedded-devel

2012/2/1 Leonid Titov <leonid.titov@gmail.com>:
> I do have a conf/machine/picosam9.conf. It and recipe are exact as in
> repo (http://cgit.openembedded.org/openembedded/tree/conf/machine/picosam9.conf
> and http://cgit.openembedded.org/openembedded/tree/recipes/linux/picosam9_git.bb).
>

in picosam9_git.bb you have


COMPATIBLE_HOST = "arm.*-linux"

make it

COMPATIBLE_HOST = "arm.*-linux*"

that said your problem is with fetching and I have seen
problems with fetching from gitorious using bitbake
It happens for efikamx kernel which was also hosted on
gitorious. Is there any other place this repo is mirrored ?
if yes use that.

> 2012/2/1, Khem Raj <raj.khem@gmail.com>:
>> 2012/2/1 Leonid Titov <leonid.titov@gmail.com>:
>>> I've got a problem with building console-image for MACHINE=picosam9. It
>>> fails while processing picosam9_git.bb with these messages:
>>
>> do you have machine conf file for picosam9 ?
>> recipes and machine confs  are different files.
>> you have to show us both files here. That said
>> your error is a fetching error which means something
>> is wrong with either your SRC_URI or the remote server
>> which is feeding the sources of this recipe
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>
>
>
> --
> С уважением,
>  Леонид.
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



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

* Re: Can't build openembedded: fail in picosam9_git.bb
  2012-02-01 19:46     ` Khem Raj
@ 2012-02-03 21:02       ` Леонид Титов
  2012-05-21 18:13         ` pavel tyutin
  0 siblings, 1 reply; 6+ messages in thread
From: Леонид Титов @ 2012-02-03 21:02 UTC (permalink / raw)
  To: openembedded-devel

That's helped. Thanks a lot, Khem!

01.02.2012 23:46, Khem Raj пишет:
> 2012/2/1 Leonid Titov<leonid.titov@gmail.com>:
>> I do have a conf/machine/picosam9.conf. It and recipe are exact as in
>> repo (http://cgit.openembedded.org/openembedded/tree/conf/machine/picosam9.conf
>> and http://cgit.openembedded.org/openembedded/tree/recipes/linux/picosam9_git.bb).
>>
> in picosam9_git.bb you have
>
>
> COMPATIBLE_HOST = "arm.*-linux"
>
> make it
>
> COMPATIBLE_HOST = "arm.*-linux*"
>
> that said your problem is with fetching and I have seen
> problems with fetching from gitorious using bitbake
> It happens for efikamx kernel which was also hosted on
> gitorious. Is there any other place this repo is mirrored ?
> if yes use that.
>
>> 2012/2/1, Khem Raj<raj.khem@gmail.com>:
>>> 2012/2/1 Leonid Titov<leonid.titov@gmail.com>:
>>>> I've got a problem with building console-image for MACHINE=picosam9. It
>>>> fails while processing picosam9_git.bb with these messages:
>>> do you have machine conf file for picosam9 ?
>>> recipes and machine confs  are different files.
>>> you have to show us both files here. That said
>>> your error is a fetching error which means something
>>> is wrong with either your SRC_URI or the remote server
>>> which is feeding the sources of this recipe
>>>
>>> _______________________________________________
>>> Openembedded-devel mailing list
>>> Openembedded-devel@lists.openembedded.org
>>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>>
>>
>> --
>> С уважением,
>>   Леонид.
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel




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

* Re: Can't build openembedded: fail in picosam9_git.bb
  2012-02-03 21:02       ` Леонид Титов
@ 2012-05-21 18:13         ` pavel tyutin
  0 siblings, 0 replies; 6+ messages in thread
From: pavel tyutin @ 2012-05-21 18:13 UTC (permalink / raw)
  To: openembedded-devel

Леонид Титов <leonid.titov <at> gmail.com> writes:

> 
> That's helped. Thanks a lot, Khem!
> 
> 01.02.2012 23:46, Khem Raj пишет:
> > 2012/2/1 Leonid Titov<leonid.titov <at> gmail.com>:
> >> I do have a conf/machine/picosam9.conf. It and recipe are exact as in
> >> repo (http://cgit.openembedded.org/openembedded/tree/conf/machine/picosam9.conf
> >> and
http://cgit.openembedded.org/openembedded/tree/recipes/linux/picosam9_git.bb).
> >>
> > in picosam9_git.bb you have
> >
> >
> > COMPATIBLE_HOST = "arm.*-linux"
> >
> > make it
> >
> > COMPATIBLE_HOST = "arm.*-linux*"
> >
> > that said your problem is with fetching and I have seen
> > problems with fetching from gitorious using bitbake
> > It happens for efikamx kernel which was also hosted on
> > gitorious. Is there any other place this repo is mirrored ?
> > if yes use that.
> >
> >> 2012/2/1, Khem Raj<raj.khem <at> gmail.com>:
> >>> 2012/2/1 Leonid Titov<leonid.titov <at> gmail.com>:
> >>>> I've got a problem with building console-image for MACHINE=picosam9. It
> >>>> fails while processing picosam9_git.bb with these messages:
> >>> do you have machine conf file for picosam9 ?
> >>> recipes and machine confs  are different files.
> >>> you have to show us both files here. That said
> >>> your error is a fetching error which means something
> >>> is wrong with either your SRC_URI or the remote server
> >>> which is feeding the sources of this recipe
> >>>
> >>> _______________________________________________
> >>> Openembedded-devel mailing list
> >>> Openembedded-devel <at> lists.openembedded.org
> >>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> >>>
> >>
> >> --
> >> С уважением,
> >>   Леонид.
> >>
> >> _______________________________________________
> >> Openembedded-devel mailing list
> >> Openembedded-devel <at> lists.openembedded.org
> >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel <at> lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel <at> lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> 

Ok, Mr. Titov, after 2 days of compiling this junk,
i get the same errors. Your answers are incomplete:

I too have both recipie files and local.conf files,
they both have 

# For Angstrom and Android Eclair (for a Android 
Gingerbread compatible kernel use
# branch=minibox-picopc-2.6.32-gingerbread)
SRC_URI = "\
 
git://gitorious.org/picopc-kernel/kernel.git;
protocol=git;branch=
minibox-picopc-2.6.32
\
  file://defconfig \
"

S = "${WORKDIR}/git"

COMPATIBLE_HOST = "arm.*-linux*"
COMPATIBLE_MACHINE = "picosam9"

And it is unable to fetch the kernel image. 
You probably deleted it or
moved it and forgot about it. Fix, please

NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing RunQueue Tasks
NOTE: Running task 3951 of 5272 (ID: 769,
/home/pasha/picosam9/picopc-angstrom-setup/sources/
openembedded/recipes/linux/picosam9_git.bb,
do_fetch)
--2012-05-21 22:09:12-- 
http://www.angstrom-distribution.org/unstable/
sources/git_gitorious.org.picopc-kernel.kernel.git_5d564f090ee99a0570a
2cc912ebc30b65922f7bb.tar.gz
 Resolving www.angstrom-distribution.org... 
188.40.83.200
 Connecting to www.angstrom-distribution.org
|188.40.83.200|:80... connected.
 HTTP request sent, awaiting response... 
404 Not Found
 2012-05-21 22:09:12 ERROR 404: Not Found.
 
 Cloning into
/home/pasha/picosam9/picopc-angstrom-setup/
sources/downloads/git/gitorious.org.picopc-
kernel.kernel.git...
NOTE: package picosam9-2.6.32+gitr5d564f090
ee99a0570a2cc912ebc30b65922f7bb-r0:
task do_fetch: Started
 fatal: The remote end hung up unexpectedly
 fatal: early EOF
 fatal: index-pack failed
NOTE: package picosam9-2.6.32+gitr5d564f090
ee99a0570a2cc912ebc30b65922f7bb-r0:
task Fetch failed: Unable to fetch URL
git://gitorious.org/picopc-kernel/kernel.gi
t;protocol=git;branch=minibox-picopc-2.6.32
from any source.: Failed
ERROR: Function 'Fetch failed: Unable to fetch URL
git://gitorious.org/picopc-kernel/kernel.git;
protocol=git;branch=minibox-picopc-2.6.32
from any source.' failed
ERROR: Task 769
(/home/pasha/picosam9/picopc-angstrom-setup/
sources/openembedded/recipes/linux/picosam9_git.bb,
do_fetch) failed with exit code '1'
ERROR:
'/home/pasha/picosam9/picopc-angstrom-setup/
sources/openembedded/recipes/linux/picosam9_git.bb'
failed









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

end of thread, other threads:[~2012-05-21 18:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-01 10:55 Can't build openembedded: fail in picosam9_git.bb Леонид Титов
2012-02-01 17:48 ` Khem Raj
2012-02-01 18:48   ` Leonid Titov
2012-02-01 19:46     ` Khem Raj
2012-02-03 21:02       ` Леонид Титов
2012-05-21 18:13         ` pavel tyutin

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