I am attempting to install Music::Tag::Amazon. I had some make test fail issues, and eventually thought I had tracked the probelem down to a dependency on XML::LibXML.I got that installed, as well as the other math libs the CPAN installation spew gave me. From CPAN, I found a link to this.

http://deps.cpantesters.org/?module=Music::Tag::Amazon

I installed everysingle one of those, so I don't think it's a Perl module dependency. I've been going 12 hours straight, and I am definently need some monk wisdom. Thanks in advance.

cpan[150]> install Music::Tag::Amazon Running install for module 'Music::Tag::Amazon' Running make for E/EA/EALLENIII/Music-Tag-Amazon-0.4101.tar.gz Has already been unwrapped into directory /home/shain/.cpan/build/Mu +sic-Tag-Amazon-0.4101-4imKNN Has already been made Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-MTest::Har +ness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib +', 'blib/arch')" t/*.t t/1-amazon.t ........ 1/8 Mandatory paramter 'associate_tag' not defin +ed at /usr/local/share/perl/5.14.2/Net/Amazon.pm line 68. # Looks like you planned 8 tests but ran 2. # Looks like your test exited with 255 just after 2. t/1-amazon.t ........ Dubious, test returned 255 (wstat 65280, 0xff00) Failed 6/8 subtests t/2-pod.t ........... ok t/3-pod-coverage.t .. ok Test Summary Report ------------------- t/1-amazon.t (Wstat: 65280 Tests: 2 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 8 tests but ran 2. Files=3, Tests=4, 2 wallclock secs ( 0.05 usr 0.01 sys + 1.06 cusr + 0.12 csys = 1.24 CPU) Result: FAIL Failed 1/3 test programs. 0/4 subtests failed. make: *** [test_dynamic] Error 255 EALLENIII/Music-Tag-Amazon-0.4101.tar.gz /usr/bin/make test -- NOT OK //hint// to see the cpan-testers results for installing this module, t +ry: reports EALLENIII/Music-Tag-Amazon-0.4101.tar.gz Running make install make test had returned bad status, won't install without force Failed during this command: EALLENIII/Music-Tag-Amazon-0.4101.tar.gz : make_test NO

bless $you, $monks;


In reply to Make fail on Music::Tag::Amazon by shain

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.