Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Message-ID: <3C05FB2F.2050409@ece.gatech.edu> Date: Thu, 29 Nov 2001 04:09:03 -0500 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: Robert Collins CC: cygwin AT cygwin DOT com, cygwin-apps AT sources DOT redhat DOT com Subject: Re: setup current problems References: <009401c178b4$0d3d92b0$0200a8c0 AT lifelesswks> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Robert Collins wrote: > I've found the problem with setup, and am preparing a new version now. > > FYI it's an infinite loop caused by the packages autoconf and > autoconf-devel (amongst others) depending on each other. Bleah -- but I tested this earlier. It worked...or at least I thought I was exercising the proper code path; I specifically wanted to make sure that cyclic dependencies were okay. I guess my earlier 'test' didn't really *test* what I thought it was testing...sorry for the trouble, folks. BUT: the dependency loop NEEDS to be there -- becuase those packages ARE mutually dependent. It's just that setup needs to traverse the loop only once and terminate. :-) --Chuck