From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.utahime.jp (gate.utahime.jp [183.180.29.210]) by sourceware.org (Postfix) with ESMTPS id 2C0DB3851C19 for ; Wed, 24 Jun 2020 23:28:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2C0DB3851C19 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=utahime.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=yasu@utahime.org Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by gate.utahime.jp (Postfix) with ESMTPS id F08B277FE for ; Thu, 25 Jun 2020 08:28:35 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=utahime.org; s=maybe2019112701; t=1593041315; bh=p9tGfsYUO2mfPj0cS+yRljG9g/tjnMi+ga9CeFObYJg=; h=Date:To:Subject:From:In-Reply-To:References; b=RBvLX2opKnvURR2gvL4oenHhYUOIL0t2P44OHG8DoYwvzIP52VPsgJKROdnsGx3Tl hluu2EmCSwmVlz/IrBGUxoWz3K0IVKepcA1lpwhLZMU+MMBaCPrr/r2cMWr5Zl1O9G oIAEANe2q2seSO5FaQDwkKUhkOf0nmgjoWpl5IwVjAdZ3SYduQtovpZvl7QgyiRWKT +Uqq+8jb+TOnH3dPE4l7ZM7D4+Oym/xYUyZHt05nl7UPAIEpijVQePgSG7dvWXOZJS F08RztqwuOOM1eQMYEypgLCITZweWaoCBNRCiqqp51ZC3Gc8KQXcowZnUdGC6RmV31 2f8lCMT+dSgoQ== Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id B2D1E57FF0; Thu, 25 Jun 2020 08:28:33 +0900 (JST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.102.3 at eastasia.home.utahime.org Date: Thu, 25 Jun 2020 08:28:12 +0900 (JST) Message-Id: <20200625.082812.1595089016517363695.yasu@utahime.org> To: cygwin-apps@cygwin.com Subject: Re: zsh 5.8: configure fails only on 32bit From: Yasuhiro KIMURA In-Reply-To: References: <87lfkreckq.fsf@Otto.invalid> <20200624.082025.347584623379706940.yasu@utahime.org> X-Mailer: Mew version 6.8 on Emacs 26.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jun 2020 23:28:40 -0000 From: Mark Geisert Subject: Re: zsh 5.8: configure fails only on 32bit Date: Tue, 23 Jun 2020 19:38:42 -0700 > Not sure if your end result will be a patch to the Cygwin zsh package > or an ITA of same. In either case it seems like the Cygwin zsh > maintainer (Peter A. Castro) ought to be brought into this > conversation... I want to ask him some questions, so I'm very happy if he joins this conversation. However, as zsh package hasn't been updated for about two years even though 8 new versions are released by upstream, I wonder if he is still active as maintainer, --- Yasuhiro KIMURA