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.
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
Yes, I meant to mention that this was seen under NFS. And only on
solaris, though we do an equivalent amount of banging on NFS
from Linux and Alpha clients.
Kevin
Howard Chu wrote:
>
> I've seen this kind of problem before in other programs, but usually only on
> NFS-mounted filesystems. G
I've seen this kind of problem before in other programs, but usually only on
NFS-mounted filesystems. Generally on local UFS partitions the system calls
are atomic. It would be simpler if we could use sigaction() and set the
SA_RESTART flag for these signals, but the Solaris man pages don't mentio
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
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
Hello.
I am writing to inform you we have several IC Design and ASIC Verification
Engineers and 2 FAE's looking for permanent or consulting opportunities.
They were victims of a recent company shutdown and are eager to resume work;
IC, FPGA, circuit design, verification, synthesis, physical desi
%% Henning Makholm <[EMAIL PROTECTED]> writes:
hm> Scripsit "Paul D. Smith" <[EMAIL PROTECTED]>
>> %% Ardeshir Saghafi <[EMAIL PROTECTED]> writes:
as> Executing gmake -f pass0/Makefile -j 1 > pass0/logs/gmake.log.
as> Error: gmake: the `-j' option requires a positive integral argumen
Scripsit "Paul D. Smith" <[EMAIL PROTECTED]>
> %% Ardeshir Saghafi <[EMAIL PROTECTED]> writes:
> as> Executing gmake -f pass0/Makefile -j 1 > pass0/logs/gmake.log.
> as> Error: gmake: the `-j' option requires a positive integral argument
> I can't reproduce this problem.
FWIW, on my box
On Sun, Nov 18, 2001 at 02:07:25PM -0500, Paul D. Smith wrote:
> %% Manoj Srivastava <[EMAIL PROTECTED]> writes:
> ms> I think the documentation needs to be clarified to explain this
> ms> behaviour (perhaps the shell functions are executed at the
> ms> beginning of the command group,
>
10 matches
Mail list logo