Re: [SciPy-dev] error: =?iso-8859-1?q?/tmp/=5F=5Fdummy.f:?=
Permission denied
by Skip Montanaro other posts by this author
Nov 27 2002 1:49AM messages near this date
Re: [SciPy-dev] error: =?iso-8859-1?q?/tmp/=5F=5Fdummy.f:?= Permission
denied
|
[SciPy-dev] [Fwd: [Numpy-discussion] Ann: ARPACK bindings to Numeric Python]
> > running find_fortran_compiler
> > error: /tmp/__dummy.f: Permission denied
Pearu> Check your permissions to /tmp.
I believe I solved this at one point but never checked in the fix. /tmp
shouldn't be used as a temporary directory during builds. If you happen to
run on a machine shared by multiple people, you're bound to have problems.
Many multi-user machines are administered so that anyone can create files in
/tmp, but that only the owner can modify them. Fiddling permissions on /tmp
isn't a wise idea in such contexts.
Skip
Thread:
Nils Wagner
Berthold =?iso-8859-15?q?H=F6llmann?=
Pearu Peterson
Pearu Peterson
Skip Montanaro
|