Search code examples
mysqlinstallationgentoo

Gentoo can't install mysql


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?


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!