Re: [oe] Can't build openembedded: fail in picosam9_git.bb

2012-05-21 Thread pavel tyutin
Леонид Титов leonid.titov at gmail.com writes:

 
 That's helped. Thanks a lot, Khem!
 
 01.02.2012 23:46, Khem Raj пишет:
  2012/2/1 Leonid Titovleonid.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 Rajraj.khem at gmail.com:
  2012/2/1 Leonid Titovleonid.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







___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] Can't build openembedded: fail in picosam9_git.bb

2012-02-03 Thread Леонид Титов

That's helped. Thanks a lot, Khem!

01.02.2012 23:46, Khem Raj пишет:

2012/2/1 Leonid Titovleonid.ti...@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 Rajraj.k...@gmail.com:

2012/2/1 Leonid Titovleonid.ti...@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



___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] Can't build openembedded: fail in picosam9_git.bb

2012-02-01 Thread Leonid Titov
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.k...@gmail.com:
 2012/2/1 Leonid Titov leonid.ti...@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


Re: [oe] Can't build openembedded: fail in picosam9_git.bb

2012-02-01 Thread Khem Raj
2012/2/1 Leonid Titov leonid.ti...@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.k...@gmail.com:
 2012/2/1 Leonid Titov leonid.ti...@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