abiword broken in demo image

Hi!

I want to run AbiWord in Koen’s demo but it is broken. Launching from the screen menu just ignored, but when try to launch abiword from a terminal:

root@beagleboard:~# abiword
abiword: error while loading shared libraries: libwv-1.2.so.0: cannot open shared object file: No such file or directory

Ok, let’s try to reinstall it:

root@beagleboard:~# opkg remove abiword --force-removal-of-dependent-packages
Removing package task-beagleboard-demo from root…
Removing package abiword-meta from root…
Removing package abiword from root…
root@beagleboard:~# opkg install abiword
Installing abiword (2.8.3-r2.5) to root…
Downloading http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/abiword_2.8.3-r2.5_armv7a.ipk.
Installing libgoffice-0.8-8 (0.8.1-r0.5) to root…
Downloading http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libgoffice-0.8-8_0.8.1-r0.5_armv7a.ipk.
Configuring libgoffice-0.8-8.
Configuring abiword.
root@beagleboard:~# abiword
abiword: symbol lookup error: /usr/lib/libgoffice-0.8.so.8: undefined symbol: g_realloc_n
root@beagleboard:~#

So, what is wrong with Abiword?

regards,
Max

Does the same happen with abiword 2.8.6?

Koen,

I run usual demo from http://www.angstrom-distribution.org/demo/beagleboard/Angstrom-Beagleboard-demo-image-glibc-ipk-2010.3-beagleboard.rootfs.tar.bz2.
I this version include abiword 2.8.6 - then yes, it is broken. If abiword there is different from 2.8.6 then I have nothing to say.

Max

2010/8/31 Koen Kooi <koen@beagleboard.org>

Koen,

I run usual demo from http://www.angstrom-distribution.org/demo/beagleboard/Angstrom-Beagleboard-demo-image-glibc-ipk-2010.3-beagleboard.rootfs.tar.bz2.
I this version include abiword 2.8.6 - then yes, it is broken. If abiword there is different from 2.8.6 then I have nothing to say.

Did you try 'opkg update && opkg install abiword'?

Looking at the repo, that should then bring in 2.8.6:
http://www.angstrom-distribution.org/repo/?pkgname=abiword-meta
http://www.angstrom-distribution.org/repo/?pkgname=abiword-meta

Max

Does the same happen with abiword 2.8.6?

> Hi!
>
> I want to run AbiWord in Koen's demo but it is broken. Launching from the screen menu just ignored, but when try to launch abiword from a terminal:
>
> root@beagleboard:~# abiword
> abiword: error while loading shared libraries: libwv-1.2.so.0: cannot open shared object file: No such file or directory
>
> Ok, let's try to reinstall it:
>
> root@beagleboard:~# opkg remove abiword --force-removal-of-dependent-packages
> Removing package task-beagleboard-demo from root...
> Removing package abiword-meta from root...
> Removing package abiword from root...
> root@beagleboard:~# opkg install abiword

Looks like you forgot to do 'opkg update' here first.

Jason,

root@beagleboard:~# abiword
abiword: error while loading shared libraries: libwv-1.2.so.0: cannot open share
d object file: No such file or directory
root@beagleboard:~# opkg update
Downloading http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a
/base/Packages.gz.

root@beagleboard:~# opkg install abiword
Upgrading abiword on root from 2.8.1-r4.5 to 2.8.6-r0.5…
Downloading http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a
/base/abiword_2.8.6-r0.5_armv7a.ipk.
Installing libgoffice-0.8-8 (0.8.1-r0.5) to root…
Downloading http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a
/base/libgoffice-0.8-8_0.8.1-r0.5_armv7a.ipk.
Installing libxcb1 (1.6-r3.1.5) to root…
Downloading http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a
/base/libxcb1_1.6-r3.1.5_armv7a.ipk.
Installing libpthread-stubs0 (0.2-r1.5) to root…
Downloading http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a
/base/libpthread-stubs0_0.2-r1.5_armv7a.ipk.
Installing libjpeg8 (8b-r0.5) to root…
Downloading http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a
/base/libjpeg8_8b-r0.5_armv7a.ipk.
Configuring libpthread-stubs0.
Configuring libjpeg8.
Configuring libgoffice-0.8-8.
Configuring libxcb1.
Configuring abiword.
root@beagleboard:~# abiword
abiword: symbol lookup error: /usr/lib/libgoffice-0.8.so.8: undefined symbol: g_realloc_n
root@beagleboard:~#

So here we have broken Abiword 2.8.6

Max

2010/8/31 Jason Kridner <jkridner@beagleboard.org>