DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 58280FdK3256646 Authentication-Results: delorie.com; dmarc=pass (p=none dis=none) header.from=cygwin.com Authentication-Results: delorie.com; spf=pass smtp.mailfrom=cygwin.com DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 58280FdK3256646 Authentication-Results: delorie.com; dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=wqDOv1SG X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 69C8F3857BA5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1756800012; bh=zF8CzWGLPsQ8yTr76CZ57p7NheiOvkmO1S9gHRHyCA0=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=wqDOv1SGCbHl92AQotBexSFv+FxospK2eW9Aqf+Ep6gKsZYuFFNIJyNCwWq1ZYpAN DdoA1Vd5o4FlD8IggaCvUTxq/kGq/T/XRVYP0yqbDl/UwX4FIET6maHWivLVDw2l17 0dCu79egca/CBQuF+9thqpRDeKZ9bX2d028izBhk= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E3103385840B ARC-Filter: OpenARC Filter v1.0.0 sourceware.org E3103385840B ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1756799984; cv=none; b=oEnrT9W6FF8XZmfG4IAny4sG7KdLsIP6U/igN4rAgIl+dIa4FPmeWbJkcpDoqRKvYpdcRvmVzykPudxsJlUoItDHHmuUzLWEwCl94u3iuYLf96qbO5g9Hrfd1AELoome1hFQGMtLnPKtBLukT5km9/T5Sttn8Aexo1ZlMPRmXp8= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1756799984; c=relaxed/simple; bh=87AJayE8OaANt9GibznZJZZlgIyMBzn1ckrfx+uR+Gg=; h=Subject:To:From:Message-ID:Date:MIME-Version; b=aU0lxcy00NtBsBhDIlkxzDi9QcXZAr1PeI/EvKEJ+dlhk/6iJca+nZlAM49XvA38zeRRJBIH50+2mIUtbw34Gj/B59dLdDvPpxia7opC/HITEliedAZxrjjU78IMDN91wIzD5dO3n4/gHx8hWGRr1Ky7dIAjP/WxH64QAn/b5bU= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E3103385840B Subject: Re: automake 1.14 to 1.18 only provide very old versions of config.guess/.sub To: cygwin AT cygwin DOT com References: <878qiz76kv DOT fsf AT Gerda DOT invalid> <7b3d61af-706f-50c8-d5b1-9dc393320275 AT t-online DOT de> <591763225 DOT 599455 DOT 1756783820607 AT mail DOT yahoo DOT com> Message-ID: <4939342b-cb9b-8195-2b53-c2867728e22a@t-online.de> Date: Tue, 2 Sep 2025 09:59:32 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 SeaMonkey/2.53.21 MIME-Version: 1.0 In-Reply-To: <591763225.599455.1756783820607@mail.yahoo.com> X-TOI-EXPURGATEID: 150726::1756799973-357F9901-A61E086B/0/0 CLEAN NORMAL X-TOI-MSGID: 11a1cf04-7369-44ce-8877-27e08e5a4e22 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Christian Franke via Cygwin Reply-To: cygwin AT cygwin DOT com Cc: Christian Franke Content-Type: text/plain; charset="utf-8"; Format="flowed" Errors-To: cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 58280FdK3256646 matthew patton via Cygwin wrote: > has anyone diff'd the 'custom' one vs the standard to see if there any actionable differences? Or was this a "temporary" bodge that was never backed out once upstream became usable? > $ cygport automake1.18.cygport prep make ... $ diff -r automake1.18-1.18.1-1.noarch/{orig,}src | diffstat  CYGWIN-PATCHES   |only  lib/config.guess | 1269 +++++++++++++++++++-------------------------  lib/config.sub   | 1423 +++++++++++++++-----------------------------------  3 files changed, 995 insertions(+), 1697 deletions(-) The observation that leaded to the investigation was a 'host' misdetection under "ubuntu-latest" (automake 1.16.5) from GH Actions: $ ./configure "CC=gcc -m32" # AC_CANONICAL_HOST sets 'host' to x86_64-pc-linux-gnu # Cygwin automake 1.14-1.18 x86_64-pc-linux-gnux32 # ("x86_64 with x32 ABI") automake 1.16.5 i686-pc-linux-gnu # automake >= 1.17 On Cygwin, x86_64-pc-cygwin is correctly detected in all cases. -- Regards, Christian -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple