Gentoo Archives: gentoo-dev

From: Stefan Jones <cretin@g.o>
To: gentoo-dev@l.g.o, fuzzyray@g.o
Subject: [gentoo-dev] revdep-rebuild
Date: Sun, 14 Aug 2005 01:05:22
Message-Id: 1123981265.17839.8.camel@localhost
1 Hi,
2
3 I have finally had enough of how slow it is compared to for example the
4 "prelink -amR" command which does about the same task in terms of
5 difficulty!
6
7 So I have started making a small C program which does the
8 "Checking dynamic linking consistency..." part of the revdep-rebuild
9 program (I think this the the most time intensive part).
10
11 This program can then be called by the script.
12
13 So far all I see the program needing to do is
14 read /root/.revdep-rebuild.1_files and
15 use /root/.revdep-rebuild.2_ldpath as the LD_LIBRARY_PATH
16 and write any bad files to /root/.revdep-rebuild.3_rebuild
17
18 Any other LD_?? env variables I would need to consider?
19
20 Also anyone have any opinions or caveats I should take into account?
21
22 Thanks,
23
24 Stefan
25
26 --
27 Stefan Jones <cretin@g.o>
28
29 --
30 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] revdep-rebuild Yuri Vasilevski <yuri@×××××××××××××.mx>
Re: [gentoo-dev] revdep-rebuild Mike Frysinger <vapier@g.o>
Re: [gentoo-dev] revdep-rebuild Stefan Jones <cretin@g.o>