Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 236031
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Apache Team - Bugzilla Reports <apache-bugs@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Diego E. 'Flameeyes' Pettenò <flameeyes@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 236031 depends on: 235938 Show dependency tree
Bug 236031 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-08-28 14:03 0000
There is no support for arbitrary db versions, the 1.3.2 version only arrives
to support db 4.6, otherwise it fails to find it.

The problem is that, since it does not have any specific dependency about it,
the new portage now breaks --depclean when the (masked) 4.7 version is
installed because of this:

 *   sys-libs/db-4.6.21_p1 pulled in by:
 *     dev-libs/apr-util-1.3.2
 *     dev-util/subversion-1.5.1

I _think_ subversion inherits it from apr-util.

Not nice...

------- Comment #1 From Arfrever Frehtes Taifersar Arahesis 2008-08-28 14:54:42 0000 -------
(In reply to comment #0)
> the 1.3.2 version only arrives to support db 4.6

It isn't good to mix stable APR-Util with unstable Berkeley DB, but you can
find the patch here:
https://svn.apache.org/viewvc?view=rev&revision=671382
https://svn.apache.org/viewvc?view=rev&revision=671383

> The problem is that, since it does not have any specific dependency about
> it, the new portage now breaks --depclean when the (masked) 4.7 version is
> installed because of this:
> 
>  *   sys-libs/db-4.6.21_p1 pulled in by:
>  *     dev-libs/apr-util-1.3.2
>  *     dev-util/subversion-1.5.1
> 
> I _think_ subversion inherits it from apr-util.

Subversion built with USE="berkdb" directly uses Berkeley DB.
Subversion's build system on Unix-like systems always chooses this version of
Berkeley DB which is used by APR-Util.

------- Comment #2 From Benedikt Böhm 2008-08-29 11:54:18 0000 -------
fixed in 1.3.4

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug