Gentoo Archives: gentoo-dev

From: Paul de Vrieze <pauldv@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] checdeps.rb for getting deps out of elf files
Date: Wed, 28 Dec 2005 16:15:22
Message-Id: 200512281711.22749.pauldv@gentoo.org
In Reply to: Re: [gentoo-dev] checdeps.rb for getting deps out of elf files by "Petteri Räty"
1 On Tuesday 27 December 2005 23:12, Petteri Räty wrote:
2 >
3 > This has the side affect that the library location code is not used
4 > until I code or take the logic from glibc from example.
5 >
6 > betelgeuse@pena ~/bin $ checkdeps.rb subversion
7 > dev-libs/apr
8 > dev-libs/apr-util
9 > dev-libs/expat
10 > dev-libs/openssl
11 > dev-util/subversion
12 > net-misc/neon
13 > sys-libs/db || app-office/openoffice-bin
14 > sys-libs/gdbm
15 > sys-libs/glibc
16 > sys-libs/zlib
17
18 Unfortunately scanelf also doesn't know (nor can it know) that some libraries
19 like apr-util do not link against the libraries they need, but leave it for
20 users to link against them properly by means of the apu-config utility. As
21 such subversion could link against libldap. It does however not depend on
22 libldap, as this comes from apr-util. Perhaps this means that apr-util should
23 be fixed, but it certainly does not mean that subversion missed a dep.
24
25 Paul
26
27 --
28 Paul de Vrieze
29 Gentoo Developer
30 Mail: pauldv@g.o
31 Homepage: http://www.devrieze.net

Replies