Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24378 - world file is incomplete even after bootstrap and emerge system
Summary: world file is incomplete even after bootstrap and emerge system
Status: VERIFIED NEEDINFO
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-13 03:20 UTC by Andrea Barisani (RETIRED)
Modified: 2011-10-30 22:20 UTC (History)
1 user (show)

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 Andrea Barisani (RETIRED) gentoo-dev 2003-07-13 03:20:46 UTC
Sometimes the world file is incomplete, this happens also on a freshly installed system. 
 
I've just installed a new Gentoo and after bootstrapt and 'emerge system' I've got 
this: 
 
 host / # emerge -pv -u --deep world 
 
These are the packages that I would merge, in order: 
 
Calculating world dependencies ...done! 
[ebuild    U ] sys-devel/gcc-config-1.3.3-r1 [1.3.1-r1]  
[ebuild    U ] sys-devel/gettext-0.11.5-r1 [0.11.5] -nls  
 
host / #  
 
host / # emerge -pv -u --deep `qpkg -I -nc` 
 
These are the packages that I would merge, in order: 
 
Calculating dependencies ...done! 
[ebuild    U ] sys-devel/gcc-config-1.3.3-r1 [1.3.1-r1]  
[ebuild  N   ] dev-util/pkgconfig-0.15.0   
[ebuild    U ] dev-libs/glib-2.2.2 [1.2.10-r5] -doc -debug  
[ebuild    U ] sys-devel/gettext-0.11.5-r1 [0.11.5] -nls  
 
halley / #  
 
I've seen this discrepancy on already installed systems involving more packages, why 
this happens? Usually a `qpkg -I -nc > /var/cache/db/world` creates a consistent 
world file, however this breaks --deep and depclean features. It's strange seeing this 
on a fresh install. What we can do about this? I know that probably this is a dupe but 
seeing on a new install maybe helps tracking this out. 
 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Kurt Lieber (RETIRED) gentoo-dev 2003-10-16 17:03:04 UTC
I believe the world file doesn't always track things that get emerged as
dependencies of other apps.  Not entirely sure about this, though.

However, it would be extremely useful to have a 100% accurate world file
as this could then be used to generate "locked-down" profiles for mutliple
machines (server cluster, etc.)

so, feature-request++
Comment 2 Marius Mauch (RETIRED) gentoo-dev 2004-06-09 19:57:16 UTC
Requires more information for analysis if it's still an issue (world file, emerge --info, ...)
Comment 3 Marius Mauch (RETIRED) gentoo-dev 2004-06-09 19:57:30 UTC
Requires more information for analysis if it's still an issue (world file, emerge --info, ...)
Comment 4 Marius Mauch (RETIRED) gentoo-dev 2007-01-11 11:00:45 UTC
Closing due to old age