Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Feb 2007 02:20:26 GMT
From:      Eric van Gyzen <eric@vangyzen.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/108543: math/R (R-2.4.0/R-2.4.1) won't upgrade/install on FreeBSD 6.2-STABLE/RELEASE AMD64
Message-ID:  <200702020220.l122KQpL048821@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/108543; it has been noted by GNATS.

From: Eric van Gyzen <eric@vangyzen.net>
To: bug-followup@FreeBSD.org,  ohartman@zedat.fu-berlin.de, 
 eric@vangyzen.net
Cc:  
Subject: Re: ports/108543: math/R (R-2.4.0/R-2.4.1)      won't upgrade/install
 on FreeBSD 6.2-STABLE/RELEASE AMD64
Date: Thu, 01 Feb 2007 19:57:09 -0600

 The build is finding libR.so in /usr/local/lib, when it should find 
 libR.so in the build directory:
 
      cc -std=gnu99 -export-dynamic -L/usr/local/lib -o R.bin Rmain.o
          -L../../lib -lR
      /usr/bin/ld: warning: libblas.so.1, needed by
          /usr/local/lib/libR.so, not found (try using -rpath or
          -rpath-link)
 
 This is a known issue that I haven't solved yet.  The workaround is to 
 remove the current R installation before building.
 
 Of course, you said you already tried this, so I'm not sure why it still 
 fails.  Try removing R and checking for the existence of any 
 /usr/local/lib/libR* files.  If any exist, remove them and try 
 installing again.
 
 Let me know what happens.
 
 Eric



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