Hi again, >>>>> "Xiangfu" == Xiangfu Liu <[email protected]> writes:
> Hi here is some info about next release progress 1. there are some
> package that compile fine but have 'Segment fault' when running
> stardict python mediatomb since we have Qstardict works really great
> on nanonote. I just disable the stardict and also I disable the python
> and 'mediatom'
I got a little further trying to run the new image under qemu emulation
for testing. It works like this:
untar the *rootfs.tar.gz it to 'root'
sudo apt-get install qemu-user-static
sudo cp /usr/bin/qemu-mipsel-static ./root/usr/bin
cd root
sudo chroot . usr/bin/qemu-mipsel-static \
-E LD_LIBRARY_PATH=/lib:/usr/lib -L $(pwd) bin/bash
Apart from missing python, 'gforth' is broken:
bash-4.2# gforth.real
/usr/bin/gforth.real: can't load library 'libffi.so.4'
bash-4.2# find -name libffi*.so*
./usr/lib/libffi.so.5
./usr/lib/libffi.so.5.0.10
Looks like you didn't do a clean rebuild? Or is libffi.so.5 part of a
different package that's missing? Wanted to use gforth to test how qemu
behaves with unaligned loads.
cheers,
David
--
GnuPG public key: http://dvdkhlng.users.sourceforge.net/dk.gpg
Fingerprint: B17A DC95 D293 657B 4205 D016 7DEF 5323 C174 7D40
pgprXFpLOLAKy.pgp
Description: PGP signature
_______________________________________________ Qi Hardware Discussion List Mail to list (members only): [email protected] Subscribe or Unsubscribe: http://lists.en.qi-hardware.com/mailman/listinfo/discussion

