All of lore.kernel.org
 help / color / mirror / Atom feed
* Can't build libcgroup
@ 2011-10-13 13:39 Gary Thomas
  2011-10-13 14:16 ` Kridner, Jason
  0 siblings, 1 reply; 18+ messages in thread
From: Gary Thomas @ 2011-10-13 13:39 UTC (permalink / raw)
  To: openembedded-devel

Trying to follow the Angstrom instructions directly.

OE Build Configuration:
BB_VERSION        = "1.13.3"
TARGET_ARCH       = "arm"
TARGET_OS         = "linux-gnueabi"
MACHINE           = "beagleboard"
DISTRO            = "angstrom"
DISTRO_VERSION    = "v2011.10-core"
TUNE_FEATURES     = "armv7a vfp neon cortexa8"
TARGET_FPU        = "vfp-neon"
meta-angstrom     = "master:66263650f8548d6b0b5f593ab728f536d5e05a9f"
meta-oe
meta-efl
meta-gpe
meta-gnome
meta-xfce         = "master:1e5d73ec4f44200104de085838f04e31a49435da"
meta-ti           = "master:3530f1025efc3792334b897a4e70c6d5822ef56d"
meta              = "master:5ad1ca59dea6d5045f252ed7b786ad193faced64"

Fails with this error:
| ccache arm-angstrom-linux-gnueabi-gcc  -march=armv7-a -fno-tree-vectorize      -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8 -mthumb-interwork -mno-thumb 
--sysroot=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard -DHAVE_CONFIG_H -I. -I.. -I../include    -O2 -pipe -g -feliminate-unused-debug-types -Wall -c 
walk_test.c
| libcg_ba.cpp:18:18: fatal error: string: No such file or directory
| compilation terminated.
| make[2]: *** [libcg_ba.o] Error 1
| make[2]: *** Waiting for unfinished jobs....
| make[2]: Leaving directory `/home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/work/armv7a-angstrom-linux-gnueabi/libcgroup-0.37.1-r0/libcgroup-0.37.1/tests'

Full compile log at http://www.mlbassoc.com/oe/libcgroup-log.do_compile

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------



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

* Re: Can't build libcgroup
  2011-10-13 13:39 Can't build libcgroup Gary Thomas
@ 2011-10-13 14:16 ` Kridner, Jason
  2011-10-13 14:28   ` Gary Thomas
  0 siblings, 1 reply; 18+ messages in thread
From: Kridner, Jason @ 2011-10-13 14:16 UTC (permalink / raw)
  To: <openembedded-devel@lists.openembedded.org>; +Cc: openembedded-devel

On Oct 13, 2011, at 8:39 AM, "Gary Thomas" <gary@mlbassoc.com> wrote:

> Trying to follow the Angstrom instructions directly.
> 
> OE Build Configuration:
> BB_VERSION        = "1.13.3"
> TARGET_ARCH       = "arm"
> TARGET_OS         = "linux-gnueabi"
> MACHINE           = "beagleboard"
> DISTRO            = "angstrom"
> DISTRO_VERSION    = "v2011.10-core"
> TUNE_FEATURES     = "armv7a vfp neon cortexa8"
> TARGET_FPU        = "vfp-neon"
> meta-angstrom     = "master:66263650f8548d6b0b5f593ab728f536d5e05a9f"
> meta-oe
> meta-efl
> meta-gpe
> meta-gnome
> meta-xfce         = "master:1e5d73ec4f44200104de085838f04e31a49435da"
> meta-ti           = "master:3530f1025efc3792334b897a4e70c6d5822ef56d"
> meta              = "master:5ad1ca59dea6d5045f252ed7b786ad193faced64"
> 
> Fails with this error:
> | ccache arm-angstrom-linux-gnueabi-gcc  -march=armv7-a -fno-tree-vectorize      -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8 -mthumb-interwork -mno-thumb --sysroot=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard -DHAVE_CONFIG_H -I. -I.. -I../include    -O2 -pipe -g -feliminate-unused-debug-types -Wall -c walk_test.c
> | libcg_ba.cpp:18:18: fatal error: string: No such file or directory
> | compilation terminated.
> | make[2]: *** [libcg_ba.o] Error 1
> | make[2]: *** Waiting for unfinished jobs....
> | make[2]: Leaving directory `/home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/work/armv7a-angstrom-linux-gnueabi/libcgroup-0.37.1-r0/libcgroup-0.37.1/tests'
> 
> Full compile log at http://www.mlbassoc.com/oe/libcgroup-log.do_compile

I have the same issue on a 64-bit Ubuntu machine. 

> 
> -- 
> ------------------------------------------------------------
> Gary Thomas                 |  Consulting for the
> MLB Associates              |    Embedded world
> ------------------------------------------------------------
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



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

* Re: Can't build libcgroup
  2011-10-13 14:16 ` Kridner, Jason
@ 2011-10-13 14:28   ` Gary Thomas
  2011-10-13 18:48     ` Khem Raj
  0 siblings, 1 reply; 18+ messages in thread
From: Gary Thomas @ 2011-10-13 14:28 UTC (permalink / raw)
  To: openembedded-devel

On 2011-10-13 08:16, Kridner, Jason wrote:
> On Oct 13, 2011, at 8:39 AM, "Gary Thomas"<gary@mlbassoc.com>  wrote:
>
>> Trying to follow the Angstrom instructions directly.
>>
>> OE Build Configuration:
>> BB_VERSION        = "1.13.3"
>> TARGET_ARCH       = "arm"
>> TARGET_OS         = "linux-gnueabi"
>> MACHINE           = "beagleboard"
>> DISTRO            = "angstrom"
>> DISTRO_VERSION    = "v2011.10-core"
>> TUNE_FEATURES     = "armv7a vfp neon cortexa8"
>> TARGET_FPU        = "vfp-neon"
>> meta-angstrom     = "master:66263650f8548d6b0b5f593ab728f536d5e05a9f"
>> meta-oe
>> meta-efl
>> meta-gpe
>> meta-gnome
>> meta-xfce         = "master:1e5d73ec4f44200104de085838f04e31a49435da"
>> meta-ti           = "master:3530f1025efc3792334b897a4e70c6d5822ef56d"
>> meta              = "master:5ad1ca59dea6d5045f252ed7b786ad193faced64"
>>
>> Fails with this error:
>> | ccache arm-angstrom-linux-gnueabi-gcc  -march=armv7-a -fno-tree-vectorize      -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8 -mthumb-interwork -mno-thumb --sysroot=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard -DHAVE_CONFIG_H -I. -I.. -I../include    -O2 -pipe -g -feliminate-unused-debug-types -Wall -c walk_test.c
>> | libcg_ba.cpp:18:18: fatal error: string: No such file or directory
>> | compilation terminated.
>> | make[2]: *** [libcg_ba.o] Error 1
>> | make[2]: *** Waiting for unfinished jobs....
>> | make[2]: Leaving directory `/home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/work/armv7a-angstrom-linux-gnueabi/libcgroup-0.37.1-r0/libcgroup-0.37.1/tests'
>>
>> Full compile log at http://www.mlbassoc.com/oe/libcgroup-log.do_compile
>
> I have the same issue on a 64-bit Ubuntu machine.

Mine is 32 bit Fedora 13.

The problem seems to be that G++ 4.5.4 is misconfigured.  Running it by hand:

[gthomas@titan tests]$ PATH=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi:$PATH arm-angstrom-linux-gnueabi-g++ 
-march=armv7-a -fno-tree-vectorize      -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8 -mthumb-interwork -mno-thumb 
--sysroot=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard -DHAVE_CONFIG_H -I. -I.. -I../include    -O2 -pipe -g -feliminate-unused-debug-types 
-fpermissive -fvisibility-inlines-hidden -fvisibility-inlines-hidden -c -o libcg_ba.o libcg_ba.cpp -v
Using built-in specs.
COLLECT_GCC=arm-angstrom-linux-gnueabi-g++
COLLECT_LTO_WRAPPER=/home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi/../../libexec/armv7a-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/lto-wrapper
Target: arm-angstrom-linux-gnueabi
Configured with: /local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/work-shared/gcc-4.5-r43+svnr178923/gcc-4_5-branch/configure --build=i686-linux --host=i686-linux 
--target=arm-angstrom-linux-gnueabi --prefix=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr 
--exec_prefix=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr 
--bindir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi 
--sbindir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi 
--libexecdir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/libexec/armv7a-angstrom-linux-gnueabi 
--datadir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/share 
--sysconfdir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/etc 
--sharedstatedir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/com 
--localstatedir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/var 
--libdir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/lib/armv7a-angstrom-linux-gnueabi 
--includedir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/include 
--oldincludedir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/include 
--infodir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/share/info 
--mandir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/share/man --disable-silent-rules --disable-dependency-tracking 
--with-libtool-sysroot=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix 
--disable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=arm-angstrom-linux-gnueabi- --enable-target-optspace --enable-lto 
--enable-libssp --disable-bootstrap --disable-libgomp --disable-libmudflap --enable-cheaders=c_global 
--with-local-prefix=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard/usr --with-gxx-include-dir=/usr/include/c++ 
--with-sysroot=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard 
--with-build-sysroot=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard --enable-poison-system-directories 
--with-headers=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard/usr/include --disable-nls --disable-libunwind-exceptions 
--with-mpfr=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr --with-system-zlib --enable-nls --enable-__cxa_atexit
Thread model: posix
gcc version 4.5.4 20110917 (prerelease) (GCC)
COLLECT_GCC_OPTIONS='-march=armv7-a' '-fno-tree-vectorize' '-mfloat-abi=softfp' '-mfpu=neon' '-mtune=cortex-a8' '-mthumb-interwork' '-mno-thumb' '-DHAVE_CONFIG_H' '-I.' '-I..' 
'-I../include' '-O2' '-pipe' '-g' '-feliminate-unused-debug-types' '-fpermissive' '-fvisibility-inlines-hidden' '-c' '-o' 'libcg_ba.o' '-v' '-shared-libgcc'
 
/home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi/../../libexec/armv7a-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/cc1plus 
-quiet -v -I. -I.. -I../include -iprefix 
/home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi/../../lib/armv7a-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/ 
-isysroot /local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard -D_GNU_SOURCE -DHAVE_CONFIG_H libcg_ba.cpp -quiet -dumpbase libcg_ba.cpp -march=armv7-a 
-mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8 -mthumb-interwork -mno-thumb -auxbase-strip libcg_ba.o -g -O2 -version -fno-tree-vectorize -feliminate-unused-debug-types 
-fpermissive -fvisibility-inlines-hidden -o - |
 
/home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi/../../libexec/armv7a-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/as 
-march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -meabi=5 -o libcg_ba.o
GNU C++ (GCC) version 4.5.4 20110917 (prerelease) (arm-angstrom-linux-gnueabi)
         compiled by GNU C version 4.4.5 20101112 (Red Hat 4.4.5-2), GMP version 5.0.2, MPFR version 3.0.1, MPC version 0.8.2
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory 
"/home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi/../../lib/armv7a-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/../../../../../arm-angstrom-linux-gnueabi/include"
ignoring nonexistent directory "/usr/include/c++/arm-angstrom-linux-gnueabi"
ignoring nonexistent directory "/usr/include/c++/backward"
ignoring nonexistent directory 
"/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard/usr/include"
ignoring duplicate directory 
"/home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi/../../lib/armv7a-angstrom-linux-gnueabi/gcc/../../../lib/armv7a-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/include"
ignoring duplicate directory 
"/home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi/../../lib/armv7a-angstrom-linux-gnueabi/gcc/../../../lib/armv7a-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/include-fixed"
ignoring nonexistent directory 
"/home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi/../../lib/armv7a-angstrom-linux-gnueabi/gcc/../../../lib/armv7a-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/../../../../../arm-angstrom-linux-gnueabi/include"
#include "..." search starts here:
#include <...> search starts here:
  .
  ..
  ../include
 
/home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi/../../lib/armv7a-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/include
 
/home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi/../../lib/armv7a-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/include-fixed
  /usr/include/c++
  /local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard/usr/include
End of search list.
GNU C++ (GCC) version 4.5.4 20110917 (prerelease) (arm-angstrom-linux-gnueabi)
         compiled by GNU C version 4.4.5 20101112 (Red Hat 4.4.5-2), GMP version 5.0.2, MPFR version 3.0.1, MPC version 0.8.2
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: ff763b34759d1193f83d28b503f742f0
libcg_ba.cpp:18:18: fatal error: string: No such file or directory

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------



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

* Re: Can't build libcgroup
  2011-10-13 14:28   ` Gary Thomas
@ 2011-10-13 18:48     ` Khem Raj
  2011-10-13 18:57       ` Gary Thomas
  0 siblings, 1 reply; 18+ messages in thread
From: Khem Raj @ 2011-10-13 18:48 UTC (permalink / raw)
  To: openembedded-devel

On Thu, Oct 13, 2011 at 7:28 AM, Gary Thomas <gary@mlbassoc.com> wrote:
> On 2011-10-13 08:16, Kridner, Jason wrote:
>>
>> On Oct 13, 2011, at 8:39 AM, "Gary Thomas"<gary@mlbassoc.com>  wrote:
>>
>>> Trying to follow the Angstrom instructions directly.
>>>
>>> OE Build Configuration:
>>> BB_VERSION        = "1.13.3"
>>> TARGET_ARCH       = "arm"
>>> TARGET_OS         = "linux-gnueabi"
>>> MACHINE           = "beagleboard"
>>> DISTRO            = "angstrom"
>>> DISTRO_VERSION    = "v2011.10-core"
>>> TUNE_FEATURES     = "armv7a vfp neon cortexa8"
>>> TARGET_FPU        = "vfp-neon"
>>> meta-angstrom     = "master:66263650f8548d6b0b5f593ab728f536d5e05a9f"
>>> meta-oe
>>> meta-efl
>>> meta-gpe
>>> meta-gnome
>>> meta-xfce         = "master:1e5d73ec4f44200104de085838f04e31a49435da"
>>> meta-ti           = "master:3530f1025efc3792334b897a4e70c6d5822ef56d"
>>> meta              = "master:5ad1ca59dea6d5045f252ed7b786ad193faced64"
>>>
>>> Fails with this error:
>>> | ccache arm-angstrom-linux-gnueabi-gcc  -march=armv7-a
>>> -fno-tree-vectorize      -mthumb-interwork -mfloat-abi=softfp -mfpu=neon
>>> -mtune=cortex-a8 -mthumb-interwork -mno-thumb
>>> --sysroot=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard
>>> -DHAVE_CONFIG_H -I. -I.. -I../include    -O2 -pipe -g
>>> -feliminate-unused-debug-types -Wall -c walk_test.c
>>> | libcg_ba.cpp:18:18: fatal error: string: No such file or directory

Does this happen with lastest angstrom on oe-core ? or classic oe.dev
I am unable to reproduce it on my end

>>> | compilation terminated.
>>> | make[2]: *** [libcg_ba.o] Error 1
>>> | make[2]: *** Waiting for unfinished jobs....
>>> | make[2]: Leaving directory
>>> `/home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/work/armv7a-angstrom-linux-gnueabi/libcgroup-0.37.1-r0/libcgroup-0.37.1/tests'
>>>
>>> Full compile log at http://www.mlbassoc.com/oe/libcgroup-log.do_compile
>>
>> I have the same issue on a 64-bit Ubuntu machine.
>
> Mine is 32 bit Fedora 13.
>
> The problem seems to be that G++ 4.5.4 is misconfigured.  Running it by
> hand:
>
> [gthomas@titan tests]$
> PATH=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi:$PATH
> arm-angstrom-linux-gnueabi-g++ -march=armv7-a -fno-tree-vectorize
>  -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8
> -mthumb-interwork -mno-thumb
> --sysroot=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard
> -DHAVE_CONFIG_H -I. -I.. -I../include    -O2 -pipe -g
> -feliminate-unused-debug-types -fpermissive -fvisibility-inlines-hidden
> -fvisibility-inlines-hidden -c -o libcg_ba.o libcg_ba.cpp -v
> Using built-in specs.
> COLLECT_GCC=arm-angstrom-linux-gnueabi-g++
> COLLECT_LTO_WRAPPER=/home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi/../../libexec/armv7a-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/lto-wrapper
> Target: arm-angstrom-linux-gnueabi
> Configured with:
> /local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/work-shared/gcc-4.5-r43+svnr178923/gcc-4_5-branch/configure
> --build=i686-linux --host=i686-linux --target=arm-angstrom-linux-gnueabi
> --prefix=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr
> --exec_prefix=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr
> --bindir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi
> --sbindir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi
> --libexecdir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/libexec/armv7a-angstrom-linux-gnueabi
> --datadir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/share
> --sysconfdir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/etc
> --sharedstatedir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/com
> --localstatedir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/var
> --libdir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/lib/armv7a-angstrom-linux-gnueabi
> --includedir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/include
> --oldincludedir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/include
> --infodir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/share/info
> --mandir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/share/man
> --disable-silent-rules --disable-dependency-tracking
> --with-libtool-sysroot=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux
> --with-gnu-ld --enable-shared --enable-languages=c,c++
> --enable-threads=posix --disable-multilib --enable-c99 --enable-long-long
> --enable-symvers=gnu --enable-libstdcxx-pch
> --program-prefix=arm-angstrom-linux-gnueabi- --enable-target-optspace
> --enable-lto --enable-libssp --disable-bootstrap --disable-libgomp
> --disable-libmudflap --enable-cheaders=c_global
> --with-local-prefix=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard/usr
> --with-gxx-include-dir=/usr/include/c++
> --with-sysroot=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard
> --with-build-sysroot=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard
> --enable-poison-system-directories
> --with-headers=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard/usr/include
> --disable-nls --disable-libunwind-exceptions
> --with-mpfr=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr
> --with-system-zlib --enable-nls --enable-__cxa_atexit
> Thread model: posix
> gcc version 4.5.4 20110917 (prerelease) (GCC)
> COLLECT_GCC_OPTIONS='-march=armv7-a' '-fno-tree-vectorize'
> '-mfloat-abi=softfp' '-mfpu=neon' '-mtune=cortex-a8' '-mthumb-interwork'
> '-mno-thumb' '-DHAVE_CONFIG_H' '-I.' '-I..' '-I../include' '-O2' '-pipe'
> '-g' '-feliminate-unused-debug-types' '-fpermissive'
> '-fvisibility-inlines-hidden' '-c' '-o' 'libcg_ba.o' '-v' '-shared-libgcc'
>
> /home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi/../../libexec/armv7a-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/cc1plus
> -quiet -v -I. -I.. -I../include -iprefix
> /home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi/../../lib/armv7a-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/
> -isysroot
> /local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard
> -D_GNU_SOURCE -DHAVE_CONFIG_H libcg_ba.cpp -quiet -dumpbase libcg_ba.cpp
> -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8
> -mthumb-interwork -mno-thumb -auxbase-strip libcg_ba.o -g -O2 -version
> -fno-tree-vectorize -feliminate-unused-debug-types -fpermissive
> -fvisibility-inlines-hidden -o - |
>
> /home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi/../../libexec/armv7a-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/as
> -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -meabi=5 -o
> libcg_ba.o
> GNU C++ (GCC) version 4.5.4 20110917 (prerelease)
> (arm-angstrom-linux-gnueabi)
>        compiled by GNU C version 4.4.5 20101112 (Red Hat 4.4.5-2), GMP
> version 5.0.2, MPFR version 3.0.1, MPC version 0.8.2
> GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
> ignoring nonexistent directory
> "/home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi/../../lib/armv7a-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/../../../../../arm-angstrom-linux-gnueabi/include"
> ignoring nonexistent directory "/usr/include/c++/arm-angstrom-linux-gnueabi"
> ignoring nonexistent directory "/usr/include/c++/backward"
> ignoring nonexistent directory
> "/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard/usr/include"
> ignoring duplicate directory
> "/home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi/../../lib/armv7a-angstrom-linux-gnueabi/gcc/../../../lib/armv7a-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/include"
> ignoring duplicate directory
> "/home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi/../../lib/armv7a-angstrom-linux-gnueabi/gcc/../../../lib/armv7a-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/include-fixed"
> ignoring nonexistent directory
> "/home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi/../../lib/armv7a-angstrom-linux-gnueabi/gcc/../../../lib/armv7a-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/../../../../../arm-angstrom-linux-gnueabi/include"
> #include "..." search starts here:
> #include <...> search starts here:
>  .
>  ..
>  ../include
>
> /home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi/../../lib/armv7a-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/include
>
> /home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi/../../lib/armv7a-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/include-fixed
>  /usr/include/c++
>  /local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard/usr/include
> End of search list.
> GNU C++ (GCC) version 4.5.4 20110917 (prerelease)
> (arm-angstrom-linux-gnueabi)
>        compiled by GNU C version 4.4.5 20101112 (Red Hat 4.4.5-2), GMP
> version 5.0.2, MPFR version 3.0.1, MPC version 0.8.2
> GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
> Compiler executable checksum: ff763b34759d1193f83d28b503f742f0
> libcg_ba.cpp:18:18: fatal error: string: No such file or directory
>
> --
> ------------------------------------------------------------
> Gary Thomas                 |  Consulting for the
> MLB Associates              |    Embedded world
> ------------------------------------------------------------
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



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

* Re: Can't build libcgroup
  2011-10-13 18:48     ` Khem Raj
@ 2011-10-13 18:57       ` Gary Thomas
  2011-10-13 20:33         ` Khem Raj
  0 siblings, 1 reply; 18+ messages in thread
From: Gary Thomas @ 2011-10-13 18:57 UTC (permalink / raw)
  To: openembedded-devel

On 2011-10-13 12:48, Khem Raj wrote:
> On Thu, Oct 13, 2011 at 7:28 AM, Gary Thomas<gary@mlbassoc.com>  wrote:
>> On 2011-10-13 08:16, Kridner, Jason wrote:
>>>
>>> On Oct 13, 2011, at 8:39 AM, "Gary Thomas"<gary@mlbassoc.com>    wrote:
>>>
>>>> Trying to follow the Angstrom instructions directly.
>>>>
>>>> OE Build Configuration:
>>>> BB_VERSION        = "1.13.3"
>>>> TARGET_ARCH       = "arm"
>>>> TARGET_OS         = "linux-gnueabi"
>>>> MACHINE           = "beagleboard"
>>>> DISTRO            = "angstrom"
>>>> DISTRO_VERSION    = "v2011.10-core"
>>>> TUNE_FEATURES     = "armv7a vfp neon cortexa8"
>>>> TARGET_FPU        = "vfp-neon"
>>>> meta-angstrom     = "master:66263650f8548d6b0b5f593ab728f536d5e05a9f"
>>>> meta-oe
>>>> meta-efl
>>>> meta-gpe
>>>> meta-gnome
>>>> meta-xfce         = "master:1e5d73ec4f44200104de085838f04e31a49435da"
>>>> meta-ti           = "master:3530f1025efc3792334b897a4e70c6d5822ef56d"
>>>> meta              = "master:5ad1ca59dea6d5045f252ed7b786ad193faced64"
>>>>
>>>> Fails with this error:
>>>> | ccache arm-angstrom-linux-gnueabi-gcc  -march=armv7-a
>>>> -fno-tree-vectorize      -mthumb-interwork -mfloat-abi=softfp -mfpu=neon
>>>> -mtune=cortex-a8 -mthumb-interwork -mno-thumb
>>>> --sysroot=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard
>>>> -DHAVE_CONFIG_H -I. -I.. -I../include    -O2 -pipe -g
>>>> -feliminate-unused-debug-types -Wall -c walk_test.c
>>>> | libcg_ba.cpp:18:18: fatal error: string: No such file or directory
>
> Does this happen with lastest angstrom on oe-core ? or classic oe.dev
> I am unable to reproduce it on my end

Latest angstrom with layers as above.

>
>>>> | compilation terminated.
>>>> | make[2]: *** [libcg_ba.o] Error 1
>>>> | make[2]: *** Waiting for unfinished jobs....
>>>> | make[2]: Leaving directory
>>>> `/home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/work/armv7a-angstrom-linux-gnueabi/libcgroup-0.37.1-r0/libcgroup-0.37.1/tests'
>>>>
>>>> Full compile log at http://www.mlbassoc.com/oe/libcgroup-log.do_compile
>>>
>>> I have the same issue on a 64-bit Ubuntu machine.
>>
>> Mine is 32 bit Fedora 13.
>>
>> The problem seems to be that G++ 4.5.4 is misconfigured.  Running it by
>> hand:
>>
>> [gthomas@titan tests]$
>> PATH=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi:$PATH
>> arm-angstrom-linux-gnueabi-g++ -march=armv7-a -fno-tree-vectorize
>>   -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8
>> -mthumb-interwork -mno-thumb
>> --sysroot=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard
>> -DHAVE_CONFIG_H -I. -I.. -I../include    -O2 -pipe -g
>> -feliminate-unused-debug-types -fpermissive -fvisibility-inlines-hidden
>> -fvisibility-inlines-hidden -c -o libcg_ba.o libcg_ba.cpp -v
>> Using built-in specs.
>> COLLECT_GCC=arm-angstrom-linux-gnueabi-g++
>> COLLECT_LTO_WRAPPER=/home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi/../../libexec/armv7a-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/lto-wrapper
>> Target: arm-angstrom-linux-gnueabi
>> Configured with:
>> /local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/work-shared/gcc-4.5-r43+svnr178923/gcc-4_5-branch/configure
>> --build=i686-linux --host=i686-linux --target=arm-angstrom-linux-gnueabi
>> --prefix=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr
>> --exec_prefix=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr
>> --bindir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi
>> --sbindir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi
>> --libexecdir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/libexec/armv7a-angstrom-linux-gnueabi
>> --datadir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/share
>> --sysconfdir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/etc
>> --sharedstatedir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/com
>> --localstatedir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/var
>> --libdir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/lib/armv7a-angstrom-linux-gnueabi
>> --includedir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/include
>> --oldincludedir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/include
>> --infodir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/share/info
>> --mandir=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/share/man
>> --disable-silent-rules --disable-dependency-tracking
>> --with-libtool-sysroot=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux
>> --with-gnu-ld --enable-shared --enable-languages=c,c++
>> --enable-threads=posix --disable-multilib --enable-c99 --enable-long-long
>> --enable-symvers=gnu --enable-libstdcxx-pch
>> --program-prefix=arm-angstrom-linux-gnueabi- --enable-target-optspace
>> --enable-lto --enable-libssp --disable-bootstrap --disable-libgomp
>> --disable-libmudflap --enable-cheaders=c_global
>> --with-local-prefix=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard/usr
>> --with-gxx-include-dir=/usr/include/c++
>> --with-sysroot=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard
>> --with-build-sysroot=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard
>> --enable-poison-system-directories
>> --with-headers=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard/usr/include
>> --disable-nls --disable-libunwind-exceptions
>> --with-mpfr=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr
>> --with-system-zlib --enable-nls --enable-__cxa_atexit
>> Thread model: posix
>> gcc version 4.5.4 20110917 (prerelease) (GCC)
>> COLLECT_GCC_OPTIONS='-march=armv7-a' '-fno-tree-vectorize'
>> '-mfloat-abi=softfp' '-mfpu=neon' '-mtune=cortex-a8' '-mthumb-interwork'
>> '-mno-thumb' '-DHAVE_CONFIG_H' '-I.' '-I..' '-I../include' '-O2' '-pipe'
>> '-g' '-feliminate-unused-debug-types' '-fpermissive'
>> '-fvisibility-inlines-hidden' '-c' '-o' 'libcg_ba.o' '-v' '-shared-libgcc'
>>
>> /home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi/../../libexec/armv7a-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/cc1plus
>> -quiet -v -I. -I.. -I../include -iprefix
>> /home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi/../../lib/armv7a-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/
>> -isysroot
>> /local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard
>> -D_GNU_SOURCE -DHAVE_CONFIG_H libcg_ba.cpp -quiet -dumpbase libcg_ba.cpp
>> -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8
>> -mthumb-interwork -mno-thumb -auxbase-strip libcg_ba.o -g -O2 -version
>> -fno-tree-vectorize -feliminate-unused-debug-types -fpermissive
>> -fvisibility-inlines-hidden -o - |
>>
>> /home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi/../../libexec/armv7a-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/as
>> -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -meabi=5 -o
>> libcg_ba.o
>> GNU C++ (GCC) version 4.5.4 20110917 (prerelease)
>> (arm-angstrom-linux-gnueabi)
>>         compiled by GNU C version 4.4.5 20101112 (Red Hat 4.4.5-2), GMP
>> version 5.0.2, MPFR version 3.0.1, MPC version 0.8.2
>> GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
>> ignoring nonexistent directory
>> "/home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi/../../lib/armv7a-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/../../../../../arm-angstrom-linux-gnueabi/include"
>> ignoring nonexistent directory "/usr/include/c++/arm-angstrom-linux-gnueabi"
>> ignoring nonexistent directory "/usr/include/c++/backward"
>> ignoring nonexistent directory
>> "/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard/usr/include"
>> ignoring duplicate directory
>> "/home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi/../../lib/armv7a-angstrom-linux-gnueabi/gcc/../../../lib/armv7a-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/include"
>> ignoring duplicate directory
>> "/home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi/../../lib/armv7a-angstrom-linux-gnueabi/gcc/../../../lib/armv7a-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/include-fixed"
>> ignoring nonexistent directory
>> "/home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi/../../lib/armv7a-angstrom-linux-gnueabi/gcc/../../../lib/armv7a-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/../../../../../arm-angstrom-linux-gnueabi/include"
>> #include "..." search starts here:
>> #include<...>  search starts here:
>>   .
>>   ..
>>   ../include
>>
>> /home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi/../../lib/armv7a-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/include
>>
>> /home/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi/../../lib/armv7a-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/include-fixed
>>   /usr/include/c++
>>   /local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard/usr/include
>> End of search list.
>> GNU C++ (GCC) version 4.5.4 20110917 (prerelease)
>> (arm-angstrom-linux-gnueabi)
>>         compiled by GNU C version 4.4.5 20101112 (Red Hat 4.4.5-2), GMP
>> version 5.0.2, MPFR version 3.0.1, MPC version 0.8.2
>> GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
>> Compiler executable checksum: ff763b34759d1193f83d28b503f742f0
>> libcg_ba.cpp:18:18: fatal error: string: No such file or directory
>>
>> --
>> ------------------------------------------------------------
>> Gary Thomas                 |  Consulting for the
>> MLB Associates              |    Embedded world
>> ------------------------------------------------------------
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------



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

* Re: Can't build libcgroup
  2011-10-13 18:57       ` Gary Thomas
@ 2011-10-13 20:33         ` Khem Raj
  2011-10-13 20:42           ` Gary Thomas
  0 siblings, 1 reply; 18+ messages in thread
From: Khem Raj @ 2011-10-13 20:33 UTC (permalink / raw)
  To: Gary Thomas; +Cc: openembedded-devel

On Thu, Oct 13, 2011 at 11:57 AM, Gary Thomas <gary@mlbassoc.com> wrote:
> On 2011-10-13 12:48, Khem Raj wrote:
>>
>> On Thu, Oct 13, 2011 at 7:28 AM, Gary Thomas<gary@mlbassoc.com>  wrote:
>>>
>>> On 2011-10-13 08:16, Kridner, Jason wrote:
>>>>
>>>> On Oct 13, 2011, at 8:39 AM, "Gary Thomas"<gary@mlbassoc.com>    wrote:
>>>>
>>>>> Trying to follow the Angstrom instructions directly.
>>>>>
>>>>> OE Build Configuration:
>>>>> BB_VERSION        = "1.13.3"
>>>>> TARGET_ARCH       = "arm"
>>>>> TARGET_OS         = "linux-gnueabi"
>>>>> MACHINE           = "beagleboard"
>>>>> DISTRO            = "angstrom"
>>>>> DISTRO_VERSION    = "v2011.10-core"
>>>>> TUNE_FEATURES     = "armv7a vfp neon cortexa8"
>>>>> TARGET_FPU        = "vfp-neon"
>>>>> meta-angstrom     = "master:66263650f8548d6b0b5f593ab728f536d5e05a9f"
>>>>> meta-oe
>>>>> meta-efl
>>>>> meta-gpe
>>>>> meta-gnome
>>>>> meta-xfce         = "master:1e5d73ec4f44200104de085838f04e31a49435da"
>>>>> meta-ti           = "master:3530f1025efc3792334b897a4e70c6d5822ef56d"
>>>>> meta              = "master:5ad1ca59dea6d5045f252ed7b786ad193faced64"
>>>>>
>>>>> Fails with this error:
>>>>> | ccache arm-angstrom-linux-gnueabi-gcc  -march=armv7-a
>>>>> -fno-tree-vectorize      -mthumb-interwork -mfloat-abi=softfp
>>>>> -mfpu=neon
>>>>> -mtune=cortex-a8 -mthumb-interwork -mno-thumb
>>>>>
>>>>> --sysroot=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard
>>>>> -DHAVE_CONFIG_H -I. -I.. -I../include    -O2 -pipe -g
>>>>> -feliminate-unused-debug-types -Wall -c walk_test.c
>>>>> | libcg_ba.cpp:18:18: fatal error: string: No such file or directory
>>
>> Does this happen with lastest angstrom on oe-core ? or classic oe.dev
>> I am unable to reproduce it on my end
>
> Latest angstrom with layers as above.

strange, I have it working well for qemuarm and I cant imagine how C++
headers could be broken for beagle



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

* Re: Can't build libcgroup
  2011-10-13 20:33         ` Khem Raj
@ 2011-10-13 20:42           ` Gary Thomas
  2011-10-13 20:44             ` Khem Raj
  0 siblings, 1 reply; 18+ messages in thread
From: Gary Thomas @ 2011-10-13 20:42 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-devel

On 2011-10-13 14:33, Khem Raj wrote:
> On Thu, Oct 13, 2011 at 11:57 AM, Gary Thomas<gary@mlbassoc.com>  wrote:
>> On 2011-10-13 12:48, Khem Raj wrote:
>>>
>>> On Thu, Oct 13, 2011 at 7:28 AM, Gary Thomas<gary@mlbassoc.com>    wrote:
>>>>
>>>> On 2011-10-13 08:16, Kridner, Jason wrote:
>>>>>
>>>>> On Oct 13, 2011, at 8:39 AM, "Gary Thomas"<gary@mlbassoc.com>      wrote:
>>>>>
>>>>>> Trying to follow the Angstrom instructions directly.
>>>>>>
>>>>>> OE Build Configuration:
>>>>>> BB_VERSION        = "1.13.3"
>>>>>> TARGET_ARCH       = "arm"
>>>>>> TARGET_OS         = "linux-gnueabi"
>>>>>> MACHINE           = "beagleboard"
>>>>>> DISTRO            = "angstrom"
>>>>>> DISTRO_VERSION    = "v2011.10-core"
>>>>>> TUNE_FEATURES     = "armv7a vfp neon cortexa8"
>>>>>> TARGET_FPU        = "vfp-neon"
>>>>>> meta-angstrom     = "master:66263650f8548d6b0b5f593ab728f536d5e05a9f"
>>>>>> meta-oe
>>>>>> meta-efl
>>>>>> meta-gpe
>>>>>> meta-gnome
>>>>>> meta-xfce         = "master:1e5d73ec4f44200104de085838f04e31a49435da"
>>>>>> meta-ti           = "master:3530f1025efc3792334b897a4e70c6d5822ef56d"
>>>>>> meta              = "master:5ad1ca59dea6d5045f252ed7b786ad193faced64"
>>>>>>
>>>>>> Fails with this error:
>>>>>> | ccache arm-angstrom-linux-gnueabi-gcc  -march=armv7-a
>>>>>> -fno-tree-vectorize      -mthumb-interwork -mfloat-abi=softfp
>>>>>> -mfpu=neon
>>>>>> -mtune=cortex-a8 -mthumb-interwork -mno-thumb
>>>>>>
>>>>>> --sysroot=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard
>>>>>> -DHAVE_CONFIG_H -I. -I.. -I../include    -O2 -pipe -g
>>>>>> -feliminate-unused-debug-types -Wall -c walk_test.c
>>>>>> | libcg_ba.cpp:18:18: fatal error: string: No such file or directory
>>>
>>> Does this happen with lastest angstrom on oe-core ? or classic oe.dev
>>> I am unable to reproduce it on my end
>>
>> Latest angstrom with layers as above.
>
> strange, I have it working well for qemuarm and I cant imagine how C++
> headers could be broken for beagle

Maybe you could try it using the Angstrom tools?  Here's the [documented]
sequence I used:
   % MACHINE="beagleboard" ./oebb.sh config beagleboard
   ... adjust conf/site.conf for my local DL_DIR
   ... adjust conf/local.conf to include MACHINE=beagleboard, set parallel build flags, etc
   ... removed all meta-intel repos from conf/bblayers.conf (to avoid xorg-dri issues)
   % . ~/.oe/environment-oecore
   % bitbake systemd-image

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------



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

* Re: Can't build libcgroup
  2011-10-13 20:42           ` Gary Thomas
@ 2011-10-13 20:44             ` Khem Raj
  2011-10-13 20:46               ` Gary Thomas
  0 siblings, 1 reply; 18+ messages in thread
From: Khem Raj @ 2011-10-13 20:44 UTC (permalink / raw)
  To: Gary Thomas; +Cc: openembedded-devel

On Thu, Oct 13, 2011 at 1:42 PM, Gary Thomas <gary@mlbassoc.com> wrote:
> On 2011-10-13 14:33, Khem Raj wrote:
>>
>> On Thu, Oct 13, 2011 at 11:57 AM, Gary Thomas<gary@mlbassoc.com>  wrote:
>>>
>>> On 2011-10-13 12:48, Khem Raj wrote:
>>>>
>>>> On Thu, Oct 13, 2011 at 7:28 AM, Gary Thomas<gary@mlbassoc.com>
>>>>  wrote:
>>>>>
>>>>> On 2011-10-13 08:16, Kridner, Jason wrote:
>>>>>>
>>>>>> On Oct 13, 2011, at 8:39 AM, "Gary Thomas"<gary@mlbassoc.com>
>>>>>>  wrote:
>>>>>>
>>>>>>> Trying to follow the Angstrom instructions directly.
>>>>>>>
>>>>>>> OE Build Configuration:
>>>>>>> BB_VERSION        = "1.13.3"
>>>>>>> TARGET_ARCH       = "arm"
>>>>>>> TARGET_OS         = "linux-gnueabi"
>>>>>>> MACHINE           = "beagleboard"
>>>>>>> DISTRO            = "angstrom"
>>>>>>> DISTRO_VERSION    = "v2011.10-core"
>>>>>>> TUNE_FEATURES     = "armv7a vfp neon cortexa8"
>>>>>>> TARGET_FPU        = "vfp-neon"
>>>>>>> meta-angstrom     = "master:66263650f8548d6b0b5f593ab728f536d5e05a9f"
>>>>>>> meta-oe
>>>>>>> meta-efl
>>>>>>> meta-gpe
>>>>>>> meta-gnome
>>>>>>> meta-xfce         = "master:1e5d73ec4f44200104de085838f04e31a49435da"
>>>>>>> meta-ti           = "master:3530f1025efc3792334b897a4e70c6d5822ef56d"
>>>>>>> meta              = "master:5ad1ca59dea6d5045f252ed7b786ad193faced64"
>>>>>>>
>>>>>>> Fails with this error:
>>>>>>> | ccache arm-angstrom-linux-gnueabi-gcc  -march=armv7-a
>>>>>>> -fno-tree-vectorize      -mthumb-interwork -mfloat-abi=softfp
>>>>>>> -mfpu=neon
>>>>>>> -mtune=cortex-a8 -mthumb-interwork -mno-thumb
>>>>>>>
>>>>>>>
>>>>>>> --sysroot=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard
>>>>>>> -DHAVE_CONFIG_H -I. -I.. -I../include    -O2 -pipe -g
>>>>>>> -feliminate-unused-debug-types -Wall -c walk_test.c
>>>>>>> | libcg_ba.cpp:18:18: fatal error: string: No such file or directory
>>>>
>>>> Does this happen with lastest angstrom on oe-core ? or classic oe.dev
>>>> I am unable to reproduce it on my end
>>>
>>> Latest angstrom with layers as above.
>>
>> strange, I have it working well for qemuarm and I cant imagine how C++
>> headers could be broken for beagle
>
> Maybe you could try it using the Angstrom tools?  Here's the [documented]
> sequence I used:
>  % MACHINE="beagleboard" ./oebb.sh config beagleboard
>  ... adjust conf/site.conf for my local DL_DIR
>  ... adjust conf/local.conf to include MACHINE=beagleboard, set parallel
> build flags, etc
>  ... removed all meta-intel repos from conf/bblayers.conf (to avoid xorg-dri
> issues)
>  % . ~/.oe/environment-oecore
>  % bitbake systemd-image
>

needless to say thats what I have done
but for qemuarm

> --
> ------------------------------------------------------------
> Gary Thomas                 |  Consulting for the
> MLB Associates              |    Embedded world
> ------------------------------------------------------------
>



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

* Re: Can't build libcgroup
  2011-10-13 20:44             ` Khem Raj
@ 2011-10-13 20:46               ` Gary Thomas
  2011-10-13 20:58                 ` Andreas Müller
  0 siblings, 1 reply; 18+ messages in thread
From: Gary Thomas @ 2011-10-13 20:46 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-devel

On 2011-10-13 14:44, Khem Raj wrote:
> On Thu, Oct 13, 2011 at 1:42 PM, Gary Thomas<gary@mlbassoc.com>  wrote:
>> On 2011-10-13 14:33, Khem Raj wrote:
>>>
>>> On Thu, Oct 13, 2011 at 11:57 AM, Gary Thomas<gary@mlbassoc.com>    wrote:
>>>>
>>>> On 2011-10-13 12:48, Khem Raj wrote:
>>>>>
>>>>> On Thu, Oct 13, 2011 at 7:28 AM, Gary Thomas<gary@mlbassoc.com>
>>>>>   wrote:
>>>>>>
>>>>>> On 2011-10-13 08:16, Kridner, Jason wrote:
>>>>>>>
>>>>>>> On Oct 13, 2011, at 8:39 AM, "Gary Thomas"<gary@mlbassoc.com>
>>>>>>>   wrote:
>>>>>>>
>>>>>>>> Trying to follow the Angstrom instructions directly.
>>>>>>>>
>>>>>>>> OE Build Configuration:
>>>>>>>> BB_VERSION        = "1.13.3"
>>>>>>>> TARGET_ARCH       = "arm"
>>>>>>>> TARGET_OS         = "linux-gnueabi"
>>>>>>>> MACHINE           = "beagleboard"
>>>>>>>> DISTRO            = "angstrom"
>>>>>>>> DISTRO_VERSION    = "v2011.10-core"
>>>>>>>> TUNE_FEATURES     = "armv7a vfp neon cortexa8"
>>>>>>>> TARGET_FPU        = "vfp-neon"
>>>>>>>> meta-angstrom     = "master:66263650f8548d6b0b5f593ab728f536d5e05a9f"
>>>>>>>> meta-oe
>>>>>>>> meta-efl
>>>>>>>> meta-gpe
>>>>>>>> meta-gnome
>>>>>>>> meta-xfce         = "master:1e5d73ec4f44200104de085838f04e31a49435da"
>>>>>>>> meta-ti           = "master:3530f1025efc3792334b897a4e70c6d5822ef56d"
>>>>>>>> meta              = "master:5ad1ca59dea6d5045f252ed7b786ad193faced64"
>>>>>>>>
>>>>>>>> Fails with this error:
>>>>>>>> | ccache arm-angstrom-linux-gnueabi-gcc  -march=armv7-a
>>>>>>>> -fno-tree-vectorize      -mthumb-interwork -mfloat-abi=softfp
>>>>>>>> -mfpu=neon
>>>>>>>> -mtune=cortex-a8 -mthumb-interwork -mno-thumb
>>>>>>>>
>>>>>>>>
>>>>>>>> --sysroot=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard
>>>>>>>> -DHAVE_CONFIG_H -I. -I.. -I../include    -O2 -pipe -g
>>>>>>>> -feliminate-unused-debug-types -Wall -c walk_test.c
>>>>>>>> | libcg_ba.cpp:18:18: fatal error: string: No such file or directory
>>>>>
>>>>> Does this happen with lastest angstrom on oe-core ? or classic oe.dev
>>>>> I am unable to reproduce it on my end
>>>>
>>>> Latest angstrom with layers as above.
>>>
>>> strange, I have it working well for qemuarm and I cant imagine how C++
>>> headers could be broken for beagle
>>
>> Maybe you could try it using the Angstrom tools?  Here's the [documented]
>> sequence I used:
>>   % MACHINE="beagleboard" ./oebb.sh config beagleboard
>>   ... adjust conf/site.conf for my local DL_DIR
>>   ... adjust conf/local.conf to include MACHINE=beagleboard, set parallel
>> build flags, etc
>>   ... removed all meta-intel repos from conf/bblayers.conf (to avoid xorg-dri
>> issues)
>>   % . ~/.oe/environment-oecore
>>   % bitbake systemd-image
>>
>
> needless to say thats what I have done
> but for qemuarm

Just making sure :-)  I'll try qemuarm here with the same setup.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------



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

* Re: Can't build libcgroup
  2011-10-13 20:46               ` Gary Thomas
@ 2011-10-13 20:58                 ` Andreas Müller
  2011-10-13 21:12                   ` Gary Thomas
  0 siblings, 1 reply; 18+ messages in thread
From: Andreas Müller @ 2011-10-13 20:58 UTC (permalink / raw)
  To: openembedded-devel

On Thursday, October 13, 2011 10:46:48 PM Gary Thomas wrote:
> On 2011-10-13 14:44, Khem Raj wrote:
> > On Thu, Oct 13, 2011 at 1:42 PM, Gary Thomas<gary@mlbassoc.com>  wrote:
> >> On 2011-10-13 14:33, Khem Raj wrote:
> >>>
> >>> On Thu, Oct 13, 2011 at 11:57 AM, Gary Thomas<gary@mlbassoc.com>    wrote:
> >>>>
> >>>> On 2011-10-13 12:48, Khem Raj wrote:
> >>>>>
> >>>>> On Thu, Oct 13, 2011 at 7:28 AM, Gary Thomas<gary@mlbassoc.com>
> >>>>>   wrote:
> >>>>>>
> >>>>>> On 2011-10-13 08:16, Kridner, Jason wrote:
> >>>>>>>
> >>>>>>> On Oct 13, 2011, at 8:39 AM, "Gary Thomas"<gary@mlbassoc.com>
> >>>>>>>   wrote:
> >>>>>>>
> >>>>>>>> Trying to follow the Angstrom instructions directly.
> >>>>>>>>
> >>>>>>>> OE Build Configuration:
> >>>>>>>> BB_VERSION        = "1.13.3"
> >>>>>>>> TARGET_ARCH       = "arm"
> >>>>>>>> TARGET_OS         = "linux-gnueabi"
> >>>>>>>> MACHINE           = "beagleboard"
> >>>>>>>> DISTRO            = "angstrom"
> >>>>>>>> DISTRO_VERSION    = "v2011.10-core"
> >>>>>>>> TUNE_FEATURES     = "armv7a vfp neon cortexa8"
> >>>>>>>> TARGET_FPU        = "vfp-neon"
> >>>>>>>> meta-angstrom     = "master:66263650f8548d6b0b5f593ab728f536d5e05a9f"
> >>>>>>>> meta-oe
> >>>>>>>> meta-efl
> >>>>>>>> meta-gpe
> >>>>>>>> meta-gnome
> >>>>>>>> meta-xfce         = "master:1e5d73ec4f44200104de085838f04e31a49435da"
> >>>>>>>> meta-ti           = "master:3530f1025efc3792334b897a4e70c6d5822ef56d"
> >>>>>>>> meta              = "master:5ad1ca59dea6d5045f252ed7b786ad193faced64"
> >>>>>>>>
> >>>>>>>> Fails with this error:
> >>>>>>>> | ccache arm-angstrom-linux-gnueabi-gcc  -march=armv7-a
> >>>>>>>> -fno-tree-vectorize      -mthumb-interwork -mfloat-abi=softfp
> >>>>>>>> -mfpu=neon
> >>>>>>>> -mtune=cortex-a8 -mthumb-interwork -mno-thumb
> >>>>>>>>
> >>>>>>>>
> >>>>>>>> --sysroot=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard
> >>>>>>>> -DHAVE_CONFIG_H -I. -I.. -I../include    -O2 -pipe -g
> >>>>>>>> -feliminate-unused-debug-types -Wall -c walk_test.c
> >>>>>>>> | libcg_ba.cpp:18:18: fatal error: string: No such file or directory
> >>>>>
> >>>>> Does this happen with lastest angstrom on oe-core ? or classic oe.dev
> >>>>> I am unable to reproduce it on my end
> >>>>
> >>>> Latest angstrom with layers as above.
> >>>
> >>> strange, I have it working well for qemuarm and I cant imagine how C++
> >>> headers could be broken for beagle
> >>
> >> Maybe you could try it using the Angstrom tools?  Here's the [documented]
> >> sequence I used:
> >>   % MACHINE="beagleboard" ./oebb.sh config beagleboard
> >>   ... adjust conf/site.conf for my local DL_DIR
> >>   ... adjust conf/local.conf to include MACHINE=beagleboard, set parallel
> >> build flags, etc
> >>   ... removed all meta-intel repos from conf/bblayers.conf (to avoid xorg-dri
> >> issues)
> >>   % . ~/.oe/environment-oecore
> >>   % bitbake systemd-image
> >>
> >
> > needless to say thats what I have done
> > but for qemuarm
> 
> Just making sure :-)  I'll try qemuarm here with the same setup.
> 
> 
Hmm few days ago I had unexplainable effects about iostream [1] which could be cleaned by rebuild (and I swear I have seen same for string before)

Some race / parallel install issue?

[1] http://lists.linuxtogo.org/pipermail/openembedded-core/2011-October/010869.html

Andreas



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

* Re: Can't build libcgroup
  2011-10-13 20:58                 ` Andreas Müller
@ 2011-10-13 21:12                   ` Gary Thomas
  2011-10-14  4:37                     ` Jason Kridner
  0 siblings, 1 reply; 18+ messages in thread
From: Gary Thomas @ 2011-10-13 21:12 UTC (permalink / raw)
  To: openembedded-devel

On 2011-10-13 14:58, Andreas Müller wrote:
> On Thursday, October 13, 2011 10:46:48 PM Gary Thomas wrote:
>> On 2011-10-13 14:44, Khem Raj wrote:
>>> On Thu, Oct 13, 2011 at 1:42 PM, Gary Thomas<gary@mlbassoc.com>   wrote:
>>>> On 2011-10-13 14:33, Khem Raj wrote:
>>>>>
>>>>> On Thu, Oct 13, 2011 at 11:57 AM, Gary Thomas<gary@mlbassoc.com>     wrote:
>>>>>>
>>>>>> On 2011-10-13 12:48, Khem Raj wrote:
>>>>>>>
>>>>>>> On Thu, Oct 13, 2011 at 7:28 AM, Gary Thomas<gary@mlbassoc.com>
>>>>>>>    wrote:
>>>>>>>>
>>>>>>>> On 2011-10-13 08:16, Kridner, Jason wrote:
>>>>>>>>>
>>>>>>>>> On Oct 13, 2011, at 8:39 AM, "Gary Thomas"<gary@mlbassoc.com>
>>>>>>>>>    wrote:
>>>>>>>>>
>>>>>>>>>> Trying to follow the Angstrom instructions directly.
>>>>>>>>>>
>>>>>>>>>> OE Build Configuration:
>>>>>>>>>> BB_VERSION        = "1.13.3"
>>>>>>>>>> TARGET_ARCH       = "arm"
>>>>>>>>>> TARGET_OS         = "linux-gnueabi"
>>>>>>>>>> MACHINE           = "beagleboard"
>>>>>>>>>> DISTRO            = "angstrom"
>>>>>>>>>> DISTRO_VERSION    = "v2011.10-core"
>>>>>>>>>> TUNE_FEATURES     = "armv7a vfp neon cortexa8"
>>>>>>>>>> TARGET_FPU        = "vfp-neon"
>>>>>>>>>> meta-angstrom     = "master:66263650f8548d6b0b5f593ab728f536d5e05a9f"
>>>>>>>>>> meta-oe
>>>>>>>>>> meta-efl
>>>>>>>>>> meta-gpe
>>>>>>>>>> meta-gnome
>>>>>>>>>> meta-xfce         = "master:1e5d73ec4f44200104de085838f04e31a49435da"
>>>>>>>>>> meta-ti           = "master:3530f1025efc3792334b897a4e70c6d5822ef56d"
>>>>>>>>>> meta              = "master:5ad1ca59dea6d5045f252ed7b786ad193faced64"
>>>>>>>>>>
>>>>>>>>>> Fails with this error:
>>>>>>>>>> | ccache arm-angstrom-linux-gnueabi-gcc  -march=armv7-a
>>>>>>>>>> -fno-tree-vectorize      -mthumb-interwork -mfloat-abi=softfp
>>>>>>>>>> -mfpu=neon
>>>>>>>>>> -mtune=cortex-a8 -mthumb-interwork -mno-thumb
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --sysroot=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard
>>>>>>>>>> -DHAVE_CONFIG_H -I. -I.. -I../include    -O2 -pipe -g
>>>>>>>>>> -feliminate-unused-debug-types -Wall -c walk_test.c
>>>>>>>>>> | libcg_ba.cpp:18:18: fatal error: string: No such file or directory
>>>>>>>
>>>>>>> Does this happen with lastest angstrom on oe-core ? or classic oe.dev
>>>>>>> I am unable to reproduce it on my end
>>>>>>
>>>>>> Latest angstrom with layers as above.
>>>>>
>>>>> strange, I have it working well for qemuarm and I cant imagine how C++
>>>>> headers could be broken for beagle
>>>>
>>>> Maybe you could try it using the Angstrom tools?  Here's the [documented]
>>>> sequence I used:
>>>>    % MACHINE="beagleboard" ./oebb.sh config beagleboard
>>>>    ... adjust conf/site.conf for my local DL_DIR
>>>>    ... adjust conf/local.conf to include MACHINE=beagleboard, set parallel
>>>> build flags, etc
>>>>    ... removed all meta-intel repos from conf/bblayers.conf (to avoid xorg-dri
>>>> issues)
>>>>    % . ~/.oe/environment-oecore
>>>>    % bitbake systemd-image
>>>>
>>>
>>> needless to say thats what I have done
>>> but for qemuarm
>>
>> Just making sure :-)  I'll try qemuarm here with the same setup.
>>
>>
> Hmm few days ago I had unexplainable effects about iostream [1] which could be cleaned by rebuild (and I swear I have seen same for string before)
>
> Some race / parallel install issue?
>
> [1] http://lists.linuxtogo.org/pipermail/openembedded-core/2011-October/010869.html

If it fails for me again using qemuarm, I'll try a fresh build
where I don't try to run full-out -I normally run with:
   BB_NUMBER_THREADS = "4"
   PARALLEL_MAKE = "-j 4"
on a 4-core machine.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------



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

* Re: Can't build libcgroup
  2011-10-13 21:12                   ` Gary Thomas
@ 2011-10-14  4:37                     ` Jason Kridner
  2011-10-14  5:17                       ` Khem Raj
  0 siblings, 1 reply; 18+ messages in thread
From: Jason Kridner @ 2011-10-14  4:37 UTC (permalink / raw)
  To: openembedded-devel

On Thu, Oct 13, 2011 at 5:12 PM, Gary Thomas <gary@mlbassoc.com> wrote:
> On 2011-10-13 14:58, Andreas Müller wrote:
>>
>> On Thursday, October 13, 2011 10:46:48 PM Gary Thomas wrote:
>>>
>>> On 2011-10-13 14:44, Khem Raj wrote:
>>>>
>>>> On Thu, Oct 13, 2011 at 1:42 PM, Gary Thomas<gary@mlbassoc.com>   wrote:
>>>>>
>>>>> On 2011-10-13 14:33, Khem Raj wrote:
>>>>>>
>>>>>> On Thu, Oct 13, 2011 at 11:57 AM, Gary Thomas<gary@mlbassoc.com>
>>>>>> wrote:
>>>>>>>
>>>>>>> On 2011-10-13 12:48, Khem Raj wrote:
>>>>>>>>
>>>>>>>> On Thu, Oct 13, 2011 at 7:28 AM, Gary Thomas<gary@mlbassoc.com>
>>>>>>>>   wrote:
>>>>>>>>>
>>>>>>>>> On 2011-10-13 08:16, Kridner, Jason wrote:
>>>>>>>>>>
>>>>>>>>>> On Oct 13, 2011, at 8:39 AM, "Gary Thomas"<gary@mlbassoc.com>
>>>>>>>>>>   wrote:
>>>>>>>>>>
>>>>>>>>>>> Trying to follow the Angstrom instructions directly.
>>>>>>>>>>>
>>>>>>>>>>> OE Build Configuration:
>>>>>>>>>>> BB_VERSION        = "1.13.3"
>>>>>>>>>>> TARGET_ARCH       = "arm"
>>>>>>>>>>> TARGET_OS         = "linux-gnueabi"
>>>>>>>>>>> MACHINE           = "beagleboard"
>>>>>>>>>>> DISTRO            = "angstrom"
>>>>>>>>>>> DISTRO_VERSION    = "v2011.10-core"
>>>>>>>>>>> TUNE_FEATURES     = "armv7a vfp neon cortexa8"
>>>>>>>>>>> TARGET_FPU        = "vfp-neon"
>>>>>>>>>>> meta-angstrom     =
>>>>>>>>>>> "master:66263650f8548d6b0b5f593ab728f536d5e05a9f"
>>>>>>>>>>> meta-oe
>>>>>>>>>>> meta-efl
>>>>>>>>>>> meta-gpe
>>>>>>>>>>> meta-gnome
>>>>>>>>>>> meta-xfce         =
>>>>>>>>>>> "master:1e5d73ec4f44200104de085838f04e31a49435da"
>>>>>>>>>>> meta-ti           =
>>>>>>>>>>> "master:3530f1025efc3792334b897a4e70c6d5822ef56d"
>>>>>>>>>>> meta              =
>>>>>>>>>>> "master:5ad1ca59dea6d5045f252ed7b786ad193faced64"
>>>>>>>>>>>
>>>>>>>>>>> Fails with this error:
>>>>>>>>>>> | ccache arm-angstrom-linux-gnueabi-gcc  -march=armv7-a
>>>>>>>>>>> -fno-tree-vectorize      -mthumb-interwork -mfloat-abi=softfp
>>>>>>>>>>> -mfpu=neon
>>>>>>>>>>> -mtune=cortex-a8 -mthumb-interwork -mno-thumb
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --sysroot=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard
>>>>>>>>>>> -DHAVE_CONFIG_H -I. -I.. -I../include    -O2 -pipe -g
>>>>>>>>>>> -feliminate-unused-debug-types -Wall -c walk_test.c
>>>>>>>>>>> | libcg_ba.cpp:18:18: fatal error: string: No such file or
>>>>>>>>>>> directory
>>>>>>>>
>>>>>>>> Does this happen with lastest angstrom on oe-core ? or classic
>>>>>>>> oe.dev
>>>>>>>> I am unable to reproduce it on my end
>>>>>>>
>>>>>>> Latest angstrom with layers as above.
>>>>>>
>>>>>> strange, I have it working well for qemuarm and I cant imagine how C++
>>>>>> headers could be broken for beagle
>>>>>
>>>>> Maybe you could try it using the Angstrom tools?  Here's the
>>>>> [documented]
>>>>> sequence I used:
>>>>>   % MACHINE="beagleboard" ./oebb.sh config beagleboard
>>>>>   ... adjust conf/site.conf for my local DL_DIR
>>>>>   ... adjust conf/local.conf to include MACHINE=beagleboard, set
>>>>> parallel
>>>>> build flags, etc
>>>>>   ... removed all meta-intel repos from conf/bblayers.conf (to avoid
>>>>> xorg-dri
>>>>> issues)
>>>>>   % . ~/.oe/environment-oecore
>>>>>   % bitbake systemd-image
>>>>>
>>>>
>>>> needless to say thats what I have done
>>>> but for qemuarm
>>>
>>> Just making sure :-)  I'll try qemuarm here with the same setup.
>>>
>>>
>> Hmm few days ago I had unexplainable effects about iostream [1] which
>> could be cleaned by rebuild (and I swear I have seen same for string before)
>>
>> Some race / parallel install issue?
>>
>> [1]
>> http://lists.linuxtogo.org/pipermail/openembedded-core/2011-October/010869.html
>
> If it fails for me again using qemuarm, I'll try a fresh build
> where I don't try to run full-out -I normally run with:
>  BB_NUMBER_THREADS = "4"
>  PARALLEL_MAKE = "-j 4"
> on a 4-core machine.
>

I started over and reduced my BB_NUMBER_THREADS to 2, but left my
PARALLEL_MAKE at -j24 and the issue went away.  I had it set for 8
threads before when it failed.



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

* Re: Can't build libcgroup
  2011-10-14  4:37                     ` Jason Kridner
@ 2011-10-14  5:17                       ` Khem Raj
  2011-10-14 10:22                         ` Gary Thomas
  0 siblings, 1 reply; 18+ messages in thread
From: Khem Raj @ 2011-10-14  5:17 UTC (permalink / raw)
  To: openembedded-devel

On Thursday, October 13, 2011, Jason Kridner <jkridner@beagleboard.org>
wrote:
> On Thu, Oct 13, 2011 at 5:12 PM, Gary Thomas <gary@mlbassoc.com> wrote:
>> On 2011-10-13 14:58, Andreas Müller wrote:
>>>
>>> On Thursday, October 13, 2011 10:46:48 PM Gary Thomas wrote:
>>>>
>>>> On 2011-10-13 14:44, Khem Raj wrote:
>>>>>
>>>>> On Thu, Oct 13, 2011 at 1:42 PM, Gary Thomas<gary@mlbassoc.com>
wrote:
>>>>>>
>>>>>> On 2011-10-13 14:33, Khem Raj wrote:
>>>>>>>
>>>>>>> On Thu, Oct 13, 2011 at 11:57 AM, Gary Thomas<gary@mlbassoc.com>
>>>>>>> wrote:
>>>>>>>>
>>>>>>>> On 2011-10-13 12:48, Khem Raj wrote:
>>>>>>>>>
>>>>>>>>> On Thu, Oct 13, 2011 at 7:28 AM, Gary Thomas<gary@mlbassoc.com>
>>>>>>>>>   wrote:
>>>>>>>>>>
>>>>>>>>>> On 2011-10-13 08:16, Kridner, Jason wrote:
>>>>>>>>>>>
>>>>>>>>>>> On Oct 13, 2011, at 8:39 AM, "Gary Thomas"<gary@mlbassoc.com>
>>>>>>>>>>>   wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Trying to follow the Angstrom instructions directly.
>>>>>>>>>>>>
>>>>>>>>>>>> OE Build Configuration:
>>>>>>>>>>>> BB_VERSION        = "1.13.3"
>>>>>>>>>>>> TARGET_ARCH       = "arm"
>>>>>>>>>>>> TARGET_OS         = "linux-gnueabi"
>>>>>>>>>>>> MACHINE           = "beagleboard"
>>>>>>>>>>>> DISTRO            = "angstrom"
>>>>>>>>>>>> DISTRO_VERSION    = "v2011.10-core"
>>>>>>>>>>>> TUNE_FEATURES     = "armv7a vfp neon cortexa8"
>>>>>>>>>>>> TARGET_FPU        = "vfp-neon"
>>>>>>>>>>>> meta-angstrom     =
>>>>>>>>>>>> "master:66263650f8548d6b0b5f593ab728f536d5e05a9f"
>>>>>>>>>>>> meta-oe
>>>>>>>>>>>> meta-efl
>>>>>>>>>>>> meta-gpe
>>>>>>>>>>>> meta-gnome
>>>>>>>>>>>> meta-xfce         =
>>>>>>>>>>>> "master:1e5d73ec4f44200104de085838f04e31a49435da"
>>>>>>>>>>>> meta-ti           =
>>>>>>>>>>>> "master:3530f1025efc3792334b897a4e70c6d5822ef56d"
>>>>>>>>>>>> meta              =
>>>>>>>>>>>> "master:5ad1ca59dea6d5045f252ed7b786ad193faced64"
>>>>>>>>>>>>
>>>>>>>>>>>> Fails with this error:
>>>>>>>>>>>> | ccache arm-angstrom-linux-gnueabi-gcc  -march=armv7-a
>>>>>>>>>>>> -fno-tree-vectorize      -mthumb-interwork -mfloat-abi=softfp
>>>>>>>>>>>> -mfpu=neon
>>>>>>>>>>>> -mtune=cortex-a8 -mthumb-interwork -mno-thumb
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
--sysroot=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard
>>>>>>>>>>>> -DHAVE_CONFIG_H -I. -I.. -I../include    -O2 -pipe -g
>>>>>>>>>>>> -feliminate-unused-debug-types -Wall -c walk_test.c
>>>>>>>>I started over and reduced my BB_NUMBER_THREADS to 2, but left my
> PARALLEL_MAKE at -j24 and the issue went away.  I had it set for 8
> threads before when it failed.

Hmm so is it possible that gcc-runtime was not staged
Wish I had such monster machines :)

>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>th


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

* Re: Can't build libcgroup
  2011-10-14  5:17                       ` Khem Raj
@ 2011-10-14 10:22                         ` Gary Thomas
  2011-10-14 15:28                           ` Khem Raj
  0 siblings, 1 reply; 18+ messages in thread
From: Gary Thomas @ 2011-10-14 10:22 UTC (permalink / raw)
  To: openembedded-devel

On 2011-10-13 23:17, Khem Raj wrote:
> On Thursday, October 13, 2011, Jason Kridner<jkridner@beagleboard.org>
> wrote:
>> On Thu, Oct 13, 2011 at 5:12 PM, Gary Thomas<gary@mlbassoc.com>  wrote:
>>> On 2011-10-13 14:58, Andreas Müller wrote:
>>>>
>>>> On Thursday, October 13, 2011 10:46:48 PM Gary Thomas wrote:
>>>>>
>>>>> On 2011-10-13 14:44, Khem Raj wrote:
>>>>>>
>>>>>> On Thu, Oct 13, 2011 at 1:42 PM, Gary Thomas<gary@mlbassoc.com>
> wrote:
>>>>>>>
>>>>>>> On 2011-10-13 14:33, Khem Raj wrote:
>>>>>>>>
>>>>>>>> On Thu, Oct 13, 2011 at 11:57 AM, Gary Thomas<gary@mlbassoc.com>
>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>> On 2011-10-13 12:48, Khem Raj wrote:
>>>>>>>>>>
>>>>>>>>>> On Thu, Oct 13, 2011 at 7:28 AM, Gary Thomas<gary@mlbassoc.com>
>>>>>>>>>>    wrote:
>>>>>>>>>>>
>>>>>>>>>>> On 2011-10-13 08:16, Kridner, Jason wrote:
>>>>>>>>>>>>
>>>>>>>>>>>> On Oct 13, 2011, at 8:39 AM, "Gary Thomas"<gary@mlbassoc.com>
>>>>>>>>>>>>    wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Trying to follow the Angstrom instructions directly.
>>>>>>>>>>>>>
>>>>>>>>>>>>> OE Build Configuration:
>>>>>>>>>>>>> BB_VERSION        = "1.13.3"
>>>>>>>>>>>>> TARGET_ARCH       = "arm"
>>>>>>>>>>>>> TARGET_OS         = "linux-gnueabi"
>>>>>>>>>>>>> MACHINE           = "beagleboard"
>>>>>>>>>>>>> DISTRO            = "angstrom"
>>>>>>>>>>>>> DISTRO_VERSION    = "v2011.10-core"
>>>>>>>>>>>>> TUNE_FEATURES     = "armv7a vfp neon cortexa8"
>>>>>>>>>>>>> TARGET_FPU        = "vfp-neon"
>>>>>>>>>>>>> meta-angstrom     =
>>>>>>>>>>>>> "master:66263650f8548d6b0b5f593ab728f536d5e05a9f"
>>>>>>>>>>>>> meta-oe
>>>>>>>>>>>>> meta-efl
>>>>>>>>>>>>> meta-gpe
>>>>>>>>>>>>> meta-gnome
>>>>>>>>>>>>> meta-xfce         =
>>>>>>>>>>>>> "master:1e5d73ec4f44200104de085838f04e31a49435da"
>>>>>>>>>>>>> meta-ti           =
>>>>>>>>>>>>> "master:3530f1025efc3792334b897a4e70c6d5822ef56d"
>>>>>>>>>>>>> meta              =
>>>>>>>>>>>>> "master:5ad1ca59dea6d5045f252ed7b786ad193faced64"
>>>>>>>>>>>>>
>>>>>>>>>>>>> Fails with this error:
>>>>>>>>>>>>> | ccache arm-angstrom-linux-gnueabi-gcc  -march=armv7-a
>>>>>>>>>>>>> -fno-tree-vectorize      -mthumb-interwork -mfloat-abi=softfp
>>>>>>>>>>>>> -mfpu=neon
>>>>>>>>>>>>> -mtune=cortex-a8 -mthumb-interwork -mno-thumb
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
> --sysroot=/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard
>>>>>>>>>>>>> -DHAVE_CONFIG_H -I. -I.. -I../include    -O2 -pipe -g
>>>>>>>>>>>>> -feliminate-unused-debug-types -Wall -c walk_test.c
>>>>>>>>> I started over and reduced my BB_NUMBER_THREADS to 2, but left my
>> PARALLEL_MAKE at -j24 and the issue went away.  I had it set for 8
>> threads before when it failed.
>
> Hmm so is it possible that gcc-runtime was not staged
> Wish I had such monster machines :)

Indeed, I did a rebuild from scratch with BB_NUMBER_THREADS=1 and
PARALLEL_MAKE="-j1" and it worked fine.  When I set both to 2 I had
failures, but of a different sort (openssl failed to build).

Seems to be some real gremlins in the parallel builds :-(

Odd that I've never seen this when building Poky (I _always_ use
BB_NUMBER_THREADS=4 and PARALLEL_MAKE="-j4")

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------



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

* Re: Can't build libcgroup
  2011-10-14 10:22                         ` Gary Thomas
@ 2011-10-14 15:28                           ` Khem Raj
  2011-10-14 15:34                             ` Koen Kooi
  0 siblings, 1 reply; 18+ messages in thread
From: Khem Raj @ 2011-10-14 15:28 UTC (permalink / raw)
  To: Gary Thomas; +Cc: openembedded-devel

> Indeed, I did a rebuild from scratch with BB_NUMBER_THREADS=1 and
> PARALLEL_MAKE="-j1" and it worked fine.  When I set both to 2 I had
> failures, but of a different sort (openssl failed to build).
>
> Seems to be some real gremlins in the parallel builds :-(
>
> Odd that I've never seen this when building Poky (I _always_ use
> BB_NUMBER_THREADS=4 and PARALLEL_MAKE="-j4")
>

It could be that the runqueue of poky is constructed such that this
does not happen
or it could be really a problem in gcc 4.5 packaging (which I doubt)
you could select
gcc 4.6 in angstrom and see if you still hit it. Since gcc 4.6 in
angstrom is just bbappended
on top of oe-core unlike gcc 4.5 which is completely hosted in meta-oe



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

* Re: Can't build libcgroup
  2011-10-14 15:28                           ` Khem Raj
@ 2011-10-14 15:34                             ` Koen Kooi
  2011-10-14 15:44                               ` Gary Thomas
  0 siblings, 1 reply; 18+ messages in thread
From: Koen Kooi @ 2011-10-14 15:34 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 14-10-11 17:28, Khem Raj schreef:
>> Indeed, I did a rebuild from scratch with BB_NUMBER_THREADS=1 and 
>> PARALLEL_MAKE="-j1" and it worked fine.  When I set both to 2 I had 
>> failures, but of a different sort (openssl failed to build).
>> 
>> Seems to be some real gremlins in the parallel builds :-(
>> 
>> Odd that I've never seen this when building Poky (I _always_ use 
>> BB_NUMBER_THREADS=4 and PARALLEL_MAKE="-j4")
>> 
> 
> It could be that the runqueue of poky is constructed such that this does
>  not happen

RP suspects it's rm_work that is triggering all these bitbake bugs.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFOmFaVMkyGM64RGpERApm3AJ4mGLiR2ZfpPyEXWf/R82J147ZxBACfZmhY
tt6QS1QPdcfRlFQAGOEaR9E=
=UTKA
-----END PGP SIGNATURE-----




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

* Re: Can't build libcgroup
  2011-10-14 15:34                             ` Koen Kooi
@ 2011-10-14 15:44                               ` Gary Thomas
  2011-10-14 15:55                                 ` Koen Kooi
  0 siblings, 1 reply; 18+ messages in thread
From: Gary Thomas @ 2011-10-14 15:44 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

On 2011-10-14 09:34, Koen Kooi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Op 14-10-11 17:28, Khem Raj schreef:
>>> Indeed, I did a rebuild from scratch with BB_NUMBER_THREADS=1 and
>>> PARALLEL_MAKE="-j1" and it worked fine.  When I set both to 2 I had
>>> failures, but of a different sort (openssl failed to build).
>>>
>>> Seems to be some real gremlins in the parallel builds :-(
>>>
>>> Odd that I've never seen this when building Poky (I _always_ use
>>> BB_NUMBER_THREADS=4 and PARALLEL_MAKE="-j4")
>>>
>>
>> It could be that the runqueue of poky is constructed such that this does
>>   not happen
>
> RP suspects it's rm_work that is triggering all these bitbake bugs.

Could well be - I'm convinced that rm_work is *evil* - it caused me
no end of woes in Poky, so I gave up on it.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------



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

* Re: Can't build libcgroup
  2011-10-14 15:44                               ` Gary Thomas
@ 2011-10-14 15:55                                 ` Koen Kooi
  0 siblings, 0 replies; 18+ messages in thread
From: Koen Kooi @ 2011-10-14 15:55 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 14-10-11 17:44, Gary Thomas schreef:
> On 2011-10-14 09:34, Koen Kooi wrote:
>> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
>> 
>> Op 14-10-11 17:28, Khem Raj schreef:
>>>> Indeed, I did a rebuild from scratch with BB_NUMBER_THREADS=1 and 
>>>> PARALLEL_MAKE="-j1" and it worked fine.  When I set both to 2 I had
>>>> failures, but of a different sort (openssl failed to build).
>>>> 
>>>> Seems to be some real gremlins in the parallel builds :-(
>>>> 
>>>> Odd that I've never seen this when building Poky (I _always_ use 
>>>> BB_NUMBER_THREADS=4 and PARALLEL_MAKE="-j4")
>>>> 
>>> 
>>> It could be that the runqueue of poky is constructed such that this 
>>> does not happen
>> 
>> RP suspects it's rm_work that is triggering all these bitbake bugs.
> 
> Could well be - I'm convinced that rm_work is *evil* - it caused me no 
> end of woes in Poky, so I gave up on it.

If someone wants to sponsor larger SSDs for all angstrom developers we might
consider making rm_work opt-in :)

More seriously, bitbake needs to get fixed to work properly with rm_work.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFOmFuMMkyGM64RGpERAuikAKC2rXu0ekarJBbieRHPpye97NewSwCgoJZB
Smyl3Mh+U9RmQjGevwIfcfs=
=qJ0E
-----END PGP SIGNATURE-----




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

end of thread, other threads:[~2011-10-14 16:01 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-13 13:39 Can't build libcgroup Gary Thomas
2011-10-13 14:16 ` Kridner, Jason
2011-10-13 14:28   ` Gary Thomas
2011-10-13 18:48     ` Khem Raj
2011-10-13 18:57       ` Gary Thomas
2011-10-13 20:33         ` Khem Raj
2011-10-13 20:42           ` Gary Thomas
2011-10-13 20:44             ` Khem Raj
2011-10-13 20:46               ` Gary Thomas
2011-10-13 20:58                 ` Andreas Müller
2011-10-13 21:12                   ` Gary Thomas
2011-10-14  4:37                     ` Jason Kridner
2011-10-14  5:17                       ` Khem Raj
2011-10-14 10:22                         ` Gary Thomas
2011-10-14 15:28                           ` Khem Raj
2011-10-14 15:34                             ` Koen Kooi
2011-10-14 15:44                               ` Gary Thomas
2011-10-14 15:55                                 ` Koen Kooi

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.