Oh wise ones,

I am currently running perl 5.8.8 on a server and I'm trying to install 5.14.

I configured it to usethreads and use64bitint and otherwise the defaults it suggested.

make ran without problems, but make test is failing, on

  ../cpan/IPC-SysV/t/ipcsysv.t
  ../cpan/IPC-SysV/t/shm.t
thus:
# ./perl harness ../cpan/IPC-SysV/t/shm.t ../cpan/IPC-SysV/t/ipcsysv.t ../cpan/IPC-SysV/t/shm.t ...... IPC::SharedMem->new failed: Invalid ar +gument at t/shm.t line 54. ../cpan/IPC-SysV/t/shm.t ...... Dubious, test returned 22 (wstat 5632, + 0x1600) No subtests run ../cpan/IPC-SysV/t/ipcsysv.t .. 1/38 shmget failed: Invalid argument a +t t/ipcsysv.t line 100. # Looks like you planned 38 tests but ran 17. # Looks like your test exited with 22 just after 17. ../cpan/IPC-SysV/t/ipcsysv.t .. Dubious, test returned 22 (wstat 5632, + 0x1600) Failed 21/38 subtests Test Summary Report ------------------- ../cpan/IPC-SysV/t/shm.t (Wstat: 5632 Tests: 0 Failed: 0) Non-zero exit status: 22 Parse errors: No plan found in TAP output ../cpan/IPC-SysV/t/ipcsysv.t (Wstat: 5632 Tests: 17 Failed: 0) Non-zero exit status: 22 Parse errors: Bad plan. You planned 38 tests but ran 17. Files=2, Tests=17, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.13 cusr + 0.00 csys = 0.14 CPU) Result: FAIL

Both of these tests are reporting 'Invalid argument', but when I look at the source, I can't see anything that looks invlaid. I'm not really sure how to proceed... any pointers?


In reply to IPC-SysV problems when upgrading perl. by dancrumb

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.