Hello,

I'm new to the 'perlmonks.org' site and not wanting to violate the existing rules here, but I would like to ask at which section - if any of course - could I present a problem with which I struggle ?

I want to install the module 'Module::Starter::AddModule'. However, during installation the 'Distribution::Guess::BuildSystem' module the error occurs. The 'Distribution::Guess::BuildSystem' is a required component.

Testing of Distribution::Guess::BuildSystem does not pass.

[root@pars-k-018 ~/tt1/Distribution-Guess-BuildSystem-0.12]# make test PERL_DL_NONLAZY=1 "/usr/local/bin/perl5" "-MExtUtils::Command::MM" "-M +Test::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, +'blib/lib', 'blib/arch')" t/*.t t/_setting.t .................... ok t/file_has_string.t ............. ok t/just_give_me_a_hash.t ......... ok t/load.t ........................ ok t/makemaker-build-either.t ...... ok t/makemaker-build-wrapped.t ..... ok t/makemaker-true.t .............. 1/? # Failed test 'makemaker_version returns true (good)' # at t/makemaker-true.t line 94. # Looks like you failed 1 test of 30. t/makemaker-true.t .............. Dubious, test returned 1 (wstat 256, + 0x100) Failed 1/30 subtests t/module-build-compat.t ......... ok t/module-build.t ................ ok t/module-install-autoinstall.t .. ok t/module-install.t .............. ok t/pod.t ......................... skipped: Test::Pod 1.00 required for + testing POD t/pod_coverage.t ................ skipped: Test::Pod::Coverage 1.00 re +quired for testing POD coverage t/preferred.t ................... ok Test Summary Report ------------------- t/makemaker-true.t (Wstat: 256 Tests: 30 Failed: 1) Failed test: 20 Non-zero exit status: 1 Files=14, Tests=261, 6 wallclock secs ( 0.22 usr 0.07 sys + 3.91 cu +sr 0.65 csys = 4.84 CPU) Result: FAIL Failed 1/14 test programs. 1/261 subtests failed. *** Error code 255 Stop. make: stopped in /root/tt1/Distribution-Guess-BuildSystem-0.12

Would You be so kind to help me with this or point me, where can I get a help to resolve this problem.

I'm running it on the following system:

# uname -a FreeBSD pars-k-018 10.0-RELEASE-p18 FreeBSD 10.0-RELEASE-p18 #0: Wed F +eb 25 01:08:00 UTC 2015 root@amd64-builder.daemonology.net:/usr/o +bj/usr/src/sys/GENERIC amd64

Thank you in advance for your help


In reply to Problem with 'Distribution::Guess::BuildSystem' module by Krzysztofc

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.