2012-12-07 7 views
8

Ubuntu 12.04を実行中です。最終的に2.12から2.15.2にアップグレードされました.Rを開始すると、このエラーが発生します。R 2.15.2にアップグレードすると統計パッケージをロードできない

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 

編集:

$ 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 

他の誰がこの問題を持っているか、修正する方法を知っていますか?

+2

あなたはどのようにアップグレードしたのですか? – Dason

+0

は、deb http:// /bin/linux/ubuntu precise/repositoryを追加しました。 sudo apt-get updateを実行してください。 sudo apt-get upgrade – sayhey69

+0

あなたの質問に 'dpkg -l | grep "blas \ | atlas" ' – GSee

答えて

9

あなたはより多くのためにこれを参照してくださいlibopenblas-base

をアンインストールする必要があります。私のボックスでhttp://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638236


を:

$ 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

CRAN/debianの管理者がパッケージプロセスでこの競合を管理する方法はありますか? –

+1

ありがとうございます。これは共通の問題ですか? – sayhey69

+0

@ sayhey69、それはよくあるのか分かりません。私は革命 - mklがインストールされているときに同様の問題に遭遇したので、どこを見ているか分かっていた。 – GSee

関連する問題