X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.3 required=5.0 tests=BAYES_00,FORGED_YAHOO_RCVD,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <24913948.post@talk.nabble.com> Date: Tue, 11 Aug 2009 01:49:55 -0700 (PDT) From: cormoran To: cygwin AT cygwin DOT com Subject: Re: cygwin rebaseall not working In-Reply-To: <4A804E1A.6090500@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <24900452 DOT post AT talk DOT nabble DOT com> <4A804E1A DOT 6090500 AT gmail DOT com> 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 Well I've installed cygwin from a local repository so I don't think any of the packages were corrupted. I tried the command but there are no .lst.gz files in /etc/setup. You were right about the crashes, I had a few when I first installed cygwin. I'll try reinstalling everything and see if it works. Thanks Dave Korn-6 wrote: > > cormoran wrote: >> Hello, I'm having trouble with dll remaping and I've tried to run >> rebaseall >> but when I issue the command I get the following error message: >> gzip: stdin: unexpected end of file >> Does anyone know how this can be fixed? > > Argh. You must have had a crash sometime while running setup.exe and it > has > now left a corrupt file in /etc/setup. Try running this command in a bash > shell: > > for x in /etc/setup/*.lst.gz ; do zcat $x >/dev/null || echo $x is bad ; > done > > That'll tell you which package listing files have a problem. Your > easiest fix > would then be to use setup.exe to reinstall those packages, which should > regenerate a valid lst.gz file that rebaseall can then read successfully > next > time you try. > > cheers, > DaveK > > > -- > Problem reports: http://cygwin.com/problems.html > FAQ: http://cygwin.com/faq/ > Documentation: http://cygwin.com/docs.html > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > > > -- View this message in context: http://www.nabble.com/cygwin-rebaseall-not-working-tp24900452p24913948.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple