Gentoo Archives: gentoo-dev

From: Terje Kvernes <terjekv@××××××××.no>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Announcing new Prelinking Guide
Date: Sun, 05 Jan 2003 03:14:58
Message-Id: wxx1y3snvbe.fsf@nommo.uio.no
In Reply to: Re: [gentoo-dev] Announcing new Prelinking Guide by Caleb Shay
1 Caleb Shay <caleb@××××××××.com> writes:
2
3 > 2 things.
4 >
5 > 1) You spelled "summary" wrong (summery)
6 >
7 > 2) prelink -famv segfaults for me:
8 >
9 > <snip lots of stuff working correctly>
10 > /usr/lib/libnautilus-adapter.so.2 415ec000-415ee494
11 > /usr/lib/libpcreposix.so.0 41152000-41154770
12 > /usr/lib/libcpuaccel.so.0 41288000-41289900
13 > Segmentation fault
14
15 ick. been there, done that. I don't know what caused the error
16 though, I was too busy rebuilding stuff.
17
18 > Thinking that maybe it was failing on /usr/lib/libcpuaccel.so.0 I
19 > tried
20 >
21 > prelink -mfv /usr/lib/libcpuaccel.so.0
22 >
23 > and that completes without error, so I guess it is segfaulting on
24 > whatever it is trying to prelink next, but I don't know what that
25 > is. Any tips?
26
27 yeah.
28
29 strace -f -eopen,stat64 prelink -famv
30
31 should show you the culprit.
32
33 --
34 Terje
35
36 --
37 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Announcing new Prelinking Guide Caleb Shay <caleb@××××××××.com>