Summary: | When running emerge --pretend world sys-apps/fileutils, etc. appear to be missing | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Gabriel O'Brien <go> |
Component: | New packages | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED WORKSFORME | ||
Severity: | minor | CC: | seemant, usata |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
URL: | None | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Gabriel O'Brien
2004-05-11 12:08:11 UTC
clean up your world file (/var/cache/edb/world) just remove the obviously invalid entries. Thanks for the speedy response! ;) Fair enough, but assuming for a moment that this is a fresh install (which it is) I would expect that /var/cache/edb/world would be sane. And when I do an 'emerge world' I would expect this to be transparent to the user. I think at the very least this should be a product improvement. I'm not sure what the policy is here for these kinds of things so feel free to close this if Gentoo doesn't handle these sorts of (semi-)minor issues as CSRs/bugs. I get these kinds of CSRs at work all the time! ;) how fresh is this install? what livecd did you use? I installed the system on 2004-05-10 (Monday) using the 2004.1 x86 ISO from here: http://ftp.heanet.ie/pub/gentoo/releases/x86/2004.1/livecd/install-x86-universal-2004.1.iso I installed a stage 1 tarball and built the system from scratch and then ran an 'emerge world' without any trouble, I ran the 'emerge --pretend world' that gave me the output I reported on 2004-05-11. Hope this helps, if you need any further info regarding this system, please let me know. -G I had the same problem. I installed Gentoo/PPC (ppc stable) from 2004.1 LiveCD stage3 on 1 May 2004. the problem either lies with coreutils, portage, or the profiles. catalyst reads data straight from the profiles when building - there is really no voodoo magic that could mess things up. moving out of release bugs. This might be portage mis-handling the virtuals that say that coreutils provide fileutils. Or some portage dev can explain how those profiles are messed up. ;-) I'm throwing this bug over there for comment/consideration. Portage never adds any package to the world file unless it appears on the command line. In current versions, it then only adds it if --upgrade is not specified. This could only be a result of user 'error', whether that means intentionally reinstalling/upgrading or emerge $(qpkg -I -nc) or whatever else. |