Subject: | make install fails on no write |
Hmm, was trying to install this for the advent calendar and I
got a problem with make install. I'm not sure what's up here, so
here's a list of the output of the CPAN shell during a install...
Show quoted text
cpan> install Inline::Files
CPAN: Storable loaded ok
Going to read /home/acme/.cpan/Metadata
Running install for module Inline::Files
Running make for D/DC/DCONWAY/Inline-Files-0.60.tar.gz
<skip large chunk of stuff>
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.6.0/i3
86-linux -I/usr/lib/perl5/5.6.0 -e 'use Test::Harness qw(&runtests $verbose); $v
erbose=0; runtests @ARGV;' t/*.t
t/00init.......ok
t/01basics.....ok
t/02write......ok
t/03nowrite....FAILED test 2
Failed 1/2 tests, 50.00% okay
t/04create.....ok
t/05seek.......ok
t/06backup.....ok
t/07hash.......ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/03nowrite.t 2 1 50.00% 2
Failed 1/8 test scripts, 87.50% okay. 1/67 subtests failed, 98.51% okay.
make: *** [test_dynamic] Error 29
/usr/bin/make test -- NOT OK
Running the test by hand gives:
[root@ns0 Inline-Files-0.60]# perl t/03nowrite.t
1..2
not ok 1
# Failed test 1 in t/03nowrite.t at line 20
not ok 2
# Failed test 2 in t/03nowrite.t at line 35
This is the perl that ships with Redhat 7.2 as in
[root@ns0 Inline-Files-0.60]# uname -a
Linux ns0 2.4.7-10 #1 Thu Sep 6 17:21:28 EDT 2001 i586 unknown
It says:
[root@ns0 Inline-Files-0.60]# perl -v
This is perl, v5.6.0 built for i386-linux
(blah blah copyright blah)
Hope this is enough...if not, email me back or get acme or muttley to
try other things on the shared box....
Thanks for your help.
Mark.