I am installing gentoo with live cd, After synchronizing the tree ebuilds, I updated the system with:
emerge -auDN @world
But I have an error for "dev-libs/boost-1.63.0" and the compilation fail, my emerge --info is:
https://pastebin.com/2hqAWBZJ
And my make.conf:
USE="kde -ipv6 -gnome"
ACCEPT_LICENSE="*"
CFLAGS="-O2 -march=native"
CXXFLAGS="${CFLAGS}"
ACCEPT_KEYWORDS="amd64"
Thanks.