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: curses.h


On Mon, Jan 23, 2006 at 11:06:09AM -0500, Igor Peshansky wrote:
> On Mon, 23 Jan 2006, Bob Rossi wrote:
> 
> > On Sat, Jan 21, 2006 at 05:31:24PM -0500, Igor Peshansky wrote:
> > > On Sat, 21 Jan 2006, Bob Rossi wrote:
> > >
> > > > I will do this on Monday. However, is there a way to tell cygwin to
> > > > fix all packages? Just in case others are broken?
> > >
> > > Once you have /bin/sh, you can re-run all postinstall scripts (go to
> > > /etc/postinstall and run everything that ends in ".sh.done").
> >
> > [snip]
> > I did try your suggestions about for I in *.sh.done; do ./$I; done,
> > however, it was producing lot's of errors, so I stopped it.
> 
> Heh?  "lot's of errors" (sic) isn't particularly descriptive...  What
> errors were you getting, exactly?
> 
> Note that until you've run all postinstall scripts, your installation will
> not be in a consistent state.

Hi Igor,

Here's the command I ran, along with output.
for I in *.sh.done; do ./$I; done > ~/out.txt 2>&1

Thanks,
Bob Rossi

Attachment: out.txt
Description: Text document

--
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/

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