Bugzilla – Bug 225
Scratchbox 1.0's ldd segfaults with binaries compiled with 0.9.8 host-gcc
Last modified: 2005-10-11 16:06:57
You need to log in before you can comment on or make changes to this bug.
Scratchbox ldd uses DT_RPATH flag wich according to elf.h is deprecated. Correct search flag would be DT_RUNPATH. This can be verified with Maemo rs 1.0 and issuing command "ldd /usr/bin/dbus-daemon-1".
Created an attachment (id=17) [details] Patch to fix ldd Added patch that fixes the segfault.
Curious.
Hopefully you didn't apply the patch because it removes the segfault by breaking the RPATH handling ;) Correct fix should be investigated instead...
I hope no-one uses binaries compiled with 0.9.8 host-gcc with 1.0 -series... Compile again please.