Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 190373
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Apache Team - Bugzilla Reports <apache-bugs@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Tim Harder <radhermit@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
db-4.6-support.patch db-4.6-support.patch patch Tim Harder 2007-08-27 08:58 0000 4.21 KB Details | Diff
apr-util-1.2.8-r2.ebuild apr-util-1.2.8-r2.ebuild text/plain Tim Harder 2007-08-27 09:04 0000 2.21 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 190373 depends on: Show dependency tree
Bug 190373 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: 2007-08-27 08:57 0000
The configure scripts of apr-util-1.2.8 don't support db-4.6.

------- Comment #1 From Tim Harder 2007-08-27 08:58:58 0000 -------
Created an attachment (id=129296) [details]
db-4.6-support.patch

Here is a patch to add db-4.6 support to apr-util-1.2.8.

------- Comment #2 From Tim Harder 2007-08-27 09:04:42 0000 -------
Created an attachment (id=129297) [details]
apr-util-1.2.8-r2.ebuild

This ebuild adds the previous patch and works for me on ~x86.

------- Comment #3 From Axel Dyks 2007-08-27 23:15:23 0000 -------
This is what happens if newer versions of a slotted package (sys-libs/db) get 
stabilized without checking if all dependent packages not refering a slot
really don't rely on a slot.

DEPEND = "
    ...
    berkdb? ( =sys-libs/db-4* )
"
is plain wrong!

Each time when I run an "update world" I check for "slotted updates" and
I'm trying to get rid of them by unmerging older versions (slot instances)
and then running "revdep-rebuild".

What I (everybody) would expect is that a dependent package
  * either can live with an instance from a newer slot
  * or pulls in newest stable from an older slot.

Axel


------- Comment #4 From Axel Dyks 2007-08-27 23:33:30 0000 -------
Sorry!
It's actually "0.9.12" that needs the patch to make
   berkdb? ( =sys-libs/db-4* )
a valid dependency.

And 0.9.12 has already got the patch (--> -r1)

Sorry again,
Axel

P. S. Should have run "revdep-rebuild" without "-X" ...

------- Comment #5 From Davide Pesavento 2007-09-08 18:16:54 0000 -------
Yet this bug is still valid. And db-4.6 has been unmasked now, so many packages
depending on apr-util are broken (e.g. subversion) because libaprutil-1.la
cannot be rebuilt correctly. Please consider raising the severity of this bug.

------- Comment #6 From Benedikt Böhm 2007-09-08 20:10:32 0000 -------
fixed with apr-util-1.2.10

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