From owner-freebsd-ports Thu Apr 6 00:58:53 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA14932 for ports-outgoing; Thu, 6 Apr 1995 00:58:53 -0700 Received: from aries.ibms.sinica.edu.tw ([140.109.40.248]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id AAA14924 for ; Thu, 6 Apr 1995 00:58:48 -0700 Received: (from taob@localhost) by aries.ibms.sinica.edu.tw (8.6.11/8.6.9) id PAA14610; Thu, 6 Apr 1995 15:58:55 +0800 Date: Thu, 6 Apr 1995 15:58:54 +0800 (CST) From: Brian Tao To: FREEBSD-PORTS-L Subject: Perl 5.001 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: ports-owner@FreeBSD.org Precedence: bulk Just finished building and testing perl 5.001 with all extensions on my 950322-SNAP machine. I get the following errors running the testsuite: cmd/for........FAILED on test 1 op/time........FAILED on test 5 lib/bigint.....FAILED on test 61 lib/bigintpm...FAILED on test 7 Failed 4/90 tests, 95.56% okay. None of these were present when compiled with gcc 2.6.2 on a 950210 machine. The 2.6.2-compiled perl5 also fails now. I noticed this when running the cmd/for test: % /usr/local/bin/perl for.t 1..7 #1 :10: eq :10: #1 :0. 1 2 3 4 5 6 7 8 9 10: eq :0 1 2 3 4 5 6 7 8 9 10: not ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 The first loop prints out a "0." instead of a "0". This anomaly also caused gcc to fail when compiling the extension modules (because perl was generating array subscripts with 0. instead of 0). Anyone have a gcc 2.6.2/pre-950322 machine to test this? -- Brian ("Though this be madness, yet there is method in't") Tao taob@gate.sinica.edu.tw <-- work ........ play --> taob@io.org