Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 413939

Summary: dev-libs/gmp-5.0.4 fails to build on ABI=x32
Product: Gentoo Linux Reporter: Tim Harder <radhermit>
Component: New packagesAssignee: Gentoo Toolchain Maintainers <toolchain>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 393673    
Attachments: add x32 support

Description Tim Harder gentoo-dev 2012-04-29 04:29:37 UTC
Created attachment 310391 [details, diff]
add x32 support

The configure process fails early on:

...
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
configure.wrapped: error: ABI=x32 is not among the following valid choices: 64 32


The attached patch updates the older patch for configure allowing gmp-5.0.4 to build. Note that gmp-5.0.3 fails in a similar fashion for x32.