From: Rick Voland <[EMAIL PROTECTED]>
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 [EMAIL PROTECTED]:/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 [EMAIL PROTECTED]:/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 ([EMAIL PROTECTED])
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"