Gentoo Archives: gentoo-amd64

From: Duncan <1i5t5.duncan@×××.net>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] Re: Problem emerging subversion-1.3.2-r3
Date: Sun, 06 Aug 2006 23:38:21
Message-Id: eb5udk$kkp$2@sea.gmane.org
In Reply to: [gentoo-amd64] Problem emerging subversion-1.3.2-r3 by Marcel Treis
1 Marcel Treis <marcel@×××××××××.de> posted
2 200608062325.53716.marcel@×××××××××.de, excerpted below, on Sun, 06 Aug
3 2006 23:25:01 +0200:
4
5 > /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.6/../../../../x86_64-pc-linux-gnu/bin/ld:
6 > cannot find -ldb-4.2
7 > collect2: ld returned 1 exit status
8 > make: *** [subversion/libsvn_subr/libsvn_subr-1.la] Error 1
9 >
10 > !!! ERROR: dev-util/subversion-1.3.2-r3 failed. Call stack:
11 > ebuild.sh, line 1543: Called dyn_compile ebuild.sh, line 938:
12 > Called src_compile subversion-1.3.2-r3.ebuild, line 123: Called die
13
14 I have that merged here, same flags as you, save version you are trying.
15
16 However ldb-4.2 indicates your db package may be the problem. Note that
17 db is slotted. I have 4.3.29-r2 (only) here. You may have several
18 versions merged. It looks like it's trying to use 4.2. and finding a bad
19 *.la file. Try remerging that (using the --oneshot parameter) or
20 upgrading to 4.3, unmerging 4.2, and doing a revdep-rebuild. Note that db
21 isn't an uncommon dependency and the minor versions are compile time
22 compatible but run-time incompatible, meaning once you unmerge 4.2
23 revdep-rebuild may have several packages to remerge so they build against
24 4.3.
25
26 --
27 Duncan - List replies preferred. No HTML msgs.
28 "Every nonfree program has a lord, a master --
29 and if you use the program, he is your master." Richard Stallman
30
31 --
32 gentoo-amd64@g.o mailing list

Replies

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