From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15323 invoked by alias); 30 Aug 2018 11:46:54 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 15157 invoked by uid 89); 30 Aug 2018 11:46:38 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy= X-HELO: rgout02.bt.lon5.cpcloud.co.uk Received: from rgout0205.bt.lon5.cpcloud.co.uk (HELO rgout02.bt.lon5.cpcloud.co.uk) (65.20.0.204) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 30 Aug 2018 11:46:35 +0000 X-OWM-Source-IP: 86.166.190.0 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-SNCR-VADESECURE: CLEAN Received: from [192.168.1.102] (86.166.190.0) by rgout02.bt.lon5.cpcloud.co.uk (9.0.019.26-1) (authenticated as jonturney@btinternet.com) id 5AF326F90A0C8C44; Thu, 30 Aug 2018 12:46:19 +0100 Subject: Re: lftp 4.8.4-1 upload error To: "cygwin-apps@cygwin.com" References: <5acfodt4vf2aiercm1h79k9k7fslu8edbc@4ax.com> Cc: "Schulman, Andrew" From: Jon Turney Message-ID: <6cf7bbd6-45db-1703-59e0-609ba44bb300@dronecode.org.uk> Date: Thu, 30 Aug 2018 11:46:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <5acfodt4vf2aiercm1h79k9k7fslu8edbc@4ax.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-08/txt/msg00051.txt.bz2 On 30/08/2018 09:58, Andrew Schulman wrote: >> On 29/08/2018 19:16, Andrew Schulman wrote: >>> I just uploaded lftp-4.8.4-1 for x86_64, and got these error notices back >>> from calm: >>> >>> ERROR: package 'lftp' version '4.8.4-1' is most recent non-test version, >>> but version '4.7.8-2' is curr: >>> ERROR: package 'lftp-debuginfo' version '4.8.4-1' is most recent non-test >>> version, but version '4.7.8-2' is curr: >>> ERROR: error while validating merged x86_64 packages for Andrew Schulman >>> SUMMARY: 3 ERROR(s) >>> >>> I guess this is because we pinned 4.7.8-2 as curr: some time last year, >> I think all of this isn't needed any more, so you can add an empty >> override.hint to your upload to supersede that. > > OK. So this worked for x86, but for some reason when I upload for x86_64, I get > this back: > > ERROR: error while reading uploaded arch x86_64 packages from maintainer Andrew > Schulman Yeah, that's not a very helpful error message :( > Any idea why? I've rebuilt and uploaded again with the same result. It seems that the advice I gave was wrong, and that '-override.hint' works, but an empty 'override.hint' is (silently) considered invalid (because it uses the same parser as other .hint files, which aren't expected to be empty) I've added some output so this failure isn't hidden, and added an item to improve the hint parser to my calm backlog. I renamed 'override.hint' to '-override.hint' and set the upload to retried, which seems to have succeeded. Sorry for the inconvenience.