All of lore.kernel.org
 help / color / mirror / Atom feed
* disko
@ 2010-11-27 15:16 Klaus Schwarzkopf
  2010-11-27 21:38 ` disko Henning Heinold
  0 siblings, 1 reply; 3+ messages in thread
From: Klaus Schwarzkopf @ 2010-11-27 15:16 UTC (permalink / raw)
  To: openembedded-devel

Hi,

disko needs scons to build, but the recipes depends not to 
python-scons-native. I changed DEPENDS in disko.inc from
- DEPENDS = "sqlite3 libpng jpeg curl alsa-lib freetype libxml2 
libsigc++-2.0 openssl"
+ DEPENDS = "python-scons-native sqlite3 libpng jpeg curl alsa-lib 
freetype libxml2 libsigc++-2.0 openssl"

but it doesn't help.

Can you help me?

Regards,

Klaus


klaus@ubuntu:~/development/oe$ bitbake -v  -b disko_1.6.0.bb

Build Configuration:
BB_VERSION        = "1.8.18"
METADATA_BRANCH   = "master"
METADATA_REVISION = "9cc836b"
TARGET_ARCH       = "arm"
TARGET_OS         = "linux-gnueabi"
MACHINE           = "dm355-evm"
DISTRO            = "angstrom"
DISTRO_VERSION    = "2010.7-test-20101127"
TARGET_FPU        = "soft"

NOTE: Preparing runqueue
NOTE: Marking Active Tasks
NOTE: Pruned 14 inactive tasks, 17 left
NOTE: Assign Weightings
NOTE: Compute totals (have 1 endpoint(s))
NOTE: Executing runqueue
NOTE: Running task 1 of 17 (ID: 10, 
/home/klaus/development/oe/openembedded/recipes/disko/disko_1.6.0.bb, 
do_setscene)
NOTE: Running task 2 of 17 (ID: 8, 
/home/klaus/development/oe/openembedded/recipes/disko/disko_1.6.0.bb, 
do_fetch)
NOTE: Running task 3 of 17 (ID: 0, 
/home/klaus/development/oe/openembedded/recipes/disko/disko_1.6.0.bb, 
do_unpack)
NOTE: Unpacking downloads/disko_1.6.0.tar.bz2 to 
tmp/work/armv5te-angstrom-linux-gnueabi/disko-1.6.0-r9/
NOTE: Running task 4 of 17 (ID: 1, 
/home/klaus/development/oe/openembedded/recipes/disko/disko_1.6.0.bb, 
do_patch)
NOTE: Applying patch 'pkgconfig.patch' 
(openembedded/recipes/disko/files/pkgconfig.patch)
NOTE: Running task 5 of 17 (ID: 11, 
/home/klaus/development/oe/openembedded/recipes/disko/disko_1.6.0.bb, 
do_configure)
NOTE: Running task 6 of 17 (ID: 12, 
/home/klaus/development/oe/openembedded/recipes/disko/disko_1.6.0.bb, 
do_qa_configure)
NOTE: Running task 7 of 17 (ID: 13, 
/home/klaus/development/oe/openembedded/recipes/disko/disko_1.6.0.bb, 
do_compile)
ERROR: function do_compile failed
ERROR: log data follows 
(/home/klaus/development/oe/tmp/work/armv5te-angstrom-linux-gnueabi/disko-1.6.0-r9/temp/log.do_compile.19443)
| 
/home/klaus/development/oe/tmp/work/armv5te-angstrom-linux-gnueabi/disko-1.6.0-r9/temp/run.do_compile.19443: 
line 244: 
/home/klaus/development/oe/tmp/sysroots/x86_64-linux/usr/bin/scons: No 
such file or directory
| FATAL: scons build execution failed.
NOTE: Task failed: 
/home/klaus/development/oe/tmp/work/armv5te-angstrom-linux-gnueabi/disko-1.6.0-r9/temp/log.do_compile.19443
ERROR: TaskFailed event exception, aborting
ERROR: Build of 
/home/klaus/development/oe/openembedded/recipes/disko/disko_1.6.0.bb 
do_compile failed
ERROR: Task 13 
(/home/klaus/development/oe/openembedded/recipes/disko/disko_1.6.0.bb, 
do_compile) failed
NOTE: Tasks Summary: Attempted 6 tasks of which 0 didn't need to be 
rerun and 1 failed.
ERROR: 
'/home/klaus/development/oe/openembedded/recipes/disko/disko_1.6.0.bb' 
failed




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

* Re: disko
  2010-11-27 15:16 disko Klaus Schwarzkopf
@ 2010-11-27 21:38 ` Henning Heinold
  2010-11-29 14:44   ` disko Klaus Schwarzkopf
  0 siblings, 1 reply; 3+ messages in thread
From: Henning Heinold @ 2010-11-27 21:38 UTC (permalink / raw)
  To: openembedded-devel

On Sat, Nov 27, 2010 at 04:16:27PM +0100, Klaus Schwarzkopf wrote:
> Hi,
> 
> disko needs scons to build, but the recipes depends not to
> python-scons-native. I changed DEPENDS in disko.inc from
> - DEPENDS = "sqlite3 libpng jpeg curl alsa-lib freetype libxml2
> libsigc++-2.0 openssl"
> + DEPENDS = "python-scons-native sqlite3 libpng jpeg curl alsa-lib
> freetype libxml2 libsigc++-2.0 openssl"
> 
> but it doesn't help.
> 
> Can you help me?
> 
> Regards,
> 
> Klaus

Hi Klaus,

hm normaly the scons.bbclass should take care of it, but seems it does not for
i386/x86_64. Could please try a newer bitbake version and send the install log
of the python-native-scons

Bye Henning



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

* Re: disko
  2010-11-27 21:38 ` disko Henning Heinold
@ 2010-11-29 14:44   ` Klaus Schwarzkopf
  0 siblings, 0 replies; 3+ messages in thread
From: Klaus Schwarzkopf @ 2010-11-29 14:44 UTC (permalink / raw)
  To: openembedded-devel

Am 27.11.2010 22:38, schrieb Henning Heinold:
> On Sat, Nov 27, 2010 at 04:16:27PM +0100, Klaus Schwarzkopf wrote:
> > Hi,
> >
> > disko needs scons to build, but the recipes depends not to
> > python-scons-native. I changed DEPENDS in disko.inc from
> > - DEPENDS = "sqlite3 libpng jpeg curl alsa-lib freetype libxml2
> > libsigc++-2.0 openssl"
> > + DEPENDS = "python-scons-native sqlite3 libpng jpeg curl alsa-lib
> > freetype libxml2 libsigc++-2.0 openssl"
> >
> > but it doesn't help.
> >
> > Can you help me?
> >
> > Regards,
> >
> > Klaus
>
> Hi Klaus,
>
> hm normaly the scons.bbclass should take care of it, but seems it does 
> not for
> i386/x86_64. Could please try a newer bitbake version and send the 
> install log
> of the python-native-scons
>
> Bye Henning

Hi Henning,

sorry my mistake!

bitbake -v disko-1.6.0
worked but i used
bitbake -v -b disko_1.6.0.bb

Greetings,

Klaus






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

end of thread, other threads:[~2010-11-29 14:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-27 15:16 disko Klaus Schwarzkopf
2010-11-27 21:38 ` disko Henning Heinold
2010-11-29 14:44   ` disko Klaus Schwarzkopf

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.