From owner-freebsd-ports@FreeBSD.ORG Mon Feb 5 22:49:52 2007 Return-Path: X-Original-To: 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 4546316A4AB for ; Mon, 5 Feb 2007 22:49:42 +0000 (UTC) (envelope-from joey@mingrone.org) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.231]) by mx1.freebsd.org (Postfix) with ESMTP id DFC1813C494 for ; Mon, 5 Feb 2007 22:49:41 +0000 (UTC) (envelope-from joey@mingrone.org) Received: by wr-out-0506.google.com with SMTP id 71so1441638wri for ; Mon, 05 Feb 2007 14:49:41 -0800 (PST) Received: by 10.90.52.2 with SMTP id z2mr9530550agz.1170714326973; Mon, 05 Feb 2007 14:25:26 -0800 (PST) Received: by 10.90.53.9 with HTTP; Mon, 5 Feb 2007 14:25:26 -0800 (PST) Message-ID: Date: Mon, 5 Feb 2007 18:25:26 -0400 From: "Joey Mingrone" To: eric+fbports@vangyzen.net MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: ports@FreeBSD.org Subject: FreeBSD Port: R-2.4.1 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: Mon, 05 Feb 2007 22:49:52 -0000 Hi: I'm trying to install the R port, but get linking errors during the installation. I've included the text below. Here's what my uname -a says: FreeBSD karlsruhe.mingrone.org 6.1-RELEASE-p11 FreeBSD 6.1-RELEASE-p11 #0: Wed Dec 20 08:25:54 AST 2006 root@karlsruhe.mingrone.org:/usr/obj/usr/src/sys/KARLSRUHE_MINGRONE_ORG_2006-12-20 i386 Thanks for any help you can provide and please let me know if there is any other information you need. Joey cc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -D__NO_MATH_INLINES -fpic -O2 -fno-strict-aliasing -pipe -c util.c -o util.o cc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -D__NO_MATH_INLINES -fpic -O2 -fno-strict-aliasing -pipe -c version.c -o version.o cc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -D__NO_MATH_INLINES -fpic -O2 -fno-strict-aliasing -pipe -c vfonts.c -o vfonts.o gfortran42 -D__NO_MATH_INLINES -fpic -g -O2 -c xxxpr.f -o xxxpr.o cc -std=gnu99 -shared -L/usr/local/lib -o libR.so CConverters.o CommandLineArgs.o Rdynload.o Renviron.o RNG.o apply.o arithmetic.o apse.o array.o attrib.o base.o bind.o builtin.o character.o coerce.o colors.o complex.o connections.o context.o cov.o cum.o dcf.o datetime.o debug.o deparse.o deriv.o dotcode.o dounzip.o dstruct.o duplicate.o engine.o envir.o errors.o eval.o format.o fourier.o gevents.o gram.o gram-ex.o graphics.o identical.o internet.o iosupport.o lapack.o list.o localecharset.o logic.o main.o mapply.o match.o memory.o model.o names.o objects.o optim.o optimize.o options.o par.o paste.o pcre.o platform.o plot.o plot3d.o plotmath.o print.o printarray.o printvector.o printutils.o qsort.o random.o regex.o registration.o relop.o rlocale.o saveload.o scan.o seq.o serialize.o size.o sort.o source.o split.o sprintf.o startup.o subassign.o subscript.o subset.o summary.o sysutils.o unique.o util.o version.o vfonts.o xxxpr.o `ls ../appl/*.o ../nmath/*.o ../unix/*.o 2>/dev/null|grep -v /ext-` -lblas -L/usr/local/lib/gcc-4.2.0/gcc/i386-portbld-freebsd6.1/4.2.0 -L/usr/local/lib/gcc-4.2.0 -lgfortran -lm -lgcc_s /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib -lreadline -lpcre -lbz2 -lz -lm -liconv mkdir /usr/ports/math/R/work/R-2.4.1/bin/exec mkdir /usr/ports/math/R/work/R-2.4.1/lib cc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -D__NO_MATH_INLINES -fpic -O2 -fno-strict-aliasing -pipe -c Rmain.c -o Rmain.o cc -std=gnu99 -export-dynamic -L/usr/local/lib -o R.bin Rmain.o -L../../lib -lR /usr/local/lib/gcc-4.2.0/libgfortran.so.2: undefined reference to `__mulxc3@GCC_4.0.0' /usr/local/lib/gcc-4.2.0/libgfortran.so.2: undefined reference to `__mulsc3@GCC_4.0.0' /usr/local/lib/gcc-4.2.0/libgfortran.so.2: undefined reference to `__divsc3@GCC_4.0.0' /usr/local/lib/gcc-4.2.0/libgfortran.so.2: undefined reference to `__muldc3@GCC_4.0.0' /usr/local/lib/gcc-4.2.0/libgfortran.so.2: undefined reference to `__divdc3@GCC_4.0.0' /usr/local/lib/gcc-4.2.0/libgfortran.so.2: undefined reference to `__divxc3@GCC_4.0.0' *** Error code 1 Stop in /usr/ports/math/R/work/R-2.4.1/src/main. *** Error code 1 Stop in /usr/ports/math/R/work/R-2.4.1/src/main. *** Error code 1 Stop in /usr/ports/math/R/work/R-2.4.1/src. *** Error code 1 Stop in /usr/ports/math/R/work/R-2.4.1. *** Error code 1 Stop in /usr/ports/math/R. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall.44120.0 env make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! math/R (linker error) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed