vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Well my /var/lib/portage/world was empty. This solved the problem http://forums.gentoo.org/viewtopic.php?t=136627 So far so good. Now when I do p4_2400 portage # pwd /var/lib/portage regenworld cat world |sort > world.sort qpkg -I -nc > world-qpkg xxdiff world-qpkg world.sort I showes that "regenworld" makes a smaller world file that qpkg. Could it be that qpkg also gives packages from the "system" and not only the packages that have been installed/added to the setup over time - the world file. And if so, how to list the pure "system" packages, I will then use this information to remove stuff from world-qpkg and so get world file back. Just in case "regenworld" have missed some packages, as it works on log files and my system may not hold ALL the log files (old Gentoo install - by now approx. 1½ year). |