X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Date: Thu, 5 Feb 2009 11:38:42 -0800 From: Gary Johnson To: cygwin AT cygwin DOT com Subject: Re: Updating failure -- now success! Message-ID: <20090205193842.GC6004@KCJs-Computer> Mail-Followup-To: cygwin AT cygwin DOT com References: <20090205071242 DOT GA3992 AT KCJs-Computer> <20090205183541 DOT GB6004 AT KCJs-Computer> <4126b3450902051039l7d8d7a94ga516a748432549fc AT mail DOT gmail DOT com> <498B361E DOT 6030807 AT prismtech DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <498B361E.6030807@prismtech.com> User-Agent: Mutt/1.4.2.2i X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 2009-02-05, Simon McQueen wrote: > On 05/02/2009 18:39, Sam Kuper wrote: > >2009/2/5 Gary Johnson : > >>I tried again this morning, a little after 10 a.m. PST, from my > >>usual mirror site cygwin.osuosl.org. Setup.exe spent a few minutes > >>fetching quite a few files and installing them, then finished > >>without any error messages. Everything seems to be working fine > >>now. Yay! And whew! > > > >I just tried reinstalling bash via the same mirror, and got the same > >error message (the one I posted about an hour or two ago) about > >cygreadline6.dll not being found :( > > If I'm understanding the other posts correctly this issue stems from the > fact that there are a number of packages in the setup.ini (that is read > by setup.exe) files on all the mirrors that are missing required: > > version: > install: > > ... lines. vim (grep for '@ vim') is a good example. Before everyone > pounds this poor mirror to death hoping for a solution by doing fresh > installs you can see by looking at: > > ftp://cygwin.osuosl.org/pub/cygwin/setup.ini > > ... that the problem is still in effect there. > > You can check this file on a mirror by adding '/pub/cygwin/setup.ini' to > the mirror URL). Presumably there is no point burning the servers > bandwidth doing futile downloads if you still see the same issue present. The setup.ini that I just fetched from ftp://cygwin.osuosl.org this morning seems to have all the requires: lines. For example, $ ls -l setup.ini -rwx------+ 1 garyjohn mkgroup-l-d 909563 Feb 5 10:11 setup.ini $ perl -00 -ne 'print if /^@ vim/' setup.ini @ vim sdesc: "Vi IMproved - enhanced vi editor" ldesc: "Vim (Vi IMproved) is an almost compatible version of the UNIX editor vi. Almost every possible command can be performed using only ASCII characters. Many new features have been added: multilevel undo, command line history, file name completion, block operations, and editing of binary data." category: Editors requires: cygwin terminfo libncurses8 libiconv2 libintl8 If that not what you and others see, I would bet that the old version of that file is being cached by a proxy somewhere in your network path. Regards, Gary -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/