From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56194 invoked by alias); 9 May 2015 12:08:51 -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 56182 invoked by uid 89); 9 May 2015 12:08:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: limerock03.mail.cornell.edu Received: from limerock03.mail.cornell.edu (HELO limerock03.mail.cornell.edu) (128.84.13.243) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 09 May 2015 12:08:49 +0000 X-CornellRouted: This message has been Routed already. Received: from authusersmtp.mail.cornell.edu (granite4.serverfarm.cornell.edu [10.16.197.9]) by limerock03.mail.cornell.edu (8.14.4/8.14.4_cu) with ESMTP id t49C8lKr020316 for ; Sat, 9 May 2015 08:08:47 -0400 Received: from [192.168.1.10] (cpe-67-249-176-138.twcny.res.rr.com [67.249.176.138]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id t49C8kqN002568 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Sat, 9 May 2015 08:08:47 -0400 Message-ID: <554DF8CF.8040702@cornell.edu> Date: Sat, 09 May 2015 12:08:00 -0000 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: cygwin-apps@cygwin.com Subject: Re: cygport no longer removes "cygwin" from the dependency list References: <554A5E63.4060003@cornell.edu> <1431126987.12848.96.camel@cygwin.com> In-Reply-To: <1431126987.12848.96.camel@cygwin.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg00016.txt.bz2 On 5/8/2015 7:16 PM, Yaakov Selkowitz wrote: > On Wed, 2015-05-06 at 14:33 -0400, Ken Brown wrote: >> Now that we've moved from cygwin-1.7.x to cygwin-2.x.y, line 681 of >> pkg_pkg.cygpart no longer filters out "cygwin". Presumably you just >> want to replace "cygwin-1" by "cygwin-2", unless there's a reason to >> allow for the possibility that maintainers are building without having >> the latest version of cygwin installed. > > Good catch. OTOH, we were only skipping the 'cygwin' dep in setup.hint > because of an issue with deptree ordering of postinstall scripts. Given > the recent changes to postinstall handling in setup, is there any reason > we can't just stop ignoring the cygwin dep? My understanding is that this had something to do with upset rather than setup. upset apparently adds "cygwin" to the "requires:" line in setup.ini. If "cygwin" also occurs in setup.hint, would this result in "cygwin" appearing twice? In any case, I don't see an issue with setup.exe here. Ken