ExtUtils::MakeMaker module stops while "make test" on my machine. (FreeBSD 8.2, Perl 5.12.2)
update:Solved with ExtUtils-MakeMaker-6.63_02.tar.gz
it always stops at t/INSTALL_BASE.t 3/20. Theses are messages printed at console.
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-Iblib/arch" "-Iblib/lib" "-MEx
+tUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')"
+t/*.t
t/00compile.t ............. ok
t/arch_check.t ............ ok
t/backwards.t ............. ok
t/basic.t ................. ok
t/build_man.t ............. ok
t/cd.t .................... ok
t/config.t ................ ok
t/dir_target.t ............ ok
t/FIRST_MAKEFILE.t ........ ok
t/fix_libs.t .............. ok
t/fixin.t ................. ok
t/hints.t ................. ok
t/INST.t .................. ok
t/INST_PREFIX.t ........... ok
t/INSTALL_BASE.t .......... 3/20
What I have done so far with Q and A. I am stucked.
Q.Can I execute INSTALL_BASE.t alone?
A.it uses modules under lib directory, "perl -Ilib INSTALL_BASE.t" will execute test script alone.
Q. Where it stops?
A. my $install_out = run("$make install");
Q. What it says when you kick it with system("$make install"); ?
A. it says
FreeBSD: Registering installation in the package database
FreeBSD: Cannot determine module description
and stops.
Q. Try to run it with root. then How?
A. it shows the same message above.
This may be a problem of FreeBSD and may not be a problem of perl. I wonder if someone meets same situation.Any hints and suggestions, welcome.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.