Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 150711 - apr and apr-util have a missing slotmove
Summary: apr and apr-util have a missing slotmove
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-09 23:24 UTC by Chris White (RETIRED)
Modified: 2006-10-12 07:34 UTC (History)
0 users

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 Chris White (RETIRED) gentoo-dev 2006-10-09 23:24:31 UTC
At some point apr and apr-util (for me version 1.2.2) were changed from slot 0 to slot 1.  Unfortunately, a slot move such as:

slotmove dev-libs/apr 0 1

was not added to the profile updates, so the changes were never applied to the slot information in /var/db/pkg.  That said, when checking for collisions, the /var/db/pkg apr reported slot 0, and the new apr (1.2.7-r3) reported slot 1.  Having different slots, this caused collision-protect to fail.
Comment 1 Michael Stewart (vericgar) (RETIRED) gentoo-dev 2006-10-10 09:12:13 UTC
I didn't even realize there was such a beast, now I do. However I can't find any documentation on it, is this correct? If so I'll add it to updates/Q3-2006

slotmove =dev-libs/apr-1* 0 1
slotmove =dev-libs/apr-util-1* 0 1

Also, there is still a collision between the slots that we still need to address, I'm hoping I'll have time to fix that this weekend. See bug 114953.
Comment 2 Michael Stewart (vericgar) (RETIRED) gentoo-dev 2006-10-12 07:34:05 UTC
slotmove is now in CVS.