Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 119328 - dev-lang/php-5.1.1 fails on configure, Invalid configuration
Summary: dev-lang/php-5.1.1 fails on configure, Invalid configuration
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Other
: High normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-17 12:33 UTC by Nathan Caldwell
Modified: 2006-01-21 10:14 UTC (History)
1 user (show)

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


Attachments
config.log (config.log,7.85 KB, text/plain)
2006-01-17 12:46 UTC, Nathan Caldwell
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan Caldwell 2006-01-17 12:33:34 UTC
When I attempt to compile php-5.1.1 I get the following error from configure:

 *   Disabling sqlite-utf8
configure: creating cache ./config.cache
checking for egrep... grep -E
checking for a sed that does not truncate output... /bin/sed
checking build system type... Invalid configuration `x86_64-unknown-linux-': machine `x86_64-unknown-linux' not recognized
configure: error: /bin/sh ./config.sub x86_64-unknown-linux- failed




emerge --info
Portage 2.1_pre3-r1 (default-linux/amd64/2005.1, gcc-3.4.5, glibc-2.3.6-r2, 2.6.14-gentoo-r2.0 x86_64)
=================================================================
System uname: 2.6.14-gentoo-r2.0 x86_64 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.12.0_pre14
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.4 [enabled]
dev-lang/python:     2.3.5, 2.4.2
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
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-r1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -pipe -O2"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -pipe -O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distcc distlocks sandbox sfperms strict userpriv usersandbox"
GENTOO_MIRRORS="http://cudlug.cudenver.edu/gentoo/ http://mirror.espri.arizona.edu/gentoo/ http://mirror.datapipe.net/gentoo"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="amd64 X a52 aac alsa apache2 audiofile avi berkdb bitmap-fonts bzip2 crypt cups curl dbus divx4linux dts dv dvd dvdread eds emboss encode ethereal exif expat fam fame ffmpeg fftw flac foomaticdb fortran gd gdbm gif glut gmp gpm gstreamer gtk gtk2 hal howl idn ieee1394 imagemagick imlib java jpeg kde kdeenablefinal lcms lzw lzw-tiff mad ming mng mozilla mp3 mpeg mpeg4 mysql ncurses nls nptl ogg oggvorbis pam pcre pdflib perl php png python qt quicktime readline samba sdl server spell sql sqlite ssl subtitles tcpd theora tidy tiff transcode truetype truetype-fonts type1-fonts udev usb userlocales v4l vorbis wmf xine xml xml2 xpm xv xvid zlib elibc_glibc kernel_linux userland_GNU"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-01-17 12:39:30 UTC
Please, attach the complete config.log
Comment 2 Nathan Caldwell 2006-01-17 12:46:45 UTC
Created attachment 77372 [details]
config.log

Here's my config.log
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-01-21 01:44:35 UTC
Hrrrm well, doesn't make sense to me, looks like a borked toolchain/system. Not reproducible here. amd64 - some ideas?
Comment 4 Nathan Caldwell 2006-01-21 10:14:11 UTC
Actually, just got around to looking at it, and somehow the scripts I had to redirect calls to /usr/lib/distcc/bin/gcc to x86_64-pc-linux-gnu-gcc got changed to i686. No clue how this happened as I haven't touched the scripts since I initially made them.

Changed to Resolved Invalid, sorry for taking up your time!