This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Perl documentation inaccessible via 'perldoc'.


> Rob@desktop2 /cygdrive/c/_32/working/math-gmpz/Math-GMPz-0.22
> $ perldoc ExtUtils::MakeMaker
> Error in tempfile() using ./XXXXXXXXXX: Parent directory (./) is not 
> writable
>  at /usr/lib/perl5/5.8/Pod/Perldoc.pm line 1483

tempfile() is trying to create the tempfile in the current directory,
rather than a standard temporary directory such as /tmp.  'perldoc
File::Temp' says that if you don't specify a tempfile directory, tempfile()
puts it in the location returned by File::Spec::tempdir().  Normally that
should be /tmp.  I wonder, do you have TMPDIR set?  Try setting it, e.g.

export TMPDIR=/tmp/Rob

and see if that solves the problem.
A.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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