On Fri, 2010-04-02 at 15:40 +0200, Koen Kooi wrote: > While testing (rebased on top of this mornings OE, bitbake master) I'm > getting messages like this: > > //OE/angstrom-dev/sysroots/x86_64-linux/usr/lib/python2.6/lib-dynload/strop.so: > RPATH=/OE/angstrom-dev/sysroots/x86_64-linux/usr/lib > //OE/angstrom-dev/sysroots/x86_64-linux/usr/lib/python2.6/lib-dynload/strop.so: > new RPATH: $ORIGIN/../../../../usr/lib > open: Permission denied > elf_open: Invalid argument > > Are those messages from chrpath and can they be ignored?
The first messages are from the class and are safe to ignore. The permission denied suggests something was added to staging that was readonly? Can you check the permissions on //OE/angstrom-dev/sysroots/x86_64-linux/usr/lib/python2.6/lib-dynload/strop.so and see if that is the case. It would make sense for that code to check for read only and handle that case, restoring the permissions afterwards. I won't get to it this weekend but I will make sure its fixed on Tuesday if you can confirm that is the problem. Cheers, Richard _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
