On 07/08/2017 23:47, Jigme Datse Rasku wrote:
> I have been working with trying to get a new system installed, and the
> first problem I run into is that it fails on the configure stage of gmp.
> 

[snip]

> # emerge -pqv '=dev-libs/gmp-6.1.2::gentoo'
> [ebuild     U ] dev-libs/gmp-6.1.2 [6.1.0] USE="asm cxx -doc -pgo
> -static-libs" ABI_X86="(64) -32 (-x32*)"

In the two attachments, the build log says it's a FLAGS/ABI error.
Your env file has this:
using ABI="64"
      CC="x86_64-pc-linux-gnux32-gcc"
      CFLAGS="-march=native -O2 -pipe"
      CPPFLAGS=""
      CXX="x86_64-pc-linux-gnux32-g++"
      CXXFLAGS="-march=native -O2 -pipe"
      MPN_PATH=" x86_64/k8 x86_64 generic"

emerge output above says ABI_X86="x32" is switched OFF.

You need to switch it on.
ABI_X86 config is covered in detail at wiki.gentoo.org.

-- 
Alan McKinnon
alan.mckin...@gmail.com


Reply via email to