Greg, On Thursday, September 21, 2006 2:51 PM you wrote: > > > [EMAIL PROTECTED] page]$ svk > > Can't locate Class/Autouse.pm in @INC (@INC contains: > > ... > > Perhaps you or someone else who is more familiar with the advanced > > use of Perl than I am could suggest where to go from here? > > The Class::Autouse module is missing. See > http://search.cpan.org/~adamk/Class-Autouse-1.27/ > If there is no package for your distribution (it is named > libclass-autouse-perl in Debian), you can build, test and > install the module with: > perl Makefile.pl > make > make test > make install >
Thanks for your help. This CPAN stuff is pretty scary! :-) I must have just downloaded and installed several hundred new Perl packages in the list 5 minutes! I logged in as root and did # cpan cpan> install Class::Autouse cpan> exit I seemed to install ok. It told me I should upgrade my cpan installation by 'install Bundle::CPAN' and then reload, which I did apparently successfully Then I went to svk and now it gaves me a different error: [EMAIL PROTECTED] page]$ svk Use of uninitialized value in pattern match (m//) at /usr/lib/perl5/site_perl/5.8.0/Class/Autouse.pm line 531. Can't locate File/Type.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0/i386-linux-thread-multi, /usr/lib/perl5/5.8.0, /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi, /usr/lib/perl5/site_perl/5.8.0, /usr/lib/perl5/site_perl, /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi, /usr/lib/perl5/vendor_perl/5.8.0, /usr/lib/perl5/vendor_perl, /usr/lib/perl5/5.8.0/i386-linux-thread-multi, /usr/lib/perl5/5.8.0, .) at /usr/lib/perl5/site_perl/5.8.0/SVK/Util.pm line 36 BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.0/SVK/Util.pm line 36. Compilation failed in require at /usr/lib/perl5/site_perl/5.8.0/SVK/Command.pm line 7. BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.0/SVK/Command.pm line 7. Compilation failed in require at /usr/lib/perl5/site_perl/5.8.0/Class/Autouse.pm line 406. [EMAIL PROTECTED] page]$ -------- I tried cpan> install File::Type but I get 3 errors during the install: PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00setup....ok t/01type.....Malformed UTF-8 character (unexpected non-continuation byte 0x0c, immediately after start byte 0xeb) in pattern match (m//) at lib/File/Type.pm line 102. Malformed UTF-8 character (unexpected non-continuation byte 0x0c, immediately after start byte 0xeb) in pattern match (m//) at lib/File/Type.pm line 108. ... Malformed UTF-8 character (unexpected continuation byte 0x80, with no preceding start byte) in pattern match (m//) at lib/File/Type.pm line 1344. # Failed test (t/01type.t at line 57) # got: 'application/octet-stream' # expected: 'audio/x-wav' Malformed UTF-8 character (unexpected end of string) at lib/File/Type.pm line 67. ... Malformed UTF-8 character (byte 0xff) in pattern match (m//) at lib/File/Type.pm line 1483. # Failed test (t/01type.t at line 57) # got: 'application/octet-stream' # expected: 'image/jpeg' Malformed UTF-8 character (unexpected non-continuation byte 0xd0, 1 byte after start byte 0xf3, expected 4 bytes) in pattern match (m//) at lib/File/Type.pm line 120. Malformed UTF-8 character (unexpected non-continuation byte 0xe5, immediately after start byte 0xc4) in pattern match (m//) at lib/File/Type.pm line 315. ... Malformed UTF-8 character (unexpected continuation byte 0x8b, with no preceding start byte) in pattern match (m//) at lib/File/Type.pm line 1479. # Failed test (t/02mime.t at line 61) # got: 'application/octet-stream' # expected: 'application/x-gzip' # Looks like you failed 3 tests of 18. dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 3, 14, 18 Failed 3/18 tests, 83.33% okay Failed 2/3 test scripts, 33.33% okay. 8/58 subtests failed, 86.21% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------ ------- t/01type.t 5 1280 36 5 13.89% 6 14 26 28 36 t/02mime.t 3 768 18 3 16.67% 3 14 18 make: *** [test_dynamic] Error 2 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force [EMAIL PROTECTED] page]# ---------- So, any ideas how to fix this one? Regards, Bill Page. _______________________________________________ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/mailman/listinfo/axiom-developer