Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jun 2007 14:34:19 GMT
From:      Joey Mingrone<joey@mingrone>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/113334: Installation of port math/R fails
Message-ID:  <200706041434.l54EYJtU075472@www.freebsd.org>
Resent-Message-ID: <200706041440.l54Ee5AQ067040@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         113334
>Category:       ports
>Synopsis:       Installation of port math/R fails
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 04 14:40:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Joey Mingrone
>Release:        6.2-RELEASE-p4 i386
>Organization:
>Environment:
FreeBSD jrm 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Fri May 18 14:27:42 ADT 2007     root@jrm:/usr/obj/usr/src/sys/JRM_2007-05-18  i386
>Description:
When upgrading from math/R-2.4.1 to math/R-2.5.0, a linker error occurs.  The command that fails is below.  The command executes without errors when cc is replaced with gfortran42.

cc -std=gnu99 -export-dynamic -L/usr/local/lib -o R.bin Rmain.o -L../../lib -lR
/usr/local/lib/gcc-4.2.1/libgfortran.so.2: undefined reference to `__mulxc3@GCC_4.0.0'
/usr/local/lib/gcc-4.2.1/libgfortran.so.2: undefined reference to `__mulsc3@GCC_4.0.0'
/usr/local/lib/gcc-4.2.1/libgfortran.so.2: undefined reference to `__divsc3@GCC_4.0.0'
/usr/local/lib/gcc-4.2.1/libgfortran.so.2: undefined reference to `__muldc3@GCC_4.0.0'
/usr/local/lib/gcc-4.2.1/libgfortran.so.2: undefined reference to `__divdc3@GCC_4.0.0'
/usr/local/lib/gcc-4.2.1/libgfortran.so.2: undefined reference to `__divxc3@GCC_4.0.0'
*** Error code 1

Stop in /usr/ports/math/R/work/R-2.5.0/src/main.
*** Error code 1

Stop in /usr/ports/math/R/work/R-2.5.0/src/main.
*** Error code 1

Stop in /usr/ports/math/R/work/R-2.5.0/src.
*** Error code 1

Stop in /usr/ports/math/R/work/R-2.5.0.
*** Error code 1

Stop in /usr/ports/math/R.
*** Error code 1
>How-To-Repeat:
Attempt to update the port with: portupgrade R
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706041434.l54EYJtU075472>