This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygwin rebaseall not working


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]