currently i try to install some packages on my vserver
i followed the gentoo vserver howto as best as possible
first
after this i triedvesync myguest
skipping sync
>>> Updating Portage cache: 100%
* An update to portage is available. It is _highly_ recommended
* that you update portage now, before any other packages are updated.
* Please do so and then update ALL of your configuration files.
i get the digest error message for every package i try to install (vemerge) on my guest servervemerge myguest -- portage
Calculating dependencies ...done!
>>> emerge (1 of 13) sys-apps/sandbox-1.2.17 to /
!!! No package digest file found: /usr/portage/sys-apps/sandbox/files/digest-sandbox-1.2.17
!!! Type "ebuild foo.ebuild digest" to generate it.
i'm not sure how to handle this cause i didn't find any related info on this problem
so the question is: how can i solve this and install packages on my guest system?
thx@ll
edit:
i'm not sure what the problem is, but i think my guest gentoo image is a bit outdated
i currently do
on the host and emerging within my guest image now seems workingcd /usr/portage
find -name "*.ebuild" -exec ebuild {} digest \;
hope the digest's don't make troubles on my host


