Caleb Shay writes: > 2 things. > > 1) You spelled "summary" wrong (summery) > > 2) prelink -famv segfaults for me: > > > /usr/lib/libnautilus-adapter.so.2 415ec000-415ee494 > /usr/lib/libpcreposix.so.0 41152000-41154770 > /usr/lib/libcpuaccel.so.0 41288000-41289900 > Segmentation fault ick. been there, done that. I don't know what caused the error though, I was too busy rebuilding stuff. > Thinking that maybe it was failing on /usr/lib/libcpuaccel.so.0 I > tried > > prelink -mfv /usr/lib/libcpuaccel.so.0 > > and that completes without error, so I guess it is segfaulting on > whatever it is trying to prelink next, but I don't know what that > is. Any tips? yeah. strace -f -eopen,stat64 prelink -famv should show you the culprit. -- Terje -- gentoo-dev@gentoo.org mailing list