On 05/12/2004 10:53, "Sherm Pendley" <[EMAIL PROTECTED]> wrote:
> On Dec 5, 2004, at 4:07 AM, Marek Stepanek wrote: > >> Is this clear to you, what that means ? Probably the "perl"-link I put >> in >> /usr/bin/ pointing /usr/local/bin/ has not the right rights ? > > That doesn't make any sense. The install script is running, and > reporting an error in mkpath(). If the permissions on /usr/bin/perl > were fubar, you wouldn't be able to run any script, at all. > > You need to take logical steps to narrow down the source of the > problem. See if another module installs correctly, or fails with the > same error. And, see if LWP will install outside of CPAN. > > sherm-- > > Cocoa programming in Perl: http://camelbones.sourceforge.net > Hire me! My resume: http://www.dot-app.org > Hello Sherm, I tried to install several Modules, like follows. I think I will give up, and reinstall everything from scratch - OS X included. thanx for your efforts marek ************ cpan> install DBI having the following result : test.pl done /usr/bin/make test -- OK Running make install * installing blib/arch to /usr/local/lib/perl5/site_perl/5.8.5/darwin-2level * with PERL_INSTALL_ROOT '' * mkpath(/usr/local/lib/perl5/site_perl/5.8.5/darwin-2level) * installing blib/lib to /usr/local/lib/perl5/site_perl/5.8.5 * with PERL_INSTALL_ROOT '' * mkpath(/usr/local/lib/perl5/site_perl/5.8.5) * installing blib/lib to /usr/local/lib/perl5/site_perl/5.8.5 * with PERL_INSTALL_ROOT '' * mkpath(/usr/local/lib/perl5/site_perl/5.8.5) * installing blib/lib to /usr/local/lib/perl5/site_perl/5.8.5 * with PERL_INSTALL_ROOT '' * mkpath(/usr/local/lib/perl5/site_perl/5.8.5) * installing blib/lib to /usr/local/lib/perl5/site_perl/5.8.5 * with PERL_INSTALL_ROOT '' * mkpath(/usr/local/lib/perl5/site_perl/5.8.5) * installing blib/lib to /usr/local/lib/perl5/site_perl/5.8.5 * with PERL_INSTALL_ROOT '' * mkpath(/usr/local/lib/perl5/site_perl/5.8.5) * installing blib/lib to /usr/local/lib/perl5/site_perl/5.8.5 * with PERL_INSTALL_ROOT '' * mkpath(/usr/local/lib/perl5/site_perl/5.8.5) * installing blib/lib to /usr/local/lib/perl5/site_perl/5.8.5 * with PERL_INSTALL_ROOT '' * mkpath(/usr/local/lib/perl5/site_perl/5.8.5) * installing blib/man1 to ?~name * with PERL_INSTALL_ROOT '' * mkpath(?~name) mkdir ?~name: Invalid argument at /usr/local/lib/perl5/5.8.5/ExtUtils/Install.pm line 115 make: *** [pure_site_install] Error 255 /usr/bin/make install -- NOT OK cpan> install Bundle::DBI giving : Running make install Manifying blib/man1/dbish.1 * installing blib/arch to /usr/local/lib/perl5/site_perl/5.8.5/darwin-2level * with PERL_INSTALL_ROOT '' * mkpath(/usr/local/lib/perl5/site_perl/5.8.5/darwin-2level) * installing blib/lib to /usr/local/lib/perl5/site_perl/5.8.5 * with PERL_INSTALL_ROOT '' * mkpath(/usr/local/lib/perl5/site_perl/5.8.5) * installing blib/lib to /usr/local/lib/perl5/site_perl/5.8.5 * with PERL_INSTALL_ROOT '' * mkpath(/usr/local/lib/perl5/site_perl/5.8.5) * installing blib/man1 to ?~name * with PERL_INSTALL_ROOT '' * mkpath(?~name) mkdir ?~name: Invalid argument at /usr/local/lib/perl5/5.8.5/ExtUtils/Install.pm line 115 make: *** [pure_site_install] Error 255 /usr/bin/make install -- NOT OK and cpan> install HTML::Latex gives : Checking if your kit is complete... Looks good Writing Makefile for HTML::Latex Writing Makefile for HTMLLatex cp Latex.pm ../blib/lib/HTML/Latex.pm Manifying ../blib/man3/HTML::Latex.3 /usr/bin/make -- OK Running make test Prepending /Users/mareklaptop/.cpan/build/DBI-Shell-11.93/blib/arch /Users/mareklaptop/.cpan/build/DBI-Shell-11.93/blib/lib /Users/mareklaptop/.cpan/build/DBI-1.46/blib/arch /Users/mareklaptop/.cpan/build/DBI-1.46/blib/lib to PERL5LIB. PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, '../blib/lib', '../blib/arch')" t/*.t t/foreigns....ok t/tags........FAILED test 1 Failed 1/1 tests, 0.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------------- --- t/tags.t 1 1 100.00% 1 Failed 1/2 test scripts, 50.00% okay. 1/2 subtests failed, 50.00% okay. make[1]: *** [test_dynamic] Error 2 make: *** [test] Error 2 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force cpan> install DateTime gives plenty of these errors : Use of uninitialized value in concatenation (.) or string at /usr/local/lib/perl5/5.8.5/ExtUtils/Install.pm line 113. * with PERL_INSTALL_ROOT '' * mkpath(/Users/mareklaptop/.cpan/build/Module-Build-0.2605/t/install_test/usr /local/lib/perl5/site_perl/5.8.5) * installing blib/lib to /Users/mareklaptop/.cpan/build/Module-Build-0.2605/t/install_test/usr/local/ lib/perl5/site_perl/5.8.5 ... Failed 30/31 test scripts, 3.23% okay. 2692/2693 subtests failed, 0.04% okay. 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 cpan> install File::Find::Rule gives Running make install * installing blib/arch to /usr/local/lib/perl5/site_perl/5.8.5/darwin-2level * with PERL_INSTALL_ROOT '' * mkpath(/usr/local/lib/perl5/site_perl/5.8.5/darwin-2level) * installing blib/lib to /usr/local/lib/perl5/site_perl/5.8.5 * with PERL_INSTALL_ROOT '' * mkpath(/usr/local/lib/perl5/site_perl/5.8.5) * installing blib/lib to /usr/local/lib/perl5/site_perl/5.8.5 * with PERL_INSTALL_ROOT '' * mkpath(/usr/local/lib/perl5/site_perl/5.8.5) * installing blib/man1 to ?~name * with PERL_INSTALL_ROOT '' * mkpath(?~name) mkdir ?~name: Invalid argument at /usr/local/lib/perl5/5.8.5/ExtUtils/Install.pm line 115 make: *** [pure_site_install] Error 255 /usr/bin/make install -- NOT OK -- ______________________________________________________________________ ___PODIUM_INTERNATIONAL_//_the_embassy_for_talented_young_musicians___ _______Marek_Stepanek__mstep_[at]_PodiumInternational_[dot]_org_______ __________________http://www.PodiumInternational.org__________________ ______________________________________________________________________