From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from re-prd-fep-043.btinternet.com (mailomta20-re.btinternet.com [213.120.69.113]) by sourceware.org (Postfix) with ESMTPS id 3DBCE3858D28 for ; Sat, 30 Apr 2022 14:16:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 3DBCE3858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dronecode.org.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=dronecode.org.uk Received: from re-prd-rgout-005.btmx-prd.synchronoss.net ([10.2.54.8]) by re-prd-fep-043.btinternet.com with ESMTP id <20220430141645.VTXF3055.re-prd-fep-043.btinternet.com@re-prd-rgout-005.btmx-prd.synchronoss.net>; Sat, 30 Apr 2022 15:16:45 +0100 Authentication-Results: btinternet.com; auth=pass (PLAIN) smtp.auth=jonturney@btinternet.com; bimi=skipped X-SNCR-Rigid: 613A912420C69A6A X-Originating-IP: [86.139.167.41] X-OWM-Source-IP: 86.139.167.41 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-RazorGate-Vade: gggruggvucftvghtrhhoucdtuddrgedvfedrvddugdejfecutefuodetggdotefrodftvfcurfhrohhfihhlvgemuceutffkvffkuffjvffgnffgvefqofdpqfgfvfenuceurghilhhouhhtmecufedtudenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhepkfffgggfuffvfhfhjggtgfesthejredttdefjeenucfhrhhomheplfhonhcuvfhurhhnvgihuceojhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukheqnecuggftrfgrthhtvghrnhepffekiefgudejheetudeigfejledtleegleetkeduteeftdfffefhueefgfeutedtnecukfhppeekiedrudefledrudeijedrgedunecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehhvghloheplgduledvrdduieekrddurddutdehngdpihhnvghtpeekiedrudefledrudeijedrgedupdhmrghilhhfrhhomhepjhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukhdpnhgspghrtghpthhtohepvddprhgtphhtthhopegthihgfihinhestgihghifihhnrdgtohhmpdhrtghpthhtohepjhgrrhhirdgrrghlthhosegtrghnthgvrdhnvght X-RazorGate-Vade-Verdict: clean 0 X-RazorGate-Vade-Classification: clean Received: from [192.168.1.105] (86.139.167.41) by re-prd-rgout-005.btmx-prd.synchronoss.net (5.8.716.04) (authenticated as jonturney@btinternet.com) id 613A912420C69A6A; Sat, 30 Apr 2022 15:16:45 +0100 Message-ID: <36f6073a-0714-00fb-6542-a0f339937ffb@dronecode.org.uk> Date: Sat, 30 Apr 2022 15:16:42 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Subject: Re: [Attn: mercurial maintainer] hg fails with python3.9 Content-Language: en-GB To: Jari Aalto , The Cygwin Mailing List References: <257359ee-9899-47c9-a158-fb79ef4890a3@cornell.edu> <4615caa2-972c-6f9e-1fc0-3d2bfbe3083c@dronecode.org.uk> From: Jon Turney In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1194.3 required=5.0 tests=BAYES_00, FORGED_SPF_HELO, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_NONE, TXREP autolearn=ham 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: Sat, 30 Apr 2022 14:16:48 -0000 On 29/04/2022 15:11, Jari Aalto wrote: > On 2022-04-29 12:23, Jon Turney wrote: >>>> libdir = '../lib/python3.8/site-packages' >>>> >>>> This causes hg to fail as follows if /usr/bin/python3 points to python3.9: >>> >>> ERROR: package 'mercurial' version '5.7-3' is most recent non-test version, but version '6.0-1' is curr >> >> This error is trying to tell you "version 6.0-1 exists, so the version you >> are uploading won't be installed for anyone who already has that higher >> version number installed, so maybe this isn't what you want to do". >> >> mercurial version 6.0-1 does exist, for x86_64 only, dated 2021-11-25. > > My mistake. I had the development environment in wrong server, so only 5.7 > was in there and I forgot to check the latest in Cygwin. > > 6.1.1-1 uploaded No problem. I'll see if I can improve that error message sometime. I notice that mercurial appears to be pure python, so maybe we can upload it as noarch in future?