delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2025/09/01/06:21:51

DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 581ALoOx2799538
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 581ALoOx2799538
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=Drz0TcfL
X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 81F3C3858D29
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1756722107;
bh=f0VrGRidHeebhGLrNFUTxP8UA9QLiPYi/ipJjnrm8TI=;
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=Drz0TcfLRf/LJmKQM7LM/Sik3AVIf7MgRjEq+0Ey7sdIKeaV0GFKnIA7gMTNnsnuu
CIZMRsAwKH5m5lXJ9Qjp2pnzi6UWkAgm/CPRB5FNay23JYkfCbb2thgYLGbNifD8Hl
EyzOWJYfCqf/1hdR8R0HVwhIM0iDR+wcfAldNDqA=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 653973858D20
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 653973858D20
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1756722026; cv=none;
b=VXQUgxRGjl/A4m6gNsBSxED67aUPFiN9OdRMKDv91mbZGKV6gJgel6NFjHxDgu10BN1j3hBidBSrAgXIxDKpbmGTItRuaHNdhlst6CQlAgLUe0a7BHz/iukxbjmDcIIzL8SxxLa2i9HwPCO/jiki/WZDJ3dTAvbQQudbn6Fkd8I=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
t=1756722026; c=relaxed/simple;
bh=oVJ1LidvgZrKFlQ7Elpf4Tr5on86qmfH9CVuLJhmg0A=;
h=Subject:To:From:Message-ID:Date:MIME-Version;
b=SXW7LjBCrAl244oYOj3FKp73Zc5BKpnxomyxooe2++VLwZl+H5AQ10RQ7pHQI31fJ5gP+QTI8+4zEB0nhKC3dnsGP2pKpHymk7lbA6lKN7SUdX8eNj9oHPbWKLuUlXUVZ2/hk5bkJMEznwk5dPN/PX7y7ifwD4IL9s6zpOwmVmI=
ARC-Authentication-Results: i=1; server2.sourceware.org
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 653973858D20
Subject: Re: automake 1.14 to 1.18 only provide very old versions of
config.guess/.sub
To: cygwin AT cygwin DOT com
References: <ec467a9f-6538-a218-abcd-573ccd37ab20 AT t-online DOT de>
<878qiz76kv DOT fsf AT Gerda DOT invalid>
Message-ID: <7b3d61af-706f-50c8-d5b1-9dc393320275@t-online.de>
Date: Mon, 1 Sep 2025 12:20:15 +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: <878qiz76kv.fsf@Gerda.invalid>
X-TOI-EXPURGATEID: 150726::1756722016-74FF69F4-94BA5470/0/0 CLEAN NORMAL
X-TOI-MSGID: 6e860c6f-d4cc-48af-a503-21249533474d
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.30
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Christian Franke via Cygwin <cygwin AT cygwin DOT com>
Reply-To: cygwin AT cygwin DOT com
Cc: Christian Franke <Christian DOT Franke AT t-online DOT de>
Errors-To: cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com>
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 581ALoOx2799538

ASSI via Cygwin wrote:
> Christian Franke via Cygwin writes:
>> The cygport scripts from various automake packages run 'gnuconfigize'
>> which overwrite the upstream versions of config.guess and config.sub
>> with the now 5+ year old versions provided by cygport.
>>
>> ...
>>
>> $ grep ^timestamp /usr/share/cygport/config.*
>> /usr/share/cygport/config.guess:timestamp='2020-04-26'
>> /usr/share/cygport/config.sub:timestamp='2020-05-04'
>>
>> Upstream:
>> automake-1.18.1/lib/config.sub:timestamp='2024-05-27'
>>
>> Is this downgrade intentional?
> Well, Yaakov obviously did that for some reason that is not really
> transparent to me now and started doing so much earlier than the version
> of the current file suggests (at leat in 2014).  From the comments, what
> he wanted to do is keep a newer version that made it into cygport via a
> submodule in data/gnuconfig… which has never been updated since Yaakov
> dropped maintenance, most likely because that wasn't really on the radar
> until now.  Now, I could certainly rip out the gnuconfigize from the
> autotools packages 1.16+ since these would all come with later versions
> of these files, but I have no idea what secondary effects this will
> have.

Possible alternative approach:
https://sourceware.org/pipermail/cygwin-apps/2025-September/044591.html

-- 
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019