From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17555 invoked by alias); 22 Sep 2011 04:29:28 -0000 Received: (qmail 17545 invoked by uid 22791); 22 Sep 2011 04:29:27 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-yw0-f43.google.com (HELO mail-yw0-f43.google.com) (209.85.213.43) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 22 Sep 2011 04:29:13 +0000 Received: by ywm21 with SMTP id 21so2228828ywm.2 for ; Wed, 21 Sep 2011 21:29:12 -0700 (PDT) Received: by 10.150.185.18 with SMTP id i18mr1757897ybf.298.1316665752599; Wed, 21 Sep 2011 21:29:12 -0700 (PDT) Received: from [192.168.0.100] (S0106000cf16f58b1.wp.shawcable.net. [24.79.200.150]) by mx.google.com with ESMTPS id n2sm1670819ybe.21.2011.09.21.21.29.11 (version=SSLv3 cipher=OTHER); Wed, 21 Sep 2011 21:29:12 -0700 (PDT) Subject: Re: subversion package errors From: "Yaakov (Cygwin/X)" To: cygwin-apps Date: Thu, 22 Sep 2011 04:29:00 -0000 In-Reply-To: <4E7A7555.5050701@acm.org> References: <20110921205226.GD31288@ednor.casa.cgf.cx> <4E7A7555.5050701@acm.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Message-ID: <1316665754.2072.8.camel@YAAKOV04> Mime-Version: 1.0 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 X-SW-Source: 2011-09/txt/msg00067.txt.bz2 On Wed, 2011-09-21 at 16:37 -0700, David Rothenberger wrote: > > upset: *** setup.ini: warning - package subversion-tools refers to non-existent external-source: subversion > > I don't understand why this error is occurring. > > Somehow, subversion-tools-1.6.17-1 was never uploaded as part of the > 1.6.17-1 package. To rectify that, I set > prev: 1.6.15-1 > curr: 1.6.16-1 > test: 1.7.0rc3-1 > > This is different from all the other packages which have > prev: 1.6.16-1 > curr: 1.6.17-1 > test: 1.7.0rc3-1 > > I suppose that is the problem, but I'm not sure how to rectify it. I'll > start a rebuild of 1.6.17-1, so we could upload > subversion-tools-1.6.17-1, but that takes a long time. If you have some > suggestion for how to fix the versions, please let me know. I think you're right about the cause. I've fixed this temporarily by removing the prev: line from subversion/subversion-tools/setup.hint. Yaakov