2012-12-07 5 views
8

Ubuntu läuft 12.04. endlich von heute 2.12 auf 2.15.2 verbessert und wenn ich R starte, bekomme ich diesen Fehler.Upgrade auf R 2.15.2 kann das Statistikpaket nicht laden

Error in dyn.load(file, DLLpath = DLLpath, ...) : 
    unable to load shared object '/usr/lib/R/library/stats/libs/stats.so': 
    /usr/lib/liblapack.so.3gf: undefined symbol: ATL_chemv 
During startup - Warning message: 
package ‘stats’ in options("defaultPackages") was not found 

edit:

$ dpkg -l | grep "blas\|atlas" 
ii libatlas3gf-base        3.8.4-3build1         Automatically Tuned Linear Algebra Software, generic shared 
ii libblas-dev         1.2.20110419-2ubuntu1       Basic Linear Algebra Subroutines 3, static library 
ii libblas3gf          1.2.20110419-2ubuntu1       Basic Linear Algebra Reference implementations, shared library 
ii libopenblas-base        0.1alpha2.2-3         Optimized BLAS (linear algebra) library based on GotoBLAS2 
ii libopenblas-dev        0.1alpha2.2-3         Optimized BLAS (linear algebra) library based on GotoBLAS2 

jemand dieses Problem haben oder wissen, wie sie zu beheben?

+2

Wie haben Sie ein Upgrade? – Dason

+0

hinzugefügt die deb http: // /bin/linux/ubuntu präzise/Repository. dann einfach sudo apt-get update. sudo apt-get upgrade – sayhey69

+0

Bitte fügen Sie Ihrer Frage die Ausgabe von 'dpkg -l | grep "blas \ | atlas" ' – GSee

Antwort

9

sollten Sie deinstallieren libopenblas-base

das Sehen für mehr: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638236


Auf dem Feld:

$ dpkg -l | grep "blas\|atlas" 
ii libatlas-dev         3.8.4-3build1       Automatically Tuned Linear Algebra Software, C header files 
ii libatlas3gf-base        3.8.4-3build1       Automatically Tuned Linear Algebra Software, generic shared 
ii libblas-dev         1.2.20110419-2ubuntu1     Basic Linear Algebra Subroutines 3, static library 
ii libblas3gf          1.2.20110419-2ubuntu1     Basic Linear Algebra Reference implementations, shared library 
ii liblastfm0          0.4.0~really0.3.3-0ubuntu1    The Last.fm web services library 
+1

Gibt es eine Möglichkeit für die CRAN/Debian-Betreuer, diesen Konflikt im Paketprozess zu verwalten? –

+1

Danke. Ist das ein häufiges Problem? – sayhey69

+0

@ sayhey69, ich weiß nicht, ob es üblich ist. Ich stieß auf ein ähnliches Problem, als ich revolution-mkl installiert hatte, also wusste ich, wo ich suchen sollte. – GSee

Verwandte Themen