On Mon, May 09, 2005 at 03:36:00AM -0500, [EMAIL PROTECTED] wrote:
> Automated smoke report for 5.8.6 patch 24415
> mccoy.peters.homeunix.org: Intel Pentium III ("GenuineIntel" 686-class, 512KB 
> L2 cache) (i386/1 cpu)
>     on        openbsd - 3.7
>     using     cc version 3.3.5 (propolice)
>     smoketime 15 hours 28 minutes (average 1 hour 32 minutes)
> 
> Summary: FAIL(XF)
> 
> O = OK  F = Failure(s), extended report at the bottom
> X = Failure(s) under TEST but not under harness
> ? = still running or test results not (yet) available
> Build failures during:       - = unknown or N/A
> c = Configure, m = make, M = make (after miniperl), t = make test-prep
> 
>    24415     Configuration (common) none
> ----------- ---------------------------------------------------------
> O - O -     -Uuseperlio
> O O O O     
> O X O O     -Duse64bitint
> F F F F     -Duseithreads
> F F F F     -Duseithreads -Duse64bitint
> | | | +----- PERLIO = perlio -DDEBUGGING
> | | +------- PERLIO = stdio  -DDEBUGGING
> | +--------- PERLIO = perlio
> +----------- PERLIO = stdio
> 
> 
> Failures:
> [perlio] -Duse64bitint
> Inconsistent test results (between TEST and harness):
>     ../ext/B/t/xref.t.......................FAILED at test 3
> 
> [stdio/perlio] -Duseithreads
> [stdio/perlio] -DDEBUGGING -Duseithreads
> [perlio] -Duseithreads -Duse64bitint
> [stdio/perlio] -DDEBUGGING -Duseithreads -Duse64bitint
>     ../ext/IO/t/io_multihomed.t.............FAILED 1-8
>     ../ext/IO/t/io_sock.t...................FAILED 1-26
>     ../ext/IO/t/io_udp.t....................FAILED 1-7
>     ../lib/Net/Ping/t/120_udp_inst.t........FAILED ??
>     ../lib/Net/Ping/t/130_tcp_inst.t........FAILED ??
>     ../lib/Net/Ping/t/150_syn_inst.t........FAILED ??
>     ../lib/Net/Ping/t/190_alarm.t...........FAILED ??
>     ../lib/Net/Ping/t/450_service.t.........FAILED ??
>     ../lib/Net/Ping/t/510_ping_udp.t........FAILED ??
>     ../lib/Net/protoent.t...................FAILED ??
>     ../lib/Net/servent.t....................FAILED ??
>     ../lib/Net/t/time.t.....................FAILED ??
> Inconsistent test results (between TEST and harness):
>     ../lib/Net/Ping/t/140_stream_inst.t.....FAILED at test 0
> 
> [stdio] -Duseithreads -Duse64bitint
>     ../ext/IO/t/io_multihomed.t.............FAILED 1-8
>     ../ext/IO/t/io_sock.t...................FAILED 1-26
>     ../ext/IO/t/io_udp.t....................FAILED 1-7
>     ../lib/Net/Ping/t/120_udp_inst.t........FAILED ??
>     ../lib/Net/Ping/t/130_tcp_inst.t........FAILED ??
>     ../lib/Net/Ping/t/150_syn_inst.t........FAILED ??
>     ../lib/Net/Ping/t/190_alarm.t...........FAILED ??
>     ../lib/Net/Ping/t/450_service.t.........FAILED ??
>     ../lib/Net/Ping/t/510_ping_udp.t........FAILED ??
>     ../lib/Net/protoent.t...................FAILED ??
>     ../lib/Net/servent.t....................FAILED ??
>     ../lib/Net/t/time.t.....................FAILED ??
> Inconsistent test results (between TEST and harness):
>     ../ext/B/t/xref.t.......................FAILED at test 3
>     ../lib/Net/Ping/t/140_stream_inst.t.....FAILED at test 0
> 

The failures in the various network related tests above are being caused by
issues with getprotobyname_r() dying on a segfault.  This problem is 
internal to the OpenBSD libc and has been reported with the OpenBSD folks.

If a new version of Perl is released prior to a fix and release of OpenBSD
3.7, we may want to add hints to not use getprotobyname_r() in the Perl
builds on OpenBSD.

Steve Peters
[EMAIL PROTECTED]

Reply via email to