[OE-core] [oe-commits] Robert Yang : make: upgrade to 4.0

Richard Purdie richard.purdie at linuxfoundation.org
Wed Jan 8 12:33:43 UTC 2014


On Wed, 2014-01-08 at 12:57 +0100, Martin Jansa wrote:
> On Mon, Jan 06, 2014 at 11:29:36AM +0000, git at git.openembedded.org wrote:
> > Module: openembedded-core.git
> > Branch: master
> > Commit: f2b40e09e1d9767001f8fd9d5948ff2757491b2f
> > URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f2b40e09e1d9767001f8fd9d5948ff2757491b2f
> > 
> > Author: Robert Yang <liezhi.yang at windriver.com>
> > Date:   Fri Dec 27 21:46:10 2013 +0800
> > 
> > make: upgrade to 4.0
> > 
> > Upgrade to 4.0, remove the following patches since they have been fixed
> > by the upgrade:
> >  - expand_MAKEFLAGS.patch
> >  - intermediate-target-bugfix.patch
> >  - make-savannah-bug30612-fix_white_space.patch
> >  - make-savannah-bug30612-handling_of_archives.patch
> > 
> > Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
> > Signed-off-by: Saul Wold <sgw at linux.intel.com>
> 
> Fails to build here:
> 
> whole log:
> http://jenkins.nas-admin.org/job/oe_shr-image-all_tmpfs_qemuarm/182/consoleFull
> 
> important part:
> 
> | arm-oe-linux-gnueabi-gcc  -march=armv5te -marm -mthumb-interwork --sysroot=/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DINCLUDEDIR=\"/usr/include\" -DHAVE_CONFIG_H -I.     -pthread -I/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm/usr/include/guile/2.0  -O2 -pipe -g -feliminate-unused-debug-types -c -o guile.o guile.c
> | In file included from /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm/usr/include/guile/2.0/libguile/pthread-threads.h:33:0,
> |                  from /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm/usr/include/guile/2.0/libguile/threads.h:36,
> |                  from /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm/usr/include/guile/2.0/libguile/async.h:28,
> |                  from /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm/usr/include/guile/2.0/libguile.h:37,
> |                  from guile.c:25:
> | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm/usr/include/guile/2.0/libguile/bdw-gc.h:47:19: fatal error: gc/gc.h: No such file or directory
> |  #include <gc/gc.h>
> |                    ^
> | compilation terminated.
> | make[2]: *** [guile.o] Error 1
> | make[2]: *** Waiting for unfinished jobs....
> | make[2]: Leaving directory `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/make/4.0-r0/make-4.0'
> | make[1]: *** [all-recursive] Error 1
> | make[1]: Leaving directory `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/make/4.0-r0/make-4.0'
> | make: *** [all] Error 2
> | ERROR: oe_runmake failed
> | WARNING: exit code 1 from a shell command.
> | ERROR: Function failed: do_compile (log file is located at /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/make/4.0-r0/temp/log.do_compile.11565)
> NOTE: recipe make-4.0-r0: task do_compile: Failed

Looks like it needs a --without-guile in EXTRA_OECONF

Cheers,

Richard





More information about the Openembedded-core mailing list