Re: make-3.79 on solaris8 broken

2001-11-19 Thread Paul D. Smith
Definitely the next version of make should resolve all the EINTR problems. -- --- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://www.paulandlesley.

Re: make-3.79 on solaris8 broken

2001-11-19 Thread Kevin Nomura
Fails also with 3.79.1. The code in that area didn't change, so I'm not really surprised. Some local folks have noted that this is an exposure on NFS filesystems mounted with the "intr" flag. I assume this is a valid way to do mounts so it's a real problem, but maybe explains why it isn't seen

Re: make-3.79 on solaris8 broken

2001-11-19 Thread Kevin Nomura
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > > Kevin Nomura > > Sent: Monday, November 19, 2001 1:07 PM > > To: [EMAIL PROTECTED] > > Subject: make-3.79 on solaris8 broken > > > > > > Using make-3.79 under solaris 6 and solaris 8, I have been

RE: make-3.79 on solaris8 broken

2001-11-19 Thread Howard Chu
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > Kevin Nomura > Sent: Monday, November 19, 2001 1:07 PM > To: [EMAIL PROTECTED] > Subject: make-3.79 on solaris8 broken > > > Using make-3.79 under solaris 6 and solaris 8, I have be

Re: make-3.79 on solaris8 broken

2001-11-19 Thread Paul D. Smith
Please get a copy of GNU make 3.79.1 (the latest version) and see if that works any better. I'm just finishing up a new release 3.79.2 which changes the way jobserver works so EINTR is not a problem. -- --- Paul D. Smi

make-3.79 on solaris8 broken

2001-11-19 Thread Kevin Nomura
Using make-3.79 under solaris 6 and solaris 8, I have been seeing two intermittent problems. It seems to get worse with higher values of -j. One is "No rule to make target xxx" when there is, in fact, a rule to make target xxx. As befits an intermittent problem, the make succeeds if rerun wi