Re: [Angstrom-devel] angstrom-task-gnome

2012-05-01 Thread Gary Thomas
On 2012-04-30 17:57, Vidal, Edward Jr. wrote: hello all, start with clean start ./oebb.sh config beagleboard ./oebb.sh update . .oe/environment-angstromv2012.05 cd angstrom/setup-scripts bitbake angstrom-task-gnome OE Build Configuration: BB_VERSION= 1.15.1 TARGET_ARCH = arm

Re: [Angstrom-devel] angstrom-task-gnome

2012-05-01 Thread Koen Kooi
Op 1 mei 2012, om 14:34 heeft Gary Thomas het volgende geschreven: On 2012-04-30 17:57, Vidal, Edward Jr. wrote: hello all, start with clean start ./oebb.sh config beagleboard ./oebb.sh update . .oe/environment-angstromv2012.05 cd angstrom/setup-scripts bitbake angstrom-task-gnome OE

Re: [Angstrom-devel] angstrom-task-gnome

2012-05-01 Thread Gary Thomas
On 2012-05-01 06:56, Koen Kooi wrote: Op 1 mei 2012, om 14:34 heeft Gary Thomas het volgende geschreven: On 2012-04-30 17:57, Vidal, Edward Jr. wrote: hello all, start with clean start ./oebb.sh config beagleboard ./oebb.sh update . .oe/environment-angstromv2012.05 cd angstrom/setup-scripts

Re: [Angstrom-devel] angstrom-task-gnome

2012-05-01 Thread Denys Dmytriyenko
On Tue, May 01, 2012 at 07:09:07AM -0600, Gary Thomas wrote: On 2012-05-01 06:56, Koen Kooi wrote: Op 1 mei 2012, om 14:34 heeft Gary Thomas het volgende geschreven: On 2012-04-30 17:57, Vidal, Edward Jr. wrote: hello all, start with clean start ./oebb.sh config beagleboard ./oebb.sh

[Angstrom-devel] angstrom-task-gnome

2012-05-01 Thread Vidal, Edward Jr.
Hello, reason for building bitbake angstrom-task-gnome I had done bitbake virtual/kernel bitbake console-image bitbake systemd-image These were put on a SD card and system boot to console Then I wanted X tried doing bitbake angstrom-task-gnome This failed in libxml-parser-perl-2.41-r2 with

[Angstrom-devel] angstrom-task-gnome

2012-04-30 Thread Vidal, Edward Jr.
hello all, start with clean start ./oebb.sh config beagleboard ./oebb.sh update . .oe/environment-angstromv2012.05 cd angstrom/setup-scripts bitbake angstrom-task-gnome OE Build Configuration: BB_VERSION= 1.15.1 TARGET_ARCH = arm TARGET_OS = linux-gnueabi MACHINE =

[Angstrom-devel] angstrom-task-gnome

2012-04-29 Thread Vidal, Edward Jr.
hello all I ran another test see below. The following was done between 4/24/12 and 4/25/12 bitbake virtual/kernel bitbake console-image bitbake systemd-image -rw-r--r-- 1 vidal users 14495850 Apr 25 07:29 Angstrom-console-image-eglibc-ipk-v2012.05-beagleboard.rootfs.tar.bz2 -rw-r--r-- 1 vidal

Re: [Angstrom-devel] angstrom-task-gnome

2012-04-29 Thread Daniel He
I also use centos x86_64 to compile openembedded- core/meta/recipes-devtools/perl/libxml-parser-perl_2.41.bb it has no problem. OE Build Configuration: BB_VERSION= 1.15.1 TARGET_ARCH = arm TARGET_OS = linux-gnueabi MACHINE = beagleboard DISTRO=

[Angstrom-devel] angstrom-task-gnome

2012-04-28 Thread Vidal, Edward Jr.
Hello all, OE Build Configuration: BB_VERSION= 1.15.1 TARGET_ARCH = arm TARGET_OS = linux-gnueabi MACHINE = beagleboard DISTRO= angstrom DISTRO_VERSION= v2012.05 TUNE_FEATURES = armv7a vfp neon cortexa8 TARGET_FPU= vfp-neon meta-angstrom

[Angstrom-devel] angstrom-task-gnome

2012-04-28 Thread Vidal, Edward Jr.
Hello, *** Module name IN: /home/vidal/angstrom/setup-scripts/build/tmp-angstrom_v2012_05-eglibc/sysroots/beagleboard/usr/lib/perl/5.14.2/IO.pm *** p1: /home/vidal/angstrom/setup-scripts/build/tmp-angstrom_v2012_05-eglibc/sysroots/beagleboard/usr/lib/ p3: perl/5.14.2/ p5: IO.pm *** Module

Re: [Angstrom-devel] angstrom-task-gnome

2012-04-28 Thread Daniel He
in this case, you need to remove pseudodone at your /home/vidal/angstrom folder, them build gcc/g++ cross compiler first. On 28 April 2012 13:31, Vidal, Edward Jr. edward.vidal...@saic.com wrote: Hello, *** Module name IN:

[Angstrom-devel] angstrom-task-gnome

2012-04-28 Thread Vidal, Edward Jr.
Helo What would cause bitbake to not know where the C compiler is I checked and both the gcc and g++ are located /home/vidal/angstrom/setup-scripts/build/tmp-angstrom_v2012_05-eglibc/sysroots/x86_64-linux/usr/bin/armv7a-angstrom-linux-gnueabi bitbake angstrom-task-gnome | *** Module name OUT:

[Angstrom-devel] angstrom-task-gnome

2012-04-28 Thread Vidal, Edward Jr.
hello, bitbake -f -c fetch gcc-cross-initial bitbake gcc-cross-initial These said NOTE: Tasks Summary: Attempted 367 tasks of which 366 didn't need to be rerun and all succeeded. bitbake glibc ERROR: Nothing PROVIDES 'glibc' trying bitbake -k angstrom-task-gnome Thanks

Re: [Angstrom-devel] angstrom-task-gnome

2012-04-28 Thread Daniel He
ok the problem is at libxml-parser-perl_2.41.bb, this is a package for *-native libxml-parser-perl. I guess your host system didn't find the proper gcc/g++ which version for your python? and which version for your gcc at your host OS? I use python2.6 and gcc (Ubuntu/Linaro 4.5.3-9ubuntu1) 4.5.4

[Angstrom-devel] angstrom-task-gnome

2012-04-28 Thread Vidal, Edward Jr.
Hello, I did ./oebb.sh update | Couldn't find your C compiler | Compilation failed in require at Makefile.PL line 5. | BEGIN failed--compilation aborted at Makefile.PL line 5. NOTE: package libxml-parser-perl-2.41-r2: task do_configure: Failed ERROR: Task 569

[Angstrom-devel] angstrom-task-gnome

2012-04-28 Thread Vidal, Edward Jr.
Hello, glibc-2.12-1.47.el6.i686 glibc-2.12-1.47.el6.x86_64 python-2.6.5-3.el6_0.2.x86_64 I will look into getting a gmail account. I will be out for the rest of day I try again tomorrow. Thanks ___ Angstrom-distro-devel mailing list