Date: Fri, 26 Jan 2007 11:34:58 +0900 (JST) From: NAKATA Maho <chat95@mac.com> To: rpvoland@facstaff.wisc.edu Cc: vdemart1@tin.it, freebsd-ports@freebsd.org Subject: Re: math/R eats up all. Message-ID: <20070126.113458.35660495.chat95@mac.com> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
From: Rick Voland <rpvoland@facstaff.wisc.edu> 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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070126.113458.35660495.chat95>