Hi all,

I'm trying to install AceDB, but having some difficulty. I tried installing it first from cpan without success, and then i went on to download it myself and try to install it without using cpan. Either way, it fails at the same point during the make test phase. I thought it might've been cause I'm behind a firewall that might be blocking a relevant port, so I tried to force it to run only locally, but that didn't help me at all.

Any assistance would be valued. Below is the output from the make test attempt

make test ACEDB_HOST=localhost ACEDB_PORT=200005 make[1]: Entering directory `/home/davis/Downloads/AcePerl-1.92/Freesu +bs' make[1]: Leaving directory `/home/davis/Downloads/AcePerl-1.92/Freesub +s' make[1]: Entering directory `/home/davis/Downloads/AcePerl-1.92/RPC' make[1]: Leaving directory `/home/davis/Downloads/AcePerl-1.92/RPC' PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_h +arness(0, 'blib/lib', 'blib/arch')" t/*.t t/basic.t ..... Waiting for remote acedb regression database to start +up. This may take a few minutes. t/basic.t ..... 1/10 Couldn't establish connection to database. Abort +ing tests. t/basic.t ..... Dubious, test returned 111 (wstat 28416, 0x6f00) Failed 9/10 subtests t/object.t .... 1/36 Couldn't establish connection to database. Abort +ing tests. t/object.t .... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 35/36 subtests t/sequence.t .. 1/54 Couldn't establish connection to database. Abort +ing tests. t/sequence.t .. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 53/54 subtests t/update.t .... 1/17 Couldn't establish connection to database. Abort +ing tests. t/update.t .... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 16/17 subtests Test Summary Report ------------------- t/basic.t (Wstat: 28416 Tests: 2 Failed: 1) Failed test: 2 Non-zero exit status: 111 Parse errors: Bad plan. You planned 10 tests but ran 2. t/object.t (Wstat: 65280 Tests: 2 Failed: 1) Failed test: 2 Non-zero exit status: 255 Parse errors: Bad plan. You planned 36 tests but ran 2. t/sequence.t (Wstat: 65280 Tests: 2 Failed: 1) Failed test: 2 Non-zero exit status: 255 Parse errors: Bad plan. You planned 54 tests but ran 2. t/update.t (Wstat: 65280 Tests: 2 Failed: 1) Failed test: 2 Non-zero exit status: 255 Parse errors: Bad plan. You planned 17 tests but ran 2. Files=4, Tests=8, 0 wallclock secs ( 0.08 usr 0.02 sys + 0.32 cusr + 0.06 csys = 0.48 CPU) Result: FAIL Failed 4/4 test programs. 4/8 subtests failed. make: *** [test_dynamic] Error 255

In reply to Installing AceDB- fails during make test by bhdavis1978

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.