Gentoo Archives: gentoo-amd64

From: Paul de Vrieze <pauldv@g.o>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Problem emerging subversion-1.3.2-r3
Date: Mon, 07 Aug 2006 11:04:08
Message-Id: 200608071258.52497.pauldv@gentoo.org
In Reply to: [gentoo-amd64] Problem emerging subversion-1.3.2-r3 by Marcel Treis
1 On Sunday 06 August 2006 23:25, Marcel Treis wrote:
2 > Hi, i have some problems emerging subversion:
3 >
4 >
5 > I tried multiple versions of subversion, even stable ones ;-)
6 > but it seems it will produce this error every time:
7 >
8 > /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.6/../../../../x86_64-pc-linux-gnu/bin/
9 >ld: cannot find -ldb-4.2
10 >
11 > Has anybody encountered the same problem and - hopefully - fixed it?
12
13 The short anwer: remerge apr-util.
14
15 Subversion uses whichever db version that apr-util was linked against
16 (multiple versions in one binary is ill advised, although the ebuild has
17 special measures to avoid complete havoc). When unmerging db-4.2 you
18 basically broke apr-util (which strangely enough does not by default specify
19 the link in its library so revdep rebuild might not catch it)
20
21 Paul
22
23 --
24 Paul de Vrieze
25 Gentoo Developer
26 Mail: pauldv@g.o
27 Homepage: http://www.devrieze.net

Replies

Subject Author
Re: [gentoo-amd64] Problem emerging subversion-1.3.2-r3 Marcel Treis <marcel@×××××××××.de>