Openembedded Core Discussions
 help / color / mirror / Atom feed
* Re: [oe-commits] Robert Yang : make: upgrade to 4.0
       [not found] <20140106112937.00B9650473@opal>
@ 2014-01-08 11:57 ` Martin Jansa
  2014-01-08 12:33   ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2014-01-08 11:57 UTC (permalink / raw)
  To: Robert Yang; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 3842 bytes --]

On Mon, Jan 06, 2014 at 11:29:36AM +0000, git@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@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@windriver.com>
> Signed-off-by: Saul Wold <sgw@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


> 
> ---
> 
>  .../make/make-3.82/expand_MAKEFLAGS.patch          |  39 -----
>  .../make-3.82/intermediate-target-bugfix.patch     |  23 ---
>  .../make-savannah-bug30612-fix_white_space.patch   |  58 -------
>  ...ke-savannah-bug30612-handling_of_archives.patch | 188 ---------------------
>  meta/recipes-devtools/make/make_3.82.bb            |  16 --
>  meta/recipes-devtools/make/make_4.0.bb             |  10 ++
>  6 files changed, 10 insertions(+), 324 deletions(-)
> 
> Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=f2b40e09e1d9767001f8fd9d5948ff2757491b2f
> _______________________________________________
> Openembedded-commits mailing list
> Openembedded-commits@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-commits

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [oe-commits] Robert Yang : make: upgrade to 4.0
  2014-01-08 11:57 ` [oe-commits] Robert Yang : make: upgrade to 4.0 Martin Jansa
@ 2014-01-08 12:33   ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2014-01-08 12:33 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-core

On Wed, 2014-01-08 at 12:57 +0100, Martin Jansa wrote:
> On Mon, Jan 06, 2014 at 11:29:36AM +0000, git@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@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@windriver.com>
> > Signed-off-by: Saul Wold <sgw@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




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

end of thread, other threads:[~2014-01-08 12:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20140106112937.00B9650473@opal>
2014-01-08 11:57 ` [oe-commits] Robert Yang : make: upgrade to 4.0 Martin Jansa
2014-01-08 12:33   ` Richard Purdie

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