Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Feb 2007 19:24:55 GMT
From:      Joey Mingrone<joey@mingrone.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/109403: Installation of port math/R fails
Message-ID:  <200702211924.l1LJOt8M076798@www.freebsd.org>
Resent-Message-ID: <200702211930.l1LJU7KQ076837@freefall.freebsd.org>

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

>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@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@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'

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:



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