From owner-freebsd-ports@FreeBSD.ORG Fri Jan 26 03:32:28 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 80F0F16AA52 for ; Fri, 26 Jan 2007 03:32:28 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.229]) by mx1.freebsd.org (Postfix) with ESMTP id 30ECB13C4AA for ; Fri, 26 Jan 2007 03:32:28 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so665374wxc for ; Thu, 25 Jan 2007 19:32:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:message-id:to:cc:subject:from:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding:sender; b=UC9HRJcCXimnPAK6emsx64UUA3Y/CC52gKAd23q1va+xJvEE1v20kPid70frC+5wrJytihX+E+23hjgdQ6iS4WUCvfEmoPROAcOHIxaoHtrDUSnRGAFPkLwamBJ3PNhMo74VQYqdScXoco8LaB7QaWp6qOkQz/Na2FbJQtkR7lc= Received: by 10.70.87.11 with SMTP id k11mr5019475wxb.1169778902511; Thu, 25 Jan 2007 18:35:02 -0800 (PST) Received: from localhost ( [133.11.172.102]) by mx.google.com with ESMTP id 12sm6480202wrl.2007.01.25.18.35.00; Thu, 25 Jan 2007 18:35:01 -0800 (PST) Date: Fri, 26 Jan 2007 11:34:58 +0900 (JST) Message-Id: <20070126.113458.35660495.chat95@mac.com> To: rpvoland@facstaff.wisc.edu From: NAKATA Maho In-Reply-To: <45B8CBFB.6090001@facstaff.wisc.edu> References: <20070124.103041.34613013.chat95@mac.com> <200701241944.53346.vdemart1@tin.it> <45B8CBFB.6090001@facstaff.wisc.edu> X-Mailer: Mew version 5.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: Maho NAKATA Cc: vdemart1@tin.it, freebsd-ports@freebsd.org Subject: Re: math/R eats up all. 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: Fri, 26 Jan 2007 03:32:28 -0000 From: Rick Voland Subject: Re: math/R eats up all. Date: Thu, 25 Jan 2007 09:25:47 -0600 > Can anyone else confirm a problem or lack of problem building math/R > with the build option for math/atlas using the new gcc42 ? First, one thing. We don't use gcc42 for atlas and atlas-devel. .if ${OSVERSION} > 700000 BUILD_DEPENDS+= gcc34:${PORTSDIR}/lang/gcc34 CCOMPILER= gcc34 .else CCOMPILER= ${CC} .endif please see the text of ATLAS/INSTALL.txt for details (of math/atlas-devel). gfortran compiled atlas is just merely a wrapper so what is wrong?!?! Here is a status of mine. A. successful build CPU: AMD Opteron(tm) Processor 250 (2391.70-MHz K8-class CPU) BUILD LOG ftp://ooopackages.good-day.net/pub/OpenOffice.org/misc/log.R.atlas-devel.amd64.bz2 other infos # pkg_info | grep atlas atlas-devel-3.7.24_4 Development version of math/atlas I build ATLAS with WITH_OPTIMIZED_FLAGS # uname -a FreeBSD ligeti.private.org 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Mon Jan 15 08:59:53 JST 2007 maho@ligeti.private.org:/usr/src/sys/amd64/compile/MAHO amd64 R port # $FreeBSD: ports/math/R/Makefile,v 1.56 2007/01/12 21:23:50 maho Exp $ # gcc42 -v Using built-in specs. Target: x86_64-portbld-freebsd6.2 Configured with: ./..//gcc-4.2-20070110/configure --disable-nls --with-system-zlib --with-libiconv-prefix=/usr/local --with-gmp=/usr/local --program-suffix=42 --libdir=/usr/local/lib/gcc-4.2.0 --with-gxx-include-dir=/usr/local/lib/gcc-4.2.0/include/c++/ --infodir=/usr/local/info/gcc42 --disable-libgcj --prefix=/usr/local x86_64-portbld-freebsd6.2 Thread model: posix gcc version 4.2.0 20070110 (prerelease) B. failed build like you. CPU: Intel(R) Pentium(R) M processor 1.80GHz (599.49-MHz 686-class CPU) # pkg_info | grep atlas atlas-devel-3.7.24_4 Development version of math/atlas I build ATLAS with WITH_OPTIMIZED_FLAGS # uname -a FreeBSD satie.private.org 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Mon Jan 15 08:55:26 JST 2007 maho@satie.private.org:/usr/src/sys/i386/compile/MAHO i386 R port # $FreeBSD: ports/math/R/Makefile,v 1.56 2007/01/12 21:23:50 maho Exp $ gcc42 -v Using built-in specs. Target: i386-portbld-freebsd6.2 Configured with: ./..//gcc-4.2-20070110/configure --disable-nls --with-system-zlib --with-libiconv-prefix=/usr/local --with-gmp=/usr/local --program-suffix=42 --libdir=/usr/local/lib/gcc-4.2.0 --with-gxx-include-dir=/usr/local/lib/gcc-4.2.0/include/c++/ --infodir=/usr/local/info/gcc42 --disable-rpath --prefix=/usr/local i386-portbld-freebsd6.2 Thread model: posix gcc version 4.2.0 20070110 (prerelease) So - I suspect this is i386 specific bugs. HTH, thanks -- NAKATA, Maho (maho@FreeBSD.org)