From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fgw22-4.mail.saunalahti.fi (fgw22-4.mail.saunalahti.fi [62.142.5.109]) by sourceware.org (Postfix) with ESMTPS id F20A0385780C for ; Fri, 29 Apr 2022 09:46:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org F20A0385780C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=cante.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=cante.net Received: from congo.cante.net (81-197-199-99.elisa-laajakaista.fi [81.197.199.99]) by fgw22.mail.saunalahti.fi (Halon) with ESMTP id 2f0b2aeb-c7a1-11ec-ae1c-005056bdf889; Fri, 29 Apr 2022 12:46:03 +0300 (EEST) Received: from jaalto by congo.cante.net with local (Exim 4.95) (envelope-from ) id 1nkNCN-0036sG-BV; Fri, 29 Apr 2022 12:46:03 +0300 Date: Fri, 29 Apr 2022 12:46:03 +0300 From: Jari Aalto To: cygwin Subject: Re: [Attn: mercurial maintainer] hg fails with python3.9 Message-ID: References: <257359ee-9899-47c9-a158-fb79ef4890a3@cornell.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <257359ee-9899-47c9-a158-fb79ef4890a3@cornell.edu> X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2022 09:46:11 -0000 On 2022-04-28 10:27, Ken Brown wrote: > /usr/bin/hg specifies /usr/bin/python3 in its shebang, but further down it has > > libdir = '../lib/python3.8/site-packages' > > This causes hg to fail as follows if /usr/bin/python3 points to python3.9: > > $ hg > Traceback (most recent call last): > File "/usr/lib/python3.8/site-packages/mercurial/policy.py", line 69, in While uploading fix, I got this: ERROR: package 'mercurial' version '5.7-3' is most recent non-test version, but version '6.0-1' is curr: Jari