Perl / perl5

🐪 The Perl programming language
https://dev.perl.org/perl5/
Other
1.89k stars 533 forks source link

blib test failed - Perl 5.8.0 / HP-UX 11i / gcc 3.2 #6661

Closed p5pRT closed 12 years ago

p5pRT commented 21 years ago

Migrated from rt.perl.org#23155 (status was 'resolved')

Searchable as RT23155$

p5pRT commented 21 years ago

From Gal.Baras@det.qld.gov.au

Hello good people\,

I'm trying to build Perl on an ANSI-C-less HP-UX 11i system. I'm using gcc 3.2 and due to the absence of /opt/langtools\, I've selected no debugging or optimising flags whatsoever. The rest of the stuff is pretty much stock standard.

'sh Configure -Dcc=gcc' looks OK.

'make' reports only one error\, related to Errno\, which is ignored.

   Making Errno \(nonxs\)

*** Error exit code 1 (ignored)

   Everything is up to date\. Type 'make test' to run test suite\.

'make test' then fails when testing 'blib'. I had a look at 'blib.t' and 'blib.pm'\, but can't figure out why. Below's the output from 'myconfig'\, followed by the output from 'harness'.

Thanks\, Gal

-- myconfig output --

Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration​:   Platform​:   osname=hpux\, osvers=11.11\, archname=PA-RISC2.0-LP64-stdio   uname='hp-ux tafehp01 b.11.11 u 9000800 193434655 unlimited-user license '   config_args='-Dcc=gcc'   hint=recommended\, useposix=true\, d_sigaction=define   usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef   useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef   use64bitint=define use64bitall=define uselongdouble=undef   usemymalloc=n\, bincompat5005=undef   Compiler​:   cc='gcc'\, ccflags ='-D_HPUX_SOURCE -mpa-risc-2-0 -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'\,   optimize=' '\,   cppflags='-D_HPUX_SOURCE -D_HPUX_SOURCE -mpa-risc-2-0 -fno-strict-aliasing'   ccversion=''\, gccversion='3.2 20020708 (experimental)'\, gccosandvers='hpux11.00'   intsize=4\, longsize=8\, ptrsize=8\, doublesize=8\, byteorder=87654321   d_longlong=define\, longlongsize=8\, d_longdbl=define\, longdblsize=16   ivtype='long'\, ivsize=8\, nvtype='double'\, nvsize=8\, Off_t='off_t'\, lseeksize=8   alignbytes=8\, prototype=define   Linker and Libraries​:   ld='/usr/bin/ld'\, ldflags =' -L/usr/local/lib -L/lib/pa20_64'   libpth=/usr/local/lib /lib/pa20_64 /lib /usr/lib /usr/ccs/lib   libs=-lnsl -lnm -ldl -ldld -lm -lc -lsec   perllibs=-lnsl -lnm -ldl -ldld -lm -lc -lsec   libc=/lib/pa20_64/libc.sl\, so=sl\, useshrplib=false\, libperl=libperl.a   gnulibc_version=''   Dynamic Linking​:   dlsrc=dl_hpux.xs\, dlext=sl\, d_dlsymun=undef\, ccdlflags='-Wl\,-E -Wl\,-B\,deferred '   cccdlflags='-fPIC'\, lddlflags='-b -L/usr/local/lib -L/lib/pa20_64'

-- harness output --

/tmp/perlmods/perl-5.8.0(NO SID)$ ; cd t; ./perl harness \< base/cond..............................ok

base/if................................ok

base/lex...............................ok

base/num...............................ok

base/pat...............................ok

base/rs................................ok

  4/16 skipped​: on non-VMS system base/term..............................ok

comp/bproto............................ok

comp/cmdopt............................ok

comp/colon.............................ok

comp/cpp...............................ok

comp/decl..............................ok

comp/hints.............................ok

comp/multiline.........................ok

comp/package...........................ok

comp/proto.............................ok

comp/redef.............................ok

comp/require...........................ok

comp/script............................ok

comp/term..............................ok

comp/use...............................ok

cmd/elsif..............................ok

cmd/for................................ok

cmd/mod................................ok

cmd/subval.............................ok

cmd/switch.............................ok

cmd/while..............................ok

run/exit...............................ok

run/fresh_perl.........................ok

run/noswitch...........................ok

run/runenv.............................ok

run/switcha............................ok

run/switches...........................ok

run/switchF............................ok

run/switchn............................ok

run/switchp............................ok

run/switchPx...........................ok

run/switcht............................ok

run/switchx............................ok

io/argv................................ok

io/binmode.............................ok

io/crlf................................skipped   all skipped​: No perlio\, so no :crlf io/dup.................................ok

io/fflush..............................skipped   all skipped​: fflush(NULL) or equivalent not available io/fs..................................ok

  2/32 skipped​: various reasons io/inplace.............................ok

io/iprefix.............................ok

io/nargv...............................ok

io/open................................ok

io/openpid.............................ok

io/pipe................................ok

io/print...............................ok

io/read................................ok

io/tell................................ok

io/utf8................................skipped   all skipped​: not perlio op/64bitint............................ok

op/alarm...............................ok

op/anonsub.............................ok

op/append..............................ok

op/args................................ok

op/arith...............................ok

op/array...............................ok

op/assignwarn..........................ok

op/attrs...............................ok

op/auto................................ok

op/avhv................................ok

op/bless...............................ok

op/bop.................................ok

op/caller..............................ok

op/chars...............................ok

op/chdir...............................ok

  2/31 skipped​: various reasons op/chop................................ok

op/closure.............................ok

op/cmp.................................ok

op/concat..............................ok

op/cond................................ok

op/context.............................ok

op/crypt...............................ok

op/defins..............................ok

op/delete..............................ok

op/die.................................ok

op/die_exit............................ok

op/do..................................ok

op/each................................ok

op/eval................................ok

op/exec................................ok

op/exists_sub..........................ok

op/exp.................................ok

op/fh..................................ok

op/filetest............................ok

  2/10 skipped​: various reasons op/flip................................ok

op/fork................................ok

op/glob................................ok

op/gmagic..............................ok

op/goto................................ok

op/goto_xs.............................ok

op/grent...............................ok

op/grep................................ok

op/groups..............................ok

op/gv..................................ok

op/hashassign..........................ok

op/hashwarn............................ok

op/inc.................................ok

op/inccode.............................ok

op/index...............................ok

op/int.................................ok

op/join................................ok

op/lc..................................ok

op/length..............................ok

op/lex_assign..........................ok

op/lfs.................................skipped   all skipped​: writing past 2GB failed​: process limits? op/list................................ok

op/local...............................ok

op/loopctl.............................ok

op/lop.................................ok

op/magic...............................ok

  4/46 skipped​: various reasons op/method..............................ok

op/mkdir...............................ok

op/my..................................ok

op/my_stash............................ok

op/nothr5005...........................ok

op/numconvert..........................ok

op/oct.................................ok

op/or..................................ok

op/ord.................................ok

op/override............................ok

op/pack................................ok

  72/5819 skipped​: various reasons op/pat.................................ok

  2/922 skipped​: various reasons op/pos.................................ok

op/pow.................................ok

op/push................................ok

op/pwent...............................ok

op/qq..................................ok

op/quotemeta...........................ok

op/rand................................ok

op/range...............................ok

op/read................................ok

op/readdir.............................ok

op/recurse.............................ok

op/ref.................................ok

op/regexp..............................ok

  4/924 skipped​: various reasons op/regexp_noamp........................ok

  6/924 skipped​: various reasons op/regmesg.............................ok

op/repeat..............................ok

op/reverse.............................ok

op/runlevel............................ok

op/sleep...............................ok

op/sort................................ok

op/splice..............................ok

op/split...............................ok

op/sprintf.............................ok

op/srand...............................ok

op/stat................................ok

op/study...............................ok

op/sub_lval............................ok

  3/67 skipped​: various reasons op/subst...............................ok

op/subst_amp...........................ok

op/subst_wamp..........................ok

op/substr..............................ok

op/sysio...............................ok

op/taint...............................ok

  6/205 skipped​: various reasons op/tie.................................ok

op/tiearray............................ok

op/tiehandle...........................ok

op/time................................ok

op/tr..................................ok

  4/97 skipped​: various reasons op/undef...............................ok

op/universal...........................ok

op/unshift.............................ok

op/utf8decode..........................ok

op/utfhash.............................ok

op/vec.................................ok

op/ver.................................ok

op/wantarray...........................ok

op/write...............................ok

uni/fold...............................ok

uni/lower..............................ok

uni/sprintf............................ok

uni/title..............................ok

uni/upper..............................ok

lib/1_compile..........................ok

lib/commonsense........................ok

../ext/attrs...........................ok

../ext/B/t/asmdata.....................ok

../ext/B/t/assembler...................ok

../ext/B/t/b...........................ok

../ext/B/t/bblock......................ok

../ext/B/t/concise.....................ok

../ext/B/t/debug.......................ok

../ext/B/t/deparse.....................ok

../ext/B/t/lint........................ok

../ext/B/t/o...........................ok

  2/9 skipped​: various reasons ../ext/B/t/stash.......................ok

../ext/B/t/terse.......................ok

../ext/B/t/xref........................ok

../ext/Cwd/t/cwd.......................ok

../ext/Cwd/t/taint.....................ok

../ext/Data/Dumper/t/dumper............ok

../ext/Data/Dumper/t/overload..........ok

../ext/DB_File/t/db-btree..............skipped   all skipped​: DB_File was not built ../ext/DB_File/t/db-hash...............skipped   all skipped​: DB_File was not built ../ext/DB_File/t/db-recno..............skipped   all skipped​: DB_File was not built ../ext/Devel/DProf/DProf...............ok

../ext/Devel/Peek/Peek.................ok

../ext/Devel/PPPort/t/test.............ok

../ext/Digest/MD5/t/align..............ok

../ext/Digest/MD5/t/badfile............ok

../ext/Digest/MD5/t/files..............ok

  1/5 skipped​: various reasons ../ext/Digest/MD5/t/md5-aaa............ok

../ext/Digest/MD5/t/utf8...............ok

../ext/Encode/t/Aliases................ok

../ext/Encode/t/at-cn..................ok

../ext/Encode/t/at-tw..................skipped   all skipped​: PerlIO was not built ../ext/Encode/t/CJKT...................ok

../ext/Encode/t/Encode.................ok

../ext/Encode/t/Encoder................ok

../ext/Encode/t/encoding...............skipped   all skipped​: PerlIO was not built ../ext/Encode/t/fallback...............ok

../ext/Encode/t/grow...................ok

../ext/Encode/t/guess..................ok

../ext/Encode/t/jperl..................skipped   all skipped​: PerlIO was not built ../ext/Encode/t/mime-header............ok

../ext/Encode/t/perlio.................skipped   all skipped​: PerlIO required ../ext/Encode/t/Unicode................ok

../ext/Errno/Errno.....................ok

../ext/Fcntl/t/fcntl...................ok

../ext/Fcntl/t/syslfs..................skipped   all skipped​: writing past 2GB failed​: process limits? ../ext/File/Glob/t/basic...............ok

../ext/File/Glob/t/case................ok

../ext/File/Glob/t/global..............ok

../ext/File/Glob/t/taint...............ok

../ext/Filter/t/call...................ok

../ext/GDBM_File/gdbm..................skipped   all skipped​: GDBM_File was not built ../ext/I18N/Langinfo/Langinfo..........ok

../ext/IO/lib/IO/t/io_const............ok

../ext/IO/lib/IO/t/io_dir..............ok

../ext/IO/lib/IO/t/io_dup..............ok

../ext/IO/lib/IO/t/io_linenum..........ok

../ext/IO/lib/IO/t/io_multihomed.......ok

../ext/IO/lib/IO/t/io_pipe.............ok

../ext/IO/lib/IO/t/io_poll.............ok

../ext/IO/lib/IO/t/io_sel..............ok

../ext/IO/lib/IO/t/io_sock.............ok

../ext/IO/lib/IO/t/io_taint............ok

../ext/IO/lib/IO/t/io_tell.............ok

../ext/IO/lib/IO/t/io_udp..............ok

../ext/IO/lib/IO/t/io_unix.............ok

../ext/IO/lib/IO/t/io_xs...............ok

../ext/IPC/SysV/ipcsysv................ok

../ext/IPC/SysV/t/msg..................ok

../ext/IPC/SysV/t/sem..................ok

../ext/List/Util/t/blessed.............ok

../ext/List/Util/t/dualvar.............ok

../ext/List/Util/t/first...............ok

../ext/List/Util/t/max.................ok

../ext/List/Util/t/maxstr..............ok

../ext/List/Util/t/min.................ok

../ext/List/Util/t/minstr..............ok

../ext/List/Util/t/openhan.............ok

../ext/List/Util/t/readonly............ok

../ext/List/Util/t/reduce..............ok

../ext/List/Util/t/reftype.............ok

../ext/List/Util/t/shuffle.............ok

../ext/List/Util/t/sum.................ok

../ext/List/Util/t/tainted.............ok

../ext/List/Util/t/weak................ok

../ext/MIME/Base64/t/base64............ok

../ext/MIME/Base64/t/quoted-print......ok

../ext/MIME/Base64/t/unicode...........ok

../ext/NDBM_File/ndbm..................skipped   all skipped​: NDBM_File was not built ../ext/ODBM_File/odbm..................skipped   all skipped​: ODBM_File was not built ../ext/Opcode/Opcode...................ok

../ext/Opcode/ops......................ok

../ext/PerlIO/PerlIO...................skipped   all skipped​: PerlIO not used ../ext/PerlIO/t/encoding...............skipped   all skipped​: not perlio ../ext/PerlIO/t/fail...................skipped   all skipped​: No perlio ../ext/PerlIO/t/fallback...............skipped   all skipped​: No perlio ../ext/PerlIO/t/scalar.................skipped   all skipped​: not perlio ../ext/PerlIO/t/via....................skipped   all skipped​: not perlio ../ext/POSIX/t/posix...................ok

../ext/POSIX/t/sigaction...............ok

../ext/POSIX/t/taint...................ok

../ext/POSIX/t/waitpid.................ok

../ext/re/re...........................ok

../ext/Safe/safe1......................ok

../ext/Safe/safe2......................ok

../ext/SDBM_File/sdbm..................ok

../ext/Socket/Socket...................ok

../ext/Socket/socketpair...............skipped   all skipped​: no reason given ../ext/Storable/t/blessed..............ok

../ext/Storable/t/canonical............ok

../ext/Storable/t/compat06.............ok

../ext/Storable/t/croak................ok

../ext/Storable/t/dclone...............ok

../ext/Storable/t/downgrade............ok

../ext/Storable/t/forgive..............ok

../ext/Storable/t/freeze...............ok

../ext/Storable/t/integer..............ok

../ext/Storable/t/interwork56..........skipped   all skipped​: Your IVs are no larger than your longs ../ext/Storable/t/lock.................ok

../ext/Storable/t/malice...............ok

../ext/Storable/t/overload.............ok

../ext/Storable/t/recurse..............ok

../ext/Storable/t/restrict.............ok

../ext/Storable/t/retrieve.............ok

../ext/Storable/t/store................ok

../ext/Storable/t/tied.................ok

../ext/Storable/t/tied_hook............ok

../ext/Storable/t/tied_items...........ok

../ext/Storable/t/utf8.................ok

../ext/Storable/t/utf8hash.............ok

../ext/Sys/Hostname/Hostname...........ok

../ext/Sys/Syslog/syslog...............ok

  6/6 skipped​: various reasons ../ext/Thread/thr5005..................skipped   all skipped​: no use5005threads ../ext/threads/shared/t/0nothread......skipped   all skipped​: no useithreads ../ext/threads/shared/t/av_refs........skipped   all skipped​: no useithreads ../ext/threads/shared/t/av_simple......skipped   all skipped​: no useithreads ../ext/threads/shared/t/cond...........skipped   all skipped​: no threads ../ext/threads/shared/t/hv_refs........skipped   all skipped​: no useithreads ../ext/threads/shared/t/hv_simple......skipped   all skipped​: no useithreads ../ext/threads/shared/t/no_share.......skipped   all skipped​: no useithreads ../ext/threads/shared/t/shared_attr....skipped   all skipped​: no useithreads ../ext/threads/shared/t/sv_refs........skipped   all skipped​: no useithreads ../ext/threads/shared/t/sv_simple......skipped   all skipped​: no useithreads ../ext/threads/t/basic.................skipped   all skipped​: no useithreads ../ext/threads/t/end...................skipped   all skipped​: no useithreads ../ext/threads/t/join..................skipped   all skipped​: no useithreads ../ext/threads/t/libc..................skipped   all skipped​: no useithreads ../ext/threads/t/list..................skipped   all skipped​: no useithreads ../ext/threads/t/stress_cv.............skipped   all skipped​: no useithreads ../ext/threads/t/stress_re.............skipped   all skipped​: no useithreads ../ext/threads/t/stress_string.........skipped   all skipped​: no useithreads ../ext/threads/t/thread................skipped   all skipped​: no useithreads ../ext/Time/HiRes/HiRes................ok

../ext/Unicode/Normalize/t/func........ok

../ext/Unicode/Normalize/t/norm........ok

../ext/Unicode/Normalize/t/test........ok

../ext/XS/APItest/t/printf.............ok

../ext/XS/Typemap/Typemap..............ok

../lib/Attribute/Handlers/t/multi......ok

../lib/AutoLoader......................ok

../lib/AutoSplit.......................ok

../lib/autouse.........................ok

../lib/Benchmark.......................ok

../lib/bigfloatpl......................ok

../lib/bigintpl........................ok

../lib/bignum/t/bigint.................ok

../lib/bignum/t/bignum.................ok

../lib/bignum/t/bigrat.................ok

../lib/bignum/t/option_a...............ok

../lib/bignum/t/option_l...............ok

../lib/bignum/t/option_p...............ok

../lib/blib............................# Failed test (../lib/blib.t at line 47) # Failed test (../lib/blib.t at line 58) # got​: '5' # expected​: '3' # Failed test (../lib/blib.t at line 59) # got​: '/tmp/perlmods/perl-5.8.0/t/blib/arch' # expected​: '../lib' ../lib/blib............................ok 3/7# Looks like you failed 3 tests of 7. ../lib/blib............................dubious

  Test returned status 3 (wstat 768\, 0x300) DIED. FAILED tests 1\, 4-5   Failed 3/7 tests\, 57.14% okay ../lib/bytes...........................ok

../lib/Carp............................ok

../lib/CGI/t/apache....................ok

../lib/CGI/t/carp......................ok

../lib/CGI/t/cookie....................ok

../lib/CGI/t/fast......................ok

  7/7 skipped​: various reasons ../lib/CGI/t/form......................ok

../lib/CGI/t/function..................ok

../lib/CGI/t/html......................ok

../lib/CGI/t/pretty....................ok

../lib/CGI/t/push......................ok

  1/12 skipped​: various reasons ../lib/CGI/t/request...................ok

../lib/CGI/t/switch....................ok

../lib/CGI/t/util......................ok

../lib/charnames.......................ok

../lib/Class/ISA/test..................ok

../lib/Class/Struct....................ok

../lib/Config..........................ok

../lib/constant........................ok

../lib/CPAN/t/loadme...................ok

../lib/CPAN/t/mirroredby...............ok

../lib/CPAN/t/Nox......................ok

../lib/CPAN/t/vcmp.....................ok

../lib/DB..............................ok

../lib/Devel/SelfStubber...............ok

../lib/diagnostics.....................ok

../lib/Digest..........................ok

../lib/DirHandle.......................ok

../lib/Dumpvalue.......................ok

../lib/English.........................ok

../lib/Env/t/array.....................ok

../lib/Env/t/env.......................ok

../lib/Exporter........................ok

../lib/ExtUtils/t/00setup_dummy........ok

../lib/ExtUtils/t/backwards............ok

../lib/ExtUtils/t/basic................ok

../lib/ExtUtils/t/Command..............ok

../lib/ExtUtils/t/Constant.............ok

../lib/ExtUtils/t/Embed................ok

../lib/ExtUtils/t/hints................ok

../lib/ExtUtils/t/INST.................ok

../lib/ExtUtils/t/Installed............ok

../lib/ExtUtils/t/INST_PREFIX..........ok

../lib/ExtUtils/t/Manifest.............ok

../lib/ExtUtils/t/Mkbootstrap..........ok

../lib/ExtUtils/t/MM_BeOS..............skipped   all skipped​: This is not BeOS ../lib/ExtUtils/t/MM_Cygwin............skipped   all skipped​: This is not cygwin ../lib/ExtUtils/t/MM_NW5...............skipped   all skipped​: This is not NW5 ../lib/ExtUtils/t/MM_OS2...............skipped   all skipped​: This is not OS/2 ../lib/ExtUtils/t/MM_Unix..............ok

../lib/ExtUtils/t/MM_VMS...............skipped   all skipped​: This is not VMS ../lib/ExtUtils/t/MM_Win32.............skipped   all skipped​: This is not Win32 ../lib/ExtUtils/t/Packlist.............ok

../lib/ExtUtils/t/prefixify............ok

../lib/ExtUtils/t/problems.............ok

../lib/ExtUtils/t/testlib..............ok

../lib/ExtUtils/t/VERSION_FROM.........ok

../lib/ExtUtils/t/writemakefile_args...ok

../lib/ExtUtils/t/zz_cleanup_dummy.....ok

../lib/Fatal...........................ok

../lib/fields..........................ok

../lib/File/Basename...................ok

../lib/File/CheckTree..................ok

../lib/File/Compare....................ok

../lib/File/Copy.......................ok

../lib/File/DosGlob....................ok

../lib/File/Find/t/find................ok

../lib/File/Find/t/taint...............ok

../lib/File/Path.......................ok

../lib/File/Spec/t/Functions...........ok

../lib/File/Spec/t/rel2abs2rel.........ok

../lib/File/Spec/t/Spec................ok

  65/369 skipped​: various reasons ../lib/File/stat.......................ok

../lib/File/Temp/t/mktemp..............ok

../lib/File/Temp/t/posix...............ok

../lib/File/Temp/t/security............ok

  8/13 skipped​: various reasons ../lib/File/Temp/t/tempfile............ok

../lib/FileCache.......................ok

../lib/FileHandle......................ok

../lib/filetest........................ok

../lib/Filter/Simple/t/data............ok

../lib/Filter/Simple/t/export..........ok

../lib/Filter/Simple/t/filter..........ok

../lib/Filter/Simple/t/filter_only.....ok

../lib/Filter/Simple/t/import..........ok

../lib/FindBin.........................ok

../lib/Getopt/Long/t/gol-basic.........ok

../lib/Getopt/Long/t/gol-compat........ok

../lib/Getopt/Long/t/gol-linkage.......ok

../lib/Getopt/Long/t/gol-oo............ok

../lib/Getopt/Std......................ok

../lib/h2ph............................ok

../lib/h2xs............................ok

../lib/Hash/Util.......................ok

../lib/I18N/Collate....................ok

../lib/I18N/LangTags/test..............ok

../lib/if..............................ok

../lib/integer.........................ok

../lib/Internals.......................ok

../lib/IPC/Open2.......................ok

../lib/IPC/Open3.......................ok

../lib/IPC/SysV........................ok

../lib/less............................ok

../lib/lib.............................ok

../lib/locale..........................ok

../lib/Locale/Codes/t/all..............ok

../lib/Locale/Codes/t/constants........ok

../lib/Locale/Codes/t/country..........ok

../lib/Locale/Codes/t/currency.........ok

../lib/Locale/Codes/t/languages........ok

../lib/Locale/Codes/t/rename...........ok

../lib/Locale/Codes/t/script...........ok

../lib/Locale/Codes/t/uk...............ok

../lib/Locale/Maketext/test............ok

../lib/Math/BigInt/t/bare_mbf..........ok

../lib/Math/BigInt/t/bare_mbi..........ok

../lib/Math/BigInt/t/bare_mif..........ok

../lib/Math/BigInt/t/bigfltpm..........ok

../lib/Math/BigInt/t/bigintc...........ok

../lib/Math/BigInt/t/bigintpm..........ok

../lib/Math/BigInt/t/calling...........ok

../lib/Math/BigInt/t/config............ok

../lib/Math/BigInt/t/constant..........ok

../lib/Math/BigInt/t/downgrade.........ok

../lib/Math/BigInt/t/inf_nan...........ok

../lib/Math/BigInt/t/isa...............ok

../lib/Math/BigInt/t/mbimbf............ok

../lib/Math/BigInt/t/mbi_rand..........ok

../lib/Math/BigInt/t/require...........ok

../lib/Math/BigInt/t/sub_mbf...........ok

../lib/Math/BigInt/t/sub_mbi...........ok

../lib/Math/BigInt/t/sub_mif...........ok

../lib/Math/BigInt/t/upgrade...........ok

../lib/Math/BigInt/t/upgradef..........ok

../lib/Math/BigInt/t/use...............ok

../lib/Math/BigInt/t/use_lib1..........ok

../lib/Math/BigInt/t/use_lib2..........ok

../lib/Math/BigInt/t/use_lib3..........ok

../lib/Math/BigInt/t/use_lib4..........ok

../lib/Math/BigInt/t/with_sub..........ok

../lib/Math/BigRat/t/bigfltrt..........ok

../lib/Math/BigRat/t/bigrat............ok

../lib/Math/BigRat/t/bigratpm..........ok

../lib/Math/Complex....................ok

../lib/Math/Trig.......................ok

../lib/Memoize/t/array.................ok

../lib/Memoize/t/array_confusion.......ok

../lib/Memoize/t/correctness...........ok

../lib/Memoize/t/errors................ok

../lib/Memoize/t/expfile...............ok

../lib/Memoize/t/expire................ok

../lib/Memoize/t/expmod_t..............ok

../lib/Memoize/t/flush.................ok

../lib/Memoize/t/normalize.............ok

../lib/Memoize/t/prototype.............ok

../lib/Memoize/t/speed.................ok

../lib/Memoize/t/tie...................ok

../lib/Memoize/t/tiefeatures...........ok

../lib/Memoize/t/tie_gdbm..............skipped   all skipped​: no reason given ../lib/Memoize/t/tie_ndbm..............skipped   all skipped​: no reason given ../lib/Memoize/t/tie_sdbm..............ok

../lib/Memoize/t/tie_storable..........ok

../lib/Memoize/t/unmemoize.............ok

../lib/Net/hostent.....................ok

../lib/Net/netent......................ok

../lib/Net/Ping/t/100_load.............ok

../lib/Net/Ping/t/110_icmp_inst........ok

  1/2 skipped​: various reasons ../lib/Net/Ping/t/120_udp_inst.........ok

../lib/Net/Ping/t/130_tcp_inst.........ok

../lib/Net/Ping/t/140_stream_inst......ok

../lib/Net/Ping/t/200_ping_tcp.........skipped   all skipped​: network dependent test ../lib/Net/Ping/t/250_ping_hires.......skipped   all skipped​: network dependent test ../lib/Net/Ping/t/300_ping_stream......skipped   all skipped​: network dependent test ../lib/Net/protoent....................ok

../lib/Net/servent.....................ok

../lib/Net/t/config....................ok

../lib/Net/t/ftp.......................skipped   all skipped​: no reason given ../lib/Net/t/hostname..................ok

../lib/Net/t/netrc.....................ok

../lib/Net/t/nntp......................skipped   all skipped​: no reason given ../lib/Net/t/require...................ok

../lib/Net/t/smtp......................skipped   all skipped​: no reason given ../lib/Net/t/time......................ok

../lib/NEXT/t/actual...................ok

../lib/NEXT/t/actuns...................ok

../lib/NEXT/t/next.....................ok

../lib/NEXT/t/unseen...................ok

../lib/open............................ok

  5/16 skipped​: various reasons ../lib/PerlIO/via/t/QuotedPrint........skipped   all skipped​: PerlIO not used ../lib/ph..............................ok

../lib/Pod/t/basic.....................ok

../lib/Pod/t/eol.......................ok

../lib/Pod/t/Functions.................ok

../lib/Pod/t/htmlescp..................ok

../lib/Pod/t/htmlview..................ok

../lib/Pod/t/InputObjects..............ok

../lib/Pod/t/latex.....................ok

../lib/Pod/t/man.......................ok

../lib/Pod/t/parselink.................ok

../lib/Pod/t/Select....................ok

../lib/Pod/t/text-errors...............ok

../lib/Pod/t/text......................ok

../lib/Pod/t/Usage.....................ok

../lib/Pod/t/utils.....................ok

../lib/Search/Dict.....................ok

../lib/SelectSaver.....................ok

../lib/SelfLoader......................ok

../lib/Shell...........................ok

../lib/sigtrap.........................ok

../lib/sort............................ok

../lib/strict..........................ok

../lib/subs............................ok

../lib/Switch/t/given..................ok

../lib/Switch/t/nested.................ok

../lib/Switch/t/switch.................ok

../lib/Symbol..........................ok

../lib/Term/ANSIColor/test.............ok

../lib/Term/Cap........................ok

../lib/Term/Complete...................ok

../lib/Term/ReadLine...................ok

../lib/Test/Harness/t/00compile........ok

../lib/Test/Harness/t/assert...........ok

../lib/Test/Harness/t/base.............ok

../lib/Test/Harness/t/callback.........ok

../lib/Test/Harness/t/nonumbers........ok

../lib/Test/Harness/t/ok...............ok

../lib/Test/Harness/t/strap-analyze....ok

../lib/Test/Harness/t/strap............ok

../lib/Test/Harness/t/test-harness.....ok

  48/177 skipped​: various reasons ../lib/Test/Simple/t/bad_plan..........ok

../lib/Test/Simple/t/buffer............ok

../lib/Test/Simple/t/Builder...........ok

../lib/Test/Simple/t/curr_test.........ok

../lib/Test/Simple/t/exit..............ok

../lib/Test/Simple/t/extra.............ok

../lib/Test/Simple/t/fail-like.........ok

../lib/Test/Simple/t/fail-more.........ok

../lib/Test/Simple/t/fail..............ok

../lib/Test/Simple/t/filehandles.......ok

../lib/Test/Simple/t/import............ok

../lib/Test/Simple/t/is_deeply.........ok

../lib/Test/Simple/t/maybe_regex.......ok

../lib/Test/Simple/t/missing...........ok

../lib/Test/Simple/t/More..............ok

../lib/Test/Simple/t/no_ending.........ok

../lib/Test/Simple/t/no_header.........ok

../lib/Test/Simple/t/no_plan...........ok

../lib/Test/Simple/t/output............ok

../lib/Test/Simple/t/plan..............ok

../lib/Test/Simple/t/plan_is_noplan....ok

../lib/Test/Simple/t/plan_no_plan......ok

../lib/Test/Simple/t/plan_skip_all.....skipped   all skipped​: Just testing plan & skip_all ../lib/Test/Simple/t/simple............ok

../lib/Test/Simple/t/skip..............ok

  7/15 skipped​: various reasons ../lib/Test/Simple/t/skipall...........ok

../lib/Test/Simple/t/strays............skipped   all skipped​: not completed ../lib/Test/Simple/t/threads...........skipped   all skipped​: no threads ../lib/Test/Simple/t/todo..............ok

../lib/Test/Simple/t/undef.............ok

../lib/Test/Simple/t/useing............ok

../lib/Test/Simple/t/use_ok............ok

../lib/Test/t/fail.....................ok

../lib/Test/t/mix......................ok

../lib/Test/t/onfail...................ok

../lib/Test/t/qr.......................ok

../lib/Test/t/skip.....................ok

../lib/Test/t/success..................ok

  1/11 skipped​: various reasons ../lib/Test/t/todo.....................ok

../lib/Text/Abbrev.....................ok

../lib/Text/Balanced/t/extbrk..........ok

../lib/Text/Balanced/t/extcbk..........ok

../lib/Text/Balanced/t/extdel..........ok

../lib/Text/Balanced/t/extmul..........ok

../lib/Text/Balanced/t/extqlk..........ok

../lib/Text/Balanced/t/exttag..........ok

../lib/Text/Balanced/t/extvar..........ok

../lib/Text/Balanced/t/gentag..........ok

../lib/Text/ParseWords.................ok

../lib/Text/Soundex....................ok

../lib/Text/TabsWrap/t/fill............ok

../lib/Text/TabsWrap/t/tabs............ok

../lib/Text/TabsWrap/t/wrap............ok

../lib/Thread/Queue....................skipped   all skipped​: no ithreads ../lib/Thread/Semaphore................skipped   all skipped​: no ithreads ../lib/Tie/Array/push..................ok

../lib/Tie/Array/splice................ok

../lib/Tie/Array/std...................ok

../lib/Tie/Array/stdpush...............ok

../lib/Tie/File/t/00_version...........ok

../lib/Tie/File/t/01_gen...............ok

../lib/Tie/File/t/02_fetchsize.........ok

../lib/Tie/File/t/03_longfetch.........ok

../lib/Tie/File/t/04_splice............ok

../lib/Tie/File/t/05_size..............ok

../lib/Tie/File/t/06_fixrec............ok

../lib/Tie/File/t/07_rv_splice.........ok

../lib/Tie/File/t/08_ro................ok

../lib/Tie/File/t/09_gen_rs............ok

../lib/Tie/File/t/10_splice_rs.........ok

../lib/Tie/File/t/11_rv_splice_rs......ok

../lib/Tie/File/t/12_longfetch_rs......ok

../lib/Tie/File/t/13_size_rs...........ok

../lib/Tie/File/t/14_lock..............ok

../lib/Tie/File/t/15_pushpop...........ok

../lib/Tie/File/t/16_handle............ok

../lib/Tie/File/t/17_misc_meth.........ok

../lib/Tie/File/t/18_rs_fixrec.........ok

../lib/Tie/File/t/19_cache.............ok

../lib/Tie/File/t/20_cache_full........ok

../lib/Tie/File/t/21_win32.............skipped   all skipped​: no reason given ../lib/Tie/File/t/22_autochomp.........ok

../lib/Tie/File/t/23_rv_ac_splice......ok

../lib/Tie/File/t/24_cache_loop........ok

../lib/Tie/File/t/25_gen_nocache.......ok

../lib/Tie/File/t/26_twrite............ok

../lib/Tie/File/t/30_defer.............ok

../lib/Tie/File/t/31_autodefer.........ok

../lib/Tie/File/t/32_defer_misc........ok

../lib/Tie/File/t/33_defer_vs..........ok

../lib/Tie/File/t/40_abs_cache.........ok

../lib/Tie/File/t/41_heap..............ok

../lib/Tie/Handle/stdhandle............ok

../lib/Tie/Memoize.....................ok

../lib/Tie/RefHash.....................ok

../lib/Tie/Scalar......................ok

../lib/Tie/SubstrHash..................ok

../lib/Time/gmtime.....................ok

../lib/Time/Local......................ok

../lib/Time/localtime..................ok

../lib/Unicode/Collate/t/test..........ok

../lib/Unicode/UCD.....................ok

../lib/User/grent......................ok

../lib/User/pwent......................ok

../lib/utf8............................ok

../lib/vars............................ok

../lib/vmsish..........................ok

  24/25 skipped​: various reasons ../lib/warnings........................ok

pod/emptycmd...........................ok

pod/find...............................ok

pod/for................................ok

pod/headings...........................ok

pod/include............................ok

pod/included...........................ok

pod/lref...............................ok

pod/multiline_items....................ok

pod/nested_items.......................ok

pod/nested_seqs........................ok

pod/oneline_cmds.......................ok

pod/plainer............................ok

pod/pod2usage..........................ok

pod/poderrs............................ok

pod/podselect..........................ok

pod/special_seqs.......................ok

x2p/s2p................................ok

Failed Test Stat Wstat Total Fail Failed List of Failed



../lib/blib.t 3 768 7 3 42.86% 1 4-5 64 tests and 287 subtests skipped. Failed 1/712 test scripts\, 99.86% okay. 3/67737 subtests failed\, 100.00% okay. /tmp/perlmods/perl-5.8.0/t(NO SID)$

This email (including any attached file) is intended only for the addressee(s). The advice given may be specific to a particular situation and the author disclaims liability for its use for any purpose other than that originally intended by the author. Any transmission or distribution of this email (whether in whole or in part) is strictly prohibited without the author's prior informed consent. Opinions expressed in this email are those of the sender and do not necessarily represent the views of the Department of Employment and Training. The legal privilege and confidentiality attached to this email is not waived\, lost or destroyed by reason of a mistaken delivery to you. If you have received this email in error\, please immediately notify the author by telephone and delete this message and any copies of this message from your computer system network. Thank you

p5pRT commented 21 years ago

From @tux

On Tue 29 Jul 2003 04​:24\, "Baras\, Gal" (via RT) \perlbug\-followup@&#8203;perl\.org wrote​:

# New Ticket Created by "Baras\, Gal" # Please include the string​: [perl #23155] # in the subject line of all future correspondence about this issue. # \<URL​: http​://rt.perl.org/rt2/Ticket/Display.html?id=23155 >

Hello good people\,

I'm trying to build Perl on an ANSI-C-less HP-UX 11i system. I'm using gcc 3.2 and due to the absence of /opt/langtools\, I've selected no debugging or optimising flags whatsoever. The rest of the stuff is pretty much stock standard.

'sh Configure -Dcc=gcc' looks OK.

'make' reports only one error\, related to Errno\, which is ignored.

   Making Errno \(nonxs\)

*** Error exit code 1 (ignored)

   Everything is up to date\. Type 'make test' to run test suite\.

'make test' then fails when testing 'blib'. I had a look at 'blib.t' and 'blib.pm'\, but can't figure out why. Below's the output from 'myconfig'\, followed by the output from 'harness'.

Does the precompiled package on https://www.beepz.com/personal/merijn/ or http​://www.cmve.net/~merijn/ help you? (These are 10.20 and 11.00 builds\, but 11i builds are likely to enter there in a few month)

-- H.Merijn Brand Amsterdam Perl Mongers (http​://amsterdam.pm.org/) using perl-5.6.1\, 5.8.0 & 633 on HP-UX 10.20 & 11.00\, AIX 4.2\, AIX 4.3\,   WinNT 4\, Win2K pro & WinCE 2.11. Smoking perl CORE​: smokers@​perl.org http​://archives.develooper.com/daily-build@​perl.org/ perl-qa@​perl.org send smoke reports to​: smokers-reports@​perl.org\, QA​: http​://qa.perl.org

p5pRT commented 21 years ago

From @eserte

[Gal.Baras \<!--c--> \at\ \<!--a--> det.qld.gov.au - Mon Jul 28 19​:24​:32 2003]​:

Hello good people\,

I'm trying to build Perl on an ANSI-C-less HP-UX 11i system. I'm using gcc 3.2 and due to the absence of /opt/langtools\, I've selected no debugging or optimising flags whatsoever. The rest of the stuff is pretty much stock standard.

'sh Configure -Dcc=gcc' looks OK.

'make' reports only one error\, related to Errno\, which is ignored.

   Making Errno \(nonxs\)

*** Error exit code 1 (ignored)

   Everything is up to date\. Type 'make test' to run test suite\.

'make test' then fails when testing 'blib'. I had a look at 'blib.t' and 'blib.pm'\, but can't figure out why. Below's the output from 'myconfig'\, followed by the output from 'harness'.

Maybe it's a permission problem? Does the test still fail in a freshly extracted source directory and if you're doing everything as root?

Regards\,   Slaven

p5pRT commented 21 years ago

From Gal.Baras@det.qld.gov.au

Oh\, yes\, I forgot to mention that I was NOT doing this as root. I'm being forced to do this as a user install. However\, I didn't think this would matter. Does it?

-----Original Message----- From​: Slaven Rezic [mailto​:perlbug-followup@​perl.org] Sent​: Tuesday\, 29 July 2003 11​:09 PM To​: Gal.Baras@​det.qld.gov.au Subject​: [perl #23155] blib test failed - Perl 5.8.0 / HP-UX 11i / gcc 3.2

[Gal.Baras \<!--c--> \at\ \<!--a--> det.qld.gov.au - Mon Jul 28 19​:24​:32 2003]​:

Hello good people\,

I'm trying to build Perl on an ANSI-C-less HP-UX 11i system. I'm using gcc 3.2 and due to the absence of /opt/langtools\, I've selected no debugging or optimising flags whatsoever. The rest of the stuff is pretty much stock standard.

'sh Configure -Dcc=gcc' looks OK.

'make' reports only one error\, related to Errno\, which is ignored.

   Making Errno \(nonxs\)

*** Error exit code 1 (ignored)

   Everything is up to date\. Type 'make test' to run test suite\.

'make test' then fails when testing 'blib'. I had a look at 'blib.t' and 'blib.pm'\, but can't figure out why. Below's the output from 'myconfig'\, followed by the output from 'harness'.

Maybe it's a permission problem? Does the test still fail in a freshly extracted source directory and if you're doing everything as root?

Regards\,   Slaven This email (including any attached file) is intended only for the addressee(s). The advice given may be specific to a particular situation and the author disclaims liability for its use for any purpose other than that originally intended by the author. Any transmission or distribution of this email (whether in whole or in part) is strictly prohibited without the author's prior informed consent. Opinions expressed in this email are those of the sender and do not necessarily represent the views of the Department of Employment and Training. The legal privilege and confidentiality attached to this email is not waived\, lost or destroyed by reason of a mistaken delivery to you. If you have received this email in error\, please immediately notify the author by telephone and delete this message and any copies of this message from your computer system network. Thank you

p5pRT commented 20 years ago

From Gal.Baras@det.qld.gov.au

Hi\,

Could this be related to gcc being compiled for HP-UX 11.00 and running on 11.11?

Thanks\, Gal

-----Original Message----- From​: H.Merijn Brand (via RT) [mailto​:perlbug-followup@​perl.org] Sent​: Tuesday\, 29 July 2003 8​:04 PM To​: Gal.Baras@​det.qld.gov.au Subject​: Re​: [perl #23155] blib test failed - Perl 5.8.0 / HP-UX 11i / gcc 3.2

On Tue 29 Jul 2003 04​:24\, "Baras\, Gal" (via RT) \perlbug\-followup@&#8203;perl\.org wrote​:

# New Ticket Created by "Baras\, Gal" # Please include the string​: [perl #23155] # in the subject line of all future correspondence about this issue. # \<URL​: http​://rt.perl.org/rt2/Ticket/Display.html?id=23155 >

Hello good people\,

I'm trying to build Perl on an ANSI-C-less HP-UX 11i system. I'm using gcc 3.2 and due to the absence of /opt/langtools\, I've selected no debugging or optimising flags whatsoever. The rest of the stuff is pretty much stock standard.

'sh Configure -Dcc=gcc' looks OK.

'make' reports only one error\, related to Errno\, which is ignored.

   Making Errno \(nonxs\)

*** Error exit code 1 (ignored)

   Everything is up to date\. Type 'make test' to run test suite\.

'make test' then fails when testing 'blib'. I had a look at 'blib.t' and 'blib.pm'\, but can't figure out why. Below's the output from 'myconfig'\, followed by the output from 'harness'.

Does the precompiled package on https://www.beepz.com/personal/merijn/ or http​://www.cmve.net/~merijn/ help you? (These are 10.20 and 11.00 builds\, but 11i builds are likely to enter there in a few month)

-- H.Merijn Brand Amsterdam Perl Mongers (http​://amsterdam.pm.org/) using perl-5.6.1\, 5.8.0 & 633 on HP-UX 10.20 & 11.00\, AIX 4.2\, AIX 4.3\,   WinNT 4\, Win2K pro & WinCE 2.11. Smoking perl CORE​: smokers@​perl.org http​://archives.develooper.com/daily-build@​perl.org/ perl-qa@​perl.org send smoke reports to​: smokers-reports@​perl.org\, QA​: http​://qa.perl.org

p5pRT commented 20 years ago

From @tux

On Mon 18 Aug 2003 07​:08\, "Baras\, Gal" \Gal\.Baras@&#8203;det\.qld\.gov\.au wrote​:

Hi\,

Could this be related to gcc being compiled for HP-UX 11.00 and running on 11.11?

I /think/ not\, but if all goes well\, my access to 11i will double soon :)

Thanks\, Gal

-----Original Message----- From​: H.Merijn Brand (via RT) [mailto​:perlbug-followup@​perl.org] Sent​: Tuesday\, 29 July 2003 8​:04 PM To​: Gal.Baras@​det.qld.gov.au Subject​: Re​: [perl #23155] blib test failed - Perl 5.8.0 / HP-UX 11i / gcc 3.2

On Tue 29 Jul 2003 04​:24\, "Baras\, Gal" (via RT) \perlbug\-followup@&#8203;perl\.org wrote​:

# New Ticket Created by "Baras\, Gal" # Please include the string​: [perl #23155] # in the subject line of all future correspondence about this issue. # \<URL​: http​://rt.perl.org/rt2/Ticket/Display.html?id=23155 >

Hello good people\,

I'm trying to build Perl on an ANSI-C-less HP-UX 11i system. I'm using gcc 3.2 and due to the absence of /opt/langtools\, I've selected no debugging or optimising flags whatsoever. The rest of the stuff is pretty much stock standard.

'sh Configure -Dcc=gcc' looks OK.

'make' reports only one error\, related to Errno\, which is ignored.

   Making Errno \(nonxs\)

*** Error exit code 1 (ignored)

   Everything is up to date\. Type 'make test' to run test suite\.

'make test' then fails when testing 'blib'. I had a look at 'blib.t' and 'blib.pm'\, but can't figure out why. Below's the output from 'myconfig'\, followed by the output from 'harness'.

Does the precompiled package on https://www.beepz.com/personal/merijn/ or http​://www.cmve.net/~merijn/ help you? (These are 10.20 and 11.00 builds\, but 11i builds are likely to enter there in a few month)

-- H.Merijn Brand Amsterdam Perl Mongers (http​://amsterdam.pm.org/) using perl-5.6.1\, 5.8.0 & 633 on HP-UX 10.20 & 11.00\, AIX 4.2\, AIX 4.3\, WinNT 4\, Win2K pro & WinCE 2.11. Smoking perl CORE​: smokers@​perl.org http​://archives.develooper.com/daily-build@​perl.org/ perl-qa@​perl.org send smoke reports to​: smokers-reports@​perl.org\, QA​: http​://qa.perl.org

-- H.Merijn Brand Amsterdam Perl Mongers (http​://amsterdam.pm.org/) using perl-5.6.1\, 5.8.0\, & 5.9.x\, and 806 on HP-UX 10.20 & 11.00\, 11i\,   AIX 4.3\, SuSE 8.2\, and Win2k. http​://www.cmve.net/~merijn/ http​://archives.develooper.com/daily-build@​perl.org/ perl-qa@​perl.org send smoke reports to​: smokers-reports@​perl.org\, QA​: http​://qa.perl.org

p5pRT commented 20 years ago

From Gal.Baras@det.qld.gov.au

Just to let you know\, I've since obtained ANSI C from HP and built perl successfully.

Thanks\, Gal

-----Original Message----- From​: H.Merijn Brand (via RT) [mailto​:perlbug-followup@​perl.org] Sent​: Monday\, 18 August 2003 10​:46 PM To​: Gal.Baras@​det.qld.gov.au Subject​: Re​: [perl #23155] blib test failed - Perl 5.8.0 / HP-UX 11i / gcc 3.2

On Mon 18 Aug 2003 07​:08\, "Baras\, Gal" \Gal\.Baras@&#8203;det\.qld\.gov\.au wrote​:

Hi\,

Could this be related to gcc being compiled for HP-UX 11.00 and running on 11.11?

I /think/ not\, but if all goes well\, my access to 11i will double soon :)

Thanks\, Gal

-----Original Message----- From​: H.Merijn Brand (via RT) [mailto​:perlbug-followup@​perl.org] Sent​: Tuesday\, 29 July 2003 8​:04 PM To​: Gal.Baras@​det.qld.gov.au Subject​: Re​: [perl #23155] blib test failed - Perl 5.8.0 / HP-UX 11i / gcc 3.2

On Tue 29 Jul 2003 04​:24\, "Baras\, Gal" (via RT) \perlbug\-followup@&#8203;perl\.org wrote​:

# New Ticket Created by "Baras\, Gal" # Please include the string​: [perl #23155] # in the subject line of all future correspondence about this issue. # \<URL​: http​://rt.perl.org/rt2/Ticket/Display.html?id=23155 >

Hello good people\,

I'm trying to build Perl on an ANSI-C-less HP-UX 11i system. I'm using gcc 3.2 and due to the absence of /opt/langtools\, I've selected no debugging or optimising flags whatsoever. The rest of the stuff is pretty much stock standard.

'sh Configure -Dcc=gcc' looks OK.

'make' reports only one error\, related to Errno\, which is ignored.

   Making Errno \(nonxs\)

*** Error exit code 1 (ignored)

   Everything is up to date\. Type 'make test' to run test suite\.

'make test' then fails when testing 'blib'. I had a look at 'blib.t' and 'blib.pm'\, but can't figure out why. Below's the output from 'myconfig'\, followed by the output from 'harness'.

Does the precompiled package on https://www.beepz.com/personal/merijn/ or http​://www.cmve.net/~merijn/ help you? (These are 10.20 and 11.00 builds\, but 11i builds are likely to enter there in a few month)

-- H.Merijn Brand Amsterdam Perl Mongers (http​://amsterdam.pm.org/) using perl-5.6.1\, 5.8.0 & 633 on HP-UX 10.20 & 11.00\, AIX 4.2\, AIX 4.3\, WinNT 4\, Win2K pro & WinCE 2.11. Smoking perl CORE​: smokers@​perl.org http​://archives.develooper.com/daily-build@​perl.org/ perl-qa@​perl.org send smoke reports to​: smokers-reports@​perl.org\, QA​: http​://qa.perl.org

-- H.Merijn Brand Amsterdam Perl Mongers (http​://amsterdam.pm.org/) using perl-5.6.1\, 5.8.0\, & 5.9.x\, and 806 on HP-UX 10.20 & 11.00\, 11i\,   AIX 4.3\, SuSE 8.2\, and Win2k. http​://www.cmve.net/~merijn/ http​://archives.develooper.com/daily-build@​perl.org/ perl-qa@​perl.org send smoke reports to​: smokers-reports@​perl.org\, QA​: http​://qa.perl.org

p5pRT commented 12 years ago

@tux - Status changed from 'open' to 'resolved'