From MAILER-DAEMON Tue Jun 02 16:28:00 2015 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Yzsn2-0007r1-Jm for mharc-config-patches@gnu.org; Tue, 02 Jun 2015 16:28:00 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzsIx-0004Ge-AL for config-patches@gnu.org; Tue, 02 Jun 2015 15:56:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YzsIw-0005hI-9M for config-patches@gnu.org; Tue, 02 Jun 2015 15:56:55 -0400 Received: from mail-yh0-x22f.google.com ([2607:f8b0:4002:c01::22f]:36339) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzsIw-0005gy-5e for config-patches@gnu.org; Tue, 02 Jun 2015 15:56:54 -0400 Received: by yhan67 with SMTP id n67so22939812yha.3 for ; Tue, 02 Jun 2015 12:56:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=4YM33zwTbi3capDC+XVa3iJZcu5kaI1TENUwnKQ6ZZ8=; b=RqPoNuIl1nsS0+sdYAro3VqiOZTwfqcjX/e0U9S2zPKGwbWFQnoJGdp7YECpzuYtzO IYz5Qk5TrLvUzJ4nrz/r+9CW/FO+aiMyWw9RPAN0i9rhrSVVUR0yvmghXzwZ3YdiP6zU af1y+21QWIsQduAWQ0sCPv2g5Dx203lxfOJzxCROyFiZkBKKBh+H94UatYWBZVX48cUO q+S1as/djVRjFU1m37sNhwwQSUpQQMu8iJsWulM11EpRh+l+fIaAf9oR9Tg330WrseiC M6bmAjDB2bXpdxZVoWB6di45mXmLD/u2rUROf1YuEqoUcZVGM63m4ibvxunsu186G7d2 g6VA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:content-type:content-transfer-encoding :subject:message-id:date:to:mime-version; bh=4YM33zwTbi3capDC+XVa3iJZcu5kaI1TENUwnKQ6ZZ8=; b=dQlCx9/Go78dcy2ArkRN2EbksXQHAnWCMWt6d1sFOEp5qUXKfQVGMRKE8ILynQphiA LDs0a/0nzjmp78FE3UX2T4NE6OJWnzrlx1qkJ20Wdeynu7e3wPHjketLwd6sIFoOJlV4 updaKSzkxWRNM4yUGEQ9fGtLyOz6nuwbOIhzzZCx7MjEg3NV+mDnBDGnOhuKiBvHMcn6 wFyvrgxh98J6Z+GjvpuS6pGZPmn/Yo3MBzQcL/tD/73fgYMx4ZyLr6wgNz50eJZbPfS5 BjqLlqQ/2fh9uxyh4QAKQ2zFhVhO4uWTpZWAL9NtUVGIyuYe0iySFsYDtjQXwKZlU5Hd kykA== X-Gm-Message-State: ALoCoQmD0zoxONr+TyxhrBRjQ07QJMTihiqztKnLspT8OAk3YtpdFpHQGUTKgzV4efmWxLGLbpJj X-Received: by 10.170.218.86 with SMTP id k83mr34831932ykf.6.1433275012485; Tue, 02 Jun 2015 12:56:52 -0700 (PDT) Received: from dhcp-172-23-223-134.cam.corp.google.com ([172.23.223.134]) by mx.google.com with ESMTPSA id y2sm15224753yhc.12.2015.06.02.12.56.51 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 02 Jun 2015 12:56:51 -0700 (PDT) From: James Y Knight Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: [PATCH] Detect 32-bit userland on sparc64 linux kernel as sparc-unknown-linux. Message-Id: <3265D201-8F71-413F-A5DB-93A30D4BEB94@google.com> Date: Tue, 2 Jun 2015 15:56:51 -0400 To: config-patches@gnu.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4002:c01::22f X-Mailman-Approved-At: Tue, 02 Jun 2015 16:27:58 -0400 X-BeenThere: config-patches@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jun 2015 19:56:56 -0000 Similar to the situation on x86-64, a sparc64 linux kernel can run a = 32-bit userspace, and when doing so, the triple should be the 32-bit = variant not the 64-bit variant. =46rom 2a1c9ec7c2f651244c9e48676eaba68dd9d0e248 Mon Sep 17 00:00:00 2001 From: James Y Knight Date: Tue, 2 Jun 2015 15:36:24 -0400 Subject: [PATCH] * config.guess (sparc64:Linux:*:*): Detect = 32-bit userland on sparc64 linux kernel as sparc-unknown-linux. --- ChangeLog | 5 +++++ config.guess | 17 +++++++++++++++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0181c40..5f34276 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-06-02 James Y Knight + + * config.guess (sparc64:Linux:*:*): Detect 32-bit userland on + sparc64 linux kernel as sparc-unknown-linux. + 2015-03-08 Brion Vibber =20 * config.sub (asmjs): Recognize. diff --git a/config.guess b/config.guess index f7eb141..25ef2d1 100755 --- a/config.guess +++ b/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2015 Free Software Foundation, Inc. =20 -timestamp=3D'2015-03-04' +timestamp=3D'2015-06-02' =20 # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -1028,9 +1028,22 @@ EOF sh*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; - sparc:Linux:*:* | sparc64:Linux:*:*) + sparc:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; + sparc64:Linux:*:*) + # A sparc64 kernel can be used with both 32bit and 64bit + # userspaces. Figure out which we have. + eval $set_cc_for_build + if echo __LP64__ | (CCOPTS=3D $CC_FOR_BUILD -E - 2>/dev/null) | + grep -q __LP64__ + then + SPARC_ARCH=3D"sparc" + else + SPARC_ARCH=3D"sparc64" + fi + echo ${SPARC_ARCH}-unknown-linux-${LIBC} + exit ;; tile*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; --=20 2.2.0.rc0.207.ga3a616c From MAILER-DAEMON Tue Jun 02 19:03:28 2015 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1YzvDU-0008B7-RO for mharc-config-patches@gnu.org; Tue, 02 Jun 2015 19:03:28 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42154) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzvDR-0008B0-9q for config-patches@gnu.org; Tue, 02 Jun 2015 19:03:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YzvDO-00072Z-4G for config-patches@gnu.org; Tue, 02 Jun 2015 19:03:25 -0400 Received: from ares41.inai.de ([46.4.122.207]:38173) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzvDN-00071g-Sy for config-patches@gnu.org; Tue, 02 Jun 2015 19:03:22 -0400 Received: by ares41.inai.de (Postfix, from userid 25121) id D3B44976CF73; Wed, 3 Jun 2015 01:03:18 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ares41.inai.de (Postfix) with ESMTP id B7C76976CF70; Wed, 3 Jun 2015 01:03:18 +0200 (CEST) Date: Wed, 3 Jun 2015 01:03:18 +0200 (CEST) From: Jan Engelhardt To: James Y Knight Subject: Re: [PATCH] Detect 32-bit userland on sparc64 linux kernel as sparc-unknown-linux. In-Reply-To: <3265D201-8F71-413F-A5DB-93A30D4BEB94@google.com> Message-ID: References: <3265D201-8F71-413F-A5DB-93A30D4BEB94@google.com> User-Agent: Alpine 2.20 (LSU 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 46.4.122.207 Cc: config-patches@gnu.org X-BeenThere: config-patches@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jun 2015 23:03:26 -0000 On Tuesday 2015-06-02 21:56, James Y Knight wrote: >Similar to the situation on x86-64, a sparc64 linux kernel can run a >32-bit userspace, and when doing so, the triple should be the 32-bit >variant not the 64-bit variant. If you run a x86_64 or sparc64 kernel, it means your CPU is capable of running instructions like MOV(QWORD) or LDX, respectively. These instructions can be issued **no matter whether your C compiler is in ILP32 or LP64 mode**. Some projects, often those with assembler code involved, use the host tuple to decide whether or not such 64-bit/SPARCV9 instructions are usable and are to be included in the program that is being built. (I think that openssl might have been one of those.) Your change would throw them off course, and so, I cannot support this change. >+ sparc64:Linux:*:*) >+ # A sparc64 kernel can be used with both 32bit and 64bit >+ # userspaces. Figure out which we have. >+ eval $set_cc_for_build >+ if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | >+ grep -q __LP64__ >+ then >+ SPARC_ARCH="sparc" >+ else >+ SPARC_ARCH="sparc64" From MAILER-DAEMON Tue Jun 02 19:34:45 2015 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Yzvhl-00052j-HN for mharc-config-patches@gnu.org; Tue, 02 Jun 2015 19:34:45 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46439) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yzvhj-00052b-Gk for config-patches@gnu.org; Tue, 02 Jun 2015 19:34:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yzvhf-0001fG-Ut for config-patches@gnu.org; Tue, 02 Jun 2015 19:34:43 -0400 Received: from mailhub.air.net.au ([121.127.217.3]:44052) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yzvhf-0001e6-9x for config-patches@gnu.org; Tue, 02 Jun 2015 19:34:39 -0400 Received: by mailhub.air.net.au (Postfix, from userid 500) id F2AF6120139; Wed, 3 Jun 2015 09:34:26 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=air.net.au; s=mail; t=1433288067; bh=7g1wbUhGn2YZ1NVNYBdDY9Yfupkacoto8SsCX6Jhi5A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Q44bVNAw7enEJkotFsR8gD1rO+7y6N9s8rWZPzohcUfVoxbW6uv02YvEn70OuOgfM 4LT6+/JZk0Tf8uP8wDDpO4jUfIMUTMoSuyUJ21GBHqfdE4qYhTO1xzDjjWKBqc3U9l 3/BINyEqhq2sL8vCQ0z+i76+CeNE3Vzg5fuVHinU= Date: Wed, 3 Jun 2015 09:34:26 +1000 From: Ben Elliston To: Jan Engelhardt Subject: Re: [PATCH] Detect 32-bit userland on sparc64 linux kernel as sparc-unknown-linux. Message-ID: <20150602233426.GA28056@air.net.au> References: <3265D201-8F71-413F-A5DB-93A30D4BEB94@google.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="OgqxwSJOaUobr8KG" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 121.127.217.3 Cc: config-patches@gnu.org, James Y Knight X-BeenThere: config-patches@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jun 2015 23:34:44 -0000 --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I am also unhappy about patches that introduce more dependencies on a C compiler. Please find another way. Cheers, Ben --OgqxwSJOaUobr8KG Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIVAwUBVW49gXY2KIi1WYjUAQiI7w/+LhVEHYt5ZxP79OsuwyEk88v906RbIDip hEe0zddqENKpiftGojTCYzZXDe8+z9pMc/ocB7b01lDfat76Unpj0aCGbQtEbgj/ iuL64eSnKfXMO7VeYBae1AesVkSOCMcBcNugX8oBc5yNcwoPdflYR8/dB40Dxpzk dAg5gCui8ccXwpFyKNt6OIIT7bERHpRpsPdt+G4zq6vVPkSQpC97TAdi+tYvHI0f RkXrmSeoyHh3XHESw7ywTGvYmRRD2Nw8pwE4nHqloFXE7A3x3ZMMiPSROjJr4UcD cQILa9dhlhmSwBNi203nxpZ7UocfdhvtDlVYNIrwdqCZx8QOX/cU6aWWhSfKSihk xCi4LqDGWTMc17JDAVS0zWCMzuK8HFIIkCzXTKyXRrHjzFARkGFo6D0WgzJ20H8V NilHfkxB3bLs8Keb0ipcOe5BYmdUySRuH/mGm4fI/SDDsWpYRS2n2BO59NOiz9nq RTGkm07U7799KqyX94zYiXQciIWSmZJv9b4V/2D5hlh7zvp9DZ3Pj+oprnJ6okiV taFohyBEEBAcTLkvHylWfdH9dCbQtg7UvDF/LTn3wloFjy/hE0U8mJfjtQNkZOU6 eXv5OJ6aag4LwlB8f9OutksbazlMJ2ZdeL8t+AK8U88+mNCqZNLLMxvEHjOjWd3v HErWk+PTBiM= =dG01 -----END PGP SIGNATURE----- --OgqxwSJOaUobr8KG-- From MAILER-DAEMON Tue Jun 02 19:36:52 2015 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Yzvjo-0005MH-QH for mharc-config-patches@gnu.org; Tue, 02 Jun 2015 19:36:52 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46759) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yzvjm-0005Iw-IN for config-patches@gnu.org; Tue, 02 Jun 2015 19:36:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yzvjl-0002rp-KL for config-patches@gnu.org; Tue, 02 Jun 2015 19:36:50 -0400 Received: from mail-yk0-x232.google.com ([2607:f8b0:4002:c07::232]:34736) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yzvjl-0002rk-F5 for config-patches@gnu.org; Tue, 02 Jun 2015 19:36:49 -0400 Received: by ykfl8 with SMTP id l8so58708746ykf.1 for ; Tue, 02 Jun 2015 16:36:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=FiqgUGbk6uZvXyfwnzVpe7ST8y40UwW0FwK9A6COpeQ=; b=OIJUr8/McS3JfGcA1z2IjB42U35bk/3TWPUnFCad2fdJ8OQfmHbavkLWLxVkao0eF2 97KiEIrcmK79HJyyU2D/dpTYD7G0WjmzLPs6wdmf3rHrX9wiaQxeadW1gStDG7kHV6ue TlVzGow9othw1qCZLTjkXwIpF9ajj972Jvmt0aS5aBImptoQfQzfS3M0fV/Q3HINHoaI Y0d3SnEydoRz/UHOFjrqdGC1EO+eyytWL7oUSiaCPakRtoCOLu6YsVYZaXrMgaGIdf35 kSSUzGEB79kV44PYCclHyfDDiJoifwVVYuZfbDplI5u2i5BlQug7cTq/ZmVImvdOv96e iaKw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=FiqgUGbk6uZvXyfwnzVpe7ST8y40UwW0FwK9A6COpeQ=; b=ls98T9qTcnh4YDStkLnkyUgHE+4Uxpw9UAj/ZDRFvNG2TDMMdRXX/F4CpOK0f18inB yXIn4kqDjIgtMqcOLad2rPJPUC7gZX7SRa5JOvbEV3YHR+oLlAyXFJL/y5vzA85mR5cI 0BvEr6L9Poqfl76m5hUJEzWMrygAiebz0cXC5wFIKFQxYbVxw6Q+7dRWO8SH5wXxp4m6 8hn8iudxnLMELEfR2/gtHqz0m8VQ+TZ1CNWzf9PIX5TSR9WZWCfAFqBmAA8izjMNX0fm ux2XIryX8Yr3ue/rqCDtyYy5gZbbYeLFb4OtHtzvtbt0Ei10CCPis8hGLWoTR8rOTler EZDw== X-Gm-Message-State: ALoCoQkUjb9l0bG3TErv2FvBHvwdVzdv9J8EeuOw+NuqK1AqIkar+NExDS4Orpxx5I6Qa6+DesR1 X-Received: by 10.236.231.76 with SMTP id k72mr31593439yhq.125.1433288208879; Tue, 02 Jun 2015 16:36:48 -0700 (PDT) Received: from dhcp-172-23-223-134.cam.corp.google.com ([172.23.223.134]) by mx.google.com with ESMTPSA id z10sm15670099yhc.55.2015.06.02.16.36.48 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 02 Jun 2015 16:36:48 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: [PATCH] Detect 32-bit userland on sparc64 linux kernel as sparc-unknown-linux. From: James Y Knight In-Reply-To: Date: Tue, 2 Jun 2015 19:36:48 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: <3265D201-8F71-413F-A5DB-93A30D4BEB94@google.com> To: Jan Engelhardt X-Mailer: Apple Mail (2.1878.6) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4002:c07::232 Cc: config-patches@gnu.org X-BeenThere: config-patches@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jun 2015 23:36:51 -0000 On Jun 2, 2015, at 7:03 PM, Jan Engelhardt wrote: > If you run a x86_64 or sparc64 kernel, it means your CPU is capable > of running instructions like MOV(QWORD) or LDX, respectively. These > instructions can be issued **no matter whether your C compiler is in > ILP32 or LP64 mode**. Ok, I was thrown off by the existence of logic just like that in other = places in the file -- and I thought it was intended that it return the = target ABI not the hardware capabilities. But, it sounds like those = other places with similar logic are bogus, and config.guess really just = supposed to report the capability of the hardware not the ABI. Sorry for = the noise! (It seems a bit odd that the architecture name is inconsistent between = solaris and linux, though -- on solaris you get e.g. = "sparc-sun-solaris2.11", and linux you get sparc64-unknown-linux-gnu. = Both environments are running 64bit kernels and default to 32bit = userland. Oh well.) James= From MAILER-DAEMON Tue Jun 02 20:39:56 2015 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Yzwiq-0007wZ-OI for mharc-config-patches@gnu.org; Tue, 02 Jun 2015 20:39:56 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55586) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yzwio-0007w0-ET for config-patches@gnu.org; Tue, 02 Jun 2015 20:39:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yzwin-000575-Bv for config-patches@gnu.org; Tue, 02 Jun 2015 20:39:54 -0400 Received: from ares40.inai.de ([2a01:4f8:141:23c8::40]:52356 helo=ares41.inai.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yzwin-00055y-4w for config-patches@gnu.org; Tue, 02 Jun 2015 20:39:53 -0400 Received: by ares41.inai.de (Postfix, from userid 25121) id 8C95A976CF71; Wed, 3 Jun 2015 02:39:51 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ares41.inai.de (Postfix) with ESMTP id 70D53976CF6C; Wed, 3 Jun 2015 02:39:51 +0200 (CEST) Date: Wed, 3 Jun 2015 02:39:51 +0200 (CEST) From: Jan Engelhardt To: James Y Knight Subject: Re: [PATCH] Detect 32-bit userland on sparc64 linux kernel as sparc-unknown-linux. In-Reply-To: Message-ID: References: <3265D201-8F71-413F-A5DB-93A30D4BEB94@google.com> User-Agent: Alpine 2.20 (LSU 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a01:4f8:141:23c8::40 Cc: config-patches@gnu.org X-BeenThere: config-patches@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jun 2015 00:39:55 -0000 On Wednesday 2015-06-03 01:36, James Y Knight wrote: >On Jun 2, 2015, at 7:03 PM, Jan Engelhardt wrote: >> If you run a x86_64 or sparc64 kernel, it means your CPU is capable >> of running instructions like MOV(QWORD) or LDX, respectively. These >> instructions can be issued **no matter whether your C compiler is in >> ILP32 or LP64 mode**. > >Ok, I was thrown off by the existence of logic just like that in >other places in the file [...] > >and I thought it was intended that it return the target ABI not the >hardware capabilities. The triplet consists of cpu, vendor, and OS. cpu is a rather organized field, and "OS" is the wild thing. There are different kinds of ABIs in a machine. For example, inner working of the CPU: does the stack grow up or downards? Then, process ABI: do we want to push/pop arguments on a stack, or pass it all in registers? Then, toolchain ABI: things like C++ name mangling and C type sizes. Some characteristics may be derivable from the triplet, and others not. >(It seems a bit odd that the architecture name is inconsistent >between solaris and linux, though -- on solaris you get e.g. >"sparc-sun-solaris2.11", and linux you get >sparc64-unknown-linux-gnu. Both environments are running 64bit >kernels and default to 32bit userland. Oh well.) This might be the result of just going with what uname(1) outputs, and that value was mostly at the whim of the then-developers. There is also a deeper reason that "sparc" is used on all sparc-sun platforms, and that there are {sparc,sparc64} or even {ppc,ppc64,ppc64le} on Linux. Will post that later when I ordered those thoughts. From MAILER-DAEMON Wed Jun 03 00:05:20 2015 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Yzzvc-0000p9-SZ for mharc-config-patches@gnu.org; Wed, 03 Jun 2015 00:05:20 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46748) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yzzsy-0000XI-Os for config-patches@gnu.org; Wed, 03 Jun 2015 00:02:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yzzsv-0006s9-FV for config-patches@gnu.org; Wed, 03 Jun 2015 00:02:36 -0400 Received: from mail-gw1-out.broadcom.com ([216.31.210.62]:8638) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yzzsv-0006ow-1p for config-patches@gnu.org; Wed, 03 Jun 2015 00:02:33 -0400 X-IronPort-AV: E=Sophos;i="5.13,544,1427785200"; d="scan'208,217";a="66595940" Received: from irvexchcas06.broadcom.com (HELO IRVEXCHCAS06.corp.ad.broadcom.com) ([10.9.208.53]) by mail-gw1-out.broadcom.com with ESMTP; 02 Jun 2015 21:48:31 -0700 Received: from SJEXCHCAS06.corp.ad.broadcom.com (10.16.203.14) by IRVEXCHCAS06.corp.ad.broadcom.com (10.9.208.53) with Microsoft SMTP Server (TLS) id 14.3.235.1; Tue, 2 Jun 2015 21:02:28 -0700 Received: from SJEXCHMB05.corp.ad.broadcom.com ([fe80::4ccf:d24d:fe6c:9594]) by SJEXCHCAS06.corp.ad.broadcom.com ([::1]) with mapi id 14.03.0235.001; Tue, 2 Jun 2015 21:02:28 -0700 From: Jie Liu To: "config-patches@gnu.org" Subject: Ft-index on Armv8 Thread-Topic: Ft-index on Armv8 Thread-Index: AdCdsd0jHCcDovADT52AUjsYiDOUfg== Date: Wed, 3 Jun 2015 04:02:28 +0000 Message-ID: Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.16.203.100] Content-Type: multipart/alternative; boundary="_000_D2DE19DF75A83C4E87754F05D5050F481E7B3779SJEXCHMB05corpa_" MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 216.31.210.62 X-Mailman-Approved-At: Wed, 03 Jun 2015 00:05:19 -0400 X-BeenThere: config-patches@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jun 2015 04:02:38 -0000 --_000_D2DE19DF75A83C4E87754F05D5050F481E7B3779SJEXCHMB05corpa_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, I am running ft-index on Juno board, evaluation board from ARM. I got the f= ollowing log. It says that unable to guess system type. Could you please help on that? Thanks, Jie /**************************************************************************= ************************************/ root@linaro-developer:/mnt/mpi/ft-index# cmake --build . [ 4%] Built target build_jemalloc [ 5%] Performing configure step for 'build_lzma' XZ Utils 4.999.9beta System type: checking build system type... /mnt/mpi/ft-index/xz/src/build_lzma/build-aux= /config.guess: unable to guess system type This script, last modified 2009-04-27, has failed to recognize the operating system you are using. It is advised that you download the most up to date version of the config scripts from http://git.savannah.gnu.org/gitweb/?p=3Dconfig.git;a=3Dblob_plain;f=3Dcon= fig.guess;hb=3DHEAD and http://git.savannah.gnu.org/gitweb/?p=3Dconfig.git;a=3Dblob_plain;f=3Dcon= fig.sub;hb=3DHEAD If the version you run (/mnt/mpi/ft-index/xz/src/build_lzma/build-aux/confi= g.guess) is already up to date, please send the following data and any information you think might be pertinent to in order to provide the needed information to handle your system. config.guess timestamp =3D 2009-04-27 uname -m =3D aarch64 uname -r =3D 3.19.0+ uname -s =3D Linux uname -v =3D #3 SMP PREEMPT Wed Mar 18 17:00:23 CST 2015 /usr/bin/uname -p =3D /bin/uname -X =3D hostinfo =3D /bin/universe =3D /usr/bin/arch -k =3D /bin/arch =3D /usr/bin/oslevel =3D /usr/convex/getsysinfo =3D UNAME_MACHINE =3D aarch64 UNAME_RELEASE =3D 3.19.0+ UNAME_SYSTEM =3D Linux UNAME_VERSION =3D #3 SMP PREEMPT Wed Mar 18 17:00:23 CST 2015 configure: error: cannot guess build type; you must specify one CMakeFiles/build_lzma.dir/build.make:103: recipe for target 'xz/src/build_l= zma-stamp/build_lzma-configure' failed make[2]: *** [xz/src/build_lzma-stamp/build_lzma-configure] Error 1 CMakeFiles/Makefile2:95: recipe for target 'CMakeFiles/build_lzma.dir/all' = failed make[1]: *** [CMakeFiles/build_lzma.dir/all] Error 2 Makefile:113: recipe for target 'all' failed make: *** [all] Error 2 --_000_D2DE19DF75A83C4E87754F05D5050F481E7B3779SJEXCHMB05corpa_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi,

I am running ft-index on Juno board, evaluation boar= d from ARM. I got the following log. It says that unable to guess system ty= pe.

Could you please help on that?

Thanks,

Jie

 

 

/***************************************************= ***********************************************************/

root@linaro-develop= er:/mnt/mpi/ft-index# cmake --build .

[  4%] Built t= arget build_jemalloc

[  5%] Perform= ing configure step for 'build_lzma'

 

XZ Utils 4.999.9bet= a

 

System type:

checking build syst= em type... /mnt/mpi/ft-index/xz/src/build_lzma/build-aux/config.guess: unab= le to guess system type

 

This script, last m= odified 2009-04-27, has failed to recognize

the operating syste= m you are using. It is advised that you

download the most u= p to date version of the config scripts from

 

  http://git.s= avannah.gnu.org/gitweb/?p=3Dconfig.git;a=3Dblob_plain;f=3Dconfig.guess;hb= =3DHEAD

and

  http://git.s= avannah.gnu.org/gitweb/?p=3Dconfig.git;a=3Dblob_plain;f=3Dconfig.sub;hb=3DH= EAD

 

If the version you = run (/mnt/mpi/ft-index/xz/src/build_lzma/build-aux/config.guess) is already= up to date, please

send the following = data and any information you think might be

pertinent to <co= nfig-patches@gnu.org> in order to provide the needed

information to hand= le your system.

 

config.guess timest= amp =3D 2009-04-27

 

uname -m =3D aarch6= 4

uname -r =3D 3.19.0= +

uname -s =3D Linux<= o:p>

uname -v =3D #3 SMP= PREEMPT Wed Mar 18 17:00:23 CST 2015

 

/usr/bin/uname -p = =3D

/bin/uname -X =     =3D

 

hostinfo  = ;             = =3D

/bin/universe =          =3D<= /p>

/usr/bin/arch -k&nb= sp;      =3D

/bin/arch &nbs= p;            =3D

/usr/bin/oslevel&nb= sp;      =3D

/usr/convex/getsysi= nfo =3D

 

UNAME_MACHINE =3D a= arch64

UNAME_RELEASE =3D 3= .19.0+

UNAME_SYSTEM  = =3D Linux

UNAME_VERSION =3D #= 3 SMP PREEMPT Wed Mar 18 17:00:23 CST 2015

configure: error: c= annot guess build type; you must specify one

CMakeFiles/build_lz= ma.dir/build.make:103: recipe for target 'xz/src/build_lzma-stamp/build_lzm= a-configure' failed

make[2]: *** [xz/sr= c/build_lzma-stamp/build_lzma-configure] Error 1

CMakeFiles/Makefile= 2:95: recipe for target 'CMakeFiles/build_lzma.dir/all' failed

make[1]: *** [CMake= Files/build_lzma.dir/all] Error 2

Makefile:113: recip= e for target 'all' failed

make: *** [all] Err= or 2

--_000_D2DE19DF75A83C4E87754F05D5050F481E7B3779SJEXCHMB05corpa_-- From MAILER-DAEMON Wed Jun 03 00:07:44 2015 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Yzzxw-0001EU-8B for mharc-config-patches@gnu.org; Wed, 03 Jun 2015 00:07:44 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yzzxu-0001Dg-57 for config-patches@gnu.org; Wed, 03 Jun 2015 00:07:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yzzxq-0003Ds-Rv for config-patches@gnu.org; Wed, 03 Jun 2015 00:07:42 -0400 Received: from mailhub.air.net.au ([121.127.217.3]:44437) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yzzxq-0003BD-7n for config-patches@gnu.org; Wed, 03 Jun 2015 00:07:38 -0400 Received: by mailhub.air.net.au (Postfix, from userid 500) id 3EFBA12013B; Wed, 3 Jun 2015 14:07:34 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=air.net.au; s=mail; t=1433304454; bh=ni8r9gDaKODxRuOQo2DsjnLSfZP4dVGauhc513xy1wA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DVmVDm4AhNMTvuAJfBIxQTeqpQbTYjvim/w+bCZhgK60wMUW+PymKQZ/Fi5tD9OQa 322qZxC47rfNphl4lFQc02uN8cRUKv8vNDPnqEEBJ0SDFKTR1kFioYgfTdLcJI5c7+ cM2Ynf3OzWLpxVrhHXyhAB0zFFrZkFNsjF0Y9FLs= Date: Wed, 3 Jun 2015 14:07:34 +1000 From: Ben Elliston To: Jie Liu Subject: Re: Ft-index on Armv8 Message-ID: <20150603040733.GA32320@air.net.au> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="qMm9M+Fa2AknHoGS" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 121.127.217.3 Cc: "config-patches@gnu.org" X-BeenThere: config-patches@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jun 2015 04:07:43 -0000 --qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 03, 2015 at 04:02:28AM +0000, Jie Liu wrote: > I am running ft-index on Juno board, evaluation board from ARM. I > got the following log. It says that unable to guess system type. > Could you please help on that? Did you follow the rest of the instructions? If I had a dollar for every time .. > This script, last modified 2009-04-27, has failed to recognize > the operating system you are using. It is advised that you > download the most up to date version of the config scripts from >=20 > http://git.savannah.gnu.org/gitweb/?p=3Dconfig.git;a=3Dblob_plain;f=3Dc= onfig.guess;hb=3DHEAD > and > http://git.savannah.gnu.org/gitweb/?p=3Dconfig.git;a=3Dblob_plain;f=3Dc= onfig.sub;hb=3DHEAD Ben --qMm9M+Fa2AknHoGS Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIVAwUBVW59hXY2KIi1WYjUAQg/eg/+L6NW9q+zX5DvvCwPGm+tOS0o7o2daK3s axWAabMgcJWaQY/gOoDhsqUCcRbqRMR1aDMHV4Ium7o0Bm8vNbCC9J6IEGe9pNrv 1dxavzo8Qqefk/+6ch5s7kHmwo4VpCMC1IFM3nTf1gE/JNmMU+M+MABVpz3DpXma JfM8jJkVvHwYa54y8XWdVe2+7rSMxuwy8VG2MvqlXOXRvA9nT58uj8e832WEuk6K sknwGSH2ucT/FUGfODYSdFW1BZfyXS8zWqYGSSmhlHMKd/IyTPiw6IAXxsSDRn0C LUSovv+iZZAGyCwsphFn92xJH5hGtwD6bQsPzn8KtnaraChyZf45gIJ5FhauNS6r WL8LigNgM2UUGkS2wHC3w03KNB3hbQMEl6lq8a2cRXLmqZaERRTE9xyPo+mt9Pka 77mcn6bQEENKgvw96JMpKBAKUMw0/YDMqhgw7BVwr1TOkcRcsRH7JBTRhLx8q6Yq KxLNMA1JSIAMdBIE/PcTph9hwE/Bsvv2tgnwi6ha45tGhjKPNiCl8BQj+gM2t7CR mv9xv68h/mg0eLHleMHdsMpsiO+biNKo67bu4vIoYk/GKCmKb+tG8OU7yhxtP+R4 p/yl2Z3092TvOyI5JLL8l7Mm1ZZ11TqfEcsrNZKu1tLbYb2fXV5RMPU0jElgdJ5J MQBaBPx3vq4= =EvN5 -----END PGP SIGNATURE----- --qMm9M+Fa2AknHoGS-- From MAILER-DAEMON Thu Jun 11 18:22:02 2015 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Z3ArK-0000Th-8C for mharc-config-patches@gnu.org; Thu, 11 Jun 2015 18:22:02 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3Amj-0000Fc-Ix for config-patches@gnu.org; Thu, 11 Jun 2015 18:17:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z3Ami-0002LJ-Kh for config-patches@gnu.org; Thu, 11 Jun 2015 18:17:17 -0400 Received: from mail-lb0-x243.google.com ([2a00:1450:4010:c04::243]:33736) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3Ami-0002L9-Bc for config-patches@gnu.org; Thu, 11 Jun 2015 18:17:16 -0400 Received: by lbio15 with SMTP id o15so1519270lbi.0 for ; Thu, 11 Jun 2015 15:17:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=yfSFHN+486UswW6C8Y7Znl0PWqSeEt7wilhRjgUPYIY=; b=LfWwRhHnsgG5s28IdkEfwuDThiLwktmwZv9GlykEUOzI2FLpbMogQ49uWMPxaaVm4j AFPZVtrEERb+nGPyFctsip/9yMsQzgmHXwh9aHmN+OEc+8xfDPWPIZqtN7ctDn6OeZZg 9HME6nUR421cnAmPN4QCJAuMtHC7BjPl6wKO9GtEf8rzoLkXJDnRk8EHhDxLwmf5Y3Ed YKpm7cpiZSFYNpRgadeX/CKhpyjQUIaH/rPsZv735QKQhh81seovwP1orDH3jizmqEMA h4AnJvmamd7OJjZZVkzV22HtzWfsuMVqmUiBwMC30mwEO4R1SGonmND3NT3qFRut+eAT DdLg== MIME-Version: 1.0 X-Received: by 10.152.6.196 with SMTP id d4mr12242295laa.40.1434061034847; Thu, 11 Jun 2015 15:17:14 -0700 (PDT) Received: by 10.114.242.101 with HTTP; Thu, 11 Jun 2015 15:17:14 -0700 (PDT) Date: Thu, 11 Jun 2015 18:17:14 -0400 Message-ID: Subject: configure unable to guess system type From: Chris Mathes To: config-patches@gnu.org Content-Type: multipart/alternative; boundary=089e0141a7189184e60518455a0d X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::243 X-Mailman-Approved-At: Thu, 11 Jun 2015 18:22:01 -0400 X-BeenThere: config-patches@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 22:17:18 -0000 --089e0141a7189184e60518455a0d Content-Type: text/plain; charset=UTF-8 Hi, I'm trying to configure mpir-2.6.0 in cygwin64 on a 64-bit windows 7 machine, and getting "checking build system type... config/config.guess: unable to guess system type". I downloaded the latest config.guess and config.sub files from the git repository, but no joy. Below is what configure reports to me. Thanks, Chris -- [...] checking build system type... config/config.guess: unable to guess system type This script, last modified 2003-07-02, has failed to recognize the operating system you are using. It is advised that you download the most up to date version of the config scripts from ftp://ftp.gnu.org/pub/gnu/config/ If the version you run (config/config.guess) is already up to date, please send the following data and any information you think might be pertinent to in order to provide the needed information to handle your system. config.guess timestamp = 2003-07-02 uname -m = x86_64 uname -r = 2.0.4(0.287/5/3) uname -s = CYGWIN_NT-6.1 uname -v = 2015-06-09 12:22 /usr/bin/uname -p = unknown /bin/uname -X = hostinfo = /bin/universe = /usr/bin/arch -k = /bin/arch = x86_64 /usr/bin/oslevel = /usr/convex/getsysinfo = UNAME_MACHINE = x86_64 UNAME_RELEASE = 2.0.4(0.287/5/3) UNAME_SYSTEM = CYGWIN_NT-6.1 UNAME_VERSION = 2015-06-09 12:22 configure: error: cannot guess build type; you must specify one configure: error: ./configure failed for yasm --089e0141a7189184e60518455a0d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

I'm trying to configure mpir-2.6.0 in cygwi= n64 on a 64-bit windows 7 machine, and getting "checking build system = type... config/config.guess: unable to guess system type". I downloade= d the latest config.guess and config.sub files from the git repository, but= no joy. Below is what configure reports to me.

Thanks,

Chris=
--
[...]
checking build system type... config/config.guess: unabl= e to guess system type

This script, last modified 2003-07-02, has fa= iled to recognize
the operating system you are using. It is advised that= you
download the most up to date version of the config scripts from
=
=C2=A0=C2=A0=C2=A0 ftp://= ftp.gnu.org/pub/gnu/config/


If the version you run (config/c= onfig.guess) is already up to date, please
send the following data and a= ny information you think might be
pertinent to <config-patches@gnu.org> in order to provide the= needed
information to handle your system.

config.guess timestamp= =3D 2003-07-02

uname -m =3D x86_64
uname -r =3D 2.0.4(0.287/5/3)=
uname -s =3D CYGWIN_NT-6.1
uname -v =3D 2015-06-09 12:22

/usr= /bin/uname -p =3D unknown
/bin/uname -X=C2=A0=C2=A0=C2=A0=C2=A0 =3D
<= br>hostinfo=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 =3D
/bin/universe=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 =3D
/usr/bin/arch -k=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 =3D
/bin/arch=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 =3D x86_64
/usr/bin/oslevel=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 =3D
/usr/convex/getsysinfo =3D

UNAME_MACHIN= E =3D x86_64
UNAME_RELEASE =3D 2.0.4(0.287/5/3)
UNAME_SYSTEM=C2=A0 = =3D CYGWIN_NT-6.1
UNAME_VERSION =3D 2015-06-09 12:22
configure: error= : cannot guess build type; you must specify one
configure: error: ./conf= igure failed for yasm

--089e0141a7189184e60518455a0d-- From MAILER-DAEMON Thu Jun 11 18:24:28 2015 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Z3Atg-0000ag-Sm for mharc-config-patches@gnu.org; Thu, 11 Jun 2015 18:24:28 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3Ate-0000aG-GM for config-patches@gnu.org; Thu, 11 Jun 2015 18:24:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z3Atb-0004Tu-Aq for config-patches@gnu.org; Thu, 11 Jun 2015 18:24:26 -0400 Received: from mailhub.air.net.au ([121.127.217.3]:33515) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3Ata-0004Tm-So for config-patches@gnu.org; Thu, 11 Jun 2015 18:24:23 -0400 Received: by mailhub.air.net.au (Postfix, from userid 500) id 8B2E3120139; Fri, 12 Jun 2015 08:24:14 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=air.net.au; s=mail; t=1434061454; bh=jGLYEfJzhJJJh8EnPHH1rZa1XdAM/OqP1aBtFmE7QXQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=N/9JQPKRLnFSQzgvvUf239QHuDsOruOTO+JTPWyiGnmQYrPADZlOWpeXl4+ZpuQ2S qMn7E2Tki4/aNuPY2+nKYOL7vMdBbIqYz0hqUqdAwsgRQTjzX7jhyZqkffYJcJbQ/R UDBVKLSSrrQtv+9jwH5ZY6sZdAeAd3pDttfLCA8w= Date: Fri, 12 Jun 2015 08:24:14 +1000 From: Ben Elliston To: Chris Mathes Subject: Re: configure unable to guess system type Message-ID: <20150611222414.GA22761@air.net.au> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="6c2NcOVqGQ03X4Wi" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 121.127.217.3 Cc: config-patches@gnu.org X-BeenThere: config-patches@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 22:24:27 -0000 --6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Jun 11, 2015 at 06:17:14PM -0400, Chris Mathes wrote: > I'm trying to configure mpir-2.6.0 in cygwin64 on a 64-bit windows 7 > machine, and getting "checking build system type... config/config.guess: > unable to guess system type". I downloaded the latest config.guess and > config.sub files from the git repository, but no joy. Below is what > configure reports to me. You can't have downloaded the latest versions from git because the timestamps still report a 2003 version: > This script, last modified 2003-07-02, has failed to recognize > the operating system you are using. It is advised that you > download the most up to date version of the config scripts from You need to drop the downloaded files to overwrite the old ones. Ben --6c2NcOVqGQ03X4Wi Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIVAwUBVXoKjXY2KIi1WYjUAQh5lhAAtgIWKZs0X836Vz1ZmCqd+0xO0umi5HiW Y3oWMqDtqyPEfYMFTBQJMKKQvGCkkBL2NQ8P2Cz8Wo46YEa0YO2exMGCrOOCSlfB R2IRvsAEJgCM8EIIqvi1l96PXbOG8rz4XU/NsejSoAkLfq23EFkiGUETFYf3pUPH qFSoF3Z7OQA/jhF+yqGXHi5n7BDeGsDIu5R+ZCsHLmUmz6aC2uzUwXGzHvm/9/DT hMJC/DFNGz3cK2OXZq6OKbzc3uT+uVbbDNbgdh4W3zXiIdfDbKKc40MpZHAJ80jT ZE0gwOS0YbH1hlL6NPQf6A2PPa/5DKnemI4QeIz+paVXPYdxmap7pUyFletRzfTX S2tvG82ncn8U02wq9L9s9dnFvMk86yXdW7wZBX8mYRhBNIHTA+mg7+cjqm4gUtdJ 0xAW1BfNDkMo6ZFmy2kxqxQ6/8QSDtr7MCQOKe8//6DkGQcHA5MGxRR+vU2h9QIb YLexedVnF239BjgjrZ9VSWHbORVtF9S9gM+4nh4pDboLOcY14i8t1GlKSBFfjyO2 tX/Q6pdrq16gPhnZ5Xq6cjViQhHs8ika0SiJor5PAvciFdYJmleEFLuTJN+waFXY s3SXdmZIsaRPQAJjMy4neSSRt6AAVDjKzxnvYQEF9IgrLIS0o40GfZrgcwcsi2ai 73+hlgb03WU= =c8jT -----END PGP SIGNATURE----- --6c2NcOVqGQ03X4Wi-- From MAILER-DAEMON Sun Jun 21 13:49:11 2015 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Z6jMl-0003O0-Fc for mharc-config-patches@gnu.org; Sun, 21 Jun 2015 13:49:11 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35678) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6jGz-0002WG-Le for config-patches@gnu.org; Sun, 21 Jun 2015 13:43:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z6jGy-0002Df-Mf for config-patches@gnu.org; Sun, 21 Jun 2015 13:43:13 -0400 Received: from mail-oi0-x22f.google.com ([2607:f8b0:4003:c06::22f]:34432) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6jGy-0002DZ-G3 for config-patches@gnu.org; Sun, 21 Jun 2015 13:43:12 -0400 Received: by oigx81 with SMTP id x81so108672121oig.1 for ; Sun, 21 Jun 2015 10:43:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=9skC4R0xRN6/KE6YNGTbNklw1i7Oyl6PxJAyMIF6veo=; b=bU4Tjp0xNdOLIAVo7/XCUulsEoUdCrjMLLCQlG+YW+6eaj054G2WYFweSepvCqmDml QUkj/Vyhr1ueur4MFCeqGRfDVFddy2VuPgckxsEQ6wTl1svHWgiPvgPmz+PPg7CWJAbd ecDqdPoY3t6XzpE+W9isl7bPz9IRvNpfKo0VN1KtPrlawX18Za/yow59M68fvk3lrdil qqOQvnZku4sbvoUn1shLhuxZqNqBaak/+4bGi2UHpRIerQfxPO+VeC6DqHPGttvUdaj5 awBce/UKBriRmCg8uZacKCgfraaJAF2ehKb1B3aYnLzCNrei9EJId2NCQVaBmOL45PuM 7xoQ== MIME-Version: 1.0 X-Received: by 10.182.24.40 with SMTP id r8mr22072061obf.15.1434908591741; Sun, 21 Jun 2015 10:43:11 -0700 (PDT) Received: by 10.202.228.16 with HTTP; Sun, 21 Jun 2015 10:43:11 -0700 (PDT) Date: Sun, 21 Jun 2015 23:13:11 +0530 Message-ID: Subject: Configuring for Kannel gateway version 1.4.4 ... From: Ganapathy Pachiyappan To: config-patches@gnu.org Content-Type: multipart/alternative; boundary=001a11c29f1ae5630505190ab052 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c06::22f X-Mailman-Approved-At: Sun, 21 Jun 2015 13:49:10 -0400 X-BeenThere: config-patches@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jun 2015 17:43:14 -0000 --001a11c29f1ae5630505190ab052 Content-Type: text/plain; charset=UTF-8 hello kannel group, i am new to cygwin and kannel when i try to configure kannel on my laptop(windows 7 64 bit) it's produce the following error . i don't know how to solve that. please help me ganapathi@ganapathi-PC ~ $ cd gateway-1.4.4 ganapathi@ganapathi-PC ~/gateway-1.4.4 $ ./configure Configuring for Kannel gateway version 1.4.4 ... Running system checks ... checking build system type... ./config.guess: unable to guess system type This script, last modified 2003-05-19, has failed to recognize the operating system you are using. It is advised that you download the most up to date version of the config scripts from ftp://ftp.gnu.org/pub/gnu/config/ If the version you run (./config.guess) is already up to date, please send the following data and any information you think might be pertinent to in order to provide the needed information to handle your system. config.guess timestamp = 2003-05-19 uname -m = x86_64 uname -r = 2.0.4(0.287/5/3) uname -s = CYGWIN_NT-6.1 uname -v = 2015-06-09 12:22 /usr/bin/uname -p = unknown /bin/uname -X = hostinfo = /bin/universe = /usr/bin/arch -k = /bin/arch = x86_64 /usr/bin/oslevel = /usr/convex/getsysinfo = UNAME_MACHINE = x86_64 UNAME_RELEASE = 2.0.4(0.287/5/3) UNAME_SYSTEM = CYGWIN_NT-6.1 UNAME_VERSION = 2015-06-09 12:22 configure: error: cannot guess build type; you must specify one ganapathi@ganapathi-PC ~/gateway-1.4.4 Thanks in advance, Regards , Ganapathy --001a11c29f1ae5630505190ab052 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
hello kannel group,
i am new to cygwin and kannel =C2= =A0when i try to configure kannel on my laptop(windows 7 64 bit) it's p= roduce the following error .
i don't know how to solve that.<= /div>
please help me

ganapathi@ganapathi-= PC ~
$ cd gateway-1.4.4

ganapathi@ganapa= thi-PC ~/gateway-1.4.4
$ ./configure

Con= figuring for Kannel gateway version 1.4.4 ...

Runn= ing system checks ...
checking build system type... ./config.gues= s: unable to guess system type

This script, last m= odified 2003-05-19, has failed to recognize
the operating system = you are using. It is advised that you
download the most up to dat= e version of the config scripts from


If the version you run (./config.guess) = is already up to date, please
send the following data and any inf= ormation you think might be
pertinent to <config-patches@gnu.org> in order to provide th= e needed
information to handle your system.

<= div>config.guess timestamp =3D 2003-05-19

uname -m= =3D x86_64
uname -r =3D 2.0.4(0.287/5/3)
uname -s =3D = CYGWIN_NT-6.1
uname -v =3D 2015-06-09 12:22

<= div>/usr/bin/uname -p =3D unknown
/bin/uname -X =C2=A0 =C2=A0 =3D=

hostinfo =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =3D
/bin/universe =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =3D
/usr/bin/arch -k =C2=A0 =C2=A0 =C2=A0 =3D
/bin/arch= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=3D x86_64
/usr/= bin/oslevel =C2=A0 =C2=A0 =C2=A0 =3D
/usr/convex/getsysinfo =3D

UNAME_MACHINE =3D x86_64
UNAME_RELEASE = =3D 2.0.4(0.287/5/3)
UNAME_SYSTEM =C2=A0=3D CYGWIN_NT-6.1
UNAME_VERSION =3D 2015-06-09 12:22
configure: error: cannot gu= ess build type; you must specify one

ganapathi@gan= apathi-PC ~/gateway-1.4.4

Thanks in advance,=
Regards ,
Ganapathy =C2=A0
--001a11c29f1ae5630505190ab052-- From MAILER-DAEMON Mon Jun 22 09:51:33 2015 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Z728L-0000rK-Ij for mharc-config-patches@gnu.org; Mon, 22 Jun 2015 09:51:33 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z728J-0000qc-06 for config-patches@gnu.org; Mon, 22 Jun 2015 09:51:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z728F-0002Zd-Pf for config-patches@gnu.org; Mon, 22 Jun 2015 09:51:30 -0400 Received: from mail-yk0-x230.google.com ([2607:f8b0:4002:c07::230]:33234) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z728F-0002ZP-Kx for config-patches@gnu.org; Mon, 22 Jun 2015 09:51:27 -0400 Received: by ykdt186 with SMTP id t186so25274249ykd.0 for ; Mon, 22 Jun 2015 06:51:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:references:in-reply-to:subject:date:message-id :mime-version:content-type:content-transfer-encoding:thread-index :content-language; bh=04rlssJqryMhXvZI/mXUbrHjmL4/BHbmuPfnYKvRsNU=; b=hNeQMfjwue8JYZ5pUx7ZRXW0BEdJIXeMXnYYbSMGp3drnuipBkbuHkYv6RIm9QTtgL ccfT3n0XwmJ7LESaOZxsgJEM/OcAQo8bIE3+0L01bPHV/pWuB71xahxEY7HoTEOoAp8k M3w3pJGSXuZSLtpxJnOA3dtNsxTzgn2zRNjyM5xyFGvTkw46KXUIoXzL/ljq8+eDzFEt mGwAfXfVCouXecbFiMUCbXud35yjNuasfa5iHL5gbGe79GsrWjcsy+YB7TjyR39Zyki+ fA4gZ3VprvJtcRfTdU7hqdPKSkKW2LCflN9e2E7xw5lm1e+ITAAhYoxu9ILfA0jp8tCl tPCA== X-Received: by 10.170.142.4 with SMTP id j4mr36444571ykc.94.1434981086772; Mon, 22 Jun 2015 06:51:26 -0700 (PDT) Received: from eboyd53entlt1 (201.sub-70-194-195.myvzw.com. [70.194.195.201]) by mx.google.com with ESMTPSA id u30sm8492985yhf.19.2015.06.22.06.51.25 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 22 Jun 2015 06:51:25 -0700 (PDT) Sender: Earnie Boyd From: "Earnie" To: "'Ganapathy Pachiyappan'" , References: In-Reply-To: Subject: RE: Configuring for Kannel gateway version 1.4.4 ... Date: Mon, 22 Jun 2015 09:51:24 -0400 Message-ID: <75ce201d0acf2$88314da0$9893e8e0$@users.sourceforge.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 15.0 Thread-Index: AQIyZmiUOno9RbzHe9dZHXbdL1Genpz1FlPA Content-Language: en-us X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4002:c07::230 X-BeenThere: config-patches@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2015 13:51:31 -0000 > hello kannel group, > i am new to cygwin and kannel when i try to configure kannel on my = laptop(windows 7 64 bit) it's produce the following error . > i don't know how to solve that. > please help me You need to ... > This script, last modified 2003-05-19, has failed to recognize > the operating system you are using. It is advised that you > download the most up to date version of the config scripts from >=20 > ftp://ftp.gnu.org/pub/gnu/config/ Regards, Earnie From MAILER-DAEMON Mon Jun 22 15:24:34 2015 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Z77Kc-0001k7-FL for mharc-config-patches@gnu.org; Mon, 22 Jun 2015 15:24:34 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54889) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z77Ka-0001iP-GR for config-patches@gnu.org; Mon, 22 Jun 2015 15:24:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z77KW-0003eN-6x for config-patches@gnu.org; Mon, 22 Jun 2015 15:24:32 -0400 Received: from mailhub.air.net.au ([121.127.217.3]:46058) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z77KV-0003cv-It for config-patches@gnu.org; Mon, 22 Jun 2015 15:24:28 -0400 Received: by mailhub.air.net.au (Postfix, from userid 500) id D67EA12013C; Tue, 23 Jun 2015 05:24:15 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=air.net.au; s=mail; t=1435001055; bh=/YhF+9NO2Yich6WV6S1hj4fSGWJBWxNGzjj2L5tCAGo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=E5POrY1jTXOyOBzvtWsUA7IZ5VwMwwTMHHrI71ot4Yvit0CjZBV2orn+UQdhnZIxa bArgzIYeW/k5d8x0EV+S6Y0MiXMzJQYdoqMkweba4DeyYq1smrDhlN025/ZTW68MQC wewtZnwhYw1t/oGgIC9M7n8809AnPFy4P7XvA1yY= Date: Tue, 23 Jun 2015 05:24:15 +1000 From: Ben Elliston To: Earnie Subject: Re: Configuring for Kannel gateway version 1.4.4 ... Message-ID: <20150622192415.GA10048@air.net.au> References: <75ce201d0acf2$88314da0$9893e8e0$@users.sourceforge.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="4Ckj6UjgE2iN1+kY" Content-Disposition: inline In-Reply-To: <75ce201d0acf2$88314da0$9893e8e0$@users.sourceforge.net> User-Agent: Mutt/1.5.23 (2014-03-12) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 121.127.217.3 Cc: 'Ganapathy Pachiyappan' , config-patches@gnu.org X-BeenThere: config-patches@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2015 19:24:33 -0000 --4Ckj6UjgE2iN1+kY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 22, 2015 at 09:51:24AM -0400, Earnie wrote: > > This script, last modified 2003-05-19, has failed to recognize > > the operating system you are using. It is advised that you > > download the most up to date version of the config scripts from > >=20 > > ftp://ftp.gnu.org/pub/gnu/config/ =2E. which because the script version is so old, you'll see the README instead, which says: From now on, please fetch new versions of these scripts via the following URLs: http://git.savannah.gnu.org/gitweb/?p=3Dconfig.git;a=3Dblob_plain;f=3Dc= onfig.guess;hb=3DHEAD http://git.savannah.gnu.org/gitweb/?p=3Dconfig.git;a=3Dblob_plain;f=3Dc= onfig.sub;hb=3DHEAD Cheers, Ben --4Ckj6UjgE2iN1+kY Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIVAwUBVYhg3nY2KIi1WYjUAQhQ2w/+LZoniZ01QVJfTT7OF+TvkAsB9/iHuCH+ JaDybc8xPJxzCzsQRD76sfODNf91B6puGyoDqEE8LzLJFdoRTo1vb19IoFxf3cna vTQpg4qt1a9gl9jx3LKmu86Cz+cm9qXmm7ZouCNoHOF4JHvkPkp44W82HhpDUl0P 3WJVpOlUEWIfdvQOxIEabFqM1p29D9W+6ybgrgdpM/d6q7+rrMGsSugn76INAK4d OQMO1fmGH1V07x6cHYfoM5xSwRM74Coop8vDkK9bt1kia9QbR9ABDTO534kIzP8q Hd+/U/wLmHKex895mTeJCTdHegydvpNdCk1w/8VpF1NKcnmcRTi4p2/XybGR2M4A BlFE4EqIviPDTAEFycxnLJT1YthUalJ8+2Miq9DRpStZ4rljZMjlSl60hPq1Btkd lxAAUnTUjDWorPXj1ugonp9aD/EszMU0DdmntQ1aEdMbUWrbaNYq4yHPEjHvAPWu mJAfzZNyWn/YR4JBOGSuPb050UFbiBHm3jd0pJXKOLNTGr3rVfXb+66q1WXPOvvo X7VxC9tfEIqJTXdJ4O12x08e3T44FI1VqkiK9po4OANc03O+yZnuIZrnA2BhUvyU QI43CszmkzgAE5OcKIlFkNQ4ZBh2cOJQpnvA1den+oGuplbEZfRkg18nPigeu0dO d5hCLUrziH4= =lJyx -----END PGP SIGNATURE----- --4Ckj6UjgE2iN1+kY-- From MAILER-DAEMON Tue Jun 23 05:47:55 2015 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Z7Ko7-0000wm-5M for mharc-config-patches@gnu.org; Tue, 23 Jun 2015 05:47:55 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54744) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7Iv0-0001ZF-FE for config-patches@gnu.org; Tue, 23 Jun 2015 03:46:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7Iuv-0007q1-9T for config-patches@gnu.org; Tue, 23 Jun 2015 03:46:54 -0400 Received: from blu004-omc1s38.hotmail.com ([65.55.116.49]:54847) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7Iuv-0007po-62; Tue, 23 Jun 2015 03:46:49 -0400 Received: from BLU436-SMTP11 ([65.55.116.9]) by BLU004-OMC1S38.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751); Tue, 23 Jun 2015 00:46:48 -0700 X-TMN: [XhtolViqlX6KAp2VD2EcR/uZonama8KF62SI7FFTxe8=] X-Originating-Email: [songdongsheng@live.cn] Message-ID: From: =?utf-8?B?5a6L5Yas55SfIC0gQ2F1Y2h5IFNvbmc=?= To: config-patches@gnu.org Subject: [PATCH] Fix the version part of netbsd triplet. Date: Tue, 23 Jun 2015 15:46:35 +0800 X-Mailer: git-send-email 2.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-OriginalArrivalTime: 23 Jun 2015 07:46:48.0342 (UTC) FILETIME=[C2761360:01D0AD88] X-detected-operating-system: by eggs.gnu.org: Windows 7 or 8 [fuzzy] X-Received-From: 65.55.116.49 X-Mailman-Approved-At: Tue, 23 Jun 2015 05:47:54 -0400 Cc: Ben Elliston X-BeenThere: config-patches@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2015 07:46:55 -0000 From: =E5=AE=8B=E5=86=AC=E7=94=9F For the NetBSD formal release=2C we get full versioned triplet=2C like x86_64-unknown-netbsd6.1.4=2C the security/critical release part should be trimmed. e.g. x86_64-unknown-netbsd6.1.4 -> x86_64-unknown-netbsd6.1 For the NetBSD patch or BETA/RC release=2C things got even worse=2C we got an extra '.' in the end of triplet. e.g. 6.1.5_PATCH -> x86_64-unknown-netbsd6.1.5. 7.0_BETA -> x86_64-unknown-netbsd7.0. 7.0_RC1 -> x86_64-unknown-netbsd7.0. This patch only use major release and minor release in the netbsd triplet. e.g. 6.1.4=2C 6.1.5_PATCH -> 6.1 7.0_BETA=2C 7.0_RC1=2C 7.0 -> 7.0 Signed-off-by: =E5=AE=8B=E5=86=AC=E7=94=9F --- config.guess | 2 +- testsuite/config-guess.data | 5 +++++ 2 files changed=2C 6 insertions(+)=2C 1 deletion(-) diff --git a/config.guess b/config.guess index f7eb141..313ba59 100755 --- a/config.guess +++ b/config.guess @@ -221=2C7 +221=2C7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELE= ASE}:${UNAME_VERSION}" in release=3D'-gnu' =3B=3B *) - release=3D`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` + release=3D`echo ${UNAME_RELEASE}|sed -e 's/[-_].*//'|cut -f '1 2' -d.` =3B=3B esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: diff --git a/testsuite/config-guess.data b/testsuite/config-guess.data index 538a7ef..49fb8ac 100644 --- a/testsuite/config-guess.data +++ b/testsuite/config-guess.data @@ -75=2C3 +75=2C8 @@ x86_64 2.0.0(0.271/5/3) MSYS_NT-6.1 ignored ignored x= 86_64-pc-msys x86_64 2.6.32 Linux ignored ignored x86_64-unknown-linux-gnu x86_64 2.6.32 VMkernel ignored ignored x86_64-unknown-esx xtensa 2.6.15 Linux ignored ignored xtensa-unknown-linux-gnu +amd64 6.1.4 NetBSD ignored x86_64 x86_64-unknown-netbsd6.1 +amd64 6.1.5_PATCH NetBSD ignored x86_64 x86_64-unknown-netbsd6.1 +amd64 7.0_BETA NetBSD ignored x86_64 x86_64-unknown-netbsd7.0 +amd64 7.0_RC1 NetBSD ignored x86_64 x86_64-unknown-netbsd7.0 +amd64 7.0 NetBSD ignored x86_64 x86_64-unknown-netbsd7.0 --=20 2.3.0 From MAILER-DAEMON Tue Jun 23 17:39:26 2015 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Z7Vug-0006Qb-MP for mharc-config-patches@gnu.org; Tue, 23 Jun 2015 17:39:26 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7TVA-00053J-Gs for config-patches@gnu.org; Tue, 23 Jun 2015 15:05:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7TV3-0008Nq-NS for config-patches@gnu.org; Tue, 23 Jun 2015 15:04:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45633) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7TV3-0008Nj-Ib for config-patches@gnu.org; Tue, 23 Jun 2015 15:04:49 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 994CCC1EE2 for ; Tue, 23 Jun 2015 19:04:48 +0000 (UTC) Received: from freie.home (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t5NJ4itw009281 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 23 Jun 2015 15:04:46 -0400 Received: from livre.home (livre.home [172.31.160.2]) by freie.home (8.14.8/8.14.8) with ESMTP id t5NJ40Xu004658; Tue, 23 Jun 2015 16:04:00 -0300 From: Alexandre Oliva To: config-patches@gnu.org Subject: guess x86_64-(unknown->pc)-linux-gnu, to match config.sub? Organization: Free thinker, does not speak for Red Hat or its Operating System Tools Group Errors-To: aoliva@lxoliva.fsfla.org Date: Tue, 23 Jun 2015 16:04:00 -0300 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 X-Mailman-Approved-At: Tue, 23 Jun 2015 17:39:25 -0400 Cc: jcapik@redhat.com X-BeenThere: config-patches@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2015 19:05:02 -0000 Hi, Ben, long time no see! config.sub canonicalizes x86_64-linux-gnu to x86_64-pc-linux-gnu: # We use `pc' rather than `unknown' # because (1) that's what they normally are, and # (2) the word "unknown" tends to confuse beginning users. i*86 | x86_64) basic_machine=$basic_machine-pc but config.guess still guesses x86_64-unknown-linux-gnu: x86_64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; This causes a minor issue when say gcc is configured with --target=x86_64-linux-gnu: build and host will be guessed with -unknown, but the target will be canonicalized to -pc-, a different string, which in turn has the effect of disabling bootstrap. Maybe that's what it should do whenever --target is explicitly specified, following autoconf 2.5x guidelines, but so far it doesn't, and then this accidental difference ends up making --target=x86_64-linux-gnu natives different from any other --target=*-linux-gnu native. Anyway, how about changing config.guess to match config.sub, like this? diff --git a/config.guess b/config.guess index f7eb141..2300e28 100755 --- a/config.guess +++ b/config.guess @@ -1038,7 +1038,7 @@ EOF echo ${UNAME_MACHINE}-dec-linux-${LIBC} exit ;; x86_64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo ${UNAME_MACHINE}-pc-linux-${LIBC} exit ;; xtensa*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} Thanks, -- Alexandre Oliva, freedom fighter http://FSFLA.org/~lxoliva/ You must be the change you wish to see in the world. -- Gandhi Be Free! -- http://FSFLA.org/ FSF Latin America board member Free Software Evangelist|Red Hat Brasil GNU Toolchain Engineer From MAILER-DAEMON Sat Jun 27 16:53:53 2015 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Z8x6n-0004t7-G8 for mharc-config-patches@gnu.org; Sat, 27 Jun 2015 16:53:53 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60318) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8uXc-0000g5-6l for config-patches@gnu.org; Sat, 27 Jun 2015 14:09:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z8uXb-0001yf-CQ for config-patches@gnu.org; Sat, 27 Jun 2015 14:09:24 -0400 Received: from mail-oi0-x22f.google.com ([2607:f8b0:4003:c06::22f]:35382) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8uOh-0006YG-C4 for config-patches@gnu.org; Sat, 27 Jun 2015 14:00:11 -0400 Received: by oiax193 with SMTP id x193so94701660oia.2 for ; Sat, 27 Jun 2015 11:00:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=urMiK7pswjRGG4TbRKQ8VwO+ICyYM8TvJSYHhYcfiZY=; b=zEsqFgA38uEfulzGIUsdjn2uZjmR3DiNO5SvbmbVTR2lmHwZDl1iAoU7duKOvITKEN KQImITEPp+Pg+qxD/ejlji00H1i+hqNl4vulbFRFFr6A9sDQBTwdVc/7uq9KWNcm2i7V 1EzTLvBtdZcVMqDCxBiR3uylykpoly3QRaj70uTd/YEfCnvFROnVyX/CV+MN79Pj+/Wr HRZvDf1wCNKz1BPZazLlS25eFAo5MOeemkvOLSJWZRkeN0gNUChfinPPYc5QBCbtYFKg hV6qz1+i1x0ncM68H1SoWU6sBR75ZrnLHwhVk55Wqe206KND6geLcmT4+MsTsUnIQcOH TaiA== MIME-Version: 1.0 X-Received: by 10.60.97.194 with SMTP id ec2mr7007244oeb.18.1435428009640; Sat, 27 Jun 2015 11:00:09 -0700 (PDT) Received: by 10.202.228.16 with HTTP; Sat, 27 Jun 2015 11:00:09 -0700 (PDT) Date: Sat, 27 Jun 2015 23:30:09 +0530 Message-ID: Subject: Configuring for Kannel gateway version 1.4.4 ... From: Ganapathy Pachiyappan To: config-patches@gnu.org Content-Type: multipart/alternative; boundary=089e01183ca29d88eb051983a0d3 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c06::22f X-Mailman-Approved-At: Sat, 27 Jun 2015 16:53:51 -0400 X-BeenThere: config-patches@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jun 2015 18:09:25 -0000 --089e01183ca29d88eb051983a0d3 Content-Type: text/plain; charset=UTF-8 hello kannel group, i am new to cygwin and kannel when i try to configure kannel on my laptop(windows 7 64 bit) it's produce the following error . i don't know how to solve that. please help me ganapathi@ganapathi-PC ~ $ cd gateway-1.4.4g ganapathi@ganapathi-PC ~/gateway-1.4.4g $ cd gateway-1.4.4 ganapathi@ganapathi-PC ~/gateway-1.4.4g/gateway-1.4.4 $ ./configure Configuring for Kannel gateway version 1.4.4 ... Running system checks ... configure: error: cannot run /bin/sh ./config.sub ganapathi@ganapathi-PC ~/gateway-1.4.4g/gateway-1.4.4 $ ls -al /usr/bin/gcc -rwxr-xr-x 3 ganapathi None 844819 Mar 3 04:35 /usr/bin/gcc i am using current version of config.guess and config.sub files and don't know how to solve it . Please help me that's my kind request . Thanks in advance, Regards , Ganapathy --089e01183ca29d88eb051983a0d3 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
hello kannel = group,
i am new to cygwin= and kannel =C2=A0when i try to configure kannel on my laptop(windows 7 64 = bit) it's produce the following error .
i don't know how to solve that.
please help me

ganapathi@ganapathi-PC ~
$ cd gateway-1.4.4g

ganapathi@ganapathi-PC ~/ga= teway-1.4.4g
$ cd gateway-1.4.4

ganapathi@ganapathi-PC ~/gateway-1.4.4g/gateway-1.4.4
$ ./configur= e

<= /span>
Configu= ring for Kannel gateway version 1.4.4 ...

Running system checks ...
configure: error: cann= ot run /bin/sh ./config.sub

ganapathi@ganapathi-PC ~/gateway-1.4.4g/gateway-1.4.4
$ ls -al = /usr/bin/gcc
-rwxr-xr-x 3 ganapathi None 844819 Mar =C2=A03 04:35 /usr/bin/gcc
=C2=A0
i am using current version of config.gues= s and config.sub files and don't know how to solve it .
Please help me that's my kind request= .

= Thanks in advance,
Regards= ,
Ganapathy =C2=A0
<= /div>
--089e01183ca29d88eb051983a0d3-- From MAILER-DAEMON Mon Jun 29 15:38:23 2015 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Z9esp-0001S0-Hz for mharc-config-patches@gnu.org; Mon, 29 Jun 2015 15:38:23 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37328) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9eP5-0006Yu-1F for config-patches@gnu.org; Mon, 29 Jun 2015 15:07:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9eOz-0002kp-Us for config-patches@gnu.org; Mon, 29 Jun 2015 15:07:38 -0400 Received: from mail.windriver.com ([147.11.1.11]:41834) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9eOz-0002k9-MD for config-patches@gnu.org; Mon, 29 Jun 2015 15:07:33 -0400 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.15.1/8.15.1) with ESMTPS id t5THdMP7024690 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Mon, 29 Jun 2015 10:39:23 -0700 (PDT) Received: from yow-lhowlett-d0.wrs.com (128.224.56.215) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.3.224.2; Mon, 29 Jun 2015 10:39:22 -0700 Date: Mon, 29 Jun 2015 13:39:20 -0400 From: "Liam R. Howlett" To: Subject: git fsck error in tags for config.git Message-ID: <20150629173920.GF24644@yow-lhowlett-d0.wrs.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-Originating-IP: [128.224.56.215] X-detected-operating-system: by eggs.gnu.org: Windows NT kernel [generic] [fuzzy] X-Received-From: 147.11.1.11 X-Mailman-Approved-At: Mon, 29 Jun 2015 15:38:21 -0400 X-BeenThere: config-patches@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 19:07:40 -0000 Hello, Since git 2.1, there have been a number of new fsck options added which produce issues when I clone the repository git://git.sv.gnu.org/config.git $ git fsck --full Checking object directories: 100% (256/256), done. error in tag 2f83955b8e9e1f430e3c4351afe0c7649db74dca: unterminated header error in tag d32faf421bc6fb6ced8b7f59801b378a8da3b141: unterminated header error in tag f3e0b527c5a931fbcb9e3de2f65de5fec565a860: unterminated header error in tag 9190ab5e369d0502d3bd069dba8525602870ddb7: unterminated header error in tag b8144a17feb27eb3f99e11554bb8d93457834ae0: unterminated header error in tag c19069c11ea9765ded72b340edb04911dd50c6a5: unterminated header Checking objects: 100% (3694/3694), done. These new tests are enabled by default when using git fsck. I have been testing with git version 2.4.4.409.g5b1d901 and thought you might want to know so the error messages can be corrected. I hope this is the correct mailing list for this kind of report. Thanks, Liam From MAILER-DAEMON Mon Jun 29 21:21:52 2015 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Z9kFE-0004v7-AK for mharc-config-patches@gnu.org; Mon, 29 Jun 2015 21:21:52 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9kFB-0004uU-P9 for config-patches@gnu.org; Mon, 29 Jun 2015 21:21:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9kF7-0005gb-NC for config-patches@gnu.org; Mon, 29 Jun 2015 21:21:49 -0400 Received: from mailhub.air.net.au ([121.127.217.3]:41591) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9kF7-0005eq-27 for config-patches@gnu.org; Mon, 29 Jun 2015 21:21:45 -0400 Received: by mailhub.air.net.au (Postfix, from userid 500) id 3DD7112013C; Tue, 30 Jun 2015 11:21:30 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=air.net.au; s=mail; t=1435627290; bh=ZXALQi0XzLFvMEmI4ZNPxIiJBcHvpq0fWUVk+7/uN0k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=b/zJKiJBcODf8ssbJYQmdic9Z15hVMCQ8x65FbII/8PcpidRei4EchpcQ3ojyc05+ qu5E8eDVgzss3JWkwFKw7f7zJTr8qjn+j3c9w0NvAe44OY2J03Ve2/09BQzws/eY2k b/7cpHMvKKmpyzMpqiRL4d6fbdxOYbQI7kTrMFOY= Date: Tue, 30 Jun 2015 11:21:30 +1000 From: Ben Elliston To: "Liam R. Howlett" Subject: Re: git fsck error in tags for config.git Message-ID: <20150630012130.GA15391@air.net.au> References: <20150629173920.GF24644@yow-lhowlett-d0.wrs.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="XsQoSWH+UP9D9v3l" Content-Disposition: inline In-Reply-To: <20150629173920.GF24644@yow-lhowlett-d0.wrs.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 121.127.217.3 Cc: config-patches@gnu.org X-BeenThere: config-patches@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 01:21:50 -0000 --XsQoSWH+UP9D9v3l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 29, 2015 at 01:39:20PM -0400, Liam R. Howlett wrote: > These new tests are enabled by default when using git fsck. I have been > testing with git version 2.4.4.409.g5b1d901 and thought you might want > to know so the error messages can be corrected. >=20 > I hope this is the correct mailing list for this kind of report. Yes, thanks! Ben --XsQoSWH+UP9D9v3l Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIVAwUBVZHvGXY2KIi1WYjUAQjpBxAAgwbo8yAU3N9UDZKqZDo9xQ4EUM85OCZT d1FZEQNAmGNkTQD/UctZGT5t6a3pdbiU/JskIpQcXo7dFZxtOGJ5nO1vKyNItYoN AulFqFTwygygcM7v5dB96v6ZjtdvhunFKxb37SCWTtErafp26xxd8NdH+bK8n7gI v1NOHkHsKxUJSoSAgEkIGbp8hzmIy7P2EpSf6oV91ExRlkYXop6OFNc6vMj+g/cl ujSxUCxPNeK76lU1mPNhoSz+nncSuJ1RxCHgwQ3A/bvYmwQxgiHZXkz18Hv9sBim jxZ4/g7LY3cURV9rXzPpE/nALLqRJPm/eFuuHR42bfv5CqmtSzh2qv2a7stIFCVI f0lwXqAQP+iMwXbpI5K+HZYhPOEpG/XaCTnSgBN99Pfm4SLmWYSpAQ2/7o/+F230 U5UBjNM9Kdt0LBrLAzYvvdT8DFImUHYGpJHXEQsRfTr8lLPF0LoLEkKOQpoLNhvs IUY8fVdjS1PqDUpdQfgp6u+RPhOPVKDDmwBaODaL9BXMQqskzwCW77DMBcgxv7t6 0yWv6ABlpu4GLIXzabxY1P0A6//8MGZGHEHxrxpLTcfQtTwDde38toPfiGA+EC13 qpjTVtZe2zPVL/kETCalFPsCKDps6JAYSeATNyI4CJoOBF+d/SVWkdiK8WCtqiCv 60HzpgEvCXg= =hXZ6 -----END PGP SIGNATURE----- --XsQoSWH+UP9D9v3l-- From MAILER-DAEMON Mon Jun 29 22:38:19 2015 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Z9lRD-0005E9-P4 for mharc-config-patches@gnu.org; Mon, 29 Jun 2015 22:38:19 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34685) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9lRB-0005DX-00 for config-patches@gnu.org; Mon, 29 Jun 2015 22:38:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9lR7-0002rQ-FZ for config-patches@gnu.org; Mon, 29 Jun 2015 22:38:16 -0400 Received: from mailhub.air.net.au ([121.127.217.3]:41719) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9lR6-0002qK-Qp for config-patches@gnu.org; Mon, 29 Jun 2015 22:38:13 -0400 Received: by mailhub.air.net.au (Postfix, from userid 500) id 8AA2212013C; Tue, 30 Jun 2015 12:38:08 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=air.net.au; s=mail; t=1435631888; bh=DE/VqWtkvvxFQ/ZtNM1qWnGYGhyMufH42gGvCVWLGlM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=N3vZCqGMhtJHpefkVGnvsvXcyXPgEf/KDa+0i463taegseztysz/ahs93PLAcJuSg tLdoReBz3thSJ0JCJJFdZvo6K3rscUbW+uAQLjs9zTmcHE0Q7roRgHxS+HMEWGPo6i 64td+j6dXqS9yiQb9pRXEZGG9YKNDmXg/sREmVz0= Date: Tue, 30 Jun 2015 12:38:08 +1000 From: Ben Elliston To: Alexandre Oliva Subject: Re: guess x86_64-(unknown->pc)-linux-gnu, to match config.sub? Message-ID: <20150630023808.GA17642@air.net.au> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="IS0zKkzwUGydFO0o" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 121.127.217.3 Cc: jcapik@redhat.com, config-patches@gnu.org X-BeenThere: config-patches@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 02:38:17 -0000 --IS0zKkzwUGydFO0o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Alexandre Indeed! I hope things are going well. > Anyway, how about changing config.guess to match config.sub, like this? >=20 > diff --git a/config.guess b/config.guess > index f7eb141..2300e28 100755 > --- a/config.guess > +++ b/config.guess > @@ -1038,7 +1038,7 @@ EOF > echo ${UNAME_MACHINE}-dec-linux-${LIBC} > exit ;; > x86_64:Linux:*:*) > - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} > + echo ${UNAME_MACHINE}-pc-linux-${LIBC} > exit ;; > xtensa*:Linux:*:*) > echo ${UNAME_MACHINE}-unknown-linux-${LIBC} This is a minimally invasive change and I'm happy to make it. Don't worry, I'll fix the config.guess testsuite. ;-) Cheers, Ben --IS0zKkzwUGydFO0o Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIVAwUBVZIBD3Y2KIi1WYjUAQjKNxAApUzCRqxAgN0Aq3f5yCZSXm8MWdvIThP2 8/+mhFg5XoJqbYrs1JJJp95d93qI8wiCw4+a5VbPcDrZF7c4ru04Y6lgC2jMLguH Qc1ygbnMVd8QhtOsoEc/mhNT6IcCV7xrhg8zPlpq+QxR8pjjyYEzQGUUIN8L8D8y 6e9QKLM3lcg1roeyuAi3CXFDSAXbqcvsREI8tOa5If4q3BIR8TnZ6MgAkWMGy7XU 7DTVm5GOKbe5lEKSMFhKoQY0m1MWXzDpJIpuqT813NigPvlsysbCjRsMxhgRHO0U MOPE02o9P5Dr6rydseI7E+g5lKVGUFcxQ7pa/g9o92lPoPejKAGKU+wuJbHkqVV8 I3oc1Ott61vNh86nysZHJU7rtylsiDkUwAraduhuBqoPzc+rNNGEfOOxjjupyIoy 6RYWJb6uWQQrU7dgbLE0haqZrU4ngZ9pOXKuEQU7CrbVNAvYfS3DIu9otaR31E1J Ij+jk9nxxT1mibWbQ10+V4nBUIJLwO/grWAAU1xi44h/ZZQxWD3/KBOatEd9AlT1 zab6xdL/ZDYHI57Ux6Ed+jQaoZNDTPCR535VU7DImYOXzJveDLKgsKmLn5/264cr s7NLVI36zBy8SpgwaLe0wfj1HDq/Czkt0HmXNwF0k1fs1TaZugfHh1iIkyEt/qWw Fp0/JvTIt4I= =G5+E -----END PGP SIGNATURE----- --IS0zKkzwUGydFO0o--