ports/108543: math/R (R-2.4.0/R-2.4.1) won't upgrade/install on FreeBSD 6.2-STABLE/RELEASE AMD64

Eric van Gyzen eric at vangyzen.net
Fri Feb 2 02:20:27 UTC 2007


The following reply was made to PR ports/108543; it has been noted by GNATS.

From: Eric van Gyzen <eric at vangyzen.net>
To: bug-followup at FreeBSD.org,  ohartman at zedat.fu-berlin.de, 
 eric at 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



More information about the freebsd-ports-bugs mailing list