From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GhWgS-0001ZI-JM for garchives@archives.gentoo.org; Tue, 07 Nov 2006 19:32:33 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kA7JSiVE015495; Tue, 7 Nov 2006 19:28:44 GMT Received: from shuttle.zlin.dk (port78.ds1-abs.adsl.cybercity.dk [212.242.227.17]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kA7JNol8029218 for ; Tue, 7 Nov 2006 19:23:50 GMT Received: from BA.zlin.dk (unknown [10.0.0.3]) by shuttle.zlin.dk (Postfix) with ESMTP id 629EF30037 for ; Tue, 7 Nov 2006 20:23:50 +0100 (CET) From: Bo =?iso-8859-1?q?=D8rsted_Andresen?= To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] sys-apps/kbd-1.12-r8 Date: Tue, 7 Nov 2006 20:23:44 +0100 User-Agent: KMail/1.9.5 References: <454F221E.5040604@shic.co.uk> <200611070131.53846.bo.andresen@zlin.dk> <4550D2AF.4060801@shic.co.uk> In-Reply-To: <4550D2AF.4060801@shic.co.uk> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1831337.XaC1tO84AT"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200611072023.50078.bo.andresen@zlin.dk> X-Archives-Salt: cf50205c-7bc4-486a-9b89-f86a079e5347 X-Archives-Hash: fbf6465f10629cc1cefc8250d5476b81 --nextPart1831337.XaC1tO84AT Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 07 November 2006 19:38, Steve [Gentoo] wrote: > > =A0 > > I've followed your suggestion - I was surprised to see sparc64 mentioned > - my gentoo box really is an aged PII (Celeron). > > >>> Compiling source in /var/tmp/portage/kbd-1.12-r8/work/kbd-1.12 ... > > Configuring for PREFIX=3D/usr > Configuring for DATADIR=3D/usr/share > Configuring for MANDIR=3D/usr/share/man > checking for gcc > + uname -m > + HOST_ARCH=3Di686 > + gcc -O -dumpmachine > + awk -F- {print $1} > + TARGET_ARCH=3Di686 > + test i686 =3D sparc64 > ./configure: 153: Syntax error: Bad substitution > > !!! ERROR: sys-apps/kbd-1.12-r8 failed. > Call stack: > =A0 ebuild.sh, line 1546: =A0 Called dyn_compile > =A0 ebuild.sh, line 937: =A0 Called src_compile > =A0 kbd-1.12-r8.ebuild, line 93: =A0 Called die If you look at the configure script you will see that it's is testing if yo= u=20 are on a sparc64. The test shows you aren't which appears to be unrelated t= o=20 your problem. Line 153 which appears to be failing is this: echo "ARCH=3D${TARGET_ARCH/i?86/i386}" >> make_include which is supposed to substitute i686 with i386 in your case and store it in= =20 make_include as "ARCH=3Di386". I have no clue why that would fail. The only= =20 thing that I can think of is to remerge your shell (probably=20 app-shells/bash). If noone else has a clue and that doesn't help I guess yo= ur=20 best option is to file a bug with the info you've posted now... =2D-=20 Bo Andresen --nextPart1831337.XaC1tO84AT Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQBFUN1G8/kKEzmwNNoRAqnTAJ47H6cOlKOVypbzOV9hQiSGY58fdACdFcgH 8NJowsTvldyYZsLhT4bBYok= =Gnl5 -----END PGP SIGNATURE----- --nextPart1831337.XaC1tO84AT-- -- gentoo-user@gentoo.org mailing list