View Single Post
Posts: 839 | Thanked: 3,386 times | Joined on Mar 2009
#3
http://wiki.maemo.org/CSSU-thumb_too....7.2-linaro%29

EDIT:
I just tested this Document with fresh scratchbox [ http://wiki.maemo.org/Documentation/...K_Installation ]. I think I haven't done this step before (but now I did it) "sed -i -e 's/etch/squeeze/g' maemo-sdk-install_5.0.sh"

Setting linaro target fails with
Code:
[sbox-FREMANTLE_ARMEL_GCC472: ~] > fakeroot apt-get install maemo-sdk-debug
fakeroot: preload library `libfakeroot-sysv.so' not found, aborting.
And fix/workaround is (outside of scratchbox):
Code:
mkdir /scratchbox/users/rantalai/targets/FREMANTLE_ARMEL_GCC472/usr/lib/libfakeroot
cp /scratchbox/users/rantalai/targets/FREMANTLE_ARMEL/usr/lib/libfakeroot/* /scratchbox/users/rantalai/targets/FREMANTLE_ARMEL_GCC472/usr/lib/libfakeroot
Did you have this issue?

Last edited by AapoRantalainen; 2013-01-04 at 21:48. Reason: issue with fakeroot
 

The Following 3 Users Say Thank You to AapoRantalainen For This Useful Post: