Hello everyone,

I am experiencing the same errors and some more:

op/stat.t (Ws +tat: 0 Tests: 111 Failed: 1) Failed test: 91 ../cpan/ExtUtils-Install/t/can_write_dir.t (Ws +tat: 512 (exited 2) Tests: 12 Failed: 2) Failed tests: 7-8 Non-zero exit status: 2 ../cpan/ExtUtils-Install/t/Packlist.t (Ws +tat: 256 (exited 1) Tests: 35 Failed: 1) Failed test: 18 Non-zero exit status: 1 ../cpan/ExtUtils-MakeMaker/t/Mkbootstrap.t (Ws +tat: 256 (exited 1) Tests: 18 Failed: 1) Failed test: 8 Non-zero exit status: 1 ../cpan/ExtUtils-Manifest/t/Manifest.t (Ws +tat: 256 (exited 1) Tests: 98 Failed: 1) Failed test: 93 Non-zero exit status: 1 ../cpan/IO-Compress/t/cz-14gzopen.t (Ws +tat: 1024 (exited 4) Tests: 264 Failed: 4) Failed tests: 182-183, 185-186 Non-zero exit status: 4 ../ext/POSIX/t/termios.t (Ws +tat: 1536 (exited 6) Tests: 1655 Failed: 6) Failed tests: 98, 100, 1649, 1651, 1653, 1655 Non-zero exit status: 6
during compilation of perl 5.38.2 using perlbrew on AFS filesystem (Auristor 2021.05)

Compiling locally (CentOS7 and RHEL9) works fine, though. AFS ACLs are set diffenrently and do not use the local FS calls, thus it comes to my mind it could be worth pondering on an environment variable, which states during compilation time, that the underlying FS is non-standard, so the tests may be skipped or the variable evaluated and other test might be run. Whoever is willing to implement that...


In reply to Re^2: perl 5.38 - File open test failures on RockyLinux 8.8 by Anonymous Monk
in thread perl 5.38 - File open test failures on RockyLinux 8.8 by Anonymous Monk

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.