Re: F-Secure anti-virus causes system crash when scanning the C:\cygwin directory.

2002-05-10 Thread Gerrit P. Haase

Hallo Brad,

Am 2002-05-09 um 18:55 schriebst du:

> F-Secure Anti-virus 5.22.

> On both machines, if I run a "Scan all Hard Disks" I get a blue screen or a
> spontaneous reboot while scanning the C:\cygwin directory.  Removing that
> directory eliminates the problem.

Probably a bug in F-Secure Anti-virus 5.22, you should report them not
the Cygwin developers.

> Is there anything special about the cygwin directory structure that might
> cause this problem?  Any specific file which might cause this problem?

Symlinks and mounted directories?


Gerrit
-- 
=^..^=


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Python 2.2 without threads ???

2002-05-10 Thread Alan Hourihane

Is there any chance someone could upload Python 2.2 with
threading enabled for Cygwin ?

Alan.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




RE: Python 2.2 without threads ???

2002-05-10 Thread Robert Collins

You'll need a cygwin1.dll snapshot for it to work reliably. Jason's
indicated that when 1.3.11 comes out he'll release a supported package.

Rob

> -Original Message-
> From: Alan Hourihane [mailto:[EMAIL PROTECTED]] 
> Sent: Friday, May 10, 2002 6:44 PM
> To: [EMAIL PROTECTED]
> Subject: Python 2.2 without threads ???
> 
> 
> Is there any chance someone could upload Python 2.2 with 
> threading enabled for Cygwin ?
> 
> Alan.
> 
> --
> Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting: http://cygwin.com/bugs.html
> Documentation: http://cygwin.com/docs.html
> FAQ:   http://cygwin.com/faq/
> 
> 

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: Python 2.2 without threads ???

2002-05-10 Thread Alan Hourihane

Ah, o.k. Thanks Robert for the quick response.

On Fri, May 10, 2002 at 06:45:17PM +1000, Robert Collins wrote:
> You'll need a cygwin1.dll snapshot for it to work reliably. Jason's
> indicated that when 1.3.11 comes out he'll release a supported package.
> 
> Rob
> 
> > -Original Message-
> > From: Alan Hourihane [mailto:[EMAIL PROTECTED]] 
> > Sent: Friday, May 10, 2002 6:44 PM
> > To: [EMAIL PROTECTED]
> > Subject: Python 2.2 without threads ???
> > 
> > 
> > Is there any chance someone could upload Python 2.2 with 
> > threading enabled for Cygwin ?
> > 
> > Alan.
> > 
> > --
> > Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
> > Bug reporting: http://cygwin.com/bugs.html
> > Documentation: http://cygwin.com/docs.html
> > FAQ:   http://cygwin.com/faq/
> > 
> > 

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: [PATCH] gettimeofday time travels

2002-05-10 Thread Philip Aston


Christopher Faylor writes:
 > An NT only solution is not a solution.

I wasn't for a moment suggesting that it was.

 > Syncing every "x" seconds also is not a solution.
 > 
 > The correct solution is to resync after events which cause the clock to
 > stop.

OK, I'll have a crack at this over the weekend following David's
hints.

Looks straightforward. I'll patch the event loop in window.cc to set
some static flag in hires on suspend and/or resume events, and
reinitialise in hires::usecs iff the flag is set.

Let me know if I'm well off track here.

- Phil


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: Cygwin/Apache with PHP CGI

2002-05-10 Thread Sam Edge

Graeme Merrall wrote in <[EMAIL PROTECTED]>
in gmane.os.cygwin on Fri, 10 May 2002 16:09:13 +1000:

> Sam, your mail keeps bouncing. It makes it hard to want to help you when 
> you cannot be emailed.

Odd. My From header is spam-trapped with ZZZ because this is a public
place but your e-mail client should be using Reply-To in preference to
that. Reply-To is set to [EMAIL PROTECTED] so that it goes to the
mailing list and not just to me.

> I have a patched version of PHP-4.2.0 (actually RC4) for Cygwin you can 
> use.

For the moment I'm happy with the native version. (All I wanted it for
is to be able to test PHP code before sending it to my - pretty basic
- hosting server.)

Thanks anyway.

-- 
Sam Edge

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Using cygwin without mount

2002-05-10 Thread Davide Montesin

Hi,

I find cygwin very useful. I use
many commands like grep, rcs, ecc.
on my Windows machine.

I run this command not from bash,
from the Windows shell (cmd).

All work if the commands and
dll are in the path.

Some times there is a problem.
For example rcsdiff call diff.
Now, without a mount, the
rcsdiff says that /usr/bin/diff
is not found even if diff
is in the path!

Can I configure cygwin so
that it reads executables before
from system path?
This allow me to easy install
only necessaries command without
double the path both in the
enviroment variable and registry.

Thanks in advance.

Davide
[EMAIL PROTECTED]

PS: please respond to my email address too.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: Using cygwin without mount

2002-05-10 Thread Max Bowsher

Davide Montesin <[EMAIL PROTECTED]> wrote:
> ... stuff about using cygwin without a mount table ...

Just use mount. It is going to be a lot easier than cooking up some workaround,
even if that is possible. Many unixy programs deliberately look in /usr/bin or
/bin. I don't think there is another solution.

Max.

PS: Use bash more. You will soon realize what you've been missing using cmd.exe


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: More experiences with snapshot setup-md5-20020504-compressed.exe

2002-05-10 Thread Nicholas Wourms

John,

I noticed it started happening on mirrors where the new additional apache
modules were added, which once had worked now gave me the same errors as
you.  Just an observation for those who might be able to make sense out of
it.

Nicholas
--- "John P. Rouillard" <[EMAIL PROTECTED]> wrote:
> Hi all:
> 
> Well I have a couple of more data points for the snapshot.
> 
> Windows 2000 5.00.2195 Service Pack 1, 130kb of RAM
> from http://mirrors.rcn.net I was unable to get/parse setup.ini.
> I got a parse error popup that read:
> 
>   setup.ini line 2178 parser stack overflow
>   setup.ini line 2178 parse error unexpected STRING
>   setup.ini line 2178 unrecognized line in setup.ini headers (do you
> have the latest setup?)
>   
>   setup.ini line 2203 parse error unexpected "\n.' expecting string
>   ...
>   setup.ini line 2206 parse error unrecognized SETUP_TIMESTAMP
>   setup.ini line 2206 unrecognized line in pkg zlib
>   ...
>   setup.ini line 4376 parser stack overflow
> 
> I also did downloads from ftp:gd.tuwein.ac.at, ftp:ftp.nas.nasa.gov, 
> ftp:archive.progeny.com and http:planetmirror.com.
> 
> Sometimes the line numbers were different. Also the errors "grew" the
> more I did the download from a site. Somtimes initially I would just
> get a "parser stack overflow" popup without the long list of
> errors. Then it would grow and give me the listing shown (in
> abbrevaited form above) then I sometimes got what looks like two sets
> of errors separated by a couple of thousand lines.
> 
> When I downloaded the setup.ini files manually, they had less than
> 2100 or so lines in them.  Obviously the setup.ini parser is going of
> the deep end, or the files are growing during xport 8-). Hmm, is the
> setup.ini temp file deleted when an error occurs? Where is this file
> kept? Its not in the http% directory since I still have my old
> setup.ini file there. /winnt/temp doesn't show it either.
> 
> Now the funny part, I was sure that I had used this build to download
> and install some files on a Windows NT 4, sp5 box on Monday. However I
> just tried it again, and ended up getting the parse error failure.
> 
> I didn't check but have the setup.ini files changed on the mirrors?
> 
> I'll see if I can get a chance to rebuild the source and look at
> it. Also as an aside, it would be nice if that error box were able to
> handle selection and copy operations. Would make it easier to generate
> error reports.
> 
>   -- rouilj
> John Rouillard
>
===
> My employers don't acknowledge my existence much less my opinions.
> 
> --
> Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting: http://cygwin.com/bugs.html
> Documentation: http://cygwin.com/docs.html
> FAQ:   http://cygwin.com/faq/
> 


__
Do You Yahoo!?
Yahoo! Shopping - Mother's Day is May 12th!
http://shopping.yahoo.com

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: Python 2.2 without threads ???

2002-05-10 Thread Jason Tishler

Alan,

On Fri, May 10, 2002 at 06:45:17PM +1000, Robert Collins wrote:
> You'll need a cygwin1.dll snapshot for it to work reliably. Jason's
> indicated that when 1.3.11 comes out he'll release a supported package.

See the following:

http://cygwin.com/ml/cygwin/2002-05/msg00539.html

BTW, please note the date of the above posting...

Jason

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: QUESTION: How to start up PostgreSQL within cygwin?

2002-05-10 Thread Nicholas Wourms

Jose,

You need to execute "tar -jxvf cygipc-1.11-1.tar.bz2"...  As for why
cygipc isn't included in the official distro is explained on the cygutils
website.  It is being deprecated because there is work in progress on an
official port of this in the latest cvs sources, called cygserver.exe. 
For those interested, look here:

http://www.cygwin.com/ml/cygwin-developers/2002-03/msg0.html

HTH,
Nicholas

--- Jose Luis Otermin <[EMAIL PROTECTED]> wrote:
> Hello Carey,
> 
> Thanks for the tip.
> I have downloaded the
>
http://www.neuro.gatech.edu/users/cwilson/cygutils/cygipc/cygipc-1.11-1.tar.
> bz2
> file and that's what happen when I try to follow the instructions:
> 
> $ tar -C / -xjf cygipc-1.11-1.tar.bz2
> tar (child): cygipc-1.11-1.tar.bz2: Cannot open: No such file or
> directory
> tar (child): Error is not recoverable: exiting now
> tar: Child returned status 2
> tar: Error exit delayed from previous errors
> 
> Maybe the folder which must hold the file is not the correct.
> Would you give me a little more help?
> Please, keep in mind I don't know unix.
> If it would be DOS or CP/M, things would be slightly different :-)
> Thanks a lot.
> Regards
> 
>  José Luis Otermin
> 
> [EMAIL PROTECTED]
> ICQ 8797524
> 
> - Original Message -
> From: "Carey R. Dayrit" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Cc: "Christopher Faylor" <[EMAIL PROTECTED]>
> Sent: Thursday, May 09, 2002 10:03 PM
> Subject: Re: QUESTION: How to start up PostgreSQL within cygwin?
> 
> 
> > I've installed PostgreSQL on Win98, properly.  I just
> > followed the tips on FAQ_MSWIN. Before starting initdb or
> > postmaster or psql, ipc-daemon must be started first.  It
> > will not work without ipc-daemon.  You need to ftp, download
> > the tar cygipc on some mirror sites.
> >
> > Have you read the FAQ_MSWIN on /usr/doc/postgresql-7.2.1 or
> > install ?  Have you installed cygipc ?
> >
> >
> > 
> > ** Get your free E-Mail account at WWW.DIGITELONE.COM **
> >
> > --
> > Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
> > Bug reporting: http://cygwin.com/bugs.html
> > Documentation: http://cygwin.com/docs.html
> > FAQ:   http://cygwin.com/faq/
> >
> >
> >
> 
> 
> --
> Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting: http://cygwin.com/bugs.html
> Documentation: http://cygwin.com/docs.html
> FAQ:   http://cygwin.com/faq/
> 


__
Do You Yahoo!?
Yahoo! Shopping - Mother's Day is May 12th!
http://shopping.yahoo.com

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Setup failures over the last few days

2002-05-10 Thread Robert Collins

Short answer: use
http://www.cygwin.com/setup-snapshots/setup-20020510.exe.

Long answer: The new MD5 rule + the number of packages which increased
recently caused a yacc parsing failure. This has been corrected in CVS
for the pre-release version and for HEAD.

As I've seen no bug reports on the UPX support, I've started compressing
setup with UPX as a matter of routine.

Please, try the setup linked above, and if you have any errors let me
know. AFAICT though, it should be ready for widespread use now.

I'm not planning on updating the current setup, as 
1) It was about to be obsoleted anyway and
2) Users will still have the stack failure/crash anyway, so they will
have to update manually regardless.

Rob

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




RE: Setup program is hanging

2002-05-10 Thread Robert Collins



> -Original Message-
> From: Mark Sztainbok [mailto:[EMAIL PROTECTED]] 
> Sent: Wednesday, May 08, 2002 11:12 AM
> To: [EMAIL PROTECTED]
> Subject: Setup program is hanging
> 
> 
> When I try to run the Cygwin setup program (version 
> 2.194.2.26), it downloads setup.ini and then uses a lot of 
> CPU time and displays a blank screen saying "This space is 
> left intentionally blank" and I have to end up killing the program.
> 
> I've also tried using the two snapshot versions (2.216 and 
> 2.218.2.2) from http://www.cygwin.com/setup-snapshots and in 
> both cases I get a parse stack overflow error in setup.ini.
> 
> I'm running Windows XP Professional.
> 
> What is causing the setup program to fail as I'm findingiit 
> frustrating that currently I can't update my Cygwin 
> installation especially given that it was working about a 
> week or two ago?

There was a latent bug in setup that recent package listing changes
triggered. The latest snapshot corrects this AFAICT.

Rob

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




RE: cygwin setup freezes

2002-05-10 Thread Robert Collins

There is a new snapshot available, please try that and see if it works
better.
Rob

> -Original Message-
> From: Sander Timmermans [mailto:[EMAIL PROTECTED]] 
> Sent: Wednesday, May 08, 2002 7:35 PM
> To: Robert Collins; Sander Timmermans; Jack Tan; [EMAIL PROTECTED]
> Subject: RE: cygwin setup freezes
> 
> 
> Yes, yes!
> 
> > -Original Message-
> > From: Robert Collins [mailto:[EMAIL PROTECTED]]
> > Sent: 08 May 2002 11:27
> > To: Sander Timmermans; Jack Tan; [EMAIL PROTECTED]
> > Subject: RE: cygwin setup freezes
> > 
> > 
> > 
> > 
> > > -Original Message-
> > > From: Sander Timmermans [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, May 08, 2002 7:28 PM
> > > To: Jack Tan; [EMAIL PROTECTED]
> > > Subject: RE: cygwin setup freezes
> > > 
> > > 
> > > The problem got worse, now it doesn't even go to the package
> > > selection screen. The only thing I see is a frozen window 
> > > that says: this space intentionally left blank. I think I 
> > > must give up on cygwin.
> > 
> > Have you downloaded the new setup??
> > 
> > Rob
> > 
> 

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




RE: cygwin setup freezes

2002-05-10 Thread Robert Collins



> -Original Message-
> From: Brian Keener [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, May 09, 2002 9:04 AM
> To: [EMAIL PROTECTED]
> Subject: Re: cygwin setup freezes
> 
> 
> Robert Collins wrote:
> > Have you downloaded the new setup??
> >
> I finally got my new copy of from the new CVS repository 
> setup correctly (I 
> think - at least it compiled) and I am getting the parse 
> errors as well - I 
> also downloaded the MD5 version and I get the parse errors 
> there as well. I am 
> running on Win2k and was up to date on my installs until this started 
> happening.  Could it be the MD5 logic causing the parse 
> errors and/or is there 
> a specific setup.ini we should be using from somewhere.

Neither, it was right hand recursive exhausting the yacc stack. I've
rewritten the lines rule to correct this.

Rob

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




RE: Repeated setup msgs: "Can't open (null) for reading: No such file"

2002-05-10 Thread Robert Collins



> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, May 09, 2002 7:13 PM

> This phenomenon got some traffic during 4th/5th May, but 
> discussion seems to have died?

The work week...
 
> For 00th time did a fresh install today. Latest setup.exe.

Please define latest. A version number will do. (I can think of three
definitions off-hand)>
 
> This is from Local Directory, by the way: but all .tar.bz2 
> and -src.tar.bz2 and .tar.gz and -src.tar.gz are present in 
> the approprate directory under /release/, for [prev] and 
> [test] as well as [curr].

Ok.
 
> Select absolutely everything. This time I selected all the 
> .src files as well, which I've never botherd with in the 
> past. During installation (which btw has been successful : 
> everything I've tried, works, as it always has in the past) 
> repeated message boxes
> 
> "Can't open (null) for reading: No such file"

Urgh. I really want to squash that bug.
 
> were presented to screen, always with reference to filename 
> -src. Just kept on clicking the message boxes away until 
> eventually the installation groaned its way to completion.
> 
> I observe :
> 
> 1. Three sets of source files _have_ actually been installed. 
> They are in
> 
> /usr/src/src/diff
> /usr/src/src/gperf
> /usr/src/src/m4
> 
> 2. Note double /src/. Is this the correct location?

No. That is definitely faulty.
 
> 3. For each of these applications, there is no versioning in 
> the filename (as in bash-2.05a-3 for instance) : they are 
> just called diff, gperf and m4. Coincidence or what?

That is up to the packager.
 
> So it looks as though the "Can't open ..." failure is almost 
> but not quite reducible to a file-naming glitch? Dunno, but 
> hope this helps.

It may. Thank you for the detailed analysis. This is really good stuff.
 
> I have not tried a network installation from scratch, also 
> incorporating -src files. But I will, now.
> 
> They are huge and awful (2 MB), so I will only send the 
> matching setup.log and setup.log.full if requested.

Please send privately to me (bzip2'd).

Rob

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




RE: Repeated setup msgs: "Can't open (null) for reading: No such file"

2002-05-10 Thread Robert Collins



> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, May 09, 2002 9:29 PM

> I have all 4 of setup.log.* files (two each for Local and Net 
> installation) but they are extremely large.

Please send these to me, it sounds like I should be able to make use of
them.

Rob

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: QUESTION: How to start up PostgreSQL within cygwin?

2002-05-10 Thread Kurt Roeckx

On Thu, May 09, 2002 at 09:55:58PM -0300, Jose Luis Otermin wrote:
> 
> It seems too complicated to a newbie like me.
> Maybe there aren't enough PostgreSQL users in this forum or my question is
> too cryptic.

You should read /usr/doc/Cygwin/postgresql-7.2.1.README

/usr/doc/postgresql-7.2.1/FAQ_MSWIN might be intresting too.


Kurt


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




cron not finding executable

2002-05-10 Thread Reid Thompson

If someone could help, it would be appreciated.

I am getting the error message at the bottom emailed when cron attempts 
to perform crontab entries ( not finding the executable ).

The script exists:
WS014_NT500:/home/rthompso> ll mailit.sh
-rwxr-xr-x1 Reid.Tho Administ   63 May 10 07:40 mailit.sh*

The crontab entry is ( test entry ):
42 07 * * 0-6 /home/rthompso/mailit.sh

SYSTEM exits in /etc/group
WS014_NT500:/home/rthompso> cat /etc/group |grep SYSTEM
SYSTEM:S-1-5-18:18:

What am I missing/doing incorrectly?

Thanks,
reid



-Original Message-
From: Cron Daemon [mailto:root]
Sent: Friday, May 10, 2002 7:42 AM
To: Reid.Thompson
Subject: Cron 
/C/cygwin/home/rthompso/mailit.sh

/home/rthompso/mailit.sh: not found




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: Python and PIL and rebase, oh my!

2002-05-10 Thread Jason Tishler


On Thu, May 09, 2002 at 06:39:39PM -0400, Charles Wilson wrote:
> #3) --
> rebase:  We really need to get this into setup ASAP.

I know, I know... [Hangs head in shame again.]  Sigh...

> The current 
> version (as posted on the mailing list) has the following interesting 
> property:
> $ cygcheck rebase.exe
> Found: .\rebase.exe
> .\rebase.exe
>   D:\cygwin\bin\cygwin1.dll
> D:\WINNT\System32\KERNEL32.dll
>   D:\WINNT\System32\NTDLL.DLL
>   D:\WINNT\System32\IMAGEHLP.DLL
> D:\WINNT\System32\MSVCRT.DLL
> 
> I dunno about you, but depending on both cygwin1.dll and MSVCRT.dll 
> bothers me.  But, we need IMAGEHLP.DLL -- so rebase.exe has to be a 
> mingw app.

Oops!

> There's only one problem: it calls 
> cygwin_conv_to_win32_path.  Now, I know the setup codebase includes its 
> own versions of those functions, so that'd probably help wean rebase.exe 
> away from cygwin1.dll...

Actually, I have had a Mingw version of this stand-alone version of
rebase.exe for a while.  I just uploaded it to my web site:

http://www.tishler.net/jason/software/rebase/

and moved the (deprecated) Cygwin version to:

http://www.tishler.net/jason/software/rebase/deprecated/

Now that I can use STL in Cygwin's setup.exe, I'm hoping to start making
head way with rebase/setup.exe integration.

Jason

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Su mejor inversion publicitaria

2002-05-10 Thread www.TeLoVendemos.com
Title: TeLoVendemos






  

   
 

  
   
 
  

  
   


 
  
En TeLoVendemos.com recibimos a diario cientos de consultas 
de toda España, de usuarios que buscan multitud de productos 
y servicios, bien sea a través de los anuncios clasificados, 
o directamente consultando en la sección "Busca Empresas"
   
La relación coste / resultados es excelente, ya que 
hemos creado un producto con un precio realmente económico 
y muy competitivo de 81 € / año. (13.477 Ptas. / año.) 
IVA incluido, esta cuota le da derecho a insertar su ficha en 
10 actividades del "Busca Empresas" durante un año, 
así como a insertar y gestionar on-line, todos los 
anuncios clasificados que desee en las secciones correspondientes, 
una formula que esta dando muy buenos resultados a nuestros clientes.

Para realizar el pago y conscientes del rechazo de facilitar datos 
bancarios por Internet, la formula que hemos adoptado es la de ingreso 
o transferencia a nuestra cuenta, la cual se le facilita en el momento 
de realizar el alta, de esta forma no tiene usted que comprometer 
su seguridad bancaria, somos nosotros los que le facilitamos nuestros 
datos bancarios para que pueda usted realizar el pago de forma 
segura.

Realizar el alta es realmente rápido y sencillo, para 
hacerlo solo deberá seguir estos dos pasos:



  
   

  
   
 
 
    
1º - Complete el formulario con los datos que aparecerán 
en su ficha, seguidamente haga click en el botón "Confirmar 
Alta"

  
   

  
   
 
  
  2º -Siga las instrucciones para formalizar el pago 
  y de esta forma activar su cuenta
  
   

  
   
 
   
Así 
  de fácil, desde este momento y una vez tengamos constancia 
  de su pago, estará usted registrado, además de tener 
  acceso al administrador de anuncios.
Ejemplo 
  de una búsqueda realizada por un usuario, así se vera 
  su empresa: 
  

  
   

  
   

  
   

  
   
 
  Anúnciese 
y habrá hecho su mejor inversión publicitaria.

  
   
 
   
  

 
 
     
  

  
   









  
   









  

  




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


Re: F-Secure anti-virus causes system crash when scanning the C:\cygwin directory.

2002-05-10 Thread Gerrit P. Haase

Hallo Brad,

Am 2002-05-09 um 22:49 schriebst du:

[...]

> For what I use, Cygwin appears to be working correctly so far.  Is there a
> better tool to use if I need to do this again in the future?

If you need to 'remove' the whole Cygwin tree, then use at least
Cygwin tar and bzip2 to archive it.

Try to archive all under Cygwin besides /bin directory.
Then you can untar the package again with Cygwin tar and bunzip2.


Gerrit
-- 
=^..^=


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: RPC and NFS port for cygwin

2002-05-10 Thread Nicholas Wourms

Rico,

Did you make any progress on this effort or not?  I never saw any further
discussion on this, but having nfs on cygwin would definitely be
desirable.  Also, has anyone else done any work on this?  All I can seem
to find is a *very* old port that won't work AFAIK...

Thanks,
Nicholas

__
Do You Yahoo!?
Yahoo! Shopping - Mother's Day is May 12th!
http://shopping.yahoo.com

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




RE: MIT shared memory extension

2002-05-10 Thread Robert Collins



> -Original Message-
> From: Ralf Habacker [mailto:[EMAIL PROTECTED]] 
> Sent: Friday, May 10, 2002 10:20 PM

> Should we move this to the cygwin list ?  I'm not subscribed 
> to the develop list.
Done.

> > > 2. Does st_ino creates uniq inodes rsp. hash values ? If 
> so, why not 
> > > (CASE1) adding an ascii representation of id to the path 
> and calling 
> > > hash_path_name() (the function which creates
> > > statbuf.st_ino) or (CASE2), using id as hash value for
> > > hash_path_name() like the following code.
> >
> > hashs collide. key_t's can not collide under any circumstance, and 
> > must be deterministic (i.e. not dependent on currently issued keys).
> 
> But how do you ensure this in the current implementation ? 
> st_ino contains a hash value. So this problem concerns the 
> current implementation and the suggestion I've made.

The st_ino is meant to be unique per device. So the st_ino + the device
number that the file is on is unique. If the cygwin st_ino gives
problems, we've at least made it as minimal chance as possible. Reducing
the search space will increase the chance of key_t collisions.
 
> >
> > How do you suggest that you avoid hash collisions?
> 
> With my suggestion I haven't adressed the problem of avoiding 
> hash collisions. I only have addressed the newlib patch you 
> suppose. Sorry :-(

I don't see anything wrong with the patch :}. Unless cygipc get's
dll'ised, an app can only link against one of cygipc or the cygwin1.dll
implementation. When we release the cygserver IPC code, folk will have
to recompile *anyway* to get the new functionality, and existing users
won't be affected.

For developers that want to mix and match, they can do the following:

install cygipc.
backup:
sys/types.h
ipc.h
sem.h
shm.h
cygipc.a (and remove from the disk)
libcygwin.a
to a cygipc_backup  tarball.

patch newlib's sys/types.h.
rebuild cygwin with the dll export patch included.
install cygwin.
backup:
sys/types.h
libcygwin.a
ipc.h
sem.h
shm.h
to  a cygwin_ipc tarball.

Now you can with a little effort switch between the cygwin and cygipc
versions for compile time. For runtime there is no conflict.

Rob

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: QUESTION: How to start up PostgreSQL within cygwin?

2002-05-10 Thread Jason Tishler

José,

On Thu, May 09, 2002 at 10:25:18PM -0300, Jose Luis Otermin wrote:
> Would you give me a little more help?

Please read the README:

http://www.tishler.net/jason/software/postgresql/postgresql-7.2.1.README

Jason

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




where is cygintl-1.dll?

2002-05-10 Thread David T-G

Hi, all --

After somehow tanking my installation and deleting c:\utils\cygwin as well
as my old c:\utils\cygnus, I believe I finally have a good install from
current sources.  It took quite a bit to convince the setup program that
I really wanted to install all of these things; some things it thought I
still had (even though I deleted the registry keys, wiped the then-empty
c:\utils\cygwin dir, and checked c:\tmp = $TEMP = $TMP for any install log
temp files, and then even ran setup saying "uninstall" for everything!),
and some it thought I didn't want (probably 'cuz I hadn't had them in
my earlier install or such).  I can run bash and do an ls; yay.

Certain programs, though, such as cat and grep cause a popup

  A required DLL file, CYGINTL-1.DLL, was not found

and I thus can't do very much.

I have looked through c:\windows (on my Win98 system) and found no
cyg*.dll files, and through c:\utils\cygwin (where I installed
everything) and found no cygin*.dll files (though there are a bunch of
other cyg*.dll files in c:\utils\cygwin\bin).

Any ideas what I need to do next?

BTW, I found what registry keys and the like to delete in the FAQ at the
web site, but I haven't found setup.log or setup.log.full also mentioned
therein.  It's not in the source directory (off on d:), the install
directory as noted, or in $TMP. 
...
Oh, wait!  It's a good thing I botched my passphrase as I sent this the
first time, 'cuz a windows find just found it in c:\utils\cygwin\var\log
(not a bad expectation); I suppose the docs should be updated.


TIA & HAND

:-D
-- 
David T-G  * It's easier to fight for one's principles
(play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie
(work) [EMAIL PROTECTED]
http://www.justpickone.org/davidtg/Shpx gur Pbzzhavpngvbaf Qrprapl Npg!




msg08475/pgp0.pgp
Description: PGP signature


/cygdrive/c ==> //c

2002-05-10 Thread David T-G

Hi, all --

I enjoyed being able to cd to /// and was somewhat
disappointed when that changed to /cygdrive// and
still haven't gotten quite used to it.  I was quite happy to find the
registry key that sets the cygdrive prefix but can't seem to put it back
to // (I can now change to /c/tmp or /d/data).  Is there any way to get
back the double-slash behavior?


TIA & HAND

:-D
-- 
David T-G  * It's easier to fight for one's principles
(play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie
(work) [EMAIL PROTECTED]
http://www.justpickone.org/davidtg/Shpx gur Pbzzhavpngvbaf Qrprapl Npg!




msg08476/pgp0.pgp
Description: PGP signature


[ANNOUNCEMENT] New: various apache modules (including PHP4)

2002-05-10 Thread Stipe Tolj

There are various pre-compiled apache modules available now via the
cygwin net distribution.
The package directories for those reside under the release/apache
tree.

Contributed packages are:

apache-php-4.2.0-1 PHP4 web scripting language
apache-mod_auth_mysql-1.11-1   HTTP Basic authentication using MySQL
apache-mod_auth_ntsec-1.7-1HTTP Basic authentication using
Cygwin's ntsec
apache-mod_dav-1.0.3-1.3.6-1   WebDAV support
apache-mod_ssl-2.8.8-1.3.24-1  SSL/TLS support

The PHP4 module includes build-in support for bzip2, zlib, mysql,
postgresql, openssl, gettext, libxml2.

BEWARE: Because of various DLL dependencies the PHP4 module needs to
rebase some Cygwin DLLs on your system. This is usually performed
while the postinstall script runs for PHP4. 

--

To update your installation, click on the "Install Cygwin now" link on
the http://sources.redhat.com/cygwin web page.  This downloads
setup.exe to your system.  The, run setup and answer all of the
questions.

Note that we do not allow downloads from sources.redhat.com (aka
cygwin.com) due to bandwidth limitations.  This means that you will
need to find a mirror which has this update.

In the US, ftp://mirrors.rcn.net/mirrors/sources.redhat.com/cygwin/ is
a reliable high bandwidth connection.

In Germany,
ftp://ftp.uni-erlangen.de/pub/pc/gnuwin32/cygwin/mirrors/cygnus/ is
usually pretty good.

In the UK,
http://programming.ccp14.ac.uk/ftp-mirror/programming/cygwin/pub/cygwin/
is usually up-to-date within 48 hours.

If one of the above doesn't have the latest version of this package
then you can either wait for the site to be updated or find another
mirror.

If you have questions or comments, please send them to the Cygwin
mailing list at:  [EMAIL PROTECTED] .  I would appreciate
if you would use this mailing list rather than emailing me directly.
This includes ideas and comments about the setup utility or Cygwin
in general.

If you want to make a point or ask a question the Cygwin mailing list
is the appropriate place.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe to the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]


--
Stipe Tolj <[EMAIL PROTECTED]>   Department Management
Wapme Systems AG, DuesseldorfTechnology Center & Research Lab
Germany


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: /cygdrive/c ==> //c

2002-05-10 Thread Larry Hall (RFK Partners, Inc)

At 10:17 AM 5/10/2002, David T-G wrote:
>Hi, all --
>
>I enjoyed being able to cd to /// and was somewhat
>disappointed when that changed to /cygdrive// and
>still haven't gotten quite used to it.  I was quite happy to find the
>registry key that sets the cygdrive prefix but can't seem to put it back
>to // (I can now change to /c/tmp or /d/data).  Is there any way to get
>back the double-slash behavior?
>
>
>TIA & HAND


No.  Your best bet is to stick with the // alternative,
if you don't like the "cygdrive" (or some other prefix).  "//" is generally
a bad choice for Windows anyway since that's the key to indicate network
paths via UNC.  A mistyped local drive access using the "//" notation can
cause lengthy delays... and frequent posts to this list complaining about 
performance! ;-)

There's no reason to be mucking around the registry either to make any of 
these kinds of changes.  That's why the mount command exists.



Larry Hall  [EMAIL PROTECTED]
RFK Partners, Inc.  http://www.rfk.com
838 Washington Street   (508) 893-9779 - RFK Office
Holliston, MA 01746 (508) 893-9889 - FAX


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: where is cygintl-1.dll?

2002-05-10 Thread Larry Hall (RFK Partners, Inc)

At 10:14 AM 5/10/2002, David T-G wrote:
>Hi, all --
>
>After somehow tanking my installation and deleting c:\utils\cygwin as well
>as my old c:\utils\cygnus, I believe I finally have a good install from
>current sources.  It took quite a bit to convince the setup program that
>I really wanted to install all of these things; some things it thought I
>still had (even though I deleted the registry keys, wiped the then-empty
>c:\utils\cygwin dir, and checked c:\tmp = $TEMP = $TMP for any install log
>temp files, and then even ran setup saying "uninstall" for everything!),
>and some it thought I didn't want (probably 'cuz I hadn't had them in
>my earlier install or such).  I can run bash and do an ls; yay.
>
>Certain programs, though, such as cat and grep cause a popup
>
>   A required DLL file, CYGINTL-1.DLL, was not found
>
>and I thus can't do very much.
>
>I have looked through c:\windows (on my Win98 system) and found no
>cyg*.dll files, and through c:\utils\cygwin (where I installed
>everything) and found no cygin*.dll files (though there are a bunch of
>other cyg*.dll files in c:\utils\cygwin\bin).
>
>Any ideas what I need to do next?


Yes.  Use standard procedure.  Check the FAQ, documentation, and email 
archives (not necessarily in that order always).  In this case, the FAQ
provides the pointer for you to find your answer.

What packages should I download?
http://cygwin.com/faq/faq_2.html#SEC13



Larry Hall  [EMAIL PROTECTED]
RFK Partners, Inc.  http://www.rfk.com
838 Washington Street   (508) 893-9779 - RFK Office
Holliston, MA 01746 (508) 893-9889 - FAX


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: [ANNOUNCEMENT] New: various apache modules (including PHP4)

2002-05-10 Thread Lapo Luchini

>
>
>apache-php-4.2.0-1 PHP4 web scripting language
>  
>
Just for my curiosity's sake: does Apache2 compile under Cygwin or has 
many problems to let it work?

Lapo

-- 
Lapo 'Raist' Luchini
[EMAIL PROTECTED] (PGP & X.509 keys available)
http://www.lapo.it (ICQ UIN: 529796)




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: [ANNOUNCEMENT] New: various apache modules (including PHP4)

2002-05-10 Thread Charles Wilson

Stipe Tolj wrote:


> BEWARE: Because of various DLL dependencies the PHP4 module needs to
> rebase some Cygwin DLLs on your system. This is usually performed
> while the postinstall script runs for PHP4. 


Note that
   a) rebase is not yet a standard part of the cygwin distribution
   b) you need to have rebase installed (into /usr/bin) or the 
postinstall script will fail
   c) you can get rebase here:
  http://www.tishler.net/jason/software/rebase/


--Chuck



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: Setup program is hanging

2002-05-10 Thread Christopher Faylor

On Fri, May 10, 2002 at 09:39:34PM +1000, Robert Collins wrote:
>There was a latent bug in setup that recent package listing changes
>triggered.  The latest snapshot corrects this AFAICT.

How do package listing changes affect setup.exe?  When I see "package
listing changes", I think http://cygwin.com/packages/ .

Do you mean the addition of the md5 field in setup.ini?

cgf

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: Setup program is hanging

2002-05-10 Thread Christopher Faylor

On Fri, May 10, 2002 at 11:28:24AM -0400, Christopher Faylor wrote:
>On Fri, May 10, 2002 at 09:39:34PM +1000, Robert Collins wrote:
>>There was a latent bug in setup that recent package listing changes
>>triggered.  The latest snapshot corrects this AFAICT.
>
>How do package listing changes affect setup.exe?  When I see "package
>listing changes", I think http://cygwin.com/packages/ .
>
>Do you mean the addition of the md5 field in setup.ini?

Sorry.  You already answered this.  I thought I'd read the whole thread
but obviously I hadn't.

cgf

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: [ANNOUNCEMENT] New: various apache modules (including PHP4)

2002-05-10 Thread Stipe Tolj

Lapo Luchini wrote:
> >
> Just for my curiosity's sake: does Apache2 compile under Cygwin or has
> many problems to let it work?

yes, apache2 compiles and runs under Cygwin, but it's yet *not*
supported out-of-the-box. This is on my TODO list for the Apache for
Cygwin, so stay tuned ;)

BTW, any help for the Apache for Cygwin is highly granted.

Stipe

[EMAIL PROTECTED]
---
Wapme Systems AG

Münsterstr. 248
40470 Düsseldorf

Tel: +49-211-74845-0
Fax: +49-211-74845-299

E-Mail: [EMAIL PROTECTED]
Internet: http://www.wapme-systems.de
---
wapme.net - wherever you are

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: [ANNOUNCEMENT] New: various apache modules (including PHP4)

2002-05-10 Thread Stipe Tolj

Charles Wilson wrote:
> 
> Stipe Tolj wrote:
> 
> > BEWARE: Because of various DLL dependencies the PHP4 module needs to
> > rebase some Cygwin DLLs on your system. This is usually performed
> > while the postinstall script runs for PHP4.
> 
> Note that
>a) rebase is not yet a standard part of the cygwin distribution
>b) you need to have rebase installed (into /usr/bin) or the
> postinstall script will fail
>c) you can get rebase here:
>   http://www.tishler.net/jason/software/rebase/

Yep, Charles is right here, it's not part of the standard cygwin
install.

That's why I added the executable at least for the php4 module, where
the postinstall script needs to have one.

Stipe

[EMAIL PROTECTED]
---
Wapme Systems AG

Münsterstr. 248
40470 Düsseldorf

Tel: +49-211-74845-0
Fax: +49-211-74845-299

E-Mail: [EMAIL PROTECTED]
Internet: http://www.wapme-systems.de
---
wapme.net - wherever you are

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: [ANNOUNCEMENT] New: various apache modules (including PHP4)

2002-05-10 Thread Charles Wilson

Stipe Tolj wrote:


> 
> Yep, Charles is right here, it's not part of the standard cygwin
> install.
> 
> That's why I added the executable at least for the php4 module, where
> the postinstall script needs to have one.
> 
> Stipe


Sorry to be a stickler, but

   1) GPL, source code, etc etc

   2) rebase itself will soon be part of the 'setup' package (which 
doesn't yet exist).  This will cause user confusion if your package 
already contains rebase.exe...e.g. "I installed apache-php4, then I 
installed the 'setup' package, then I installed the new apache-php4 -- 
and now rebase is missing"
   reason: 1st apache-php4 had rebase, then the 'setup' package replaced 
that version with its own copy.  Then, when the user upgraded to the new 
apache-php4 package -- which no longer had rebase -- the 'uninstall old 
apache-php4' procedure deleted rebase.

It was a bad idea to include rebase.exe in your dist.  (You don't see 
Jason including a cygipc binary in his postgres package).  Everything on 
sourceware is allowed to depend ONLY on tools ALSO available on 
sourceware.  We made one exception: postgres (cygipc) and work is 
progressing to replace cygipc with cygwin-daemon.  Python was added to 
the dist in working form, with no external deps. Later, we noticed a 
problem; Jason tracked it down to rebasing DLLs, and wrote a tool to fix 
it -- and that tool will be part of the standard dist soon.  However, 
even though you (currently) need a non-dist tool in order to use python, 
we didn't want to *pull* python from the dist.

But you are *adding* a new package, that a priori requires a tool that 
is currently not in the dist.  Bad.  You probably should have waited 
(pushed?) until rebase was in the dist before distributing apache-php4. 
  But that's just MO.

--Chuck



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Cygwin compile fails

2002-05-10 Thread Michael Labhard

All:

My question is, "How do I build cygwin?"

An application I built entirely in the cygwin environment repeatedly seg
faults and gdb shows the stack 8 frames into cygwin at the seg fault.  It
would appear necessary to build a debugging version of cygwin in order to
resolve this problem and this may be useful to cygwin development as well.
So I have downloaded cygwin from cvs and followed Peter Buckley's
instructions for building it:

Then you need to creat a parrallel build directory:

bash$ cd /winsup

bash$ mkdir build

bash$ cd build

Now run the cygwin-build script (below).

etc...

However the compilation does not complete ending with the following error:

make[2]: Entering directory
`/home/mel/projects/winsup/build/i686-pc-cygwin/winsup/cygwin'
c++ -L/home/mel/projects/winsup/build/i686-pc-cygwin/winsup -L/home/mel/proj
ects/winsup/build/i686-pc-cygwin/winsup/cygwin -L/home/mel/projects/winsup/b
uild/i686-pc-cygwin/winsup/w32api/lib -isystem
/home/mel/projects/winsup/src/winsup/include -isystem
/home/mel/projects/winsup/src/winsup/cygwin/include -isystem
/home/mel/projects/winsup/src/winsup/w32api/include -isystem
/home/mel/projects/winsup/src/newlib/libc/sys/cygwin -isystem
/home/mel/projects/winsup/src/newlib/libc/sys/cygwin32 -B/home/mel/projects/
winsup/build/i686-pc-cygwin/newlib/ -isystem
/home/mel/projects/winsup/build/i686-pc-cygwin/newlib/targ-include -isystem
/home/mel/projects/winsup/src/newlib/libc/include -c -nostdinc++ -nostdinc -
DHAVE_CONFIG_H  -g -O2 -Wall -Wwrite-strings -fno-common -pipe -Winline -fbu
iltin  -I.  -I/home/mel/projects/winsup/src/winsup/cygwin-I/home/mel/pro
jects/winsup/src/newlib/libc/sys/cygwin/include  -I/home/mel/projects/winsup
/src/winsup/cygwin/config/i386 -I/latest/bin/../lib/gcc-lib/i686-pc-cygwin/2
.95.3-5//include -fno-rtti -fno-exceptions -o ./shm.o
/home/mel/projects/winsup/src/winsup/cygwin/shm.cc
/home/mel/projects/winsup/src/winsup/cygwin/shm.cc:81: syntax error before
`*'
/home/mel/projects/winsup/src/winsup/cygwin/shm.cc:83: syntax error before
`*'
/home/mel/projects/winsup/src/winsup/cygwin/shm.cc:88: `filemap' was not
declared in this scope
/home/mel/projects/winsup/src/winsup/cygwin/shm.cc:90: parse error before
`if'
/home/mel/projects/winsup/src/winsup/cygwin/shm.cc:93: `hattachmap' was not
declared in this scope
/home/mel/projects/winsup/src/winsup/cygwin/shm.cc:93: ANSI C++ forbids
declaration `CloseHandle' with no type
/home/mel/projects/winsup/src/winsup/cygwin/shm.cc:93: `int CloseHandle'
redeclared as different kind of symbol
/home/mel/projects/winsup/src/winsup/w32api/include/winbase.h:977: previous
declaration of `BOOL CloseHandle(void *)'

Any assistance resolving this problem would be appreciated.  Thanks.

-- Michael

cygcheck:


Cygwin Win95/NT Configuration Diagnostics
Current System Time: Fri May 10 08:29:54 2002

Windows XP Professional Ver 5.1 Build 2600

Path: C:\cygwin\latest\bin
 C:\cygwin\usr\local\xmlrpc_libwww\bin
 C:\cygwin\usr\local\bin
 C:\cygwin\bin
 C:\cygwin\bin
 C:\cygwin\bin
 c:\Tcl\bin
 c:\WINDOWS\system32
 c:\WINDOWS
 c:\WINDOWS\System32\Wbem
 .
 C:\cygwin\bin
 C:\cygwin\lib\python2.2\site-packages\wxPython

SysDir: C:\WINDOWS\System32
WinDir: C:\WINDOWS

CYGWIN = `tty ntsec notitle glob'
HOME = `C:\cygwin\home\mel'
LIBRARY_PATH = `/latest/lib/mingw:/latest/lib:/lib:/usr/local/lib'
MAKE_MODE = `unix'
PWD = `/home/mel'
USER = `mel'

Use `-r' to scan registry

a:  fd   N/AN/A
c:  hd  NTFS   39252Mb  14% CP CS UN PA FC
d:  cd   N/AN/A

.  /cygdrive  userbinmode,noumount
C:\cygwin  /  system  binmode
C:\cygwin/bin  /usr/bin   system  binmode
C:\cygwin/lib  /usr/lib   system  binmode

Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\latest\bin\cpp.exe
Found: C:\cygwin\bin\find.exe
Found: C:\cygwin\latest\bin\gcc.exe
Found: C:\cygwin\latest\bin\gdb.exe
Found: C:\cygwin\bin\ld.exe
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\latest\bin\make.exe
Found: C:\cygwin\latest\bin\sh.exe
Found: C:\cygwin\bin\sh.exe

   56k 2000/12/03 C:\cygwin\latest\bin\cygbz21.0.dll
  621k 2002/01/16 C:\cygwin\latest\bin\cygcrypto.dll
   81k 2000/12/05 C:\cygwin\latest\bin\cygitcl30.dll
   35k 2000/12/05 C:\cygwin\latest\bin\cygitk30.dll
   19k 2002/01/13 C:\cygwin\latest\bin\cygltdl-3.dll
  156k 2002/01/16 C:\cygwin\latest\bin\cygssl.dll
  390k 2000/12/05 C:\cygwin\latest\bin\cygtcl80.dll
5k 2000/12/05 C:\cygwin\latest\bin\cygtclpip80.dll
   10k 2000/12/05 C:\cygwin\latest\bin\cygtclreg80.dll
  623k 2000/12/05 C:\cygwin\latest\bin\cygtk80.dll
   54k 2002/01/27 C:\cygwin\bin\cygbz21.0.dll
  621k 2002/01/16 C:\cygwin\bin\cygcrypto.dll
  108k 2002/04/15 C:\cygwin\bin\cygcurl-2.dll
   50k 2002/03/17 C:\cygwin\bin\cygexslt-0.dll
   45k 2001/04/25 C:\cygwin\bin\cygform5.dll
   35k 2002/01/09 C:\cygwin\bin\cygform6.dll
   19k 2002/02/20 C:\cygwin\bin\cyggdbm.dll
   17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll
   20k 2002/01/13 C:\cygwin\bin\cyghistory5

Re: EISDIR EACCES and open in grep

2002-05-10 Thread Mark Blackburn

Well so far I have two solutions to this recursive grep on Windows 98
problem:

1) The patch I submitted earlier here it is again relative to the 1.3.10-1
version of cygwin:
--- fhandler.cc.bak Tue Feb 19 22:25:00 2002
+++ fhandler.cc Thu May  9 10:18:40 2002
@@ -409,7 +409,26 @@
   if (GetLastError () == ERROR_INVALID_HANDLE)
set_errno (ENOENT);
   else
-   __seterrno ();
+   {
+ if (GetLastError () == ERROR_ACCESS_DENIED)
+   {
+ WIN32_FIND_DATA find_file_data;
+ if (INVALID_HANDLE_VALUE != FindFirstFile(get_win32_name (),
+   &find_file_data))
+   {
+ if (FILE_ATTRIBUTE_DIRECTORY == 
+ find_file_data.dwFileAttributes)
+   set_errno (EISDIR);
+   }
+ else
+   {
+ SetLastError (ERROR_ACCESS_DENIED);
+ __seterrno ();
+   }
+   }
+ else
+   __seterrno ();
+   }
   goto done;
 }

OR
2) Compile grep with the HAVE_DIR_EACCES_BUG flag enabled.

I've tested these both on Windows 98. I have no idea what these changes
would do to NT/2000 however.

BTW: thanks to Chris Faylor for helping with the cygwin1.dll compile



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: cygwin setup freezes

2002-05-10 Thread D G

> Jack Tan wrote:
>At 09:59 AM 5/7/2002, Sander Timmermans wrote:
>>I tried to use the KDE sourceforge ftp with the latest cygwin setup.exe, but
>>it messed up my Cygwin install.
>>So I must reinstall cygwin but setup.exe freezes everytime.
>>I tried with the setup.exe that comes with local packages and the normal
>>internet install setup.exe.
>>I am desperate ! I cannot continue :(
>
>I also experienced this problem using setup 2.194.2.24.  setup.ini downloads
>to 98% (96k/98k), the CPU spikes for several seconds (450MHz), and then focus
>shifts to an invisible "Parse Error" error dialog, as indicated by the
>Taskbar.  Hitting Enter dismisses the dialog and brings the user back to the
>"select a download site" setup screen.  There's nothing interesting in the
>setup.log file.
>
>The problem goes away if you download setup 2.194.2.26 from
>http://www.cygwin.com/setup.exe.

Interesting.  By clicking on this link, I got the 2.194.2.24 version.  However, using 
http://cygwin.com/setup.exe downloaded the 2.194.2.26 version.  Then when I went back 
to http://www.cygwin.com/setup.exe, it downloaded the 2.194.2.26 version.  Must be a 
caching issue with my proxy.  Anyway...

The 2.194.2.26 version works for me on selecting the "Download from Internet" option, 
while the 2.194.2.24 version was hanging at a parse error.  One funny thing about the 
2.194.2.26 version is that when selecting packages, there is a second "Cygwin Setup" 
window that says "This space left intentionally blank".  I'm not sure what that's all 
about.  It doesn't seem to cause any problems.

However, the "Install from Local Directory" option (after doing the Download from 
Internet) gave me quite a few errors.  First, there were multiple windows with lots of 
parse errors.  After clicking OK on four or five of them, the install continued and 
appeared to work.  During the install, there was a pop-up that said "Can't open (null) 
for reading".  I clicked OK and the install continued.  When the install finished, 
everything appeared OK, but I'm very apprehensive about all the errors and pop-up 
windows.

The first line in the "Parse Errors" window is:

setup.ini line 3297: parse error, unexpected $undefined

Thereafter, all lines look like this:

setup.ini line 3297: unrecognized line in setup.ini headers (do you have the latest 
setup?)

The line numbers keep incrementing up to 3332.  Clicking OK brings up another window 
that looks the same but the last line number is higher.  As I said before, after four 
or five windows, it continues with the installation and completes it successfully.  
The strange thing about this is that there are only 2216 lines in the setup.ini file 
(from mirrors.rcn.net).

There's nothing interesting in the setup.log or setup.log.full files.

I'm running Windows NT4, Service pack 5.

--
Daniel
[EMAIL PROTECTED]
(remove the Z-'s to reply--they're what I do when I read spam)

-- 
___
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: cron not finding executable

2002-05-10 Thread Larry Hall (RFK Partners, Inc)

At 08:06 AM 5/10/2002, Reid Thompson wrote:
>If someone could help, it would be appreciated.
>
>I am getting the error message at the bottom emailed when cron attempts to perform 
>crontab entries ( not finding the executable ).
>
>The script exists:
>WS014_NT500:/home/rthompso> ll mailit.sh
>-rwxr-xr-x1 Reid.Tho Administ   63 May 10 07:40 mailit.sh*
>
>The crontab entry is ( test entry ):
>42 07 * * 0-6 /home/rthompso/mailit.sh
>
>SYSTEM exits in /etc/group
>WS014_NT500:/home/rthompso> cat /etc/group |grep SYSTEM
>SYSTEM:S-1-5-18:18:
>
>What am I missing/doing incorrectly?



>/C/cygwin/home/rthompso/mailit.sh
>
>/home/rthompso/mailit.sh: not found


As near as I can tell, you don't have /home as a system mount point.



Larry Hall  [EMAIL PROTECTED]
RFK Partners, Inc.  http://www.rfk.com
838 Washington Street   (508) 893-9779 - RFK Office
Holliston, MA 01746 (508) 893-9889 - FAX


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: cygwin setup freezes

2002-05-10 Thread D G

OK, that last message did not come through very well.  Here's another try...

Jack Tan wrote:
>At 09:59 AM 5/7/2002, Sander Timmermans wrote:
>>I tried to use the KDE sourceforge ftp with the latest cygwin setup.exe, but
>>it messed up my Cygwin install.
>>So I must reinstall cygwin but setup.exe freezes everytime.
>>I tried with the setup.exe that comes with local packages and the normal
>>internet install setup.exe.
>>I am desperate ! I cannot continue :(
>
>I also experienced this problem using setup 2.194.2.24.  setup.ini downloads
>to 98% (96k/98k), the CPU spikes for several seconds (450MHz), and then focus
>shifts to an invisible "Parse Error" error dialog, as indicated by the
>Taskbar.  Hitting Enter dismisses the dialog and brings the user back to the
>"select a download site" setup screen.  There's nothing interesting in the
>setup.log file.
>
>The problem goes away if you download setup 2.194.2.26 from
>http://www.cygwin.com/setup.exe.

Interesting.  By clicking on this link, I got the 2.194.2.24 version.
However, using http://cygwin.com/setup.exe downloaded the 2.194.2.26
version.  Then when I went back to http://www.cygwin.com/setup.exe,
it downloaded the 2.194.2.26 version.  Must be a caching issue with
my proxy.  Anyway...

The 2.194.2.26 version works for me on selecting the "Download from
Internet" option, while the 2.194.2.24 version was hanging at a parse
error.  One funny thing about the 2.194.2.26 version is that when
selecting packages, there is a second "Cygwin Setup" window that says
"This space left intentionally blank".  I'm not sure what that's all
about.  It doesn't seem to cause any problems.

However, the "Install from Local Directory" option (after doing the
Download from Internet) gave me quite a few errors.  First, there were
multiple windows with lots of parse errors.  After clicking OK on four
or five of them, the install continued and appeared to work.  During
the install, there was a pop-up that said "Can't open (null) for
reading".  I clicked OK and the install continued.  When the install
finished, everything appeared OK, but I'm very apprehensive about all
the errors and pop-up windows.

The first line in the "Parse Errors" window is:

setup.ini line 3297: parse error, unexpected $undefined

Thereafter, all lines look like this:

setup.ini line 3297: unrecognized line in setup.ini headers (do you have the latest 
setup?)

The line numbers keep incrementing up to 3332.  Clicking OK brings up
another window that looks the same but the last line number is higher.
As I said before, after four or five windows, it continues with the
installation and completes it successfully.  The strange thing about
this is that there are only 2216 lines in the setup.ini file (from
mirrors.rcn.net).

There's nothing interesting in the setup.log or setup.log.full files.

I'm running Windows NT4, Service pack 5.

--
Daniel
[EMAIL PROTECTED]
(remove the Z-'s to reply--they're what I do when I read spam)

-- 
___
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: cygwin Digest 9 May 2002 20:56:07 -0000 Issue 1926

2002-05-10 Thread Carleton Garrett


Jos? Luis Otermin

I'm not sure what mailing list your inquiry got redirected to but I have recently 
installed Postgresql on WinNT under
cygwin.  I followed the instructions below taken from a book by Geschwinde and Schonig 
entitled "Postgresql Developer's
Handbook" p 29 [Publisher SAMS c2002, ISBN 0-672-32260-9, publishers address = 201 
West 103rd Street,
Indianapolis, IN  46290].

"After instally Cygwin, you have to initialize a Postgresql database.  Therefore, 
you have to install the cygipc package available at: "

http://www.neuro.gatech.edu/users/cwilson/cygutils/V1.1/index.html

"This can be done by extracting the tar archive containing the sofware in the root 
directory of the Cygnus environment. Installing this package is necessary to run the 
server because
Postgresql needs System V IPC system calls.  ipc is a common kernel entry point for 
the System V IPC calls for messages, semaphores, and shared memory.  If the package is 
not installed, Postgresql
can't initialize the database."

"Now that the sofware is installed, you have to add the bin directory in the 
Cygnus environment to the environment variable PATH of your Windows system; otherwise, 
cygipc won't be able to find
the DLLs it needs for starting."

   " First you install the daemon as a service:"

ipc-daemon --install-as-service

"Then you start the daemon:"

net start ipc-daemon#NT/2000 or
ipc-daemon & # 9X/Me

"After that you can go on with Postgresql by initializing the database with the 
initdb comand:"

initdb -L /usr/share/postgresql -D /data/postgresql

"-L defines the location of the templates Postgresql must use to generate the system 
databases. -D defines the directory in which to store the files of the database you 
want to generate using
initdb.  Keep in mind that the director specified by -D must be empty or nonexistant."

I had to make a few modifications  related to where my copy of Postgresql was 
stored.  I used the directory 'cygwin' as my root directory.

Good luck.

Carleton T. Garrett


> Subject: Re: QUESTION: How to start up PostgreSQL within cygwin?
> Date: Thu, 9 May 2002 16:53:01 -0400
> From: Christopher Faylor <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> CC: [EMAIL PROTECTED], [EMAIL PROTECTED]
>
> Wrong mailing list.
>
> Redirected.
>
> cgf
>
> On Thu, May 09, 2002 at 05:49:04PM -0300, Jose Luis Otermin wrote:
> >Hello people!
> >
> >I have downloaded and successfully installed CygWin, which would let me
> >start up a PostgreSQL Server.
> >Maybe I'm missing some step or misunderstood the install instructions, but
> >after issuing the initdb command the CygWin hangs after the successful
> >creation of Postgres folders.
> >
> >The command issued was:
> >
> >$ initdb /usr/local/pgsql
> >
> >The output was:
> >
> >The files belonging to this database system will be owned by user "xxx".
> >This user must also own the server process.
> >
> >Fixing permissions on existing directory /usr/local/pgsql... ok
> >creating directory /usr/local/pgsql/base... ok
> >creating directory /usr/local/pgsql/global... ok
> >creating directory /usr/local/pgsql/pg_xlog... ok
> >creating directory /usr/local/pgsql/pg_clog... ok
> >creating template1 database in /usr/local/pgsql/base/1...
> >
> >At the last message shown on screen (creating template1...) the CygWin hangs
> >and doesn't respond unless do Ctrl-Alt-Del and kill the process.
> >Any help or clue will be very wellcome :-)
> >TIA
> >
> >Regards
> >--
> > Jos? Luis Otermin
> >
> >oterminATciudad.com.ar
> >ICQ 8797524
> >


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: Setup failures over the last few days

2002-05-10 Thread D G

Robert Collins wrote:
>Short answer: use
>http://www.cygwin.com/setup-snapshots/setup-20020510.exe.
[snip]
>
>Please, try the setup linked above, and if you have any errors let me
>know. AFAICT though, it should be ready for widespread use now.

This did not perform any differently than 2.194.2.26 version of setup.  See my post 
titled "Re: Cygwin Setup Freezes", unfortunately, it still applies to this 2.218.2.3 
version of setup.

--
Daniel
[EMAIL PROTECTED]
(remove the Z-'s to reply--they're what I do when I read spam)

-- 
___
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: Cygwin compile check fails

2002-05-10 Thread Jason Tishler

Michael,

On Thu, May 09, 2002 at 08:23:31PM -0700, Michael Labhard wrote:
> Oops.  The build has the same error.  How do I build it?

Do you have cygipc installed?  If so, then (temporarily) move its header
files out of the way:

$ mv /usr/local/include/sys /usr/local/include/sys.cygipc

Jason

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




setup continuing difficulties.

2002-05-10 Thread dave

Hello,
I've downloaded the latest snapshot and i am still having the problem
whereby all cygwin is not installing. The first time i ran setup i selected
download from internet, selected the catagories to install, hit next, and it
stopped immediately with download complete. I next went through setup and
said install from internet. It downloaded what i am assuming is the base
cygwin, ash, bash, cygwin, etc. the version is setup-20020510 of the
snapshot. Any suggestions?
Thanks.
Dave.



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




no updatedb

2002-05-10 Thread Fergusson, Neil J.

Hope I got the correct e-mail address.

I have downloaded and installed a full cygwin install and found the 'locate'
command, but could not find 'updatedb'. Furthermore, trying to create the DB
using 'locate -u -l0' gave an error msg:
FREYA$ locate -u -l0
locate: invalid option -- u
Usage: locate [-d path] [--database=path] [--version] [--help] pattern...

Am I missing something here?

 - Neil Fergusson

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: no updatedb

2002-05-10 Thread Roland Glenn McIntosh

Search the mailing list archives for updatedb.  you will find much discussion, and 
serveral copies of a script that should work, one of which I posted.

http://www.cygwin.com/ml/cygwin

-rgm



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: cron not finding executable

2002-05-10 Thread Reid Thompson

Below is listing of crontab -l, test.sh, mount and ll /

49 15 * * 0-6 /home/rthompso/test.sh
49 15 * * 0-6 /C/home/rthompso/test.sh
49 15 * * 0-6 /C/cygwin/home/rthompso/test.sh

all three incarnations failed with "not found".

cat /home/rthompso/test.sh =
#!/usr/bin/sh

/usr/bin/date
pwd

WS014_NT500:/> mount
C:\cygwin\usr\X11R6\lib\X11\fonts on /usr/X11R6/lib/X11/fonts type 
system (binmode)
C:\cygwin\bin on /usr/bin type system (binmode)
C:\cygwin\lib on /usr/lib type system (binmode)
C:\cygwin on / type system (binmode)
C: on /C type user (binmode)
D: on /D type user (binmode)
F: on /lab type user (binmode,exec)
s: on /cygdrive/s type user (binmode,noumount)
u: on /cygdrive/u type user (binmode,noumount)

WS014_NT500:/> ll / |grep ^d
drwxr-xr-x4 Reid.Tho Administ0 Jun 25  2001 home/
drwxr-xr-x2 Reid.Tho Administ0 Sep 13  2001 sbin/
drwxr-xr-x3 Reid.Tho Administ0 Jan 25 12:53 CVSROOT/
drwxr-xr-x7 Reid.Tho Administ 4096 Apr 16 08:45 var/
drwxr-xr-x3 Reid.Tho Administ   135168 May 10 07:50 bin/
drwxr-xr-x   15 Reid.Tho Administ36864 May 10 07:50 lib/
drwxr-xr-x   30 Reid.Tho Administ   376832 May 10 10:21 C/
drwxr-xr-x   21 Reid.Tho Administ 4096 May 10 12:29 usr/
drwxr-xr-x8 Reid.Tho Administ 4096 May 10 12:30 etc/
drwxr-xr-x   13 Reid.Tho Administ 4096 May 10 13:13 ../
drwxr-xr-x   13 Reid.Tho Administ 4096 May 10 13:13 ./
drwxr-xr-x  104 Reid.Tho Administ   339968 May 10 13:16 D/
drwxr-xr-x3 Reid.Tho Administ 4096 May 10 13:20 tmp/

-Original Message-
From: Larry Hall (RFK Partners, Inc) [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 10, 2002 1:59 PM
To: Reid Thompson; [EMAIL PROTECTED]
Subject: Re: cron not finding executable


At 08:06 AM 5/10/2002, Reid Thompson wrote:
 >If someone could help, it would be appreciated.
 >
 >I am getting the error message at the bottom emailed when cron 
attempts to perform crontab entries ( not finding the executable ).
 >
 >The script exists:
 >WS014_NT500:/home/rthompso> ll mailit.sh
 >-rwxr-xr-x1 Reid.Tho Administ   63 May 10 07:40 mailit.sh*
 >
 >The crontab entry is ( test entry ):
 >42 07 * * 0-6 /home/rthompso/mailit.sh
 >
 >SYSTEM exits in /etc/group
 >WS014_NT500:/home/rthompso> cat /etc/group |grep SYSTEM
 >SYSTEM:S-1-5-18:18:
 >
 >What am I missing/doing incorrectly?



 >/C/cygwin/home/rthompso/mailit.sh
 >
 >/home/rthompso/mailit.sh: not found


As near as I can tell, you don't have /home as a system mount point.



Larry Hall  [EMAIL PROTECTED]
RFK Partners, Inc.  http://www.rfk.com
838 Washington Street   (508) 893-9779 - RFK Office
Holliston, MA 01746 (508) 893-9889 - FAX




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




RE: setup continuing difficulties.

2002-05-10 Thread Harig, Mark A.

I'm seeing this problem also, on Win2K, using the latest version of
setup.exe, 2.194.2.26.

If I use the 'Install from Internet' option, then I don't have any
problems.

If I use the 2-step 'Download from Internet' / 'Install from Local
Drive', then setup.exe consistently fails with 'Parse Errors' listings
in window.

  1. Some of the parsing errors for setup.ini reference line numbers
that do not exist in my setup.ini file.  For example,

   "Setup.ini line 2231: parse error, unexpected $undefined., expecting
$"
   "Setup.ini line 2231: unrecognized line in setup.ini headers (do you
have the latest setup?)"

 My (automatically-generated) setup.ini has only 2217 lines.

  2. These parsing errors are generated even though the 'Install from
Internet' completed without any errors, and I immediately follow it with
rerunning setup.exe and select 'Install from Local Drive'.  Running
setup.exe multiple times repeats the 'Parse Errors' problem.

  3. If I dismiss the 'Parse Errors' windows (click on the 'X' button),
setup.exe advances to the 'Category' screen, but its contents are
garbled in the first six categories, and I wouldn't trust using it.

Suggestion: Only use 'Install from Internet' to workaround the problem.


> -Original Message-
> From: dave [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 10, 2002 3:11 PM
> To: [EMAIL PROTECTED]
> Subject: setup continuing difficulties.
> 
> 
> Hello,
> I've downloaded the latest snapshot and i am still having 
> the problem
> whereby all cygwin is not installing. The first time i ran 
> setup i selected
> download from internet, selected the catagories to install, 
> hit next, and it
> stopped immediately with download complete. I next went 
> through setup and
> said install from internet. It downloaded what i am assuming 
> is the base
> cygwin, ash, bash, cygwin, etc. the version is setup-20020510 of the
> snapshot. Any suggestions?
> Thanks.
> Dave.
> 
> 
> 
> --
> Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting: http://cygwin.com/bugs.html
> Documentation: http://cygwin.com/docs.html
> FAQ:   http://cygwin.com/faq/
> 
> 

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: Installation Issue, un-scriptable installer.

2002-05-10 Thread Larry Hall (RFK Partners, Inc)

At 04:32 PM 5/10/2002, Ryan Fulcher wrote:
>To my GREAT DISAPPOINTMENT the package selection menu is NOT KEYABLE!
>
>I am having an issue with the cygwin installation, here is my situation.
>I am installing 400+ workstations at a school, they are all 2k and I've
>devised a touchless installation process for the OS and ALL the apps.
>
>I use VBS scripts for each applications installation and have been able
>to deal with many quarks regarding each packages unique installation
>process.  UNTIL NOW! of all the unfriendly installers I have to say
>I am very disappointed with the cygwin installer.  You see the VBS
>scripts rely heavily on the use of "window title detection">OutPut and
>"KEYSTROKING">InPut as it's difficult to control the mouse with a
>script.
>
>To my GREAT DISAPPOINTMENT the package selection menu is NOT KEYABLE!
>PLEASE PLEASE PLEASE make the setup.exe respond to keystrokes, eg.
>{TAB 4}{TAB}{TAB} over to the package I like, " "cycle the behavior
>between (skip, install_vX, install_vY, install_vZ). {alt}+{n} next
>step in the installation.. This would be a great help. cummon guys
>open source stuff is supposed to be "Friendly", that means it plays
>well with "keyboards"!
>
>L8r
>  ThanX for hearing my rants



Thanks for your rant.  May I point out that you only need to send to one
list?  Polluting others with the same message is a waste of bandwidth and
allot of people's time.  If you need help figuring out which list to send
to, consult http://cygwin.com/lists.html.  In general, the Cygwin home page
is the best place to start when looking for information, just as an aside.

As you point out, Cygwin is open-source.  It's kept alive by a group of 
volunteers that maintain the functionality.  I'm sure your request will
end up on the list of enhancements.  However, as an open-source project,
there's no need to plead with others to get them to do what you want.  You
can add it yourself if you're capable or find someone to do it for you.
This is often the best way to get alternate functionality into open-source
work, since not everyone's priority for features is the same.

Hope that helps,


Larry Hall  [EMAIL PROTECTED]
RFK Partners, Inc.  http://www.rfk.com
838 Washington Street   (508) 893-9779 - RFK Office
Holliston, MA 01746 (508) 893-9889 - FAX


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




RE: Setup failures over the last few days

2002-05-10 Thread Harig, Mark A.

This fixes the problem that I saw with setup.exe, version 2.194.2.26,
that is, parsing errors in setup.ini and referring to line numbers that
were not in the file.  Please ignore my message in the 'setup continuing
difficulties' thread.

Thanks for the quick fix!

> -Original Message-
> From: Robert Collins [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 10, 2002 7:24 AM
> To: Cygwin
> Subject: Setup failures over the last few days
> 
> 
> Short answer: use
> http://www.cygwin.com/setup-snapshots/setup-20020510.exe.
> 
> Long answer: The new MD5 rule + the number of packages which increased
> recently caused a yacc parsing failure. This has been corrected in CVS
> for the pre-release version and for HEAD.
> 
> As I've seen no bug reports on the UPX support, I've started 
> compressing
> setup with UPX as a matter of routine.
> 
> Please, try the setup linked above, and if you have any errors let me
> know. AFAICT though, it should be ready for widespread use now.
> 
> I'm not planning on updating the current setup, as 
> 1) It was about to be obsoleted anyway and
> 2) Users will still have the stack failure/crash anyway, so they will
> have to update manually regardless.
> 
> Rob
> 
> --
> Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting: http://cygwin.com/bugs.html
> Documentation: http://cygwin.com/docs.html
> FAQ:   http://cygwin.com/faq/
> 
> 

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Installation Issue, un-scriptable installer.

2002-05-10 Thread Ryan Fulcher

To my GREAT DISAPPOINTMENT the package selection menu is NOT KEYABLE!

I am having an issue with the cygwin installation, here is my situation.
I am installing 400+ workstations at a school, they are all 2k and I've
devised a touchless installation process for the OS and ALL the apps.

I use VBS scripts for each applications installation and have been able
to deal with many quarks regarding each packages unique installation
process.  UNTIL NOW! of all the unfriendly installers I have to say
I am very disappointed with the cygwin installer.  You see the VBS
scripts rely heavily on the use of "window title detection">OutPut and
"KEYSTROKING">InPut as it's difficult to control the mouse with a
script.

To my GREAT DISAPPOINTMENT the package selection menu is NOT KEYABLE!
PLEASE PLEASE PLEASE make the setup.exe respond to keystrokes, eg.
{TAB 4}{TAB}{TAB} over to the package I like, " "cycle the behavior
between (skip, install_vX, install_vY, install_vZ). {alt}+{n} next
step in the installation.. This would be a great help. cummon guys
open source stuff is supposed to be "Friendly", that means it plays
well with "keyboards"!

L8r
 ThanX for hearing my rants
  Ryan [EMAIL PROTECTED]

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Too stupid to use MinGW?

2002-05-10 Thread Jindrich Kubec

Hi,

I have C++ app. When I compile with -mcygwin (g++), everything is fine.

But I can't use _tcscpy, _topen and similar TCHAR functions.

When I use -mno-cygwin, I can't use STL, it reports missing headers. When I 
comment such part, I'm getting missing import __imp_iob.

Is there any solution for me?

Jindroush ([EMAIL PROTECTED])
http://jindroush.atari.org - Home of Atari Cartridge Dumping Project.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: Too stupid to use MinGW?

2002-05-10 Thread Gerrit P. Haase

Hallo Jindrich,

Am Freitag, 10. Mai 2002 um 23:56 schriebst du:

> Hi,

> I have C++ app. When I compile with -mcygwin (g++), everything is fine.

> But I can't use _tcscpy, _topen and similar TCHAR functions.

> When I use -mno-cygwin, I can't use STL, it reports missing headers. When I 
> comment such part, I'm getting missing import __imp_iob.

> Is there any solution for me?

http://www.mingw.org/


Gerrit
-- 
=^..^=


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: Too stupid to use MinGW?

2002-05-10 Thread Gerrit P. Haase

Hallo Gerrit,

Am Samstag, 11. Mai 2002 um 00:41 schriebst du:

> Hallo Jindrich,

> Am Freitag, 10. Mai 2002 um 23:56 schriebst du:

>> Hi,

>> I have C++ app. When I compile with -mcygwin (g++), everything is fine.

>> But I can't use _tcscpy, _topen and similar TCHAR functions.

>> When I use -mno-cygwin, I can't use STL, it reports missing headers. When I 
>> comment such part, I'm getting missing import __imp_iob.

>> Is there any solution for me?

> http://www.mingw.org/

Well:
http://www.mingw.org/mingwfaq.shtml#faq-usingwithcygwin


Gerrit
-- 
=^..^=


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: Too stupid to use MinGW?

2002-05-10 Thread Sam Edge

Jindrich Kubec wrote in
<[EMAIL PROTECTED]>
in gmane.os.cygwin on Fri, 10 May 2002 23:56:21 +0200:

> I have C++ app. When I compile with -mcygwin (g++), everything is fine.
> But I can't use _tcscpy, _topen and similar TCHAR functions.
> When I use -mno-cygwin, I can't use STL, it reports missing headers. When I 
> comment such part, I'm getting missing import __imp_iob.
> Is there any solution for me?

Take a look at
http://www.colomsat.net.co/freehost/ngiraldo/cppcygwin.html
for import libraries for the STL and instructions for enabling C++
MinGW STL and tchar.h support.

One point though. Instead of copying c:\cygwin\usr\include\g++-3 into
c:\cygwin\usr\include\mingw as suggested it's easier to open a bash
shell and 

cd /usr/include/mingw
ln -s ../g++-3 .

instead.

-- 
Sam Edge

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




RE: Setup program is hanging

2002-05-10 Thread Robert Collins



> -Original Message-
> From: Christopher Faylor [mailto:[EMAIL PROTECTED]] 
> Sent: Saturday, May 11, 2002 1:28 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Setup program is hanging
> 
> 
> On Fri, May 10, 2002 at 09:39:34PM +1000, Robert Collins wrote:
> >There was a latent bug in setup that recent package listing changes 
> >triggered.  The latest snapshot corrects this AFAICT.
> 
> How do package listing changes affect setup.exe?  When I see 
> "package listing changes", I think http://cygwin.com/packages/ .
> 
> Do you mean the addition of the md5 field in setup.ini?

Nope, the sheer number of packaages.

Rob

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




RE: Setup failures over the last few days

2002-05-10 Thread Robert Collins

Can you be more specific about what from that message applies?

Rob

> -Original Message-
> From: D G [mailto:[EMAIL PROTECTED]] 
> Sent: Saturday, May 11, 2002 4:17 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Setup failures over the last few days
> 
> 
> Robert Collins wrote:
> >Short answer: use 
> >http://www.cygwin.com/setup-snapshots/setup-20020510.exe.
> [snip]
> >
> >Please, try the setup linked above, and if you have any 
> errors let me 
> >know. AFAICT though, it should be ready for widespread use now.
> 
> This did not perform any differently than 2.194.2.26 version 
> of setup.  See my post titled "Re: Cygwin Setup Freezes", 
> unfortunately, it still applies to this 2.218.2.3 version of setup.
> 
> --
> Daniel
> [EMAIL PROTECTED]
> (remove the Z-'s to reply--they're what I do when I read spam)
> 
> -- 
> ___
> Sign-up for your own FREE Personalized E-mail at Mail.com 
http://www.mail.com/?sr=signup


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




RE: setup continuing difficulties.

2002-05-10 Thread Robert Collins

Please send me the log files.

Rob

> -Original Message-
> From: dave [mailto:[EMAIL PROTECTED]] 
> Sent: Saturday, May 11, 2002 5:11 AM
> To: [EMAIL PROTECTED]
> Subject: setup continuing difficulties.
> 
> 
> Hello,
> I've downloaded the latest snapshot and i am still having 
> the problem whereby all cygwin is not installing. The first 
> time i ran setup i selected download from internet, selected 
> the catagories to install, hit next, and it stopped 
> immediately with download complete. I next went through setup 
> and said install from internet. It downloaded what i am 
> assuming is the base cygwin, ash, bash, cygwin, etc. the 
> version is setup-20020510 of the snapshot. Any suggestions? 
> Thanks. Dave.
> 
> 
> 
> --
> Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting: http://cygwin.com/bugs.html
> Documentation: http://cygwin.com/docs.html
> FAQ:   http://cygwin.com/faq/
> 
> 

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




RE: Setup program is hanging

2002-05-10 Thread Robert Collins

Sorry Chris,
I was reading bottom up..

Rob

> -Original Message-
> From: Robert Collins 
> Sent: Saturday, May 11, 2002 9:27 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Setup program is hanging
> 
> 
> 
> 
> > -Original Message-
> > From: Christopher Faylor [mailto:[EMAIL PROTECTED]]
> > Sent: Saturday, May 11, 2002 1:28 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Setup program is hanging
> > 
> > 
> > On Fri, May 10, 2002 at 09:39:34PM +1000, Robert Collins wrote:
> > >There was a latent bug in setup that recent package listing changes
> > >triggered.  The latest snapshot corrects this AFAICT.
> > 
> > How do package listing changes affect setup.exe?  When I see
> > "package listing changes", I think http://cygwin.com/packages/ .
> > 
> > Do you mean the addition of the md5 field in setup.ini?
> 
> Nope, the sheer number of packaages.
> 
> Rob
> 
> --
> Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting: http://cygwin.com/bugs.html
> Documentation: http://cygwin.com/docs.html
> FAQ:   http://cygwin.com/faq/
> 
> 

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Problem with latest setup.exe

2002-05-10 Thread Peter A. Castro

Hi All,
  I've just recently subscribed to this list (digest form), but I've
actually been 'reading' it for some time (I pull an incremental image of
the cygwin.com site (from a mirror, of course) a every-other-day
schedule).
  I've been using Cygwin for over a year now, and I just have to say that
it keeps getting better and better!  Thanks to Cygwin, developing on
Windows NT is tolerable!
  Recently I've decided I'd like to build an X client (X3270) that I
need, so I was going to update my installation with the latest binaries
as well as install the source that I need to be able to build my X
client.
  Since I pull an incremental image of the cygwin.com site, I usually
install using the 'Install from Local Directory' option.  Lately I've
been getting a few errors from setup which basically stopps the
installation. 
  One was: "Can't open (null) for reading", which I usually get when
trying to install source packages (but not binaries).
  The other was: "parser stack overflow".  This one only started popping
up with the increase in the number of packages added to setup.ini
(setup-timestamp: 1020997207, setup-version: 2.194.2.26).
  I don't know if anyone has encountered this, yet, or not, so in the
great developer tradition, I pulled the source for the installer
(setup-md5-20020504-src.tar.bz2) from cygwin.com/setup-snapshots and
built setup.exe for debugging and started debugging. 
  In case it's important, the configure script should be updated to look
for errno.h and add -DHAVE_ERRNO_H=1 to the DEFS macro.  Without this,
package_db.cc doesn't compile.
  The end result of my debug session was that the parser (iniparse.cc)
needs it's stack increased.  A simple hack is to add -DYYINITDEPTH=1000
to DEFS in the Makefile to increase the initial stack size.  A better
solution would be to implement the yyoverflow macro. 
  BTW, it appears that Bison is generating #line compiler statements that
are +1 lines off from the real source.  Kind of a pain to debug with :)

  Supposing that I actually get the X3270 client built, is it worth while
contributing it to this project?  Are there any guideline on submitting
new components to Cygwin?

  Anyho, Cygwin has certainly made my life using Windows easier!

-- 
Peter A. Castro <[EMAIL PROTECTED]> or <[EMAIL PROTECTED]>
"Cats are just autistic Dogs" -- Dr. Tony Attwood


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




RE: Problem with latest setup.exe

2002-05-10 Thread Robert Collins



> -Original Message-
> From: Peter A. Castro [mailto:[EMAIL PROTECTED]] 
> Sent: Saturday, May 11, 2002 9:48 AM

>   I don't know if anyone has encountered this, yet, or not, 
> so in the great developer tradition, I pulled the source for 
> the installer
> (setup-md5-20020504-src.tar.bz2) from 
> cygwin.com/setup-snapshots and built setup.exe for debugging 
> and started debugging. 

Thanks for doing this - there is a fixed snapshot up at the snapshots
site. To build setup, I suggest you use the build recipe from
http://sources.redhat.com/cygwin-apps/setup.html. It isn't quite ready
to build as a cygwin app.


>   Supposing that I actually get the X3270 client built, is it 
> worth while contributing it to this project?  Are there any 
> guideline on submitting new components to Cygwin?

Absolutely: http://www.cygwin.com/setup.html.

Cheers,
Rob

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




RE:Cygwin/XFree86 logged into KDE3 causes strange Cygwin error

2002-05-10 Thread Heiner . Speth

I had similar problems and have solved them by installing all XFree
components (I thing the Xserver with frame buffer helps)
The main thing was to reduce the colours from 32 bit to 16 bit on the
windows 2000 Laptop (IBM ThinkPad E23)
Now I am happy and can work on the Linux Server with KDE3 and German
Keyboard settings via kdm.
This is a planed solution for some scientists, which need an graphical
access from windows 2000 Laptops to a Linux-cluster with Splus and other
applications.  
 
regards

Heiner Speth

-Original Message-
From: Harold Hunt [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 08, 2002 2:15 PM
To: Speth, Heiner PH/DE
Subject: RE: XDM from Cygwin


Heiner,

The solution is for you to ask this question at [EMAIL PROTECTED],
where I have forwarded this email.

Harold

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 08, 2002 5:31 AM
> To: [EMAIL PROTECTED]
> Subject: XDM from Cygwin
>
>
> Hello
>
> I have read your mail. Do you have a solution for this problem. I
> am trying
> to install additional fonts on cygwin Xfree and hop that this helps. An
> access to an KDE 2 Server works fine.
>
> Regards
>
> Heiner Speth

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




RE: Installation Issue, un-scriptable installer.

2002-05-10 Thread Gary R. Van Sickle

> To my GREAT DISAPPOINTMENT the package selection menu is NOT KEYABLE!
>

Yeah, life sucks don't it?  ("Keyable"?)

> I am having an issue with the cygwin installation, here is my situation.
> I am installing 400+ workstations at a school, they are all 2k and I've
> devised a touchless installation process for the OS and ALL the apps.
>

Cool!  You're the first to have sucessfully done this.

> I use VBS scripts for each applications installation and have been able
> to deal with many quarks regarding each packages unique installation
> process.

Visual Basic meets Unix, that's the problem here.  When they come into contact,
they cancel each other out in a burst of gamma rays from which not even light
can escape.

>  UNTIL NOW! of all the unfriendly installers I have to say
> I am very disappointed with the cygwin installer.

Then pick up a cross and do something about it.

>  You see the VBS
> scripts rely heavily on the use of "window title detection">OutPut and
> "KEYSTROKING">InPut as it's difficult to control the mouse with a
> script.
>

Right, so it'd be a lot easier to avoid the VB altogether, right?

> To my GREAT DISAPPOINTMENT the package selection menu is NOT KEYABLE!

You already said that.

> PLEASE PLEASE PLEASE make the setup.exe respond to keystrokes

You do it, I'm tired.

>, eg.
> {TAB 4}{TAB}{TAB} over to the package I like, " "cycle the behavior
> between (skip, install_vX, install_vY, install_vZ). {alt}+{n} next
> step in the installation..

Hehehehe!  He's talking funny talk!

> This would be a great help. cummon

(sp)

> guys
> open source stuff is supposed to be "Friendly",

Since when?

> that means it plays
> well with "keyboards"!
>

And here I always thought "Friendly" meant things like not looking a gift horse
in the mouth unless you were willing to do the dental work.

> L8r
>  ThanX for hearing my rants
>   Ryan [EMAIL PROTECTED]
>

N0 pr031em, d00d!

--
Gary R. Van Sickle
Brewer.  Patriot.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: Installation Issue, un-scriptable installer.

2002-05-10 Thread Christopher Faylor

This message is definitely going to be in the running for "Best of
Cygwin 2002" in the "Funniest Response to Obnoxious User" category.

cgf

On Fri, May 10, 2002 at 08:15:01PM -0500, Gary R. Van Sickle wrote:
>> To my GREAT DISAPPOINTMENT the package selection menu is NOT KEYABLE!
>>
>
>Yeah, life sucks don't it?  ("Keyable"?)
>
>> I am having an issue with the cygwin installation, here is my situation.
>> I am installing 400+ workstations at a school, they are all 2k and I've
>> devised a touchless installation process for the OS and ALL the apps.
>>
>
>Cool!  You're the first to have sucessfully done this.
>
>> I use VBS scripts for each applications installation and have been able
>> to deal with many quarks regarding each packages unique installation
>> process.
>
>Visual Basic meets Unix, that's the problem here.  When they come into contact,
>they cancel each other out in a burst of gamma rays from which not even light
>can escape.
>
>>  UNTIL NOW! of all the unfriendly installers I have to say
>> I am very disappointed with the cygwin installer.
>
>Then pick up a cross and do something about it.
>
>>  You see the VBS
>> scripts rely heavily on the use of "window title detection">OutPut and
>> "KEYSTROKING">InPut as it's difficult to control the mouse with a
>> script.
>>
>
>Right, so it'd be a lot easier to avoid the VB altogether, right?
>
>> To my GREAT DISAPPOINTMENT the package selection menu is NOT KEYABLE!
>
>You already said that.
>
>> PLEASE PLEASE PLEASE make the setup.exe respond to keystrokes
>
>You do it, I'm tired.
>
>>, eg.
>> {TAB 4}{TAB}{TAB} over to the package I like, " "cycle the behavior
>> between (skip, install_vX, install_vY, install_vZ). {alt}+{n} next
>> step in the installation..
>
>Hehehehe!  He's talking funny talk!
>
>> This would be a great help. cummon
>
>(sp)
>
>> guys
>> open source stuff is supposed to be "Friendly",
>
>Since when?
>
>> that means it plays
>> well with "keyboards"!
>>
>
>And here I always thought "Friendly" meant things like not looking a gift horse
>in the mouth unless you were willing to do the dental work.
>
>> L8r
>>  ThanX for hearing my rants
>>   Ryan [EMAIL PROTECTED]
>>
>
>N0 pr031em, d00d!
>
>--
>Gary R. Van Sickle
>Brewer.  Patriot.
>
>
>--
>Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
>Bug reporting: http://cygwin.com/bugs.html
>Documentation: http://cygwin.com/docs.html
>FAQ:   http://cygwin.com/faq/

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: Setup failures over the last few days

2002-05-10 Thread Alan Dobkin

--On Friday, May 10, 2002 9:24 PM +1000 Robert Collins
<[EMAIL PROTECTED]> wrote:

> Short answer: use
> http://www.cygwin.com/setup-snapshots/setup-20020510.exe.

> Please, try the setup linked above, and if you have any errors let 
> me know. AFAICT though, it should be ready for widespread use now.

I am getting basically the same results with this new snapshot 
as I did with the previous two snapshots.  Using "Install from 
Local Directory", it hangs on the progress panel while sucking 
up CPU and memory.  I also tried building the snapshot source 
again, but it results in the same error:  (This is on Win2K.)

package_db.cc: In method `int packagedb::flush()':
package_db.cc:132: `errno' undeclared (first use this function)
package_db.cc:132: (Each undeclared identifier is reported only once
package_db.cc:132: for each function it appears in.)
cc1plus.exe: warnings being treated as errors
package_db.cc:161: warning: control reaches end of non-void function
`packagedb::flush()'
make[2]: *** [package_db.o] Error 1
make[2]: Leaving directory `/cygdrive/C/Download/Cygwin/setup-0'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cygdrive/C/Download/Cygwin/setup-0'
make: *** [all] Error 2

Alan

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




RE: Setup failures over the last few days

2002-05-10 Thread Robert Collins



> -Original Message-
> From: Alan Dobkin [mailto:[EMAIL PROTECTED]] 
> Sent: Saturday, May 11, 2002 11:20 AM
> To: Cygwin
> Cc: Robert Collins
> Subject: Re: Setup failures over the last few days
> 
> 
> --On Friday, May 10, 2002 9:24 PM +1000 Robert Collins 
> <[EMAIL PROTECTED]> wrote:
> 
> > Short answer: use 
> > http://www.cygwin.com/setup-snapshots/setup-20020510.exe.
> 
> > Please, try the setup linked above, and if you have any errors let
> > me know. AFAICT though, it should be ready for widespread use now.
> 
> I am getting basically the same results with this new snapshot 
> as I did with the previous two snapshots.  Using "Install from 
> Local Directory", it hangs on the progress panel while sucking 
> up CPU and memory.  I also tried building the snapshot source 
> again, but it results in the same error:  (This is on Win2K.)

I recommend building setup with the build recipe from
http://sources.redhat.com/cygwin-apps/setup.html.

Rob

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




RE: Installation Issue, un-scriptable installer.

2002-05-10 Thread Robert Collins



> -Original Message-
> From: Ryan Fulcher [mailto:[EMAIL PROTECTED]] 
> Sent: Saturday, May 11, 2002 6:32 AM

> PLEASE PLEASE PLEASE make the setup.exe respond to 
> keystrokes.

No.

I will accept patches that do this cleanly.

However for your needs it's an inappropriate solution. The command line
scriptable capabilities will address your situation much more cleanly.

Rob

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




RE: Installation Issue, un-scriptable installer.

2002-05-10 Thread Robert Collins

Please keep discussions on the list.

> -Original Message-
> From: Ryan Fulcher [mailto:[EMAIL PROTECTED]] 
> Sent: Saturday, May 11, 2002 1:24 PM
> To: Robert Collins
> Subject: Re: Installation Issue, un-scriptable installer.
> 
> 
> kewl, ya, the keying selections during an install could get a 
> little messy, especially if the components are changing. 
> Command line would be much cleaner and effective, Is this in 
> the works? Can I expect it in a few months?

Have a look in the email archives.
 
> I was looking for the setup.exe source (didn't find it) so I 
> could possible hack it up to get it to work today.  As a 
> number of kids would like to use it, and our short summer 
> semester is a good chance for me to see how things are going 
> to work.  But I've missed that so I'll have to find another 
> way to get it installed in the comming weeks.

Look at the http://sources.redhat.com/cygwin-apps.
 
Rob

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




vim losing file bug with :e#

2002-05-10 Thread Greg Matheson

Crossposted to [EMAIL PROTECTED]

This has been happening since vim-6.0 on cygwin. It is
reproducible (although not every time) and occurs when I have 2
files open and switch back and forth between each with :e#. I
start in one and switch to the other and write it, with :w and
then switch back to the first. Then I change focus to another
window. This case, the perl debugger and attempting to read the
file I just wrote, I get the message:

readline() on closed filehandle L at ./ppind.pl line 16.

I then change focus back to vim and switch back to the problem
file and get the vim warning

Warning, file "penpairs" no longer available.

I then write the file to avoid losing it. Then I go back to the
start of this sequence, that is, the first buffer, and do the
same process all over again.  This time I don't get the messages.
But if I do it a third time, the file is no longer available
again.

The changing of focus to another window is involved. If I don't
change focus, I don't lose the file.

I sent the vim bugreport.txt data to [EMAIL PROTECTED]

-- 
Greg Matheson   There is here. Never ceases to amaze me.
Chinmin College
Taiwan Penpals Page: http://netcity.hinet.net/kurage

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




RE: MIT shared memory extension

2002-05-10 Thread Ralf Habacker

...
> In short, I don't like the idea of making key_t 32 bits.
...

> Now you can with a little effort switch between the cygwin and cygipc
> versions for compile time. For runtime there is no conflict.
>
Okay, I have tried to give you some ideas to avoid 64 bit key_t, but it seems,
that you really don't like this idea, so I will end up this thread.

Regards
Ralf



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/