pfreis Posted February 17, 2021 Report Share Posted February 17, 2021 I'm trying to install Funtoo, selected desktop flavor, but I got this error to emerge @world. Link to comment Share on other sites More sharing options...
0 cardinal Posted February 17, 2021 Report Share Posted February 17, 2021 (edited) A workaround is to use git to checkout the previous commit in core-kit which restores cmake-3.19.5.ebuild rj@funtoo ~ $ cd /var/git/meta-repo/kits/core-kit funtoo /var/git/meta-repo/kits/core-kit # ls dev-util/cmake/ Manifest autogen.py cmake-3.20.0-rc1.ebuild files templates funtoo /var/git/meta-repo/kits/core-kit # git checkout HEAD~1 funtoo /var/git/meta-repo/kits/core-kit # ls dev-util/cmake/ Manifest autogen.py cmake-3.19.5.ebuild files templates Rerun emerge update to build cmake-3.19.5 Follow it up with a package.mask, otherwise next sync cmake-3.20.0-rc1.ebuild reappears and you'll be nagged with same error. funtoo /var/git/meta-repo/kits/core-kit # echo ">dev-util/cmake-3.19.5" >> /etc/portage/package.mask/cmake I mask cmake with my currently installed version to avoid problems due to untested cmake auto-updates. Bug Report: cmake autogen generates invalid ebuild for v3.20.0-rc1 Edited February 17, 2021 by cardinal Link to comment Share on other sites More sharing options...
Question
pfreis
I'm trying to install Funtoo, selected desktop flavor, but I got this error to emerge @world.
Link to comment
Share on other sites
1 answer to this question
Recommended Posts