Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/excel/28.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Rjava软件包安装冻结在docker中_Java_R_Docker - Fatal编程技术网

Rjava软件包安装冻结在docker中

Rjava软件包安装冻结在docker中,java,r,docker,Java,R,Docker,在docker内部,当我尝试安装rJava软件包时,它会冻结。 在“检查是否支持-Xrs”过程中 它在码头工人外面工作。。。 对于JNI和opnjdk,我已经清除了它,并将链接放到sunjdk而不是openjdk的链接中 以下是日志: > install.packages("rJava", repos='http://cran.us.r-project.org') essai de l'URL 'http://cran.us.r-project.org/src/contrib/rJava_

在docker内部,当我尝试安装rJava软件包时,它会冻结。 在“检查是否支持-Xrs”过程中 它在码头工人外面工作。。。 对于JNI和opnjdk,我已经清除了它,并将链接放到sunjdk而不是openjdk的链接中 以下是日志:

> install.packages("rJava", repos='http://cran.us.r-project.org')
essai de l'URL 'http://cran.us.r-project.org/src/contrib/rJava_0.9-8.tar.gz'
Content type 'application/x-gzip' length 656615 bytes (641 KB)
==================================================
downloaded 641 KB

* installing *source* package ‘rJava’ ...
** package ‘rJava’ correctement décompressé et sommes MD5 vérifiées
checking for gcc... gcc -std=gnu99
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -std=gnu99 accepts -g... yes
checking for gcc -std=gnu99 option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
configure: checking whether gcc -std=gnu99 supports static inline...
yes
checking whether setjmp.h is POSIX.1 compatible... yes
checking whether sigsetjmp is declared... yes
checking whether siglongjmp is declared... yes
checking Java support in R... present:
interpreter : '/usr/bin/java'
archiver    : '/usr/bin/jar'
compiler    : '/usr/bin/javac'
header prep.: '/usr/bin/javah'
cpp flags   : '-I/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.45.x86_64/include -I/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.45.x86_64/include/linux'
java libs   : '-L/usr/lib/jvm/java-8-oracle/jre/lib/amd64/server -ljvm'
checking whether Java run-time works... yes
checking whether -Xrs is supported...
如果有人知道的话
thks

这似乎是码头工人的问题: