Sebastian P. Luque
2010-Apr-09 04:15 UTC
[R-sig-Debian] problems loading blas with R 2.11.0~20100402-1
Hi, Since upgrading to version 2.11.0~20100402-1, starting R fails with: /usr/lib64/R/bin/exec/R: error while loading shared libraries: libblas.so.3gf: cannot open shared object file: No such file or directory Is this occurring to others on sid? -- Seb
Dirk Eddelbuettel
2010-Apr-09 11:17 UTC
[R-sig-Debian] problems loading blas with R 2.11.0~20100402-1
On 8 April 2010 at 23:15, Sebastian P. Luque wrote: | Hi, | | Since upgrading to version 2.11.0~20100402-1, starting R fails with: | | /usr/lib64/R/bin/exec/R: error while loading shared libraries: libblas.so.3gf: cannot open shared object file: No such file or directory | | Is this occurring to others on sid? I use Debian testing, and that same version works fine there. This could be related to the recent Atlas / Blas change in unstable. CCing Sylvestre just in case. Maybe we take this off-line and compare blas + atlas package versions? Dirk -- Registration is open for the 2nd International conference R / Finance 2010 See http://www.RinFinance.com for details, and see you in Chicago in April!
Sebastian P. Luque
2010-Apr-09 15:09 UTC
[R-sig-Debian] problems loading blas with R 2.11.0~20100402-1
On Fri, 09 Apr 2010 14:27:30 +0200, Sylvestre Ledru <sylvestre at debian.org> wrote:> Le vendredi 09 avril 2010 ? 06:17 -0500, Dirk Eddelbuettel a ?crit : >> On 8 April 2010 at 23:15, Sebastian P. Luque wrote: >> | Hi, >> | >> | Since upgrading to version 2.11.0~20100402-1, starting R fails >> with: >> | >> | /usr/lib64/R/bin/exec/R: error while loading shared libraries: >> libblas.so.3gf: cannot open shared object file: No such file or >> directory >> | >> | Is this occurring to others on sid?>> I use Debian testing, and that same version works fine there.>> This could be related to the recent Atlas / Blas change in >> unstable. CCing Sylvestre just in case. Maybe we take this off-line >> and compare blas + atlas package versions? > Can you tell me which versions of blas and lapack (and atlas if > relevant) you are using ? Both libraries and developments packages,Sure, this is with: $ dpkg-query -l 'libblas*' Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Description +++-=================-=================-=================================================un libblas-3.so <none> (no description available) un libblas-3gf.so <none> (no description available) ii libblas-dev 1.2-7 Basic Linear Algebra Subroutines 3, static library un libblas.so.3gf <none> (no description available) ii libblas3gf 1.2-7 Basic Linear Algebra Reference implementations, sh $ dpkg-query -l 'liblapack*' Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Description +++-=================-=================-=================================================un liblapack-3.so <none> (no description available) un liblapack-3gf.so <none> (no description available) ii liblapack-dev 3.2.1-7 library of linear algebra routines 3 - static vers un liblapack.so.3gf <none> (no description available) ii liblapack3gf 3.2.1-7 library of linear algebra routines 3 - shared vers $ dpkg-query -l 'libatlas*' Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Description +++-=================-=================-=================================================un libatlas-base-dev <none> (no description available) un libatlas.so.3gf <none> (no description available) un libatlas3gf-3dnow <none> (no description available) ii libatlas3gf-base 3.8.3-19 Automatically Tuned Linear Algebra Software, gener un libatlas3gf-sse <none> (no description available) un libatlas3gf-sse2 <none> (no description available) Thank you both! -- Seb
Maybe Matching Threads
- (Current) Ubuntu : r-base-dev seems incompatible with atlas-base-dev.
- stock ubuntu raring binary R 3.0.1 and accelerated blas libraries?
- R CMD INSTALL cannot find libf77blas
- Special BLAS and explcit parallel code
- Lapack or Blas crashing R when using "large" matrices (Ubuntu 11.04)