From owner-freebsd-ports@FreeBSD.ORG Tue Feb 13 19:12:41 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 21FC316A481 for ; Tue, 13 Feb 2007 19:12:41 +0000 (UTC) (envelope-from jpbowman@therandomco.com) Received: from elasmtp-junco.atl.sa.earthlink.net (elasmtp-junco.atl.sa.earthlink.net [209.86.89.63]) by mx1.freebsd.org (Postfix) with ESMTP id E4FBD13C481 for ; Tue, 13 Feb 2007 19:12:38 +0000 (UTC) (envelope-from jpbowman@therandomco.com) Received: from [67.164.3.178] (helo=[192.168.1.103]) by elasmtp-junco.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1HH2n5-0008Aw-L4 for freebsd-ports@freebsd.org; Tue, 13 Feb 2007 13:54:11 -0500 Message-ID: <45D20952.6030503@therandomco.com> Date: Tue, 13 Feb 2007 10:54:10 -0800 From: John Bowman User-Agent: Thunderbird 1.5.0.9 (X11/20061221) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: multipart/mixed; boundary="------------030405030108010401040700" X-ELNK-Trace: ea180316da10394d6ff3a2805741e68f171c0c14cfd0aee25812d90dbc1b3e02d04a76e5f732ac13350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 67.164.3.178 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: math/ATLAS upgrade fails Benchmarking xzllttst X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Feb 2007 19:12:41 -0000 This is a multi-part message in MIME format. --------------030405030108010401040700 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I am duplicating Karsten Rothemund's earlier post, as my error message is identical except for timing numbers: Unfortunately I only have the last few lines (because of the portupgrade): 10 cases: 10 passed, 0 skipped, 0 failed Benchmarking xcllttstF NREPS UPLO N lda TIME MFLOPS RESID ===== ===== ===== ===== ============ ============ ============ 1 Lower 100 100 0.00000 0.000 6.688674e-03 1 Lower 200 200 0.02719 396.642 4.398721e-03 1 Lower 300 300 0.07179 505.188 2.341770e-03 1 Lower 400 400 0.15059 569.836 2.147220e-03 1 Lower 500 500 0.28906 579.186 2.432632e-03 1 Lower 600 600 0.48022 601.979 1.839629e-03 1 Lower 700 700 0.76107 602.840 1.436337e-03 1 Lower 800 800 1.13554 602.873 1.535296e-03 1 Lower 900 900 1.59588 610.590 9.815540e-04 1 Lower 1000 1000 2.18219 612.381 1.306027e-03 10 cases: 10 passed, 0 skipped, 0 failed Benchmarking xzllttst NREPS UPLO N lda TIME MFLOPS RESID ===== ===== ===== ===== ============ ============ ============ assertion ATL_zpotrf(CblasColMajor, Uplo, N, A, lda) == 0 failed, line 344 of file ../llttst.c *** Error code 255 Stop in /usr/ports/math/atlas. *** Error code 1 Stop in /usr/ports/math/atlas. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.72539.60 e nv UPGRADE_TOOL=portupgrade UPGRADE_PORT=atlas-3.6.0,1 UPGRADE_PORT_VER=3.6.0,1 make ** Fix the problem and try again. It was in the THREADED_PIC run of the compilation. Since this appears to be an error in the benchmark / test software rather than in ATLAS proper, I'm thinking of removing the test from the Makefile and trying again. However, doing this sort of thing is more an act of desperation than a well-thought-out strategy for success. Any suggestions would be greatly appreciated. John --------------030405030108010401040700--