From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 111456 invoked by alias); 19 Aug 2016 18:13:19 -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 110979 invoked by uid 89); 19 Aug 2016 18:13:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,HK_NAME_DR,RP_MATCHES_RCVD,SPF_PASS,UNPARSEABLE_RELAY autolearn=no version=3.3.2 spammy=Hx-languages-length:1506 X-HELO: aserp1040.oracle.com Received: from aserp1040.oracle.com (HELO aserp1040.oracle.com) (141.146.126.69) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 19 Aug 2016 18:13:18 +0000 Received: from aserv0022.oracle.com (aserv0022.oracle.com [141.146.126.234]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id u7JIDFQW020044 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 19 Aug 2016 18:13:16 GMT Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by aserv0022.oracle.com (8.14.4/8.14.4) with ESMTP id u7JIDFGY000502 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 19 Aug 2016 18:13:15 GMT Received: from abhmp0002.oracle.com (abhmp0002.oracle.com [141.146.116.8]) by userv0122.oracle.com (8.14.4/8.14.4) with ESMTP id u7JIDEaB004681 for ; Fri, 19 Aug 2016 18:13:15 GMT Received: from VZELL-LAP.de.oracle.com (/91.40.175.84) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 19 Aug 2016 11:13:14 -0700 To: cygwin-apps@cygwin.com Subject: Re: CALM: error while merging uploaded packages for db (obsoleting db4.8) References: <20160819151552.4spmgzgygpu54aua@calimero.vinschen.de> From: "Dr. Volker Zell" Date: Fri, 19 Aug 2016 18:13:00 -0000 In-Reply-To: <20160819151552.4spmgzgygpu54aua@calimero.vinschen.de> (Corinna Vinschen's message of "Fri, 19 Aug 2016 17:15:52 +0200") Message-ID: User-Agent: Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.23 (cygwin32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes X-SW-Source: 2016-08/txt/msg00066.txt.bz2 >>>>> Corinna Vinschen writes: > On Aug 19 13:50, Dr. Volker Zell wrote: >> Hi >> >> Can somebody who knows the current upload system better than me resolv >> the following error mail (and situation) from calm: >> >> ERROR: package 'db4.8' is at paths x86/release/db4.8 and x86/release/db/db4.8 >> ERROR: error while merging uploaded x86 packages for Dr. Volker Zell >> >> I just uploaded the latest db packages and on x86 systems they should >> obsolete the db4.8 packages, but somehow I messed up during upload. > In the x86 area there's only a release/db4.8 dir, but no > release/db/db4.8 dir: > $ ls -d db* > db4.8 dbus dbus-glib > $ ls db4.8 > db4.8-4.8.30-1-src.tar.bz2 db4.8-doc libdb4.8-devel setup.hint tcl-db4.8 > db4.8-4.8.30-1.tar.bz2 libdb4.8 md5.sum sha512.sum > In your staging area there's only a db dir containing multiple db4.8 > releated dirs in parallel: > $ ls > db-6.2.23-1-src.tar.xz db-doc libdb-devel setup.hint > db-6.2.23-1.tar.xz db4.8 libdb4.8-devel tcl-db > db-debuginfo db4.8-doc libdb6.2 > This looks wrong anyway, even if you planned to obsolete 4.8. > Are you going to try further yourself (I just remove the entire content > of your db staging dir) or do you need manual intervention? If the > latter, what *exactly* is the desired result? Please remove everything...I know now what I did wrong and will try again as soon you give me the go... > Thanks, > Corinna Thanks Volker