ports/109403: Installation of port math/R fails
Joey Mingrone
joey at mingrone.org
Wed Feb 21 19:30:08 UTC 2007
>Number: 109403
>Category: ports
>Synopsis: Installation of port math/R fails
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Wed Feb 21 19:30:06 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Joey Mingrone
>Release: 6.1 RELEASE
>Organization:
Dalhousie University
>Environment:
FreeBSD karlsruhe.mingrone.org 6.1-RELEASE-p11 FreeBSD 6.1-RELEASE-p11 #0: Wed Dec 20 08:25:54 AST 2006 root at karlsruhe.mingrone.org:/usr/obj/usr/src/sys/KARLSRUHE_MINGRONE_ORG_2006-12-20 i386
>Description:
The following line from the installation fails with the errors below:
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 at GCC_4.0.0'
/usr/local/lib/gcc-4.2.0/libgfortran.so.2: undefined reference to
`__mulsc3 at GCC_4.0.0'
/usr/local/lib/gcc-4.2.0/libgfortran.so.2: undefined reference to
`__divsc3 at GCC_4.0.0'
/usr/local/lib/gcc-4.2.0/libgfortran.so.2: undefined reference to
`__muldc3 at GCC_4.0.0'
/usr/local/lib/gcc-4.2.0/libgfortran.so.2: undefined reference to
`__divdc3 at GCC_4.0.0'
/usr/local/lib/gcc-4.2.0/libgfortran.so.2: undefined reference to
`__divxc3 at GCC_4.0.0'
If cc is replaced with gfortran42 to give
gfortran42 -std=gnu99 -export-dynamic -L/usr/local/lib -o R.bin Rmain.o -L../../lib -lR
it completes without errors.
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list