[Angstrom-devel] Gnome image compilation problem

2011-12-18 Thread Kövesdi György
Hi,

I tried to compile the current version according to
http://www.angstrom-distribution.org/building-angstrom
However, it is succeeded several times, now i cannot build any gnome
image.
During building of rootfs:

| Installing libfreetype6 (2.4.6-r2) to root...
| Downloading
file:/home/kgy/work/Angstrom/setup-scripts/build/tmp-angstrom_2010_x-eglibc/deploy/ipk/armv7a/libfreetype6_2.4.6-r2_armv7a.ipk.
| Installing encodings (1:1.0.4-r2.1) to root...
| Downloading
file:/home/kgy/work/Angstrom/setup-scripts/build/tmp-angstrom_2010_x-eglibc/deploy/ipk/all/encodings_1.0.4-r2.1_all.ipk.
| Installing font-util (1.2.0-r2.2) to root...
| Installing encodings (1:1.0.4-r2.1) to root...
| Installing font-util (1.2.0-r2.2) to root...
| Installing encodings (1:1.0.4-r2.1) to root...
| Installing font-util (1.2.0-r2.2) to root...
| Installing encodings (1:1.0.4-r2.1) to root...
| Installing font-util (1.2.0-r2.2) to root...
| Installing encodings (1:1.0.4-r2.1) to root...
| Installing font-util (1.2.0-r2.2) to root...

and these two lines are repeated a lot of times. It seems an endless
loop. At last, opkg-cl fails:

| Installing encodings (1:1.0.4-r2.1) to root...
| Installing font-util (1.2.0-r2.2) to root...
| 
/home/kgy/work/Angstrom/setup-scripts/build/tmp-angstrom_2010_x-eglibc/work/beagleboard-angstrom-linux-gnueabi/systemd-gnome-image-1.0-r0/temp/run.do_rootfs.10090:
 line 492: 10577 Segmentation fault  opkg-cl ${ipkg_args} install 
${package_to_install}
NOTE: package systemd-gnome-image-1.0-r0: task do_rootfs: Failed
ERROR: Task 8
(/home/kgy/work/Angstrom/setup-scripts/sources/meta-angstrom/recipes-images/angstrom/systemd-gnome-image.bb,
 do_rootfs) failed with exit code '1'
ERROR:
'/home/kgy/work/Angstrom/setup-scripts/sources/meta-angstrom/recipes-images/angstrom/systemd-gnome-image.bb'
 failed

According to dmesg:

[12099.521899] opkg-cl[10577]: segfault at bf2a7cec ip b78525f1 sp
bf2a7cf0 error 6 in libpseudo.so[b7833000+26000]

Thanx in advance
K. Gy.


___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] Gnome image compilation problem

2011-12-18 Thread Andreas Müller
On Sunday, December 18, 2011 10:42:55 PM Kövesdi György wrote:
 Hi,
 
 I tried to compile the current version according to
 http://www.angstrom-distribution.org/building-angstrom
 However, it is succeeded several times, now i cannot build any gnome
 image.
 
 During building of rootfs:
 | Installing libfreetype6 (2.4.6-r2) to root...
 | Downloading
 
 file:/home/kgy/work/Angstrom/setup-scripts/build/tmp-angstrom_2010_x-eglibc
 /deploy/ipk/armv7a/libfreetype6_2.4.6-r2_armv7a.ipk.
 
 | Installing encodings (1:1.0.4-r2.1) to root...
 | Downloading
 
 file:/home/kgy/work/Angstrom/setup-scripts/build/tmp-angstrom_2010_x-eglibc
 /deploy/ipk/all/encodings_1.0.4-r2.1_all.ipk.
 
 | Installing font-util (1.2.0-r2.2) to root...
 | Installing encodings (1:1.0.4-r2.1) to root...
 | Installing font-util (1.2.0-r2.2) to root...
 | Installing encodings (1:1.0.4-r2.1) to root...
 | Installing font-util (1.2.0-r2.2) to root...
 | Installing encodings (1:1.0.4-r2.1) to root...
 | Installing font-util (1.2.0-r2.2) to root...
 | Installing encodings (1:1.0.4-r2.1) to root...
 | Installing font-util (1.2.0-r2.2) to root...
 
 and these two lines are repeated a lot of times. It seems an endless
 
 loop. At last, opkg-cl fails:
 | Installing encodings (1:1.0.4-r2.1) to root...
 | Installing font-util (1.2.0-r2.2) to root...
 | /home/kgy/work/Angstrom/setup-scripts/build/tmp-angstrom_2010_x-eglibc/wo
 | rk/beagleboard-angstrom-linux-gnueabi/systemd-gnome-image-1.0-r0/temp/run
 | .do_rootfs.10090: line 492: 10577 Segmentation fault  opkg-cl
 | ${ipkg_args} install ${package_to_install}
 
 NOTE: package systemd-gnome-image-1.0-r0: task do_rootfs: Failed
 ERROR: Task 8
 (/home/kgy/work/Angstrom/setup-scripts/sources/meta-angstrom/recipes-images
 /angstrom/systemd-gnome-image.bb, do_rootfs) failed with exit code '1'
 ERROR:
 '/home/kgy/work/Angstrom/setup-scripts/sources/meta-angstrom/recipes-images
 /angstrom/systemd-gnome-image.bb' failed
 
 According to dmesg:
 
 [12099.521899] opkg-cl[10577]: segfault at bf2a7cec ip b78525f1 sp
 bf2a7cf0 error 6 in libpseudo.so[b7833000+26000]
 
There was an update for oe-core opkg. font-util issue can be worked around with 
latest meta-oe sources. 

But I am afraid the image you'll get might not work as expected...

Andreas

___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] Gnome image compilation problem

2011-12-18 Thread Kövesdi György
 There was an update for oe-core opkg. font-util issue can be worked around 
 with 
 latest meta-oe sources. 
When was it done? Executing './oebb.sh update' does this update?
...
layer repository name: meta-openembedded
layer uri: git://github.com/openembedded/meta-oe.git
layer branch/revision: master/HEAD
Updating layer at layers/meta-openembedded
Current branch master is up to date.
...
layer repository name: openembedded-core
layer uri: git://github.com/openembedded/oe-core.git
layer branch/revision: master/HEAD
Updating layer at layers/openembedded-core
Current branch master is up to date.
...
Is it necessary to update other things? The 'opkg' is also downloaded
and re-built from beginning, and no change.


___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] Gnome image compilation problem

2011-12-18 Thread Andreas Müller
On Sunday, December 18, 2011 11:21:54 PM Kövesdi György wrote:
  There was an update for oe-core opkg. font-util issue can be worked
  around with latest meta-oe sources.
 
 When was it done? Executing './oebb.sh update' does this update?
Sorry it was not yet committed (and I don't know if it ever will). For 
workaround you can get it from [1].

Andreas 

[1] http://patches.openembedded.org/patch/17191/

___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


[Angstrom-devel] building systemd-gnome-image

2011-12-18 Thread Kövesdi György
Hi,

On a Beagleboard, now i succeeded to build a systemd-gnome-image, but X
does not start. It boots very fast, and gives a console login.
The content of /etc/init.d/ on the target machine is:

# ls -l /etc/init.d/
total 44
-rwxr-xr-x 1 root root 4380 Dec 18  2011 avahi-daemon
-rwxr-xr-x 1 root root  535 Dec 18  2011 busybox-udhcpc
-rwxr-xr-x 1 root root  816 Dec 18  2011 connman
-rwxr-xr-x 1 root root 2781 Dec 17  2011 dbus-1
-rwxr-xr-x 1 root root 2674 Dec 18  2011 dropbear
-rwxr-xr-x 1 root root 2445 Dec 18  2011 hwclock.sh
-rwxr-xr-x 1 root root 1449 Dec 18  2011 networking
-rwxr-xr-x 1 root root  516 Dec 18  2011 ofono
lrwxrwxrwx 1 root root   14 Dec 19  2011 syslog - syslog.busybox
-rwxr-xr-x 1 root root 1611 Dec 18  2011 syslog.busybox
-rwxr-xr-x 1 root root 1454 Dec 18  2011 xinetd
# 

/etc/inittab is missing

However, 'opkg list_installed' shows gnome and X entries.
What could i do wrong?

Thanx in advance
K. Gy.



___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel