* [denzil][meta-ti] Problems building compiler for Pandaboard
@ 2012-08-09 17:26 Luke A. Guest
2012-08-09 17:32 ` Gary Thomas
0 siblings, 1 reply; 9+ messages in thread
From: Luke A. Guest @ 2012-08-09 17:26 UTC (permalink / raw)
To: poky
Hi,
I was originally trying to build for Gumstix Overo IronStorm board using
the MACHINE ??= "overo-storm", this failed
(https://bugzilla.yoctoproject.org/show_bug.cgi?id=2924), so I thought
I'd try a build for my Pandaboard ES.
There's no ES specific version yet, but I thought I'd try to build using
MACHINE = "pandaboard" - I don't know if the ??= or = should make a
difference, I was told not. But now this is failing in
gcc-cross-initial-4.6.3+svnr184847-r25:
| for file
in .. /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3
+svnr184847-r25/gcc-4_6-branch/gcc/ginclude/float.h /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3+svnr184847-r25/gcc-4_6-branch/gcc/ginclude/iso646.h /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3+svnr184847-r25/gcc-4_6-branch/gcc/ginclude/stdarg.h /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3+svnr184847-r25/gcc-4_6-branch/gcc/ginclude/stdbool.h /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3+svnr184847-r25/gcc-4_6-branch/gcc/ginclude/stddef.h /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3+svnr184847-r25/gcc-4_6-branch/gcc/ginclude/varargs.h /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3+svnr184847-r25/gcc-4_6-branch/gcc/ginclude/stdfix.h /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3+svnr184847-r25/gcc-4_6-branch/gcc/config/arm/mmintrin.h /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3+svnr184847-r25/gcc-4_6-branch/gcc/config/arm/arm_neon.h; do \
| if [ X$file != X.. ]; then \
| realfile=`echo $file | sed -e 's|.*/\([^/]*\)$|\1|'`; \
| echo timestamp > include/$realfile; \
| rm -f include/$realfile; \
| cp $file include; \
| chmod a+r include/$realfile; \
| fi; \
| done
| for file in .. ; do \
| if [ X$file != X.. ]; then \
| mv include/$file include/x_$file; \
| echo "#include_next <$file>" >include/$file; \
| cat include/x_$file >>include/$file; \
| rm -f include/x_$file; \
| chmod a+r include/$file; \
| fi; \
| done
| for file in .. ; do \
| if [ X$file != X.. ]; then \
| echo "#include_next <$file>" >>include/$file; \
| chmod a+r include/$file; \
| fi; \
| done
| rm -f include/unwind.h
| cp /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3
+svnr184847-r25/gcc-4_6-branch/gcc/config/arm/unwind-arm.h
include/unwind.h
| chmod a+r include/unwind.h
| rm -f include/stdint.h
| if [ wrap = wrap ]; then \
| rm -f include/stdint-gcc.h; \
|
cp /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3
+svnr184847-r25/gcc-4_6-branch/gcc/ginclude/stdint-gcc.h
include/stdint-gcc.h; \
| chmod a+r include/stdint-gcc.h; \
|
cp /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3
+svnr184847-r25/gcc-4_6-branch/gcc/ginclude/stdint-wrap.h
include/stdint.h; \
| chmod a+r include/stdint.h; \
| elif [ wrap = provide ]; then \
|
cp /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3
+svnr184847-r25/gcc-4_6-branch/gcc/ginclude/stdint-gcc.h
include/stdint.h; \
| chmod a+r include/stdint.h; \
| fi
| set -e; for ml in `cat fixinc_list`; do \
| sysroot_headers_suffix=`echo ${ml} | sed -e 's/;.*$//'`; \
| multi_dir=`echo ${ml} | sed -e 's/^[^;]*;//'`; \
| fix_dir=include-fixed${multi_dir}; \
| if [ -f
`echo /home/laguest/src/others/poky/poky-build/tmp/sysroots/pandaboard
${sysroot_headers_suffix}/usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,'
-e ta`/limits.h ] ; then \
|
cat /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3
+svnr184847-r25/gcc-4_6-branch/gcc/limitx.h /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3+svnr184847-r25/gcc-4_6-branch/gcc/glimits.h /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3+svnr184847-r25/gcc-4_6-branch/gcc/limity.h > tmp-xlimits.h; \
| else \
|
cat /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3
+svnr184847-r25/gcc-4_6-branch/gcc/glimits.h > tmp-xlimits.h; \
| fi; \
|
/bin/sh /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3+svnr184847-r25/gcc-4_6-branch/gcc/../mkinstalldirs ${fix_dir}; \
| chmod a+rx ${fix_dir} || true; \
| rm -f ${fix_dir}/limits.h; \
| mv tmp-xlimits.h ${fix_dir}/limits.h; \
| chmod a+r ${fix_dir}/limits.h; \
| done
| rm -f include-fixed/README
| cp /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3
+svnr184847-r25/gcc-4_6-branch/gcc/../fixincludes/README-fixinc
include-fixed/README
| chmod a+r include-fixed/README
| echo timestamp > stmp-int-hdrs
| make[2]: Leaving directory
`/home/laguest/src/others/poky/poky-build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/gcc-cross-initial-4.6.3+svnr184847-r25/gcc-4_6-branch/build.x86_64-linux.arm-poky-linux-gnueabi/gcc'
| Checking multilib configuration for libgcc...
| Configuring in arm-poky-linux-gnueabi/libgcc
| configure: loading cache ./config.cache
| configure: error: `CC' has changed since the previous run:
| configure: former value:
`/home/laguest/src/others/poky/poky-build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/gcc-cross-initial-4.6.3+svnr184847-r25/gcc-4_6-brERROR: Function failed: do_compile (see /home/laguest/src/others/poky/poky-build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/gcc-cross-initial-4.6.3+svnr184847-r25/temp/log.do_compile.24746 for further information)
| anch/build.x86_64-linux.arm-poky-linux-gnueabi/./gcc/xgcc
-B/home/laguest/src/others/poky/poky-build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/gcc-cross-initial-4.6.3+svnr184847-r25/gcc-4_6-branch/build.x86_64-linux.arm-poky-linux-gnueabi/./gcc/ -march=armv7-a -fno-tree-vectorize -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8 -isystem/home/laguest/src/others/poky/poky-build/tmp/sysroots/overo-storm/usr/include -B/home/laguest/src/others/poky/poky-build/tmp/sysroots/x86_64-linux/usr/a
NOTE: package gcc-cross-initial-4.6.3+svnr184847-r25: task do_compile:
Failed
ERROR: Task 1323
(/home/laguest/src/others/poky/poky/meta/recipes-devtools/gcc/gcc-cross-initial_4.6.bb, do_compile) failed with exit code '1'
Waiting for 1 running tasks to finish:
0: linux-libc-headers-3.2-r1 do_package (pid 6063)
NOTE: package linux-libc-headers-3.2-r1: task do_package: Succeeded
NOTE: Tasks Summary: Attempted 363 tasks of which 351 didn't need to be
rerun and 1 failed.
Summary: 1 task failed:
/home/laguest/src/others/poky/poky/meta/recipes-devtools/gcc/gcc-cross-initial_4.6.bb, do_compile
Summary: There were 3 WARNING messages shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit
code.
Can anybody help me get started with this? I've only been able to build
an qemux86 image so far which is not that useful for real boards.
Thanks,
Luke.
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [denzil][meta-ti] Problems building compiler for Pandaboard
2012-08-09 17:26 [denzil][meta-ti] Problems building compiler for Pandaboard Luke A. Guest
@ 2012-08-09 17:32 ` Gary Thomas
2012-08-09 17:36 ` Paul Eggleton
2012-08-10 14:53 ` Luke A. Guest
0 siblings, 2 replies; 9+ messages in thread
From: Gary Thomas @ 2012-08-09 17:32 UTC (permalink / raw)
To: poky
On 2012-08-09 11:26, Luke A. Guest wrote:
> Hi,
>
> I was originally trying to build for Gumstix Overo IronStorm board using
> the MACHINE ??= "overo-storm", this failed
> (https://bugzilla.yoctoproject.org/show_bug.cgi?id=2924), so I thought
> I'd try a build for my Pandaboard ES.
>
> There's no ES specific version yet, but I thought I'd try to build using
> MACHINE = "pandaboard" - I don't know if the ??= or = should make a
> difference, I was told not. But now this is failing in
> gcc-cross-initial-4.6.3+svnr184847-r25:
>
> | for file
> in .. /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3
> +svnr184847-r25/gcc-4_6-branch/gcc/ginclude/float.h /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3+svnr184847-r25/gcc-4_6-branch/gcc/ginclude/iso646.h /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3+svnr184847-r25/gcc-4_6-branch/gcc/ginclude/stdarg.h /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3+svnr184847-r25/gcc-4_6-branch/gcc/ginclude/stdbool.h /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3+svnr184847-r25/gcc-4_6-branch/gcc/ginclude/stddef.h /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3+svnr184847-r25/gcc-4_6-branch/gcc/ginclude/varargs.h /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3+svnr184847-r25/gcc-4_6-branch/gcc/ginclude/stdfix.h /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3+svnr184847-r25/gcc-4_6-branch/gcc/config/arm/mmintrin.h /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3+svnr184847-r25/gcc-4_6-branch/
gc
> c/config/arm/arm_neon.h; do \
> | if [ X$file != X.. ]; then \
> | realfile=`echo $file | sed -e 's|.*/\([^/]*\)$|\1|'`; \
> | echo timestamp > include/$realfile; \
> | rm -f include/$realfile; \
> | cp $file include; \
> | chmod a+r include/$realfile; \
> | fi; \
> | done
> | for file in .. ; do \
> | if [ X$file != X.. ]; then \
> | mv include/$file include/x_$file; \
> | echo "#include_next <$file>" >include/$file; \
> | cat include/x_$file >>include/$file; \
> | rm -f include/x_$file; \
> | chmod a+r include/$file; \
> | fi; \
> | done
> | for file in .. ; do \
> | if [ X$file != X.. ]; then \
> | echo "#include_next <$file>" >>include/$file; \
> | chmod a+r include/$file; \
> | fi; \
> | done
> | rm -f include/unwind.h
> | cp /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3
> +svnr184847-r25/gcc-4_6-branch/gcc/config/arm/unwind-arm.h
> include/unwind.h
> | chmod a+r include/unwind.h
> | rm -f include/stdint.h
> | if [ wrap = wrap ]; then \
> | rm -f include/stdint-gcc.h; \
> |
> cp /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3
> +svnr184847-r25/gcc-4_6-branch/gcc/ginclude/stdint-gcc.h
> include/stdint-gcc.h; \
> | chmod a+r include/stdint-gcc.h; \
> |
> cp /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3
> +svnr184847-r25/gcc-4_6-branch/gcc/ginclude/stdint-wrap.h
> include/stdint.h; \
> | chmod a+r include/stdint.h; \
> | elif [ wrap = provide ]; then \
> |
> cp /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3
> +svnr184847-r25/gcc-4_6-branch/gcc/ginclude/stdint-gcc.h
> include/stdint.h; \
> | chmod a+r include/stdint.h; \
> | fi
> | set -e; for ml in `cat fixinc_list`; do \
> | sysroot_headers_suffix=`echo ${ml} | sed -e 's/;.*$//'`; \
> | multi_dir=`echo ${ml} | sed -e 's/^[^;]*;//'`; \
> | fix_dir=include-fixed${multi_dir}; \
> | if [ -f
> `echo /home/laguest/src/others/poky/poky-build/tmp/sysroots/pandaboard
> ${sysroot_headers_suffix}/usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,'
> -e ta`/limits.h ] ; then \
> |
> cat /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3
> +svnr184847-r25/gcc-4_6-branch/gcc/limitx.h /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3+svnr184847-r25/gcc-4_6-branch/gcc/glimits.h /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3+svnr184847-r25/gcc-4_6-branch/gcc/limity.h > tmp-xlimits.h; \
> | else \
> |
> cat /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3
> +svnr184847-r25/gcc-4_6-branch/gcc/glimits.h > tmp-xlimits.h; \
> | fi; \
> |
> /bin/sh /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3+svnr184847-r25/gcc-4_6-branch/gcc/../mkinstalldirs ${fix_dir}; \
> | chmod a+rx ${fix_dir} || true; \
> | rm -f ${fix_dir}/limits.h; \
> | mv tmp-xlimits.h ${fix_dir}/limits.h; \
> | chmod a+r ${fix_dir}/limits.h; \
> | done
> | rm -f include-fixed/README
> | cp /home/laguest/src/others/poky/poky-build/tmp/work-shared/gcc-4.6.3
> +svnr184847-r25/gcc-4_6-branch/gcc/../fixincludes/README-fixinc
> include-fixed/README
> | chmod a+r include-fixed/README
> | echo timestamp > stmp-int-hdrs
> | make[2]: Leaving directory
> `/home/laguest/src/others/poky/poky-build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/gcc-cross-initial-4.6.3+svnr184847-r25/gcc-4_6-branch/build.x86_64-linux.arm-poky-linux-gnueabi/gcc'
> | Checking multilib configuration for libgcc...
> | Configuring in arm-poky-linux-gnueabi/libgcc
> | configure: loading cache ./config.cache
> | configure: error: `CC' has changed since the previous run:
> | configure: former value:
> `/home/laguest/src/others/poky/poky-build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/gcc-cross-initial-4.6.3+svnr184847-r25/gcc-4_6-brERROR: Function failed: do_compile (see /home/laguest/src/others/poky/poky-build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/gcc-cross-initial-4.6.3+svnr184847-r25/temp/log.do_compile.24746 for further information)
> | anch/build.x86_64-linux.arm-poky-linux-gnueabi/./gcc/xgcc
> -B/home/laguest/src/others/poky/poky-build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/gcc-cross-initial-4.6.3+svnr184847-r25/gcc-4_6-branch/build.x86_64-linux.arm-poky-linux-gnueabi/./gcc/ -march=armv7-a -fno-tree-vectorize -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8 -isystem/home/laguest/src/others/poky/poky-build/tmp/sysroots/overo-storm/usr/include -B/home/laguest/src/others/poky/poky-build/tmp/sysroots/x86_64-linux/usr/a
> NOTE: package gcc-cross-initial-4.6.3+svnr184847-r25: task do_compile:
> Failed
> ERROR: Task 1323
> (/home/laguest/src/others/poky/poky/meta/recipes-devtools/gcc/gcc-cross-initial_4.6.bb, do_compile) failed with exit code '1'
> Waiting for 1 running tasks to finish:
> 0: linux-libc-headers-3.2-r1 do_package (pid 6063)
> NOTE: package linux-libc-headers-3.2-r1: task do_package: Succeeded
> NOTE: Tasks Summary: Attempted 363 tasks of which 351 didn't need to be
> rerun and 1 failed.
>
> Summary: 1 task failed:
> /home/laguest/src/others/poky/poky/meta/recipes-devtools/gcc/gcc-cross-initial_4.6.bb, do_compile
> Summary: There were 3 WARNING messages shown.
> Summary: There was 1 ERROR message shown, returning a non-zero exit
> code.
>
> Can anybody help me get started with this? I've only been able to build
> an qemux86 image so far which is not that useful for real boards.
Try cleaning out your build tree (remove sstate-cache/ and tmp/) and run
it again. The error you are seeing is related to reusing the same tree
with [somewhat] different target machines.
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [denzil][meta-ti] Problems building compiler for Pandaboard
2012-08-09 17:32 ` Gary Thomas
@ 2012-08-09 17:36 ` Paul Eggleton
2012-08-09 17:57 ` Gary Thomas
2012-08-10 14:53 ` Luke A. Guest
1 sibling, 1 reply; 9+ messages in thread
From: Paul Eggleton @ 2012-08-09 17:36 UTC (permalink / raw)
To: Gary Thomas; +Cc: poky
On Thursday 09 August 2012 11:32:21 Gary Thomas wrote:
> On 2012-08-09 11:26, Luke A. Guest wrote:
> > Can anybody help me get started with this? I've only been able to build
> > an qemux86 image so far which is not that useful for real boards.
>
> Try cleaning out your build tree (remove sstate-cache/ and tmp/) and run
> it again. The error you are seeing is related to reusing the same tree
> with [somewhat] different target machines.
Sharing build directory between disparate machines should be perfectly
allowable, if there are failures that block it we should fix them. I'm not sure
what this specific failure is caused by though.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [denzil][meta-ti] Problems building compiler for Pandaboard
2012-08-09 17:36 ` Paul Eggleton
@ 2012-08-09 17:57 ` Gary Thomas
0 siblings, 0 replies; 9+ messages in thread
From: Gary Thomas @ 2012-08-09 17:57 UTC (permalink / raw)
To: Paul Eggleton; +Cc: poky
On 2012-08-09 11:36, Paul Eggleton wrote:
> On Thursday 09 August 2012 11:32:21 Gary Thomas wrote:
>> On 2012-08-09 11:26, Luke A. Guest wrote:
>>> Can anybody help me get started with this? I've only been able to build
>>> an qemux86 image so far which is not that useful for real boards.
>>
>> Try cleaning out your build tree (remove sstate-cache/ and tmp/) and run
>> it again. The error you are seeing is related to reusing the same tree
>> with [somewhat] different target machines.
>
> Sharing build directory between disparate machines should be perfectly
> allowable, if there are failures that block it we should fix them. I'm not sure
> what this specific failure is caused by though.
I see this problem a lot when updating my master tree and trying
to rebuild. Sadly, once it happens, it's hard to reproduce and
I never know when it will bite me.
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [denzil][meta-ti] Problems building compiler for Pandaboard
2012-08-09 17:32 ` Gary Thomas
2012-08-09 17:36 ` Paul Eggleton
@ 2012-08-10 14:53 ` Luke A. Guest
2012-08-10 14:58 ` Gary Thomas
1 sibling, 1 reply; 9+ messages in thread
From: Luke A. Guest @ 2012-08-10 14:53 UTC (permalink / raw)
To: Gary Thomas; +Cc: poky
On Thu, 2012-08-09 at 11:32 -0600, Gary Thomas wrote:
> Try cleaning out your build tree (remove sstate-cache/ and tmp/) and run
> it again. The error you are seeing is related to reusing the same tree
> with [somewhat] different target machines.
I did this and did it get further, failed somewhere else though.
Luke.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [denzil][meta-ti] Problems building compiler for Pandaboard
2012-08-10 14:53 ` Luke A. Guest
@ 2012-08-10 14:58 ` Gary Thomas
2012-08-11 15:08 ` Luke A. Guest
0 siblings, 1 reply; 9+ messages in thread
From: Gary Thomas @ 2012-08-10 14:58 UTC (permalink / raw)
To: Luke A. Guest; +Cc: poky
On 2012-08-10 08:53, Luke A. Guest wrote:
> On Thu, 2012-08-09 at 11:32 -0600, Gary Thomas wrote:
>
>> Try cleaning out your build tree (remove sstate-cache/ and tmp/) and run
>> it again. The error you are seeing is related to reusing the same tree
>> with [somewhat] different target machines.
>
> I did this and did it get further, failed somewhere else though.
>
Without more information, it will be hard for anyone to help you out :-(
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [denzil][meta-ti] Problems building compiler for Pandaboard
2012-08-10 14:58 ` Gary Thomas
@ 2012-08-11 15:08 ` Luke A. Guest
2012-08-12 5:41 ` Khem Raj
0 siblings, 1 reply; 9+ messages in thread
From: Luke A. Guest @ 2012-08-11 15:08 UTC (permalink / raw)
To: Gary Thomas; +Cc: poky
On Fri, 2012-08-10 at 08:58 -0600, Gary Thomas wrote:
> On 2012-08-10 08:53, Luke A. Guest wrote:
> > On Thu, 2012-08-09 at 11:32 -0600, Gary Thomas wrote:
> >
> >> Try cleaning out your build tree (remove sstate-cache/ and tmp/) and run
> >> it again. The error you are seeing is related to reusing the same tree
> >> with [somewhat] different target machines.
> >
> > I did this and did it get further, failed somewhere else though.
> >
>
> Without more information, it will be hard for anyone to help you out :-(
>
Yup, well I wanted to do a search first. I did come across the issue as
it's already known, but I thought it would be patched already.
| Compiling deb/deblistparser.cc
to /home/laguest/src/others/poky/poky-build/tmp/work/x86_64-linux/apt-native-0.7.14-r7/apt-0.7.14/obj/apt-pkg/deblistparser.opic
| deb/deblistparser.cc: In member function 'virtual short unsigned int
debListParser::VersionHash()':
| deb/deblistparser.cc:212:13: error: redeclaration of 'char* I'
| deb/deblistparser.cc:202:22: error: 'const char** I' previously
declared here
| make[2]: ***
[/home/laguest/src/others/poky/poky-build/tmp/work/x86_64-linux/apt-native-0.7.14-r7/apt-0.7.14/obj/apt-pkg/deblistparser.opic] Error 1
| make[2]: *** Waiting for unfinished jobs....
| make[1]: *** [all] Error 2
| make: *** [all] Error 2
| ERROR: oe_runmake failed
NOTE: package apt-native-0.7.14-r7: task do_compile: Failed
ERROR: Task 74
(/home/laguest/src/others/poky/poky/meta/recipes-devtools/apt/apt-native_0.7.14.bb, do_compile) failed with exit code '1'
Waiting for 1 running tasks to finish:
0: busybox-1.19.4-r6 do_compile (pid 30279)
NOTE: package busybox-1.19.4-r6: task do_compile: Succeeded
NOTE: Tasks Summary: Attempted 1744 tasks of which 162 didn't need to be
rerun and 1 failed.
Summary: 1 task failed:
/home/laguest/src/others/poky/poky/meta/recipes-devtools/apt/apt-native_0.7.14.bb, do_compile
Summary: There were 57 WARNING messages shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit
code.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [denzil][meta-ti] Problems building compiler for Pandaboard
2012-08-11 15:08 ` Luke A. Guest
@ 2012-08-12 5:41 ` Khem Raj
2012-08-14 22:56 ` Luke A. Guest
0 siblings, 1 reply; 9+ messages in thread
From: Khem Raj @ 2012-08-12 5:41 UTC (permalink / raw)
To: Luke A. Guest; +Cc: poky
On Sat, Aug 11, 2012 at 8:08 AM, Luke A. Guest <laguest@archeia.com> wrote:
> On Fri, 2012-08-10 at 08:58 -0600, Gary Thomas wrote:
>> On 2012-08-10 08:53, Luke A. Guest wrote:
>> > On Thu, 2012-08-09 at 11:32 -0600, Gary Thomas wrote:
>> >
>> >> Try cleaning out your build tree (remove sstate-cache/ and tmp/) and run
>> >> it again. The error you are seeing is related to reusing the same tree
>> >> with [somewhat] different target machines.
>> >
>> > I did this and did it get further, failed somewhere else though.
>> >
>>
>> Without more information, it will be hard for anyone to help you out :-(
>>
>
> Yup, well I wanted to do a search first. I did come across the issue as
> it's already known, but I thought it would be patched already.
>
> | Compiling deb/deblistparser.cc
> to /home/laguest/src/others/poky/poky-build/tmp/work/x86_64-linux/apt-native-0.7.14-r7/apt-0.7.14/obj/apt-pkg/deblistparser.opic
> | deb/deblistparser.cc: In member function 'virtual short unsigned int
> debListParser::VersionHash()':
> | deb/deblistparser.cc:212:13: error: redeclaration of 'char* I'
> | deb/deblistparser.cc:202:22: error: 'const char** I' previously
> declared here
> | make[2]: ***
> [/home/laguest/src/others/poky/poky-build/tmp/work/x86_64-linux/apt-native-0.7.14-r7/apt-0.7.14/obj/apt-pkg/deblistparser.opic] Error 1
> | make[2]: *** Waiting for unfinished jobs....
> | make[1]: *** [all] Error 2
> | make: *** [all] Error 2
> | ERROR: oe_runmake failed
> NOTE: package apt-native-0.7.14-r7: task do_compile: Failed
> ERROR: Task 74
> (/home/laguest/src/others/poky/poky/meta/recipes-devtools/apt/apt-native_0.7.14.bb, do_compile) failed with exit code '1'
> Waiting for 1 running tasks to finish:
> 0: busybox-1.19.4-r6 do_compile (pid 30279)
> NOTE: package busybox-1.19.4-r6: task do_compile: Succeeded
> NOTE: Tasks Summary: Attempted 1744 tasks of which 162 didn't need to be
> rerun and 1 failed.
Do you have following patch applied ? If not then I guess you need
some backports.
commit fae7fc49052720f037bac128084851c09d420381
Author: Robert Yang <liezhi.yang@windriver.com>
Date: Thu Jun 7 16:37:09 2012 -0700
apt 0.7.14: do_compile failed with gcc 4.7
apt do_compile failed with gcc 4.7:
deb/deblistparser.cc: In member function 'virtual short unsigned
int debListParser::VersionHash()':
deb/deblistparser.cc:212:13: error: redeclaration of 'char* I'
deb/deblistparser.cc:202:22: error: 'const char** I' previously
declared here
>
> Summary: 1 task failed:
> /home/laguest/src/others/poky/poky/meta/recipes-devtools/apt/apt-native_0.7.14.bb, do_compile
> Summary: There were 57 WARNING messages shown.
> Summary: There was 1 ERROR message shown, returning a non-zero exit
> code.
>
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2012-08-14 22:57 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-09 17:26 [denzil][meta-ti] Problems building compiler for Pandaboard Luke A. Guest
2012-08-09 17:32 ` Gary Thomas
2012-08-09 17:36 ` Paul Eggleton
2012-08-09 17:57 ` Gary Thomas
2012-08-10 14:53 ` Luke A. Guest
2012-08-10 14:58 ` Gary Thomas
2012-08-11 15:08 ` Luke A. Guest
2012-08-12 5:41 ` Khem Raj
2012-08-14 22:56 ` Luke A. Guest
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.