Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39548 - config.guess of ORBit-0.5.17 fails on mips
Summary: config.guess of ORBit-0.5.17 fails on mips
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: MIPS Linux
: High normal
Assignee: MIPS Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-27 02:03 UTC by Mads Laursen
Modified: 2004-02-16 02:36 UTC (History)
1 user (show)

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 Mads Laursen 2004-01-27 02:03:05 UTC
emerging ORBit on mips fails with a report that config.guess is outdated, and that it could not detect the build-system. Replacing all three instances of config.guess with the one from SDL-image-1.2.3 appears to solve the problem (Makefiles are created, since I'm not done building there might be other problems).

Reproducible: Always
Steps to Reproduce:
1. emerge ORBit
2. wait


Actual Results:  
emerge bombs out from an error in ./configure

Expected Results:  
started to compile

Portage 2.0.50_pre19 (default-mips-1.4, gcc-3.3.2, glibc-2.3.3_pre20040117-r0,
2.4.22-mipscvs-20031015)
=================================================================
System uname: 2.4.22-mipscvs-20031015 mips R5000 V1.0  FPU V1.0
Gentoo Base System version 1.4.3.12
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59
Automake: sys-devel/automake-1.7.8
ACCEPT_KEYWORDS="mips ~mips"
AUTOCLEAN="yes"
CFLAGS="-O2 -mips4 -mabi=32 -pipe -mtune=r5000"
CHOST="mips-unknown-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -mips4 -mabi=32 -pipe -mtune=r5000"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X berkdb emacs esd fam fbcon gdbm gpm gtk idea ipv6 jpeg leim libwww
minimal mips ncurses nls nocd opengl oss pam parse-clocks perl python readline
sdl slang spell ssl tcltk tcpd truetype xfs xml xml2 xmms xosd zlib"
Comment 1 Joshua Kinard gentoo-dev 2004-01-27 13:50:56 UTC
Actually, this needs the gnuconfig eclass, which replaces config.guess and config.sub with newer versions, which should detect mips systems properly.  I just  put a change into CVS for this, give it a run and let me know if it works.
Comment 2 Joshua Kinard gentoo-dev 2004-02-16 02:36:44 UTC
Gonna assume this fix worked.  Please re-open if this is not the case.