From owner-freebsd-questions@FreeBSD.ORG Sun Jun 24 15:18:43 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7D60F16A498 for ; Sun, 24 Jun 2007 15:18:43 +0000 (UTC) (envelope-from cblasius@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.freebsd.org (Postfix) with ESMTP id 153E713C45B for ; Sun, 24 Jun 2007 15:18:42 +0000 (UTC) (envelope-from cblasius@gmail.com) Received: by ug-out-1314.google.com with SMTP id u2so1247627uge for ; Sun, 24 Jun 2007 08:18:42 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=lnRsRUo3306DRKCtcImkQ0SZ6F5OfYNHtKdY1Q9cq6NEgVTPFf5INs1nAKpWrWjJ6F97OUV7vDszkQ+VG5XHSD274xFVeDHzD5HSMasCXRNUv5aF1jhtV/jRvwBS2l6VVSJY2nHqnz7uUcyjc0gv8L4r8rM88G611M0TDS3mp+o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=QjHH3Mx/Hh/TyPVNzwfEt0S4fa4NtZ3ygqFcSGZZID/+v3AD/L50QkNL7/wscR2BpqeT/3IrrNiiHl9FxhYwyeBmFIOTm2HdAg/t5+1+4HkF+WLIcdJnLD6fSTDIH6bgFV4sxsTlbOaZERO/11BvKqRSNwyA0hYzoZXTFZlOrNs= Received: by 10.67.97.15 with SMTP id z15mr4403908ugl.1182696592477; Sun, 24 Jun 2007 07:49:52 -0700 (PDT) Received: from xdsl-5405.zgora.dialog.net.pl ( [84.40.169.29]) by mx.google.com with ESMTP id g8sm1473837muf.2007.06.24.07.49.51 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 24 Jun 2007 07:49:52 -0700 (PDT) From: Zbigniew Komarnicki To: freebsd-questions@freebsd.org Date: Sun, 24 Jun 2007 16:52:38 +0200 User-Agent: KMail/1.9.6 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706241652.39300.cblasius@gmail.com> Subject: Error when compiling Atlas X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jun 2007 15:18:43 -0000 Hello, I've got an error when compiled math/sdpa. In math/atlas I obtained the following error: Benchmarking xzllttst NREPS UPLO N lda TIME MFLOPS RESID =============================================== assertion ALT_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 I this message error rewrite by hand from console. I have: FreeBSD xxxxxx.xxx 6.2-STABLE FreeBSD 6.2-STABLE #0: Mon Jun 18 20:55:05 CEST 2007 Procesor: AMD Athlon XP, 1.6 GHz Memory: 1 GB RAM Motherboard: Gigabyte, nVIDIA nForce2, K7 Triton, GA-7N400S(-L) In make.conf I've have the following options: CPUTYPE?=athlon-xp CFLAGS= -O2 -pipe COPTFLAGS= -O2 -pipe Could someone help me with this problem? Thanks in advance for yours help, Zbigniew