Gentoo can't install mysql

267 Views Asked by At

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?

1

There are 1 best solutions below

1
On BEST ANSWER

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!