Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 140884 - dev-libs/gmp Build failure
Summary: dev-libs/gmp Build failure
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: HPPA Linux
: High normal (vote)
Assignee: HPPA Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-18 02:14 UTC by Julian Stecklina
Modified: 2006-07-25 02:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julian Stecklina 2006-07-18 02:14:31 UTC
Building version 4.1.4 or 4.2.1 of dev-libs/gmp fails (although marked stable) on a HPPA 7100LC with:

>>> Source unpacked.
 * econf: updating gmp-4.1.4/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating gmp-4.1.4/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --host=hppa1.1-unknown-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --localstatedir=/var/state/gmp --enable-cxx --enable-mpbsd 
--enable-mpfr --build=hppa1.1-unknown-linux-gnu
checking build system type... hppa1.1-unknown-linux-gnu
checking host system type... hppa1.1-unknown-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
configure: error: GMPABI=1.0 is not among the following valid choices: standard

emerge --info:
Portage 2.0.53 (default-linux/hppa/2006.0, gcc-3.3.6, glibc-2.3.4.20040808-r1, 2.6.10-pa10 parisc)
=================================================================
System uname: 2.6.10-pa10 parisc PA7100LC (PCX-L)
Gentoo Base System version 1.6.14
dev-lang/python:     2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="hppa"
AUTOCLEAN="yes"
CBUILD="hppa1.1-unknown-linux-gnu"
CFLAGS="-O -pipe -march=1.1"
CHOST="hppa1.1-unknown-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O -pipe "
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="hppa apache2 berkdb bitmap-fonts bzip2 cli crypt ctype cups dba expat fastbuild foomaticdb force-cgi-redirect fortran ftp gd gdbm gpm imlib ipv6 libwww memlimit ncurses nls pam pcre perl pic posix python readline session simplexml soap sockets spell spl ssl tcpd tokenizer truetype truetype-fonts type1-fonts udev xml xsl zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTDIR_OVERLAY

config.log at http://web.inf.tu-dresden.de/~s1054849/gmp-config.log
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-07-18 02:18:46 UTC
Please, attach the log here next time, don't refer to non-permanent third-party sites. Thanks.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2006-07-18 03:48:17 UTC
Could you do

# emerge --sync && emerge --update --deep world

so that your portage tree gets updated and all the necessary packages and their dependencies get upgraded, and then see if dev-libs/gmp gets past that configure check? IIRC this problem was fixed quite a while ago.
Comment 3 Julian Stecklina 2006-07-25 02:29:18 UTC
Works, thanks.