Question

When I try to install MySQL on Gentoo

emerge mysql

I get these errors

... ...
Calculating dependencies... done!

>>> Verifying ebuild manifests
!!! A file is not listed in the Manifest: '/usr/portage/perl-core/Storable/Storable-2.20.ebuild'
!!! A file is not listed in the Manifest: '/usr/portage/virtual/perl-Storable/perl-Storable-2.20.ebuild'
... ...

Any ideas?

Was it helpful?

Solution

I searched on Google, and didn't find any answers.

Finally, I refreshed portage like this

rm -rf /usr/portage
emerge --sync

Now it works!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top