Hello!
I've configure sb2 with a rootfs using a busybox.
When I use sb2 with the install mode on some Makefile (e.g. make install
of ncurses ) I get error on shell script call (e.g. ./headers.sh applet
not found).
It looks to be due to symlink resolution of bin/sh ./headers.sh ->
bin/busybox ./headers.sh. So busybox ./headers.sh give the applet not
found error.

This could be solved by remplacing bin/sh by a copy of busybox or by a
hard link to busybox.

May be, this probleme will not appear if symlink into the target are not
resolved i post this comment here. But that's may be not the best
place:)
Anyway, if it could be refert somewhere it could be cool ;)

Regards,
Mathieu

_______________________________________________
Scratchbox-devel mailing list
[email protected]
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-devel

Reply via email to