From owner-freebsd-arm@FreeBSD.ORG Sun May 20 20:20:04 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6A16C1065673; Sun, 20 May 2012 20:20:04 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.78]) by mx1.freebsd.org (Postfix) with ESMTP id E57E98FC19; Sun, 20 May 2012 20:20:03 +0000 (UTC) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1SWCbb-0005rl-8k; Sun, 20 May 2012 22:19:55 +0200 Received: from dhcp-077-251-052-224.chello.nl ([77.251.52.224] helo=pinky) by smtp.greenhost.nl with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1SWCbb-0003l8-J9; Sun, 20 May 2012 22:19:55 +0200 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: kvedulv@kvedulv.de, linimon@freebsd.org, freebsd-arm@freebsd.org References: <201205181207.q4IC7fs8044727@freefall.freebsd.org> Date: Sun, 20 May 2012 22:19:51 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Ronald Klop" Message-ID: In-Reply-To: <201205181207.q4IC7fs8044727@freefall.freebsd.org> User-Agent: Opera Mail/11.64 (Win32) X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: 0.0 X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_50 autolearn=disabled version=3.2.5 X-Scan-Signature: 40b81d93390a3dca3ee709c9c36a2335 Cc: Subject: Re: arm/154189: lang/perl5.12 doesn't build on arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2012 20:20:04 -0000 On Fri, 18 May 2012 14:07:41 +0200, wrote: > Synopsis: lang/perl5.12 doesn't build on arm > > State-Changed-From-To: open->feedback > State-Changed-By: linimon > State-Changed-When: Fri May 18 12:06:37 UTC 2012 > State-Changed-Why: > Did the compiler fix committed in arm/161128 fix this problem? > > > Responsible-Changed-From-To: freebsd-arm->linimon > Responsible-Changed-By: linimon > Responsible-Changed-When: Fri May 18 12:06:37 UTC 2012 > Responsible-Changed-Why: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=154189 Hi Mark Linimon, I just tested this myself with an updated 9.0-STABLE #11: Wed May 2 11:35:40 CEST 2012 on a Sheevaplug. Perl 5.12 compiled. Make test ended with: Test Summary Report ------------------- run/switchC.t (Wstat: 0 Tests: 9 Failed: 2) Failed tests: 2, 6 re/re.t (Wstat: 9 Tests: 18 Failed: 0) Non-zero wait status: 9 Parse errors: Bad plan. You planned 19 tests but ran 18. op/stash.t (Wstat: 0 Tests: 31 Failed: 0) TODO passed: 26 ../cpan/Archive-Extract/t/01_Archive-Extract.t (Wstat: 5632 Tests: 1232 Failed: 22) Failed tests: 85-87, 90, 109-111, 114, 205-207, 210, 373-375 378, 542-543, 590-591, 662-663 Non-zero exit status: 22 ../ext/POSIX/t/posix.t (Wstat: 0 Tests: 66 Failed: 0) TODO passed: 11 Files=1806, Tests=350065, 10709 wallclock secs (1854.05 usr 65.97 sys + 7111.41 cusr 389.68 csys = 9421.12 CPU) Result: FAIL But that might not be too bad. I have to install and run it still. NB: is it a problem perl 5.8 was still installed while building 5.12? I uncommented the CONFLICT line in perl5.12/Makefile to build without deinstalling 5.8 yet. Ronald.