Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13363 - emerge -p world complaints about invalid db entries
Summary: emerge -p world complaints about invalid db entries
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-06 06:43 UTC by Konrad Miller
Modified: 2011-10-30 22:18 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 Konrad Miller 2003-01-06 06:43:04 UTC
I installed gentoo from a stage 3 tarball and then added the binary packet for x11 with the grp script and the xfree-list.txt file. I changed the xfree-list.txt to xfree-list-mod.txt so it would only merge x11, because the dependencies were already compiled. 

When i type emerge -p world, i recieve the following error:


These are the packages that I would merge, in order:

Calculating world dependencies   !!! Invalid db entry: /var/db/pkg//sys-kernel
!!! Invalid db entry: /var/db/pkg//x11-base
!!! Invalid db entry: /var/db/pkg//x11-libs
!!! Invalid db entry: /var/db/pkg//x11-misc
!!! Invalid db entry: /var/db/pkg//x11-terms
!!! Invalid db entry: /var/db/pkg//app-admin
!!! Invalid db entry: /var/db/pkg//x11-themes
!!! Invalid db entry: /var/db/pkg//app-arch
!!! Invalid db entry: /var/db/pkg//sys-devel
!!! Invalid db entry: /var/db/pkg//dev-ml
!!! Invalid db entry: /var/db/pkg//kde-base
!!! Invalid db entry: /var/db/pkg//media-gfx
!!! Invalid db entry: /var/db/pkg//net-ftp
!!! Invalid db entry: /var/db/pkg//net-p2p
!!! Invalid db entry: /var/db/pkg//net-www
!!! Invalid db entry: /var/db/pkg//media-libs
!!! Invalid db entry: /var/db/pkg//sys-apps
!!! Invalid db entry: /var/db/pkg//sys-libs
!!! Invalid db entry: /var/db/pkg//net-mail
!!! Invalid db entry: /var/db/pkg//net-misc
!!! Invalid db entry: /var/db/pkg//x11-wm
!!! Invalid db entry: /var/db/pkg//dev-java
!!! Invalid db entry: /var/db/pkg//dev-lang
!!! Invalid db entry: /var/db/pkg//dev-libs
!!! Invalid db entry: /var/db/pkg//dev-perl
!!! Invalid db entry: /var/db/pkg//dev-util
!!! Invalid db entry: /var/db/pkg//dev-python
!!! Invalid db entry: /var/db/pkg//app-editors
!!! Invalid db entry: /var/db/pkg//app-shells
!!! Invalid db entry: /var/db/pkg//media-sound
!!! Invalid db entry: /var/db/pkg//media-video

*** Package in world file is not installed: /xfree-list-mod.txt                .    ..done!
Comment 1 Konrad Miller 2003-01-06 07:29:48 UTC
I fixed the bug, by deleting the line  "/xfree-list-mod.txt" in the file /var/cache/edb/world. Sorry for the bug report.