Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 101148 - subversion tries to use db-4.2 with -berkdb
Summary: subversion tries to use db-4.2 with -berkdb
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-02 15:55 UTC by Henrique Ferreiro
Modified: 2005-09-06 07:28 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henrique Ferreiro 2005-08-02 15:55:33 UTC
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../../i686-pc-linux-gnu/bin/ld:
cannot find -ldb-4.2
But I have the use flag -berkdb

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Andy Kissner 2005-08-02 16:37:50 UTC
Which version of subversion?
Comment 2 Henrique Ferreiro 2005-08-03 03:43:57 UTC
1.2.1
Comment 3 Paul de Vrieze (RETIRED) gentoo-dev 2005-08-25 06:19:05 UTC
Because of the lack of information I'm having to guess here, but probably you
used to have db-4.2 installed, linked apache-2 or apr/apr-util against it and
then unmerged it. Your solution is to remerge (if they exist), apr and apr-util
(if they don't remerge apache-2).
Comment 4 Henrique Ferreiro 2005-09-06 07:28:00 UTC
It worked. Thank you.