Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 217682 - Detected file collision between app-admin/python-updater-0.2 and dev-lang/python-2.4.3-r4
Summary: Detected file collision between app-admin/python-updater-0.2 and dev-lang/pyt...
Status: RESOLVED DUPLICATE of bug 178490
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-14 17:11 UTC by Enrique Domínguez
Modified: 2008-04-15 11: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 Enrique Domínguez 2008-04-14 17:11:51 UTC
While bootstrap process (running: # emerge -e system) I got: 'Detected file collision' between app-admin/python-updater-0.2 and dev-lang/python-2.4.3-r4, collision was /usr/sbin/python-updater. Checked with portageq owners /  /usr/sbin/python-updater. I'm using stage3-i686-2007.0.tar.bz2 and I updated portage with: #emerge portage prior to running ./bootstrap.sh

Reproducible: Always

Steps to Reproduce:
1.install with stage3-i686-2007.0.tar.bz2 and current snapshot from mirror
2.do bootstrap process with # ./bootstrap.sh
3.Update portage with # emerge portage
4. Try to recompile system with: # emerge -e system

Actual Results:  
 * package app-admin/python-updater-0.2 NOT merged
 * 
 * Detected file collision(s):
 * 
 * 	/usr/sbin/python-updater
 * 
 * Searching all installed packages for file collisions...
 * 
 * Press Ctrl-C to Stop
 * 
 * dev-lang/python-2.4.3-r4
 * 	/usr/sbin/python-updater


Expected Results:  
sucessfully of : # emerge -e system
Comment 1 Jan Kundrát (RETIRED) gentoo-dev 2008-04-14 19:03:53 UTC
Please note that you really shouldn't run bootstrap.sh on a stage3 install. Perhaps reading our installation handbook might not be a bad idea.

*** This bug has been marked as a duplicate of bug 178490 ***
Comment 2 Enrique Domínguez 2008-04-14 20:29:47 UTC
(In reply to comment #1)
> Please note that you really shouldn't run bootstrap.sh on a stage3 install.
> Perhaps reading our installation handbook might not be a bad idea.
> 
> *** This bug has been marked as a duplicate of bug 178490 ***
> 
I have read here http://www.gentoo.org/doc/en/faq.xml#stage12 ,title: 'How do I Install Gentoo Using a Stage1 or Stage2 Tarball?' and looks as if I could do it, isn't it? 
Thanks for so fast reply and sorry for my english
Comment 3 Enrique Domínguez 2008-04-15 11:34:54 UTC
(In reply to comment #2)

> > *** This bug has been marked as a duplicate of bug 178490 ***

running #emerge -e system, portage tried to updating app-admin/python-updater-0.2 before updating newer dev-lang/python package [see bug 178490] which has no collision (maybe stage3 must not to use version dev-lang/python-2.4.3-r4 or portage must try another sorting to updating)
Workaround: adding to make.conf next line I could finish updating,
COLLISION_IGNORE = /usr/sbin/python-updater
Finished updating I'll remove it.