Created
December 7, 2013 21:05
-
-
Save peterdfields/7848684 to your computer and use it in GitHub Desktop.
Building R without Xquartz
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir -p -- /home/peter/.linuxbrew/Cellar/r/3.0.2/lib64/R | |
make[1]: Entering directory `/tmp/r-6k7o/R-3.0.2/m4' | |
make[1]: Nothing to be done for `install'. | |
make[1]: Leaving directory `/tmp/r-6k7o/R-3.0.2/m4' | |
make[1]: Entering directory `/tmp/r-6k7o/R-3.0.2/tools' | |
make[1]: Nothing to be done for `install'. | |
make[1]: Leaving directory `/tmp/r-6k7o/R-3.0.2/tools' | |
make[1]: Entering directory `/tmp/r-6k7o/R-3.0.2/doc' | |
installing doc ... | |
mkdir -p -- /home/peter/.linuxbrew/Cellar/r/3.0.2/lib64/R/doc | |
mkdir -p -- /home/peter/.linuxbrew/Cellar/r/3.0.2/share/man/man1 | |
make[2]: Entering directory `/tmp/r-6k7o/R-3.0.2/doc/html' | |
installing doc/html ... | |
mkdir -p -- /home/peter/.linuxbrew/Cellar/r/3.0.2/lib64/R/doc/html | |
make[2]: Leaving directory `/tmp/r-6k7o/R-3.0.2/doc/html' | |
make[2]: Entering directory `/tmp/r-6k7o/R-3.0.2/doc/manual' | |
installing doc/manual ... | |
mkdir -p -- /home/peter/.linuxbrew/Cellar/r/3.0.2/lib64/R/doc/manual | |
make[2]: Leaving directory `/tmp/r-6k7o/R-3.0.2/doc/manual' | |
make[1]: Leaving directory `/tmp/r-6k7o/R-3.0.2/doc' | |
make[1]: Entering directory `/tmp/r-6k7o/R-3.0.2/etc' | |
mkdir -p -- /home/peter/.linuxbrew/Cellar/r/3.0.2/lib64/R/etc | |
installing etc ... | |
make[1]: Leaving directory `/tmp/r-6k7o/R-3.0.2/etc' | |
make[1]: Entering directory `/tmp/r-6k7o/R-3.0.2/share' | |
installing share ... | |
mkdir -p -- /home/peter/.linuxbrew/Cellar/r/3.0.2/lib64/R/share | |
mkdir -p -- /home/peter/.linuxbrew/Cellar/r/3.0.2/lib64/R/share/R | |
mkdir -p -- /home/peter/.linuxbrew/Cellar/r/3.0.2/lib64/R/share/dictionaries | |
mkdir -p -- /home/peter/.linuxbrew/Cellar/r/3.0.2/lib64/R/share/encodings | |
mkdir -p -- /home/peter/.linuxbrew/Cellar/r/3.0.2/lib64/R/share/java | |
mkdir -p -- /home/peter/.linuxbrew/Cellar/r/3.0.2/lib64/R/share/licenses | |
mkdir -p -- /home/peter/.linuxbrew/Cellar/r/3.0.2/lib64/R/share/make | |
mkdir -p -- /home/peter/.linuxbrew/Cellar/r/3.0.2/lib64/R/share/sh | |
mkdir -p -- /home/peter/.linuxbrew/Cellar/r/3.0.2/lib64/R/share/texmf | |
mkdir -p -- /home/peter/.linuxbrew/Cellar/r/3.0.2/lib64/R/share/texmf/bibtex/bib | |
mkdir -p -- /home/peter/.linuxbrew/Cellar/r/3.0.2/lib64/R/share/texmf/bibtex/bst | |
mkdir -p -- /home/peter/.linuxbrew/Cellar/r/3.0.2/lib64/R/share/texmf/tex/latex | |
make[1]: Leaving directory `/tmp/r-6k7o/R-3.0.2/share' | |
make[1]: Entering directory `/tmp/r-6k7o/R-3.0.2/src' | |
make[2]: Entering directory `/tmp/r-6k7o/R-3.0.2/src/scripts' | |
mkdir -p -- /home/peter/.linuxbrew/Cellar/r/3.0.2/bin | |
mkdir -p -- /home/peter/.linuxbrew/Cellar/r/3.0.2/lib64/R/bin | |
make[2]: Leaving directory `/tmp/r-6k7o/R-3.0.2/src/scripts' | |
make[2]: Entering directory `/tmp/r-6k7o/R-3.0.2/src/include' | |
mkdir -p -- /home/peter/.linuxbrew/Cellar/r/3.0.2/lib64/R/include | |
make[3]: Entering directory `/tmp/r-6k7o/R-3.0.2/src/include/R_ext' | |
mkdir -p -- /home/peter/.linuxbrew/Cellar/r/3.0.2/lib64/R/include/R_ext | |
make[3]: Leaving directory `/tmp/r-6k7o/R-3.0.2/src/include/R_ext' | |
make[2]: Leaving directory `/tmp/r-6k7o/R-3.0.2/src/include' | |
make[2]: Entering directory `/tmp/r-6k7o/R-3.0.2/src/extra' | |
make[3]: Entering directory `/tmp/r-6k7o/R-3.0.2/src/extra/blas' | |
make[3]: Nothing to be done for `install'. | |
make[3]: Leaving directory `/tmp/r-6k7o/R-3.0.2/src/extra/blas' | |
make[3]: Entering directory `/tmp/r-6k7o/R-3.0.2/src/extra/bzip2' | |
make[3]: Nothing to be done for `install'. | |
make[3]: Leaving directory `/tmp/r-6k7o/R-3.0.2/src/extra/bzip2' | |
make[3]: Entering directory `/tmp/r-6k7o/R-3.0.2/src/extra/pcre' | |
make[3]: Nothing to be done for `install'. | |
make[3]: Leaving directory `/tmp/r-6k7o/R-3.0.2/src/extra/pcre' | |
make[3]: Entering directory `/tmp/r-6k7o/R-3.0.2/src/extra/tre' | |
make[3]: Nothing to be done for `install'. | |
make[3]: Leaving directory `/tmp/r-6k7o/R-3.0.2/src/extra/tre' | |
make[3]: Entering directory `/tmp/r-6k7o/R-3.0.2/src/extra/xdr' | |
make[3]: Nothing to be done for `install'. | |
make[3]: Leaving directory `/tmp/r-6k7o/R-3.0.2/src/extra/xdr' | |
make[3]: Entering directory `/tmp/r-6k7o/R-3.0.2/src/extra/xz' | |
make[3]: Nothing to be done for `install'. | |
make[3]: Leaving directory `/tmp/r-6k7o/R-3.0.2/src/extra/xz' | |
make[3]: Entering directory `/tmp/r-6k7o/R-3.0.2/src/extra/zlib' | |
make[3]: Nothing to be done for `install'. | |
make[3]: Leaving directory `/tmp/r-6k7o/R-3.0.2/src/extra/zlib' | |
make[3]: Entering directory `/tmp/r-6k7o/R-3.0.2/src/extra/intl' | |
make[3]: Nothing to be done for `install'. | |
make[3]: Leaving directory `/tmp/r-6k7o/R-3.0.2/src/extra/intl' | |
make[2]: Leaving directory `/tmp/r-6k7o/R-3.0.2/src/extra' | |
make[2]: Entering directory `/tmp/r-6k7o/R-3.0.2/src/appl' | |
make[2]: Nothing to be done for `install'. | |
make[2]: Leaving directory `/tmp/r-6k7o/R-3.0.2/src/appl' | |
make[2]: Entering directory `/tmp/r-6k7o/R-3.0.2/src/nmath' | |
make[2]: Nothing to be done for `install'. | |
make[2]: Leaving directory `/tmp/r-6k7o/R-3.0.2/src/nmath' | |
make[2]: Entering directory `/tmp/r-6k7o/R-3.0.2/src/unix' | |
/usr/bin/gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/home/peter/.linuxbrew/opt/openblas/include -I/home/peter/.linuxbrew/opt/readline/include -isystem/home/peter/.linuxbrew/include -DHAVE_CONFIG_H -fopenmp -Os -w -pipe -march=core2 -msse4 -DR_HOME='"/home/peter/.linuxbrew/Cellar/r/3.0.2/lib64/R"' -o Rscript \ | |
./Rscript.c | |
make[2]: Leaving directory `/tmp/r-6k7o/R-3.0.2/src/unix' | |
make[2]: Entering directory `/tmp/r-6k7o/R-3.0.2/src/main' | |
mkdir -p -- /home/peter/.linuxbrew/Cellar/r/3.0.2/lib64/R/bin/exec | |
make[3]: Entering directory `/tmp/r-6k7o/R-3.0.2/src/main' | |
make[3]: Leaving directory `/tmp/r-6k7o/R-3.0.2/src/main' | |
make[2]: Leaving directory `/tmp/r-6k7o/R-3.0.2/src/main' | |
make[2]: Entering directory `/tmp/r-6k7o/R-3.0.2/src/modules' | |
make[3]: Entering directory `/tmp/r-6k7o/R-3.0.2/src/modules/internet' | |
mkdir -p -- /home/peter/.linuxbrew/Cellar/r/3.0.2/lib64/R/modules | |
make[3]: Leaving directory `/tmp/r-6k7o/R-3.0.2/src/modules/internet' | |
make[3]: Entering directory `/tmp/r-6k7o/R-3.0.2/src/modules/lapack' | |
make[3]: Leaving directory `/tmp/r-6k7o/R-3.0.2/src/modules/lapack' | |
make[3]: Entering directory `/tmp/r-6k7o/R-3.0.2/src/modules/vfonts' | |
make[3]: Leaving directory `/tmp/r-6k7o/R-3.0.2/src/modules/vfonts' | |
make[3]: Entering directory `/tmp/r-6k7o/R-3.0.2/src/modules/X11' | |
make[3]: Leaving directory `/tmp/r-6k7o/R-3.0.2/src/modules/X11' | |
make[2]: Leaving directory `/tmp/r-6k7o/R-3.0.2/src/modules' | |
make[2]: Entering directory `/tmp/r-6k7o/R-3.0.2/src/library' | |
mkdir -p -- /home/peter/.linuxbrew/Cellar/r/3.0.2/lib64/R/library | |
installing packages ... | |
building HTML index ... | |
make[2]: Leaving directory `/tmp/r-6k7o/R-3.0.2/src/library' | |
mkdir -p -- /home/peter/.linuxbrew/Cellar/r/3.0.2/lib64/R/library | |
installing packages ... | |
building HTML index ... | |
make[2]: Leaving directory `/tmp/r-6k7o/R-3.0.2/src/library' | |
make[1]: Leaving directory `/tmp/r-6k7o/R-3.0.2/src' | |
make[1]: Entering directory `/tmp/r-6k7o/R-3.0.2/tests' | |
make[1]: Nothing to be done for `install'. | |
make[1]: Leaving directory `/tmp/r-6k7o/R-3.0.2/tests' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment