First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 187766
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo's Team for Core System packages <base-system@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Thomas Anderson (tanderson) <tanderson@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

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

Bug 187766 depends on: Show dependency tree
Bug 187766 blocks: 187487
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-05 00:11 0000
Baselayout versions less than 2.0.0rcX install /sbin/makedev. When installing
baselayout-1.12.9 after having 2.0.0rc2 installed there are file conflicts as
baselayout 1.12.9 and makedev both own /sbin/makedev.

In short, baselayout-1.12.9 should block makedev and makedev should block
baselayout-1.12.9, if I'm not totally out of my mind today.

FWIW, I talked with Uberlord on IRC about it.

Reproducible: Always

Steps to Reproduce:
1.emerge =sys-apps/baselayout-2.0.0-rc2
2.emerge =sys-apps/baselayout-1.12.9-r2
3.see the conflict happen when FEATURES="collision-protect"

------- Comment #1 From Jakub Moc (RETIRED) 2007-08-05 07:13:35 0000 -------
A blocker in sys-apps/makedev will do the job, it's respected the other way
round as well. :) One note - it's also important to stick it there to avoid
collision on *upgrade* with recent portage versions (the PDEPEND behaviour
changed) - as illustrated on the following snippet:

- without a blocker in sys-apps/makedev

[ebuild  N    ] sys-apps/fakemakedev-3.23.1  USE="-build (-selinux)" 0 kB [1]
[ebuild     U ] sys-apps/baselayout-2.0.0_rc2-r1 [2.0.0_rc2] USE="-bootstrap
-build pam -static unicode" 0 kB [0=>1]

- with a blocker in sys-apps/makedev

[ebuild     U ] sys-apps/baselayout-2.0.0_rc2-r1 [2.0.0_rc2] USE="-bootstrap
-build pam -static unicode" 0 kB [0=>1]
[ebuild  N    ] sys-apps/fakemakedev-3.23.1  USE="-build (-selinux)" 0 kB [1]

------- Comment #2 From Roy Marples (RETIRED) 2007-08-07 14:51:53 0000 -------
Fixed, thanks

First Last Prev Next    No search results available      Search page      Enter new bug