Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 104461 - dev-libs/gmp-4.1.4[-r1] 's configure doesn't grok HPPA endianness
Summary: dev-libs/gmp-4.1.4[-r1] 's configure doesn't grok HPPA endianness
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: HPPA Linux
: High normal (vote)
Assignee: HPPA Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-01 02:50 UTC by Jeroen Roovers (RETIRED)
Modified: 2005-09-01 17:03 UTC (History)
0 users

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


Attachments
Log for a (failed) gmp-4.1.4 build. (3727-gmp-4.1.4.log,11.00 KB, text/plain)
2005-09-01 03:38 UTC, Jeroen Roovers (RETIRED)
Details
Log for a (failed) gmp-4.1.4-r1 build. (3728-gmp-4.1.4-r1.log,11.09 KB, text/plain)
2005-09-01 03:39 UTC, Jeroen Roovers (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Roovers (RETIRED) gentoo-dev 2005-09-01 02:50:15 UTC
dev-libs/gmp-4.1.4 and dev-libs/gmp-4.1.4-r1 fail to build because they cannot 
seem to find out Linux/HPPA's endianness.

Reproducible: Always
Steps to Reproduce:
On a PARISC system, do 'emerge dev-libs/gmp'.
Actual Results:  
During ./configure:

checking whether byte ordering is bigendian... (cached) unknown
configure: error: unknown endianness
presetting ac_cv_c_bigendian=no (or yes) will help

Expected Results:  
Configure and compile...

Gentoo Base System version 1.6.13
Portage 2.0.51.22-r2 (default-linux/hppa/2005.0, gcc-3.3.5, glibc-2.3.4.
20040808-r1, 2.6.12.4-pa2-JeR parisc)
=================================================================
System uname: 2.6.12.4-pa2-JeR parisc PA7300LC (PCX-L2)
ccache version 2.3 [disabled]
dev-lang/python:     2.2.3-r6, 2.3.5
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
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="hppa"
AUTOCLEAN="yes"
CBUILD="hppa1.1-unknown-linux-gnu"
CFLAGS="-O3 -pipe -mschedule=7100LC -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/ssh /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -pipe -mschedule=7100LC -march=1.1"
DISTDIR="/keeps/gentoo/portage/distfiles"
FEATURES="autoconfig confcache distlocks notitles parallel-fetch sandbox sfperms 
strict"
GENTOO_MIRRORS="http://ftp.easynet.nl/mirror/gentoo/ http://ftp.snt.utwente.nl/
pub/os/linux/gentoo ftp://mirror.scarlet-internet.nl/pub/gentoo ftp://mirror.
nutsmaas.nl/gentoo/"
LC_ALL="en_US.UTF-8"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/keeps/gentoo/portage"
PORTDIR_OVERLAY="/keeps/gentoo/local"
SYNC="rsync://10.0.0.153/gentoo-portage"
USE="hppa aalib apache2 bash-completion berkdb bitmap-fonts c++ crypt cups curl 
elf esd fam fbcon foomaticdb fortran gd gdbm gif gimpprint gpm imagemagick imlib 
ipv6 jpeg libwww mad mikmod ncurses nls offensive ogg pam pdflib perl pic png 
python readline snmp spell ssl svg tcpd threads tiff truetype truetype-fonts 
type1-fonts unicode userlocales vorbis xml2 zlib userland_GNU kernel_linux 
elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LDFLAGS, LINGUAS
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2005-09-01 03:38:46 UTC
Created attachment 67402 [details]
Log for a (failed) gmp-4.1.4 build.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2005-09-01 03:39:35 UTC
Created attachment 67403 [details]
Log for a (failed) gmp-4.1.4-r1 build.
Comment 3 SpanKY gentoo-dev 2005-09-01 17:03:36 UTC
it's because the CHOST was forced to hppa-* ... configure detected cross-compiling

removed CHOST stuff from ebuild