From owner-freebsd-current Mon Oct 14 13:38:28 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2891037B404 for ; Mon, 14 Oct 2002 13:38:26 -0700 (PDT) Received: from mailout05.sul.t-online.com (mailout05.sul.t-online.com [194.25.134.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0AA843EAA for ; Mon, 14 Oct 2002 13:38:25 -0700 (PDT) (envelope-from D.Rock@t-online.de) Received: from fwd02.sul.t-online.de by mailout05.sul.t-online.com with smtp id 181Byo-0000Z2-0C; Mon, 14 Oct 2002 22:38:22 +0200 Received: from dialin.t-online.de (340029380333-0001@[80.128.204.122]) by fmrl02.sul.t-online.com with esmtp id 181Byc-2CjhoXC; Mon, 14 Oct 2002 22:38:10 +0200 Received: from t-online.de (doom [172.23.7.254]) by dialin.t-online.de (8.11.6+Sun/8.11.6/Rock) with ESMTP id g9EKbrv62531 for ; Mon, 14 Oct 2002 22:37:53 +0200 (CEST) Message-ID: <3DAB2B21.5050205@t-online.de> Date: Mon, 14 Oct 2002 22:37:53 +0200 From: Daniel Rock User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.1) Gecko/20020826 X-Accept-Language: de, en-us, en MIME-Version: 1.0 To: current@freebsd.org Subject: Perl 5.8 broken in current Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Sender: 340029380333-0001@t-dialin.net Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, perl-5.8 seems to be severely broken in current. If I compile it with optimization enabled "make test" fails at t/op/pat, test 640. Only with no optimization at all this test succeeded. I tried the following options make CPUTYPE=i386 CFLAGS=-g => success make CPUTYPE=i386 CFLAGS=-O2 => failure make CPUTYPE=k6 => failure make (default values: -mcpu=pentiumpro -O) => failure Also perl is painfully slow. Above test (t/op/pat) requires over 2 Minutes to complete (on my AMD K6-2/300). The same test on a Solaris/x86 Maschine (P II 450) only takes 7 seconds. gcc-3.2 on my Solaris(x86) also has no problems compiling and testing perl-5.8 Some other tests take even hours to complete. I wonder what is going on inside perl? Daniel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message