From owner-freebsd-stable@FreeBSD.ORG Thu Nov 11 14:18:59 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E998616A4CE for ; Thu, 11 Nov 2004 14:18:59 +0000 (GMT) Received: from miramanee.icarz.com (miramanee.icarz.com [207.99.22.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 673CC43D48 for ; Thu, 11 Nov 2004 14:18:59 +0000 (GMT) (envelope-from kenfreebsd@icarz.com) Received: from deanna.icarz.com (deanna.icarz.com [207.99.22.19]) by miramanee.icarz.com (8.13.1/8.12.10) with ESMTP id iABEIwg8067007; Thu, 11 Nov 2004 09:18:58 -0500 (EST) (envelope-from kenfreebsd@icarz.com) Received: from kenxp (netb-138.icarz.com [209.123.219.138]) by deanna.icarz.com (8.12.11/8.12.9) with SMTP id iABEIqrE022025; Thu, 11 Nov 2004 09:18:57 -0500 (EST) (envelope-from kenfreebsd@icarz.com) Message-ID: <0c2401c4c7f9$617f8df0$8adb7bd1@icarz.com> From: "Ken Menzel" To: "Robert Blayzor" References: <0a1701c4c76d$ee4ec980$8adb7bd1@icarz.com> <419364E6.2040003@inoc.net> Date: Thu, 11 Nov 2004 09:18:47 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Spam-Score: -100 () USER_IN_WHITELIST X-Scanned-By: MIMEDefang 2.39 cc: freebsd-stable@freebsd.org Subject: Re: perl 5.8.5 on freebsd 4.10 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ken Menzel List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2004 14:19:00 -0000 Thanks for the reply Robert! > > cd /usr/ports/lang/perl5.8 > make install clean Sorry, I should have said I was using ports. I cvsuped the ports yesterday. But did you run: "make test"? This runs the tests, you would need to do this before the "make clean" With perl which includes excellent self tests I always check these. Failed 1 test script out of 826, 99.88% okay. ### Since not all tests were successful, you may want to run some of And of course that was the crypto test I refered to (I pasted it again below) that failed. What I expected was (Like I get on 4.9 and 5.3 using make test in /usr/lang/ports/perl5.8): t/pod/special_seqs........................ok t/x2p/s2p.................................ok All tests successful. u=5.85156 s=1.98438 cu=368.914 cs=38.2969 scripts=826 tests=85559 Looks like a bug in 4.10, but I am not expert especially on crypto! I just wanted to check this with the group as it may point to a larger problem that this behaves differently on 4.10 from 4.9 and 5.3. Thanks, Ken error output repasted. t/op/context..............................ok t/op/cproto...............................ok t/op/crypt................................# Failed at op/crypt.t line 45 # got '$2a$04$cXSIoNruOcY4zQvBHgLd4OwIn/hpnHpszYR0VrbT0MGHtj8UgV4jS' # expected '$2a$04$cQSEYKwMGkhlyuPmbY2YY.5Fo0iMDAVDOlSr8SElFfCwc8SPUJW7.' FAILED at test 4 t/op/defins...............................ok