Проблемы с компиляцией R "help2man: невозможно получить информацию` --help 'из ../bin/R " - PullRequest
0 голосов
/ 11 июля 2020

Я пытаюсь переустановить R на моем Ubuntu 18.04 (старая версия уже деинсталлирована).

Я настроил R и получил следующий результат:

R is now configured for x86_64-pc-linux-gnu

  Source directory:            .
  
Installation directory:      /usr/local

  C compiler:                  gcc  -g -O2

  Fortran fixed-form compiler: gfortran -fno-optimize-sibling-calls -g -O2

  Default C++ compiler:        g++ -std=gnu++11  -g -O2

  C++14 compiler:              g++ -std=gnu++14  -g -O2

  C++17 compiler:              g++ -std=gnu++17  -g -O2

  C++20 compiler:                 

  Fortran free-form compiler:  gfortran -fno-optimize-sibling-calls -g -O2

  Obj-C compiler:           

  Interfaces supported:        X11

  External libraries:          pcre2, readline, curl

  Additional capabilities:     PNG, JPEG, TIFF, NLS

  Options enabled:             shared BLAS, R profiling

  Capabilities skipped:        cairo, ICU

  Options not enabled:         memory profiling

  Recommended packages:        yes

configure: WARNING: neither inconsolata.sty nor zi4.sty found: PDF vignettes and package manuals will not be rendered optimally"

После написания «sudo make install» появилось следующее:

make[1]: Verzeichnis „/home/julian/Downloads/R-4.0.2/m4“ wird betreten

make[1]: Für das Ziel „install“ ist nichts zu tun.

make[1]: Verzeichnis „/home/julian/Downloads/R-4.0.2/m4“ wird verlassen

make[1]: Verzeichnis „/home/julian/Downloads/R-4.0.2/tools“ wird betreten

make[1]: Für das Ziel „install“ ist nichts zu tun.

make[1]: Verzeichnis „/home/julian/Downloads/R-4.0.2/tools“ wird verlassen

make[1]: Verzeichnis „/home/julian/Downloads/R-4.0.2/doc“ wird betreten

installing doc ...

help2man: can't get `--help' info from ../bin/R

Makefile:46: recipe for target 'R.1' failed

make[1]: *** [R.1] Error 127

make[1]: Verzeichnis „/home/julian/Downloads/R-4.0.2/doc“ wird verlassen

Makefile:96: recipe for target 'install' failed

make: *** [install] Error 1"

Я пытался исправить это, но мне это еще не удалось - не могли бы вы мне с этим помочь? Заранее спасибо!

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...