| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-SWARE-Spam-Status: | No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS |
| X-Spam-Check-By: | sourceware.org |
| Message-ID: | <4A804E1A.6090500@gmail.com> |
| Date: | Mon, 10 Aug 2009 17:43:06 +0100 |
| From: | Dave Korn <dave DOT korn DOT cygwin AT googlemail DOT com> |
| User-Agent: | Thunderbird 2.0.0.17 (Windows/20080914) |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: cygwin rebaseall not working |
| References: | <24900452 DOT post AT talk DOT nabble DOT com> |
| In-Reply-To: | <24900452.post@talk.nabble.com> |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |