Checking if your kit is complete... Looks good Writing Makefile for File::Lock cp Lock.pm blib/lib/File/Lock.pm AutoSplitting blib/lib/File/Lock.pm (blib/lib/auto/File/Lock) /home/cpanrun/pa-risc1.1/build/5.8.2/bin/perl /home/cpanrun/pa-risc1.1/build/5.8.2/lib/5.8.2/ExtUtils/xsubpp -typemap /home/cpanrun/pa-risc1.1/build/5.8.2/lib/5.8.2/ExtUtils/typemap -typemap typemap Lock.xs > Lock.xsc && mv Lock.xsc Lock.c Please specify prototyping behavior for Lock.xs (see perlxs manual) cc -c -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fast +Onolimit +Opromote_indirect_calls +DAportable +DS2.0 -DVERSION=\"0.9\" -DXS_VERSION=\"0.9\" +Z "-I/home/cpanrun/pa-risc1.1/build/5.8.2/lib/5.8.2/PA-RISC1.1-thread-multi/CORE" Lock.c cc: "Lock.xs", line 64: warning 573: Parameter list is inconsistent for "__errno". cc: "Lock.c", line 709: error 1588: "na" undefined. cc: "Lock.c", line 709: warning 563: Argument #3 is not the correct type. cc: "Lock.c", line 709: warning 527: Integral value implicitly converted to pointer in assignment. cc: "Lock.c", line 709: warning 563: Argument #4 is not the correct type. cc: "Lock.c", line 784: error 1588: "na" undefined. cc: "Lock.c", line 784: warning 563: Argument #3 is not the correct type. cc: "Lock.c", line 784: warning 527: Integral value implicitly converted to pointer in assignment. cc: "Lock.c", line 784: warning 563: Argument #4 is not the correct type. cc: "Lock.xs", line 700: error 1588: "sv_undef" undefined. cc: "Lock.xs", line 700: error 1588: "sv_yes" undefined. cc: "Lock.xs", line 717: error 1588: "sv_undef" undefined. cc: "Lock.xs", line 717: error 1588: "sv_yes" undefined. cc: "Lock.xs", line 721: error 1588: "sv_undef" undefined. cc: "Lock.xs", line 721: error 1588: "sv_yes" undefined. cc: "Lock.c", line 917: error 1588: "na" undefined. cc: "Lock.c", line 917: warning 563: Argument #3 is not the correct type. cc: "Lock.c", line 917: warning 527: Integral value implicitly converted to pointer in assignment. cc: "Lock.c", line 917: warning 563: Argument #4 is not the correct type. cc: "Lock.xs", line 756: error 1588: "sv_undef" undefined. cc: "Lock.xs", line 756: error 1588: "sv_yes" undefined. cc: "Lock.c", line 995: error 1588: "na" undefined. cc: "Lock.c", line 995: warning 563: Argument #3 is not the correct type. cc: "Lock.c", line 995: warning 527: Integral value implicitly converted to pointer in assignment. cc: "Lock.c", line 995: warning 563: Argument #4 is not the correct type. cc: "Lock.xs", line 782: error 1588: "sv_undef" undefined. cc: "Lock.xs", line 782: error 1588: "sv_yes" undefined. cc: "Lock.c", line 1216: error 1588: "na" undefined. cc: "Lock.c", line 1216: warning 563: Argument #3 is not the correct type. cc: "Lock.c", line 1216: warning 527: Integral value implicitly converted to pointer in assignment. cc: "Lock.c", line 1216: warning 563: Argument #4 is not the correct type. cc: "Lock.xs", line 871: error 1588: "sv_undef" undefined. cc: "Lock.xs", line 871: error 1588: "sv_yes" undefined. cc: "Lock.c", line 1276: error 1588: "na" undefined. cc: "Lock.c", line 1276: warning 563: Argument #3 is not the correct type. cc: "Lock.c", line 1276: warning 527: Integral value implicitly converted to pointer in assignment. cc: "Lock.c", line 1276: warning 563: Argument #4 is not the correct type. cc: "Lock.xs", line 916: error 1588: "sv_undef" undefined. make: *** [Lock.o] Error 1 PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/base.......1..1 ok 1 ok t/fcntl......Returning `yes' from has_fcntl() 1..9 Entering fcntl(3,Lock_shared,0,0,0) Entering _base_fcntl(3,Lock_shared,0,0,0) fcntl(3,10,-) = -1 V- Err: Invalid argument Returning -1 (bad) from _base_fcntl (l_type=Lock_exclusive) Entering ok 1 not ok 2 fcntl(3,Lock_unlock,0,0,0) Entering _base_fcntl(3,Lock_unlock,0,0,0) fcntl(3,9,-) = -1 V- Err: Invalid argument Returning -1 (bad) from _base_fcntl (l_type=Lock_test) not ok 3 ok 4 Entering fcntl(3,Lock_exclusive,0,0,0) Entering _base_fcntl(3,Lock_exclusive,0,0,0) fcntl(3,10,-) = -1 V- Err: Invalid argument Returning -1 (bad) from _base_fcntl (l_type=Lock_shared) Entering fcntl(3,Lock_unlock,0,0,0) Entering _base_fcntl(3,Lock_unlock,0,0,0) fcntl(3,9,-) = -1 V- Err: Invalid argument Returning -1 (bad) from _base_fcntl (l_type=Lock_test) ok 5 not ok 6 not ok 7 ok 8 ok 9 FAILED tests 2-3, 6-7 Failed 4/9 tests, 55.56% okay t/fcntl_r....Returning `yes' from has_fcntl() Entering fcntl(3,Lock_shared|Lock_nowait,0,0,0) Entering _base_fcntl(3,Lock_shared|Lock_nowait,0,0,0) fcntl(3,9,-) = 0 Returning 0 (good) from _base_fcntl (l_type=Lock_exclusive) Entering fcntl(3,Lock_shared|Lock_nowait,0,0,0) Entering _base_fcntl(3,Lock_shared|Lock_nowait,0,0,0) fcntl(3,9,-) = -1 V- Err: Invalid argument Returning -1 (bad) from _base_fcntl (l_type=Lock_exclusive) Entering fcntl(3,Lock_exclusive|Lock_nowait,0,0,0) Entering _base_fcntl(3,Lock_exclusive|Lock_nowait,0,0,0) fcntl(3,9,-) = -1 V- Err: Invalid argument Returning -1 (bad) from _base_fcntl (l_type=Lock_shared) Entering fcntl(3,Lock_unlock,0,0,0) Entering _base_fcntl(3,Lock_unlock,0,0,0) fcntl(3,9,-) = -1 V- Err: Invalid argument Returning -1 (bad) from _base_fcntl (l_type=Lock_test) Entering fcntl(3,Lock_test,0,0,0) Entering _base_fcntl(3,Lock_test,0,0,0) fcntl(3,8,-) = -1 fcntl(3,8,-) = -1 -1 1..5 ok 1 not ok 2 ok 3 not ok 4 dubious Test returned status 0 (wstat 138, 0x8a) Executing /opt/langtools/bin/gdb "/home/cpanrun/pa-risc1.1/build/5.8.2/bin/perl" "core" (bt)... HP gdb 3.2 for PA-RISC 1.1 or 2.0 (narrow), HP-UX 11.00. Copyright 1986 - 2001 Free Software Foundation, Inc. Hewlett-Packard Wildebeest 3.2 (based on GDB) is covered by the GNU General Public License. Type "show copying" to see the conditions to change it and/or distribute copies. Type "show warranty" for warranty/support. ..(no debugging symbols found)... Core was generated by `perl'. Program terminated with signal 10, Bus error. warning: The shared libraries were not privately mapped; setting a breakpoint in a shared library will not work until you rerun the program. (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... #0 0xc10bdee8 in _base_fcntl+0x318 () from /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-Lock/blib/arch/auto/File/Lock/Lock.sl (gdb) #0 0xc10bdee8 in _base_fcntl+0x318 () from /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-Lock/blib/arch/auto/File/Lock/Lock.sl #1 0xc10bfb94 in XS_File__Lock_fcntl+0x748 () from /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-Lock/blib/arch/auto/File/Lock/Lock.sl #2 0x161d54 in Perl_pp_entersub+0xa94 () #3 0x157574 in Perl_runops_standard+0x4c () #4 0x3dcc4 in S_run_body+0xb00 () #5 0x3d0fc in perl_run+0x8e4 () #6 0x373dc in main+0xb4 () (gdb) DIED. FAILED tests 2, 4-5 Failed 3/5 tests, 40.00% okay t/fcntl_w....Returning `yes' from has_fcntl() Entering fcntl(3,Lock_exclusive|Lock_nowait,0,0,0) Entering _base_fcntl(3,Lock_exclusive|Lock_nowait,0,0,0) fcntl(3,1..6 9,-) = 0 Returning 0 (good) from _base_fcntl (l_type=Lock_shared) ok 1 Entering fcntl(3,Lock_exclusive|Lock_nowait,0,0,0) Entering _base_fcntl(3,Lock_exclusive|Lock_nowait,0,0,0) fcntl(3,9,-) = -1 V- Err: Invalid argument Returning -1 (bad) from _base_fcntl (l_type=Lock_shared) We = 6980, he = 6979 Returning `yes' from has_fcntl() Entering fcntl(3,Lock_test,0,0,0) Entering _base_fcntl(3,Lock_test,0,0,0) fcntl(3,8,-) = -1 fcntl(3,8,-) = -1 -1 ok 2 Entering fcntl(3,Lock_shared|Lock_nowait,0,0,0) Entering _base_fcntl(3,Lock_shared|Lock_nowait,0,0,0) fcntl(3,9,-) = -1 V- Err: Invalid argument Returning -1 (bad) from _base_fcntl (l_type=Lock_exclusive) ok 4 Entering fcntl(3,Lock_unlock,0,0,0) Entering _base_fcntl(3,Lock_unlock,0,0,0) fcntl(3,9,-) = -1 V- Err: Invalid argument Returning -1 (bad) from _base_fcntl (l_type=Lock_test) Entering fcntl(3,Lock_test,0,0,0) Entering _base_fcntl(3,Lock_test,0,0,0) fcntl(3,8,-) = -1 fcntl(3,8,-) = -1 -1 not ok 5 Confused test output: test 4 answered after test 4 dubious Test returned status 0 (wstat 138, 0x8a) Executing /opt/langtools/bin/gdb "/home/cpanrun/pa-risc1.1/build/5.8.2/bin/perl" "core" (bt)... HP gdb 3.2 for PA-RISC 1.1 or 2.0 (narrow), HP-UX 11.00. Copyright 1986 - 2001 Free Software Foundation, Inc. Hewlett-Packard Wildebeest 3.2 (based on GDB) is covered by the GNU General Public License. Type "show copying" to see the conditions to change it and/or distribute copies. Type "show warranty" for warranty/support. ..(no debugging symbols found)... Core was generated by `perl'. Program terminated with signal 10, Bus error. warning: The shared libraries were not privately mapped; setting a breakpoint in a shared library will not work until you rerun the program. (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... #0 0xc10bdee8 in _base_fcntl+0x318 () from /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-Lock/blib/arch/auto/File/Lock/Lock.sl (gdb) #0 0xc10bdee8 in _base_fcntl+0x318 () from /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-Lock/blib/arch/auto/File/Lock/Lock.sl #1 0xc10bfb94 in XS_File__Lock_fcntl+0x748 () from /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-Lock/blib/arch/auto/File/Lock/Lock.sl #2 0x161d54 in Perl_pp_entersub+0xa94 () #3 0x157574 in Perl_runops_standard+0x4c () #4 0x3dcc4 in S_run_body+0xb00 () #5 0x3d0fc in perl_run+0x8e4 () #6 0x373dc in main+0xb4 () (gdb) DIED. FAILED tests 3, 5-6 Failed 3/6 tests, 50.00% okay t/flock......Returning `emulated' from has_flock() 1..9 Entering flock(3,Lock_shared) Entering _base_fcntl(3,Lock_shared,0,0,0) fcntl(3,10,-) = -1 V- Err: Invalid argument Returning -1 (bad) from _base_fcntl (l_type=Lock_exclusive) Entering flock(3,Lock_unlock) Entering _base_fcntl(3,Lock_unlock,0,0,0) fcntl(3,9,-) = -1 V- Err: Invalid argument Returning -1 (bad) from _base_fcntl (l_type=Lock_test) ok 1 not ok 2 not ok 3 ok 4 Entering flock(3,Lock_exclusive) Entering _base_fcntl(3,Lock_exclusive,0,0,0) fcntl(3,10,-) = -1 V- Err: Invalid argument Returning -1 (bad) from _base_fcntl (l_type=Lock_shared) Entering flock(3,Lock_unlock) Entering _base_fcntl(3,Lock_unlock,0,0,0) fcntl(3,9,-) = -1 V- Err: Invalid argument Returning -1 (bad) from _base_fcntl (l_type=Lock_test) ok 5 not ok 6 not ok 7 ok 8 ok 9 FAILED tests 2-3, 6-7 Failed 4/9 tests, 55.56% okay t/flock_r....Returning `emulated' from has_flock() Entering flock(3,Lock_shared) Entering _base_fcntl(3,Lock_shared,0,0,0) fcntl(3,10,-) = -1 1..5 V- Err: Invalid argument Returning -1 (bad) from _base_fcntl (l_type=Lock_exclusive) not ok 1 Entering flock(3,Lock_shared) Entering _base_fcntl(3,Lock_shared,0,0,0) fcntl(3,10,-) = -1 V- Err: Invalid argument Returning -1 (bad) from _base_fcntl (l_type=Lock_exclusive) not ok 2 Entering flock(3,Lock_exclusive|Lock_nowait) Entering _base_fcntl(3,Lock_exclusive|Lock_nowait,0,0,0) fcntl(3,9,-) = -1 V- Err: Invalid argument Returning -1 (bad) from _base_fcntl (l_type=Lock_shared) ok 3 Entering flock(3,Lock_unlock) Entering _base_fcntl(3,Lock_unlock,0,0,0) fcntl(3,9,-) = -1 V- Err: Invalid argument Returning -1 (bad) from _base_fcntl (l_type=Lock_test) Returning `yes' from has_fcntl() Entering fcntl(3,Lock_test,0,0,0) Entering _base_fcntl(3,Lock_test,0,0,0) fcntl(3,8,-) = -1 fcntl(3,8,-) = -1 -1 not ok 4 dubious Test returned status 0 (wstat 138, 0x8a) Executing /opt/langtools/bin/gdb "/home/cpanrun/pa-risc1.1/build/5.8.2/bin/perl" "core" (bt)... HP gdb 3.2 for PA-RISC 1.1 or 2.0 (narrow), HP-UX 11.00. Copyright 1986 - 2001 Free Software Foundation, Inc. Hewlett-Packard Wildebeest 3.2 (based on GDB) is covered by the GNU General Public License. Type "show copying" to see the conditions to change it and/or distribute copies. Type "show warranty" for warranty/support. ..(no debugging symbols found)... Core was generated by `perl'. Program terminated with signal 10, Bus error. warning: The shared libraries were not privately mapped; setting a breakpoint in a shared library will not work until you rerun the program. (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... #0 0xc10bdee8 in _base_fcntl+0x318 () from /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-Lock/blib/arch/auto/File/Lock/Lock.sl (gdb) #0 0xc10bdee8 in _base_fcntl+0x318 () from /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-Lock/blib/arch/auto/File/Lock/Lock.sl #1 0xc10bfb94 in XS_File__Lock_fcntl+0x748 () from /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-Lock/blib/arch/auto/File/Lock/Lock.sl #2 0x161d54 in Perl_pp_entersub+0xa94 () #3 0x157574 in Perl_runops_standard+0x4c () #4 0x3dcc4 in S_run_body+0xb00 () #5 0x3d0fc in perl_run+0x8e4 () #6 0x373dc in main+0xb4 () (gdb) DIED. FAILED tests 1-2, 4-5 Failed 4/5 tests, 20.00% okay t/flock_w....Returning `emulated' from has_flock() 1..6 Entering flock(3,Lock_exclusive|Lock_nowait) Entering _base_fcntl(3,Lock_exclusive|Lock_nowait,0,0,0) fcntl(3,9,-) = -1 V- Err: Invalid argument Returning -1 (bad) from _base_fcntl (l_type=Lock_shared) not ok 1 Entering flock(3,Lock_exclusive|Lock_nowait) Entering _base_fcntl(3,Lock_exclusive|Lock_nowait,0,0,0) fcntl(3,9,-) = -1 V- Err: Invalid argument Returning -1 (bad) from _base_fcntl (l_type=Lock_shared) We = 6991, he = 6990 Returning `yes' from has_fcntl() Entering fcntl(3,Lock_test,0,0,0) Entering _base_fcntl(3,Lock_test,0,0,0) fcntl(3,8,-) = -1 fcntl(3,8,-) = -1 -1 ok 2 Entering flock(3,Lock_shared|Lock_nowait) Entering _base_fcntl(3,Lock_shared|Lock_nowait,0,0,0) fcntl(3,9,-) = -1 V- Err: Invalid argument Returning -1 (bad) from _base_fcntl (l_type=Lock_exclusive) ok 4 Entering flock(3,Lock_unlock) Entering _base_fcntl(3,Lock_unlock,0,0,0) fcntl(3,9,-) = -1 V- Err: Invalid argument Returning -1 (bad) from _base_fcntl (l_type=Lock_test) Returning `yes' from has_fcntl() Entering flock(3,Lock_test) Entering _base_fcntl(3,Lock_test,0,0,0) fcntl(3,8,-) = 0 not ok 5 Confused test output: test 4 answered after test 4 dubious Test returned status 0 (wstat 139, 0x8b) Executing /opt/langtools/bin/gdb "/home/cpanrun/pa-risc1.1/build/5.8.2/bin/perl" "core" (bt)... HP gdb 3.2 for PA-RISC 1.1 or 2.0 (narrow), HP-UX 11.00. Copyright 1986 - 2001 Free Software Foundation, Inc. Hewlett-Packard Wildebeest 3.2 (based on GDB) is covered by the GNU General Public License. Type "show copying" to see the conditions to change it and/or distribute copies. Type "show warranty" for warranty/support. ..(no debugging symbols found)... Core was generated by `perl'. Program terminated with signal 11, Segmentation fault. warning: The shared libraries were not privately mapped; setting a breakpoint in a shared library will not work until you rerun the program. (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... #0 0xc10bdee8 in _base_fcntl+0x318 () from /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-Lock/blib/arch/auto/File/Lock/Lock.sl (gdb) #0 0xc10bdee8 in _base_fcntl+0x318 () from /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-Lock/blib/arch/auto/File/Lock/Lock.sl #1 0xc10c0558 in XS_File__Lock_flock+0x2c0 () from /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-Lock/blib/arch/auto/File/Lock/Lock.sl #2 0x161d54 in Perl_pp_entersub+0xa94 () #3 0x157574 in Perl_runops_standard+0x4c () #4 0x3dcc4 in S_run_body+0xb00 () #5 0x3d0fc in perl_run+0x8e4 () #6 0x373dc in main+0xb4 () (gdb) DIED. FAILED tests 1, 3, 5-6 Failed 4/6 tests, 33.33% okay t/lockf......Returning `yes' from has_lockf() 1..5 Entering lockf(3,Lock_exclusive,0,0,0) Entering _base_lockf(3,Lock_exclusive,0,0,0) Seeking in _base_lockf lockf(3,1,0) = 1073881224 V- Err: Invalid argument Returning -1 (bad) from _base_lockf Entering lockf(3,Lock_unlock,0,0,0) Entering _base_lockf(3,Lock_unlock,0,0,0) Seeking in _base_lockf lockf(3,0,0) = 1073881224 V- Err: Invalid argument Returning -1 (bad) from _base_lockf ok 1 not ok 2 not ok 3 ok 4 ok 5 FAILED tests 2-3 Failed 2/5 tests, 60.00% okay t/lockf_w....Returning `yes' from has_lockf() Entering lockf(3,Lock_exclusive,0,0,0) Entering _base_lockf(3,Lock_exclusive,0,0,0) Seeking in _base_lockf lockf(3,1,0) = 1073926688 V- Err: Invalid argument Returning -1 (bad) from _base_lockf Entering lockf(3,Lock_exclusive|Lock_nowait,0,0,0) Entering _base_lockf(3,Lock_exclusive|Lock_nowait,0,0,0) Seeking in _base_lockf lockf(3,2,0) = 1073881224 V- Err: Invalid argument Returning -1 (bad) from _base_lockf We = 6997, he = 6996 Returning `yes' from has_fcntl() Entering fcntl(3,Lock_test,0,0,0) Entering _base_fcntl(3,Lock_test,0,0,0) fcntl(3,8,-) = -1 fcntl(3,8,-) = -1 -1 1..5 not ok 1 ok 2 Entering lockf(3,Lock_unlock,0,0,0) Entering _base_lockf(3,Lock_unlock,0,0,0) Seeking in _base_lockf lockf(3,0,0) = 1073881224 V- Err: Invalid argument Returning -1 (bad) from _base_lockf Returning `yes' from has_fcntl() Entering fcntl(3,Lock_test,0,0,0) Entering _base_fcntl(3,Lock_test,0,0,0) fcntl(3,8,-) = -1 fcntl(3,8,-) = -1 -1 not ok 4 dubious Test returned status 0 (wstat 138, 0x8a) Executing /opt/langtools/bin/gdb "/home/cpanrun/pa-risc1.1/build/5.8.2/bin/perl" "core" (bt)... HP gdb 3.2 for PA-RISC 1.1 or 2.0 (narrow), HP-UX 11.00. Copyright 1986 - 2001 Free Software Foundation, Inc. Hewlett-Packard Wildebeest 3.2 (based on GDB) is covered by the GNU General Public License. Type "show copying" to see the conditions to change it and/or distribute copies. Type "show warranty" for warranty/support. ..(no debugging symbols found)... Core was generated by `perl'. Program terminated with signal 10, Bus error. warning: The shared libraries were not privately mapped; setting a breakpoint in a shared library will not work until you rerun the program. (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... #0 0xc10bdee8 in _base_fcntl+0x318 () from /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-Lock/blib/arch/auto/File/Lock/Lock.sl (gdb) #0 0xc10bdee8 in _base_fcntl+0x318 () from /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-Lock/blib/arch/auto/File/Lock/Lock.sl #1 0xc10bfb94 in XS_File__Lock_fcntl+0x748 () from /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-Lock/blib/arch/auto/File/Lock/Lock.sl #2 0x161d54 in Perl_pp_entersub+0xa94 () #3 0x157574 in Perl_runops_standard+0x4c () #4 0x3dcc4 in S_run_body+0xb00 () #5 0x3d0fc in perl_run+0x8e4 () #6 0x373dc in main+0xb4 () (gdb) DIED. FAILED tests 1, 3-5 Failed 4/5 tests, 20.00% okay t/new_r......Entering new File::Lock(3,Lock_shared,0,0,0) Entering _base_fcntl(3,Lock_shared,0,0,0) fcntl(3,10,-) = 0 Returning 0 (good) from _base_fcntl (l_type=Lock_exclusive) 1..5 ok 1 Entering new File::Lock(3,Lock_shared,0,0,0) Entering _base_fcntl(3,Lock_shared,0,0,0) fcntl(3,10,-) = 0 Returning 0 (good) from _base_fcntl (l_type=Lock_exclusive) ok 2 Entering new File::Lock(3,Lock_exclusive|Lock_nowait,0,0,0) Entering _base_fcntl(3,Lock_exclusive|Lock_nowait,0,0,0) fcntl(3,9,-) = -1 V- Err: Permission denied Returning -1 (bad) from _base_fcntl (l_type=Lock_shared) ok 3 Entering fcntl(3,Lock_unlock,0,0,0) Entering _base_fcntl(3,Lock_unlock,0,0,0) fcntl(3,9,-) = -1 V- Err: Invalid argument Returning -1 (bad) from _base_fcntl (l_type=Lock_test) Returning `yes' from has_fcntl() Entering fcntl(3,Lock_test,0,0,0) Entering _base_fcntl(3,Lock_test,0,0,0) fcntl(3,8,-) = -1 fcntl(3,8,-) = -1 -1 not ok 4 dubious Test returned status 0 (wstat 138, 0x8a) Executing /opt/langtools/bin/gdb "/home/cpanrun/pa-risc1.1/build/5.8.2/bin/perl" "core" (bt)... HP gdb 3.2 for PA-RISC 1.1 or 2.0 (narrow), HP-UX 11.00. Copyright 1986 - 2001 Free Software Foundation, Inc. Hewlett-Packard Wildebeest 3.2 (based on GDB) is covered by the GNU General Public License. Type "show copying" to see the conditions to change it and/or distribute copies. Type "show warranty" for warranty/support. ..(no debugging symbols found)... Core was generated by `perl'. Program terminated with signal 10, Bus error. warning: The shared libraries were not privately mapped; setting a breakpoint in a shared library will not work until you rerun the program. (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... #0 0xc10bdee8 in _base_fcntl+0x318 () from /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-Lock/blib/arch/auto/File/Lock/Lock.sl (gdb) #0 0xc10bdee8 in _base_fcntl+0x318 () from /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-Lock/blib/arch/auto/File/Lock/Lock.sl #1 0xc10bfb94 in XS_File__Lock_fcntl+0x748 () from /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-Lock/blib/arch/auto/File/Lock/Lock.sl #2 0x161d54 in Perl_pp_entersub+0xa94 () #3 0x157574 in Perl_runops_standard+0x4c () #4 0x3dcc4 in S_run_body+0xb00 () #5 0x3d0fc in perl_run+0x8e4 () #6 0x373dc in main+0xb4 () (gdb) DIED. FAILED tests 4-5 Failed 2/5 tests, 60.00% okay t/new_w......Entering new File::Lock(3,Lock_exclusive|Lock_nowait,0,0,0) Entering _base_fcntl(3,Lock_exclusive|Lock_nowait,0,0,0) fcntl(3,9,-) = 0 Returning 0 (good) from _base_fcntl (l_type=Lock_shared) 1..6 Entering new File::Lock(3,Lock_exclusive|Lock_nowait,0,0,0) Entering _base_fcntl(3,Lock_exclusive|Lock_nowait,0,0,0) fcntl(3,9,-) = -1 V- Err: Permission denied Returning -1 (bad) from _base_fcntl (l_type=Lock_shared) We = 7006, he = 7005 Returning `yes' from has_fcntl() Entering fcntl(3,Lock_test,0,0,0) Entering _base_fcntl(3,Lock_test,0,0,0) fcntl(3,8,-) = -1 fcntl(3,8,-) = -1 -1 ok 1 ok 2 Entering new File::Lock(3,Lock_shared|Lock_nowait,0,0,0) Entering _base_fcntl(3,Lock_shared|Lock_nowait,0,0,0) fcntl(3,9,-) = -1 V- Err: Permission denied Returning -1 (bad) from _base_fcntl (l_type=Lock_exclusive) ok 4 Entering fcntl(3,Lock_unlock,0,0,0) Entering _base_fcntl(3,Lock_unlock,0,0,0) fcntl(3,9,-) = -1 V- Err: Invalid argument Returning -1 (bad) from _base_fcntl (l_type=Lock_test) Returning `yes' from has_fcntl() Entering fcntl(3,Lock_test,0,0,0) Entering _base_fcntl(3,Lock_test,0,0,0) fcntl(3,8,-) = -1 fcntl(3,8,-) = -1 -1 not ok 5 Confused test output: test 4 answered after test 4 dubious Test returned status 0 (wstat 138, 0x8a) Executing /opt/langtools/bin/gdb "/home/cpanrun/pa-risc1.1/build/5.8.2/bin/perl" "core" (bt)... HP gdb 3.2 for PA-RISC 1.1 or 2.0 (narrow), HP-UX 11.00. Copyright 1986 - 2001 Free Software Foundation, Inc. Hewlett-Packard Wildebeest 3.2 (based on GDB) is covered by the GNU General Public License. Type "show copying" to see the conditions to change it and/or distribute copies. Type "show warranty" for warranty/support. ..(no debugging symbols found)... Core was generated by `perl'. Program terminated with signal 10, Bus error. warning: The shared libraries were not privately mapped; setting a breakpoint in a shared library will not work until you rerun the program. (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... #0 0xc10bdee8 in _base_fcntl+0x318 () from /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-Lock/blib/arch/auto/File/Lock/Lock.sl (gdb) #0 0xc10bdee8 in _base_fcntl+0x318 () from /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-Lock/blib/arch/auto/File/Lock/Lock.sl #1 0xc10bfb94 in XS_File__Lock_fcntl+0x748 () from /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-Lock/blib/arch/auto/File/Lock/Lock.sl #2 0x161d54 in Perl_pp_entersub+0xa94 () #3 0x157574 in Perl_runops_standard+0x4c () #4 0x3dcc4 in S_run_body+0xb00 () #5 0x3d0fc in perl_run+0x8e4 () #6 0x373dc in main+0xb4 () (gdb) DIED. FAILED tests 3, 5-6 Failed 3/6 tests, 50.00% okay Failed 10/11 test scripts, 9.09% okay. 33/62 subtests failed, 46.77% okay. Failed Test Stat Wstat Total Fail Failed List of Failed --------------------------------------------------------------------------------------------------------------------------- t/fcntl.t 9 4 44.44% 2-3 6-7 t/fcntl_r.t 0 138 5 4 80.00% 2 4-5 t/fcntl_w.t 0 138 6 4 66.67% 3 5-6 t/flock.t 9 4 44.44% 2-3 6-7 t/flock_r.t 0 138 5 5 100.00% 1-2 4-5 t/flock_w.t 0 139 6 5 83.33% 1 3 5-6 t/lockf.t 5 2 40.00% 2-3 t/lockf_w.t 0 138 5 5 100.00% 1 3-5 t/new_r.t 0 138 5 3 60.00% 4-5 t/new_w.t 0 138 6 4 66.67% 3 5-6 make: *** [test_dynamic] Error 2