Gentoo Archives: gentoo-project

From: Andrew Savchenko <bircoph@g.o>
To: gentoo-project@l.g.o
Subject: Re: [gentoo-project] New Developer: Andrew Savchenko (bircoph)
Date: Wed, 12 Nov 2014 19:04:55
Message-Id: 20141112220446.f1cfa88847e9c0ad9cf2d24c@gentoo.org
In Reply to: Re: [gentoo-project] New Developer: Andrew Savchenko (bircoph) by Brian Dolbec
1 Hello,
2
3 On Wed, 12 Nov 2014 07:52:19 -0800 Brian Dolbec wrote:
4 [...]
5 > Welcome, glad to have you on board :)
6
7 Thank you (and everyone else here) for a warm welcoming!
8
9 > As for symlookup, the new python version of revdep-rebuild uses
10 > scanelf, but could use a little help to scan for undefined symbols...
11
12 Hmm, interesting. Do you need to scan some directory tree to find
13 symbols not defined within such tree?
14
15 Actually scanelf and symlookup have noticeable overlap of
16 functionality. Some time ago I though about possible merge of two
17 projects, but interfaces and functionality are somewhat different.
18
19 Maybe common library will do the job. What actually symlookup does
20 is tree traversing using fts and dig into each so/ar to look for
21 user provided symbol. The devil is in details: regexps may be used,
22 it can also find ebuild or rpm holding matched files, build map of
23 all symbols in the system and so on.
24
25 Best regards,
26 Andrew Savchenko