From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-la0-f43.google.com (mail-la0-f43.google.com [209.85.215.43]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A76B7E004DD for ; Tue, 19 Nov 2013 10:30:31 -0800 (PST) Received: by mail-la0-f43.google.com with SMTP id n7so6418446lam.16 for ; Tue, 19 Nov 2013 10:30:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=XjKeIm2xKjtZaMK8BmpIaRQUD+zT6Cq8Voz4052+Mcw=; b=LHQwDBDGgMYwFUzix5RXeC21IAM41nzhzNW0/MxWMGVcHGjrWlV8/ykU5iG0JSnqmv GDpM3tJujTfI/Vv2oO1g0RUboOjMhGN0rxecojoA3CiCGCKWy9DKTNh4ovwH911Zl1aP MDbYMvs3wcz5aPSykApyFM1Jr6sKv1nT80sm9LozX+S4x8D8WScR6vEEjqI9b9c056E/ NVpdnakuEX1SqV2WWIajTkJciowsjJJ65/ArcQjEgvT5oC7AgvwNHKLMBBID7v9/vivO Z/kbWtrg6zJt1aeQejidxBHLqgZdRFYRlqT3F1RKisU1+Od+RUcMkaHF2xVl93Bk7m8G hLHA== MIME-Version: 1.0 X-Received: by 10.112.13.72 with SMTP id f8mr1846558lbc.40.1384885830100; Tue, 19 Nov 2013 10:30:30 -0800 (PST) Received: by 10.112.26.104 with HTTP; Tue, 19 Nov 2013 10:30:30 -0800 (PST) In-Reply-To: References: Date: Tue, 19 Nov 2013 19:30:30 +0100 Message-ID: From: Jacob Kroon To: meta-freescale@yoctoproject.org Subject: (No subject) X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Nov 2013 18:30:37 -0000 Content-Type: multipart/alternative; boundary=001a11c3ee6af52def04eb8bdb13 --001a11c3ee6af52def04eb8bdb13 Content-Type: text/plain; charset=ISO-8859-1 ... and about 2 secs after I sent the previous mail I see a patch posted on oe-core mailing list that most likely fixes the warning. sorry for the noise Jacob On Tue, Nov 19, 2013 at 6:43 PM, Jacob Kroon wrote: > Hi, > > I use the following regularly for cleaning up my build/ dir: > > sstate-cache-management.sh > cleanup-workdir > wipe-sysroot > > When building from sstate cache, I always get this warning: > > WARNING: Setscene task 96 > (/home/jkroon/Projects/oe-devel/build/../meta-fsl-arm-extra/recipes-kernel/linux/ > linux-wandboard_3.0.35.bb, do_populate_sysroot_setscene) failed with exit > code '1' - real task will be run instead > > And looking at the log-file for do_populate_sysroot_setscene I see: > > [...snip...] > DEBUG: Shell function sstate_unpack_package finished > DEBUG: Staging files from > /home/jkroon/Projects/oe-devel/build/tmp-eglibc/work/wandboard_solo-oe-linux-gnueabi/linux-wandboard/3.0.35-r0/sysroot-destdir > to /home/jkroon/Projects/oe-devel/build/tmp-eglibc/sysroots/wandboard-solo > DEBUG: Executing shell function kernelscripts_sstate_postinst > NOTE: make scripts > make: arm-oe-linux-gnueabi-gcc: Command not found > HOSTCC scripts/basic/fixdep > HOSTCC scripts/kconfig/conf.o > SHIPPED scripts/kconfig/zconf.tab.c > SHIPPED scripts/kconfig/lex.zconf.c > SHIPPED scripts/kconfig/zconf.hash.c > HOSTCC scripts/kconfig/zconf.tab.o > HOSTLD scripts/kconfig/conf > scripts/kconfig/conf --silentoldconfig Kconfig > make: arm-oe-linux-gnueabi-gcc: Command not found > HOSTCC scripts/genksyms/genksyms.o > SHIPPED scripts/genksyms/lex.c > SHIPPED scripts/genksyms/parse.h > SHIPPED scripts/genksyms/keywords.c > HOSTCC scripts/genksyms/lex.o > SHIPPED scripts/genksyms/parse.c > HOSTCC scripts/genksyms/parse.o > HOSTLD scripts/genksyms/genksyms > CC scripts/mod/empty.o > /bin/sh: arm-oe-linux-gnueabi-gcc: command not found > make[2]: *** [scripts/mod/empty.o] Error 127 > make[1]: *** [scripts/mod] Error 2 > make: *** [scripts] Error 2 > ERROR: oe_runmake failed > WARNING: > /home/jkroon/Projects/oe-devel/build/tmp-eglibc/work/wandboard_solo-oe-linux-gnueabi/linux-wandboard/3.0.35-r0/temp/run.kernelscripts_sstate_postinst.9263:1 > exit 1 from > [ "populate_sysroot_setscene" = "populate_sysroot" -o > "populate_sysroot_setscene" = "populate_sysroot_setscene" ] > DEBUG: Python function do_populate_sysroot_setscene finished > > So it seems I don't have the cross-compiler set up at this point. Is the > kernel recipe missing some sort of dependency perhaps ? > > -- Jacob > > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale > > -- -- Jacob --001a11c3ee6af52def04eb8bdb13 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
... and about 2 secs after I sent the previous m= ail I see a patch posted on oe-core mailing list that most likely fixes the= warning.
sorry for the noise
Jacob


On Tue, Nov 19, 2013 at 6:43 PM, Jacob K= roon <jacob.kroon@gmail.com> wrote:
Hi,

I use the following = regularly for cleaning up my build/ dir:

sstate-cache-management.sh<= br>cleanup-workdir
wipe-sysroot

When building fr= om sstate cache, I always get this warning:

WARNING: Setscene task 96 (/home/jkroon/Projects/oe-devel/build/../meta= -fsl-arm-extra/recipes-kernel/linux/linux-wandboard_3.0.35.bb, do_populate_sysroot_= setscene) failed with exit code '1' - real task will be run instead=

And looking at the log-file for do_populate_sysroot_setscene = I see:

[...snip...]
DEBUG: Shell function sstate_unpac= k_package finished
DEBUG: Staging files from /home/jkroon/Projects/oe-de= vel/build/tmp-eglibc/work/wandboard_solo-oe-linux-gnueabi/linux-wandboard/3= .0.35-r0/sysroot-destdir to /home/jkroon/Projects/oe-devel/build/tmp-eglibc= /sysroots/wandboard-solo
DEBUG: Executing shell function kernelscripts_sstate_postinst
NOTE: make= scripts
make: arm-oe-linux-gnueabi-gcc: Command not found
=A0 HOSTCC= =A0 scripts/basic/fixdep
=A0 HOSTCC=A0 scripts/kconfig/conf.o
=A0 SHI= PPED scripts/kconfig/zconf.tab.c
=A0 SHIPPED scripts/kconfig/lex.zconf.c
=A0 SHIPPED scripts/kconfig/zcon= f.hash.c
=A0 HOSTCC=A0 scripts/kconfig/zconf.tab.o
=A0 HOSTLD=A0 scri= pts/kconfig/conf
scripts/kconfig/conf --silentoldconfig Kconfig
make:= arm-oe-linux-gnueabi-gcc: Command not found
=A0 HOSTCC=A0 scripts/genksyms/genksyms.o
=A0 SHIPPED scripts/genksyms/l= ex.c
=A0 SHIPPED scripts/genksyms/parse.h
=A0 SHIPPED scripts/genksym= s/keywords.c
=A0 HOSTCC=A0 scripts/genksyms/lex.o
=A0 SHIPPED scripts= /genksyms/parse.c
=A0 HOSTCC=A0 scripts/genksyms/parse.o
=A0 HOSTLD=A0 scripts/genksyms/ge= nksyms
=A0 CC=A0=A0=A0=A0=A0 scripts/mod/empty.o
/bin/sh: arm-oe-linu= x-gnueabi-gcc: command not found
make[2]: *** [scripts/mod/empty.o] Erro= r 127
make[1]: *** [scripts/mod] Error 2
make: *** [scripts] Error 2
ERROR: oe_runmake failed
WARNING: /home/j= kroon/Projects/oe-devel/build/tmp-eglibc/work/wandboard_solo-oe-linux-gnuea= bi/linux-wandboard/3.0.35-r0/temp/run.kernelscripts_sstate_postinst.9263:1 = exit 1 from
=A0 [ "populate_sysroot_setscene" =3D "populate_sysroot"= ; -o "populate_sysroot_setscene" =3D "populate_sysroot_setsc= ene" ]
DEBUG: Python function do_populate_sysroot_setscene finished=

So it seems I don't have the cross-compiler set up at th= is point. Is the kernel recipe missing some sort of dependency perhaps ?

=A0 -- Jacob

_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproj= ect.org
https://lists.yoctoproject.org/listinfo/meta-freescale




--
=A0 -- Jacob
--001a11c3ee6af52def04eb8bdb13--