[R-sig-Geo] spplot graphics problem

chris english englishchristophera at gmail.com
Mon Nov 9 10:07:09 CET 2015


Tom,

Take a look at this discussion.
http://r.789695.n4.nabble.com/Compilation-problems-td4695292.html

and try the kpsewhich inconsolata.sty
                  kpsewhich zi4.sty

But it looks like you need the Ubuntu texinfo package judging from the
config warnings as
X11 is otherwise compiling properly.  Which is just to say that a device
might not be
spawned if the 'what is to be rendered' is not render-able, and probably
without
warning. Silent death or sorts.

> dev.list()
X11cairo
       2
> sessionInfo()
R version 3.2.2 (2015-08-14)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 14.04.3 LTS

locale:
 [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C
 [3] LC_TIME=en_US.UTF-8        LC_COLLATE=en_US.UTF-8
 [5] LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8
 [7] LC_PAPER=en_US.UTF-8       LC_NAME=C
 [9] LC_ADDRESS=C               LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base

other attached packages:
[1] maptools_0.8-37  maps_3.0.0-2     rgeos_0.3-13     ggplot2_1.0.1
[5] sp_1.2-1         deldir_0.1-9     animation_2.4    data.table_1.9.6

loaded via a namespace (and not attached):
 [1] Rcpp_0.12.1      magrittr_1.5     MASS_7.3-44      munsell_0.4.2
 [5] colorspace_1.2-6 lattice_0.20-33  stringr_1.0.0    plyr_1.8.3
 [9] tcltk_3.2.2      tools_3.2.2      grid_3.2.2       gtable_0.1.2
[13] digest_0.6.8     reshape2_1.4.1   labeling_0.3     stringi_1.0-1
[17] scales_0.3.0     foreign_0.8-66   chron_2.3-47     proto_0.3-10
>

HTH,
Chris

On Sun, Nov 8, 2015 at 6:22 PM, Thomas Adams <tea3rd at gmail.com> wrote:

> Hi Dylan,
>
> I'm using ./configure without any options, installing in /usr/local
>
> teaiii at teaiii-Leopard-WS:~/R-3.2.2$ ./configure
> checking build system type... x86_64-pc-linux-gnu
> checking host system type... x86_64-pc-linux-gnu
> loading site script './config.site'
> loading build-specific script './config.site'
> checking for pwd... /bin/pwd
> checking whether builddir is srcdir... yes
> checking for working aclocal... missing
> checking for working autoconf... missing
> checking for working automake... missing
> checking for working autoheader... missing
> checking for gawk... no
> checking for mawk... mawk
> checking whether ln -s works... yes
> checking for bison... bison -y
> checking for ar... ar
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for sed... /bin/sed
> checking for which... /usr/bin/which
> checking for less... /usr/bin/less
> checking for gtar... no
> checking for gnutar... no
> checking for tar... /bin/tar
> checking for tex... /usr/bin/tex
> checking for pdftex... /usr/bin/pdftex
> checking for pdflatex... /usr/bin/pdflatex
> checking for makeindex... /usr/bin/makeindex
> checking for texi2any... no
> configure: WARNING: you cannot build info or HTML versions of the R manuals
> checking for texi2dvi... no
> checking for kpsewhich... /usr/bin/kpsewhich
> checking for latex inconsolata package... missing
> configure: WARNING: neither inconsolata.sty nor zi4.sty found: PDF
> vignettes and package manuals will not be rendered optimally
> checking for unzip... /usr/bin/unzip
> checking for zip... /usr/bin/zip
> checking for gzip... /bin/gzip
> checking for bzip2... /bin/bzip2
> checking for firefox... /usr/bin/firefox
> using default browser ... /usr/bin/firefox
> checking for acroread... no
> checking for acroread4... no
> checking for xdg-open... /usr/bin/xdg-open
> checking for notangle... false
> checking for realpath... /usr/bin/realpath
> checking for pkg-config... /usr/bin/pkg-config
> checking for gcc... gcc
> 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 accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking how to run the C preprocessor... gcc -E
> checking for grep that handles long lines and -e... /bin/grep
> checking for egrep... /bin/grep -E
> checking whether gcc needs -traditional... no
> checking how to run the C preprocessor... gcc -E
> checking for gfortran... gfortran
> checking whether we are using the GNU Fortran 77 compiler... yes
> checking whether gfortran accepts -g... yes
> checking for g++... g++
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking how to run the C++ preprocessor... g++ -E
> checking whether __attribute__((visibility())) is supported... yes
> checking whether gcc accepts -fvisibility... yes
> checking whether gfortran accepts -fvisibility... yes
> checking for ANSI C header files... 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 minix/config.h usability... no
> checking minix/config.h presence... no
> checking for minix/config.h... no
> checking whether it is safe to define __EXTENSIONS__... yes
> checking for gcc... gcc
> checking whether we are using the GNU Objective C compiler... no
> checking whether gcc accepts -g... no
> checking for Objective C++ compiler... trying some possibilities
> checking whether g++ can compile ObjC++... no
> checking whether  can compile ObjC++... no
> no working ObjC++ compiler found
> checking for a sed that does not truncate output... (cached) /bin/sed
> checking for fgrep... /bin/grep -F
> checking for ld used by gcc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
> checking the name lister (/usr/bin/nm -B) interface... BSD nm
> checking the maximum length of command line arguments... 1572864
> checking whether the shell understands some XSI constructs... yes
> checking whether the shell understands "+="... yes
> checking for /usr/bin/ld option to reload object files... -r
> checking for objdump... objdump
> checking how to recognize dependent libraries... pass_all
> checking for strip... strip
> checking for ranlib... ranlib
> checking command to parse /usr/bin/nm -B output from gcc object... ok
> checking for dlfcn.h... yes
> checking whether we are using the GNU C++ compiler... (cached) yes
> checking whether g++ accepts -g... (cached) yes
> checking how to run the C++ preprocessor... g++ -E
> checking whether we are using the GNU Fortran 77 compiler... (cached) yes
> checking whether gfortran accepts -g... (cached) yes
> checking for objdir... .libs
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fPIC -DPIC
> checking if gcc PIC flag -fPIC -DPIC works... yes
> checking if gcc static flag -static works... yes
> checking if gcc supports -c -o file.o... yes
> checking if gcc supports -c -o file.o... (cached) yes
> checking whether the gcc linker (/usr/bin/ld) supports shared libraries...
> yes
> checking whether -lc should be explicitly linked in... no
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... no
> checking for ld used by g++... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking whether the g++ linker (/usr/bin/ld) supports shared libraries...
> yes
> checking for g++ option to produce PIC... -fPIC -DPIC
> checking if g++ PIC flag -fPIC -DPIC works... yes
> checking if g++ static flag -static works... yes
> checking if g++ supports -c -o file.o... yes
> checking if g++ supports -c -o file.o... (cached) yes
> checking whether the g++ linker (/usr/bin/ld) supports shared libraries...
> yes
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... no
> checking for gfortran option to produce PIC... -fPIC
> checking if gfortran PIC flag -fPIC works... yes
> checking if gfortran static flag -static works... yes
> checking if gfortran supports -c -o file.o... yes
> checking if gfortran supports -c -o file.o... (cached) yes
> checking whether the gfortran linker (/usr/bin/ld) supports shared
> libraries... yes
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking for cos in -lm... yes
> checking for sin in -lm... yes
> checking for dlopen in -ldl... yes
> checking readline/history.h usability... yes
> checking readline/history.h presence... yes
> checking for readline/history.h... yes
> checking readline/readline.h usability... yes
> checking readline/readline.h presence... yes
> checking for readline/readline.h... yes
> checking for rl_callback_read_char in -lreadline... no
> checking for main in -lncurses... yes
> checking for rl_callback_read_char in -lreadline... yes
> checking for history_truncate_file... yes
> checking whether rl_completion_matches exists and is declared... yes
> checking for ANSI C header files... (cached) yes
> checking for dirent.h that defines DIR... yes
> checking for library containing opendir... none required
> checking for sys/wait.h that is POSIX.1 compatible... yes
> checking arpa/inet.h usability... yes
> checking arpa/inet.h presence... yes
> checking for arpa/inet.h... yes
> checking dl.h usability... no
> checking dl.h presence... no
> checking for dl.h... no
> checking for dlfcn.h... (cached) yes
> checking elf.h usability... yes
> checking elf.h presence... yes
> checking for elf.h... yes
> checking features.h usability... yes
> checking features.h presence... yes
> checking for features.h... yes
> checking fcntl.h usability... yes
> checking fcntl.h presence... yes
> checking for fcntl.h... yes
> checking floatingpoint.h usability... no
> checking floatingpoint.h presence... no
> checking for floatingpoint.h... no
> checking fpu_control.h usability... yes
> checking fpu_control.h presence... yes
> checking for fpu_control.h... yes
> checking glob.h usability... yes
> checking glob.h presence... yes
> checking for glob.h... yes
> checking grp.h usability... yes
> checking grp.h presence... yes
> checking for grp.h... yes
> checking langinfo.h usability... yes
> checking langinfo.h presence... yes
> checking for langinfo.h... yes
> checking netdb.h usability... yes
> checking netdb.h presence... yes
> checking for netdb.h... yes
> checking netinet/in.h usability... yes
> checking netinet/in.h presence... yes
> checking for netinet/in.h... yes
> checking pwd.h usability... yes
> checking pwd.h presence... yes
> checking for pwd.h... yes
> checking sched.h usability... yes
> checking sched.h presence... yes
> checking for sched.h... yes
> checking for strings.h... (cached) yes
> checking sys/param.h usability... yes
> checking sys/param.h presence... yes
> checking for sys/param.h... yes
> checking sys/resource.h usability... yes
> checking sys/resource.h presence... yes
> checking for sys/resource.h... yes
> checking sys/select.h usability... yes
> checking sys/select.h presence... yes
> checking for sys/select.h... yes
> checking sys/socket.h usability... yes
> checking sys/socket.h presence... yes
> checking for sys/socket.h... yes
> checking for sys/stat.h... (cached) yes
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking sys/times.h usability... yes
> checking sys/times.h presence... yes
> checking for sys/times.h... yes
> checking sys/utsname.h usability... yes
> checking sys/utsname.h presence... yes
> checking for sys/utsname.h... yes
> checking for unistd.h... (cached) yes
> checking utime.h usability... yes
> checking utime.h presence... yes
> checking for utime.h... yes
> checking stdalign.h usability... yes
> checking stdalign.h presence... yes
> checking for stdalign.h... yes
> checking errno.h usability... yes
> checking errno.h presence... yes
> checking for errno.h... yes
> checking for inttypes.h... (cached) yes
> checking limits.h usability... yes
> checking limits.h presence... yes
> checking for limits.h... yes
> checking locale.h usability... yes
> checking locale.h presence... yes
> checking for locale.h... yes
> checking stdarg.h usability... yes
> checking stdarg.h presence... yes
> checking for stdarg.h... yes
> checking stdbool.h usability... yes
> checking stdbool.h presence... yes
> checking for stdbool.h... yes
> checking for stdint.h... (cached) yes
> checking for string.h... (cached) yes
> checking whether setjmp.h is POSIX.1 compatible... yes
> checking whether sigsetjmp is declared... yes
> checking whether siglongjmp is declared... yes
> checking for GNU C library with version >= 2... yes
> checking return type of signal handlers... void
> checking for uint64_t... yes
> checking for int64_t... yes
> checking for int_fast64_t... yes
> checking for pid_t... yes
> checking for size_t... yes
> checking whether SIZE_MAX is declared... yes
> checking for blkcnt_t... yes
> checking for type of socket length... socklen_t *
> checking for stack_t... yes
> checking for intptr_t... yes
> checking for uintptr_t... yes
> checking whether byte ordering is bigendian... no
> checking for an ANSI C-conforming const... yes
> checking for gcc option to accept ISO C99... -std=gnu99
> checking for gcc -std=gnu99 option to accept ISO Standard C... (cached)
> -std=gnu99
> checking for inline... inline
> checking size of int... 4
> checking size of long... 8
> checking size of long long... 8
> checking size of double... 8
> checking size of size_t... 8
> checking size of long double... 16
> checking whether we can compute C Make dependencies... yes, using $(CC) -MM
> checking whether gcc -std=gnu99 supports -c -o FILE.lo... yes
> checking for gcc -std=gnu99 option to support OpenMP... -fopenmp
> checking how to get verbose linking output from gfortran... -v
> checking for Fortran 77 libraries of gfortran...  -L/usr/local/lib
> -L/usr/lib/gcc/x86_64-linux-gnu/4.9
> -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu
> -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu
> -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib
> -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lgfortran -lm -lquadmath
> checking how to get verbose linking output from gcc -std=gnu99... -v
> checking for C libraries of gcc -std=gnu99...  -L/usr/local/lib
> -L/usr/lib/gcc/x86_64-linux-gnu/4.9
> -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu
> -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu
> -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib
> -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lgcc_s
> checking for dummy main to link with Fortran 77 libraries... none
> checking for Fortran 77 name-mangling scheme... lower case, underscore, no
> extra underscore
> checking whether gfortran appends underscores to external names... yes
> checking whether gfortran appends extra underscores to external names... no
> checking whether mixed C/Fortran code can be run... yes
> checking whether gfortran and gcc -std=gnu99 agree on int and double... yes
> checking whether gfortran and gcc -std=gnu99 agree on double complex... yes
> checking for gfortran option to support OpenMP... -fopenmp
> checking whether g++ accepts -M for generating dependencies... yes
> checking for g++ option to support OpenMP... -fopenmp
> checking whether we can compute ObjC Make dependencies... no
> checking whether C runtime needs -D__NO_MATH_INLINES... no
> checking for xmkmf... no
> checking whether g++  supports C++11 features by default... no
> checking whether g++  supports C++11 features with -std=c++11... yes
> checking for off_t... yes
> checking for working alloca.h... yes
> checking for alloca... yes
> checking whether alloca is declared... yes
> checking whether expm1 exists and is declared... yes
> checking whether hypot exists and is declared... yes
> checking whether log1p exists and is declared... yes
> checking whether log1pl exists and is declared... yes
> checking whether log2 exists and is declared... yes
> checking whether log10 exists and is declared... yes
> checking whether nearbyint exists and is declared... yes
> checking whether nearbyintl exists and is declared... yes
> checking whether powl exists and is declared... yes
> checking whether rint exists and is declared... yes
> checking whether rintl exists and is declared... yes
> checking whether va_copy exists and is declared... yes
> checking for isblank... yes
> checking sunmath.h usability... no
> checking sunmath.h presence... no
> checking for sunmath.h... no
> checking for cospi in -lsunmath... no
> checking for atanpi... no
> checking for atan2pi... no
> checking for cospi... no
> checking for exp10... yes
> checking for pown... no
> checking for sinpi... no
> checking for tanpi... no
> checking for fseeko... yes
> checking for ftello... yes
> checking for matherr... yes
> checking whether fcntl exists and is declared... yes
> checking whether getgrgid exists and is declared... yes
> checking whether getpwuid exists and is declared... yes
> checking whether kill exists and is declared... yes
> checking whether sigaction exists and is declared... yes
> checking whether sigaltstack exists and is declared... yes
> checking whether sigemptyset exists and is declared... yes
> checking whether fdopen exists and is declared... yes
> checking whether popen exists and is declared... yes
> checking whether setenv exists and is declared... yes
> checking whether unsetenv exists and is declared... yes
> checking whether getrlimit exists and is declared... yes
> checking whether getrusage exists and is declared... yes
> checking whether getpriority exists and is declared... yes
> checking whether chmod exists and is declared... yes
> checking whether mkfifo exists and is declared... yes
> checking whether stat exists and is declared... yes
> checking whether umask exists and is declared... yes
> checking whether gettimeofday exists and is declared... yes
> checking whether utimes exists and is declared... yes
> checking whether times exists and is declared... yes
> checking whether gmtime_r exists and is declared... yes
> checking whether localtime_r exists and is declared... yes
> checking whether nl_langinfo exists and is declared... yes
> checking whether access exists and is declared... yes
> checking whether chdir exists and is declared... yes
> checking whether execv exists and is declared... yes
> checking whether ftruncate exists and is declared... yes
> checking whether getcwd exists and is declared... yes
> checking whether geteuid exists and is declared... yes
> checking whether getuid exists and is declared... yes
> checking whether link exists and is declared... yes
> checking whether readlink exists and is declared... yes
> checking whether symlink exists and is declared... yes
> checking whether sysconf exists and is declared... yes
> checking whether sched_setaffinity exists and is declared... yes
> checking whether sched_getaffinity exists and is declared... yes
> checking whether utime exists and is declared... yes
> checking for clock_gettime in -lrt... yes
> checking whether clock_gettime exists and is declared... yes
> checking whether timespec_get exists and is declared... yes
> checking for putenv... yes
> checking whether putenv is declared... yes
> checking for vasprintf... yes
> checking whether vasprintf is declared... yes
> checking for mempcpy... yes
> checking for realpath... yes
> checking whether realpath is declared... yes
> checking whether glob exists and is declared... yes
> checking for isnan... yes
> checking whether isfinite is declared... yes
> checking whether isnan is declared... yes
> checking whether you have IEEE 754 floating-point arithmetic... yes
> checking whether putenv("FOO") can unset an environment variable... yes
> checking whether putenv("FOO=") can unset an environment variable... no
> checking for nl_langinfo and CODESET... yes
> checking for mkdtemp... yes
> checking for strdup... yes
> checking for strncasecmp... yes
> checking whether mkdtemp is declared... yes
> checking whether strdup is declared... yes
> checking whether strncasecmp is declared... yes
> checking for library containing connect... none required
> checking for library containing gethostbyname... none required
> checking for library containing xdr_string... none required
> checking for __setfpucw... no
> checking for working calloc... yes
> checking for working isfinite... yes
> checking for working log1p... yes
> checking whether ftell works correctly on files opened for append... yes
> checking for working sigaction... yes
> checking whether mktime sets errno... no
> checking whether mktime works correctly outside 1902-2037... yes
> checking complex.h usability... yes
> checking complex.h presence... yes
> checking for complex.h... yes
> checking for double complex... yes
> checking whether C99 double complex is supported... yes
> checking whether cabs exists and is declared... yes
> checking whether carg exists and is declared... yes
> checking whether cexp exists and is declared... yes
> checking whether clog exists and is declared... yes
> checking whether csqrt exists and is declared... yes
> checking whether cpow exists and is declared... yes
> checking whether ccos exists and is declared... yes
> checking whether csin exists and is declared... yes
> checking whether ctan exists and is declared... yes
> checking whether cacos exists and is declared... yes
> checking whether casin exists and is declared... yes
> checking whether catan exists and is declared... yes
> checking whether ccosh exists and is declared... yes
> checking whether csinh exists and is declared... yes
> checking whether ctanh exists and is declared... yes
> checking whether 'struct tm' includes tm_zone... yes
> checking whether 'struct tm' includes tm_gmtoff... yes
> checking iconv.h usability... yes
> checking iconv.h presence... yes
> checking for iconv.h... yes
> checking for iconv... yes
> checking whether iconv accepts "UTF-8", "latin1", "ASCII" and "UCS-*"...
> yes
> checking for iconvlist... no
> checking for iconv... yes
> checking for iconv declaration...
>          extern size_t iconv (iconv_t cd, char * *inbuf, size_t
> *inbytesleft, char * *outbuf, size_t *outbytesleft);
> checking wchar.h usability... yes
> checking wchar.h presence... yes
> checking for wchar.h... yes
> checking wctype.h usability... yes
> checking wctype.h presence... yes
> checking for wctype.h... yes
> checking whether mbrtowc exists and is declared... yes
> checking whether wcrtomb exists and is declared... yes
> checking whether wcscoll exists and is declared... yes
> checking whether wcsftime exists and is declared... yes
> checking whether wcstod exists and is declared... yes
> checking whether mbstowcs exists and is declared... yes
> checking whether wcstombs exists and is declared... yes
> checking whether wctrans exists and is declared... yes
> checking whether iswblank exists and is declared... yes
> checking whether wctype exists and is declared... yes
> checking whether iswctype exists and is declared... yes
> checking for wctrans_t... yes
> checking for mbstate_t... yes
> checking for ICU... yes
> checking for X... libraries , headers
> checking for gethostbyname... yes
> checking for connect... yes
> checking for remove... yes
> checking for shmat... yes
> checking for IceConnectionNumber in -lICE... yes
> checking X11/Intrinsic.h usability... yes
> checking X11/Intrinsic.h presence... yes
> checking for X11/Intrinsic.h... yes
> checking for XtToolkitInitialize in -lXt... yes
> using X11 ... yes
> checking for KeySym... yes
> checking X11/Xmu/Atoms.h usability... yes
> checking X11/Xmu/Atoms.h presence... yes
> checking for X11/Xmu/Atoms.h... yes
> checking for XmuInternAtom in -lXmu... yes
> checking whether pkg-config knows about cairo and pango... no
> checking whether pkg-config knows about cairo... yes
> checking whether cairo is >= 1.2 and works... yes
> checking for tclConfig.sh... no
> checking for tclConfig.sh in library (sub)directories... no
> checking for tkConfig.sh... no
> checking for tkConfig.sh in library (sub)directories... no
> checking for tcl.h... no
> checking for BSD networking... yes
> checking if jpeglib version >= 6b... yes
> checking for jpeg_destroy_compress in -ljpeg... yes
> checking for main in -lz... yes
> checking if libpng version >= 1.2.7... yes
> checking for png_create_write_struct in -lpng... yes
> checking tiffio.h usability... yes
> checking tiffio.h presence... yes
> checking for tiffio.h... yes
> checking for TIFFOpen in -ltiff... yes
> checking rpc/types.h usability... yes
> checking rpc/types.h presence... yes
> checking for rpc/types.h... yes
> checking for rpc/xdr.h... yes
> checking for XDR support... yes
> checking for inflateInit2_ in -lz... yes
> checking zlib.h usability... yes
> checking zlib.h presence... yes
> checking for zlib.h... yes
> checking if zlib version >= 1.2.5... yes
> checking whether zlib support needs to be compiled... no
> checking for BZ2_bzlibVersion in -lbz2... no
> checking whether bzip2 support needs to be compiled... yes
> checking for lzma_version_number in -llzma... yes
> checking lzma.h usability... yes
> checking lzma.h presence... yes
> checking for lzma.h... yes
> checking if lzma version >= 5.0.3... yes
> checking for pcre_fullinfo in -lpcre... yes
> checking pcre.h usability... yes
> checking pcre.h presence... yes
> checking for pcre.h... yes
> checking pcre/pcre.h usability... no
> checking pcre/pcre.h presence... no
> checking for pcre/pcre.h... no
> checking if PCRE version >= 8.10, < 10.0 and has UTF-8 support... yes
> checking whether PCRE support needs to be compiled... no
> checking for curl-config... /usr/bin/curl-config
> libcurl 7.38.0
> checking if libcurl version >= 7.28.0... yes
> checking curl/curl.h usability... yes
> checking curl/curl.h presence... yes
> checking for curl/curl.h... yes
> checking whether leap seconds are treated according to POSIX... yes
> checking for inline... inline
> checking for sys/time.h... (cached) yes
> checking for stdlib.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for sys/param.h... (cached) yes
> checking for struct stat.st_atim.tv_nsec... yes
> checking whether struct stat.st_atim is of type struct timespec... yes
> checking for setitimer... yes
> checking for special C compiler options needed for large files... no
> checking for _FILE_OFFSET_BITS value needed for large files... no
> checking for _LARGEFILE_SOURCE value needed for large files... no
> checking whether KERN_USRSTACK sysctl is supported... no
> checking for visible __lib_stack_end... yes
> checking for lpr... lpr
> checking for paperconf... /usr/bin/paperconf
> checking for gfortran... gfortran
> checking whether we are using the GNU Fortran compiler... yes
> checking whether gfortran accepts -g... yes
> checking whether we are using the GNU Fortran compiler... (cached) yes
> checking whether gfortran accepts -g... (cached) yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... no
> checking for gfortran option to produce PIC... -fPIC
> checking if gfortran PIC flag -fPIC works... yes
> checking if gfortran static flag -static works... yes
> checking if gfortran supports -c -o file.o... yes
> checking if gfortran supports -c -o file.o... (cached) yes
> checking whether the gfortran linker (/usr/bin/ld) supports shared
> libraries... yes
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking for Fortran flag to compile .f90 files... none
> checking for Fortran flag to compile .f95 files... none
> checking for gfortran option to support OpenMP... -fopenmp
> checking for recommended packages... yes
> checking whether NLS is requested... yes
>
> Configuring src/extra/intl directory
> checking for a thread-safe mkdir -p... /bin/mkdir -p
> checking whether we are using the GNU C Library 2 or newer... yes
> checking for ranlib... (cached) ranlib
> checking for simple visibility declarations... yes
> checking for stdint.h... yes
> checking for getpagesize... yes
> checking for working mmap... yes
> checking whether integer division by zero raises SIGFPE... yes
> checking for inttypes.h... yes
> checking for unsigned long long int... yes
> checking for inttypes.h... (cached) yes
> checking whether the inttypes.h PRIxNN macros are broken... no
> checking whether imported symbols can be declared weak... yes
> checking for multithread API to use... none
> checking argz.h usability... yes
> checking argz.h presence... yes
> checking for argz.h... yes
> checking for inttypes.h... (cached) yes
> checking for limits.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for sys/param.h... (cached) yes
> checking for getcwd... yes
> checking for getegid... yes
> checking for geteuid... yes
> checking for getgid... yes
> checking for getuid... yes
> checking for mempcpy... (cached) yes
> checking for munmap... yes
> checking for stpcpy... yes
> checking for strcasecmp... yes
> checking for strdup... (cached) yes
> checking for strtoul... yes
> checking for tsearch... yes
> checking for argz_count... yes
> checking for argz_stringify... yes
> checking for argz_next... yes
> checking for __fsetlocking... yes
> checking whether feof_unlocked is declared... yes
> checking whether fgets_unlocked is declared... yes
> checking for iconv... (cached) yes
> checking for iconv declaration... (cached)
>          extern size_t iconv (iconv_t cd, char * *inbuf, size_t
> *inbytesleft, char * *outbuf, size_t *outbytesleft);
> checking for NL_LOCALE_NAME macro... yes
> checking for bison... bison
> checking version of bison... 3.0.2, ok
> checking for long long int... yes
> checking for long double... yes
> checking for wchar_t... yes
> checking for wint_t... yes
> checking for intmax_t... yes
> checking whether printf() supports POSIX/XSI format strings... yes
> checking whether we are using the GNU C Library 2.1 or newer... yes
> checking for stdint.h... (cached) yes
> checking for SIZE_MAX... yes
> checking for stdint.h... (cached) yes
> checking for CFPreferencesCopyAppValue... no
> checking for CFLocaleCopyCurrent... no
> checking for ptrdiff_t... yes
> checking stddef.h usability... yes
> checking stddef.h presence... yes
> checking for stddef.h... yes
> checking for stdlib.h... (cached) yes
> checking for string.h... (cached) yes
> checking for asprintf... yes
> checking for fwprintf... yes
> checking for putenv... (cached) yes
> checking for setenv... yes
> checking for setlocale... yes
> checking for snprintf... yes
> checking for wcslen... yes
> checking whether _snprintf is declared... no
> checking whether _snwprintf is declared... no
> checking whether getc_unlocked is declared... yes
> checking for nl_langinfo and CODESET... (cached) yes
> checking for LC_MESSAGES... yes
> checking for shared library run path origin... done
> checking for CFPreferencesCopyAppValue... (cached) no
> checking for CFLocaleCopyCurrent... (cached) no
> checking whether included gettext is requested... no
> checking for GNU gettext in libc... yes
> checking whether to use NLS... yes
> checking where the gettext function comes from... libc
> Finished configuring src/extra/intl directory
>
> using as R_SHELL for scripts ... /bin/bash
> configure: creating ./config.status
> config.status: creating Makeconf
> config.status: creating Makefile
> config.status: creating doc/Makefile
> config.status: creating doc/html/Makefile
> config.status: creating doc/manual/Makefile
> config.status: creating etc/Makefile
> config.status: creating etc/Makeconf
> config.status: creating etc/Renviron
> config.status: creating etc/javaconf
> config.status: creating etc/ldpaths
> config.status: creating m4/Makefile
> config.status: creating po/Makefile
> config.status: creating share/Makefile
> config.status: creating src/Makefile
> config.status: creating src/appl/Makefile
> config.status: creating src/extra/Makefile
> config.status: creating src/extra/blas/Makefile
> config.status: creating src/extra/bzip2/Makefile
> config.status: creating src/extra/intl/Makefile
> config.status: creating src/extra/pcre/Makefile
> config.status: creating src/extra/tre/Makefile
> config.status: creating src/extra/tzone/Makefile
> config.status: creating src/extra/xdr/Makefile
> config.status: creating src/extra/xz/Makefile
> config.status: creating src/extra/zlib/Makefile
> config.status: creating src/include/Makefile
> config.status: creating src/include/Rmath.h0
> config.status: creating src/include/R_ext/Makefile
> config.status: creating src/library/Recommended/Makefile
> config.status: creating src/library/Makefile
> config.status: creating src/library/base/DESCRIPTION
> config.status: creating src/library/base/Makefile
> config.status: creating src/library/compiler/DESCRIPTION
> config.status: creating src/library/compiler/Makefile
> config.status: creating src/library/datasets/DESCRIPTION
> config.status: creating src/library/datasets/Makefile
> config.status: creating src/library/graphics/DESCRIPTION
> config.status: creating src/library/graphics/Makefile
> config.status: creating src/library/graphics/src/Makefile
> config.status: creating src/library/grDevices/DESCRIPTION
> config.status: creating src/library/grDevices/Makefile
> config.status: creating src/library/grDevices/src/Makefile
> config.status: creating src/library/grDevices/src/cairo/Makefile
> config.status: creating src/library/grid/DESCRIPTION
> config.status: creating src/library/grid/Makefile
> config.status: creating src/library/grid/src/Makefile
> config.status: creating src/library/methods/DESCRIPTION
> config.status: creating src/library/methods/Makefile
> config.status: creating src/library/methods/src/Makefile
> config.status: creating src/library/parallel/DESCRIPTION
> config.status: creating src/library/parallel/Makefile
> config.status: creating src/library/parallel/src/Makefile
> config.status: creating src/library/profile/Makefile
> config.status: creating src/library/stats/DESCRIPTION
> config.status: creating src/library/stats/Makefile
> config.status: creating src/library/stats/src/Makefile
> config.status: creating src/library/stats4/DESCRIPTION
> config.status: creating src/library/stats4/Makefile
> config.status: creating src/library/splines/DESCRIPTION
> config.status: creating src/library/splines/Makefile
> config.status: creating src/library/splines/src/Makefile
> config.status: creating src/library/tcltk/DESCRIPTION
> config.status: creating src/library/tcltk/Makefile
> config.status: creating src/library/tcltk/src/Makefile
> config.status: creating src/library/tools/DESCRIPTION
> config.status: creating src/library/tools/Makefile
> config.status: creating src/library/tools/src/Makefile
> config.status: creating src/library/translations/DESCRIPTION
> config.status: creating src/library/translations/Makefile
> config.status: creating src/library/utils/DESCRIPTION
> config.status: creating src/library/utils/Makefile
> config.status: creating src/library/utils/src/Makefile
> config.status: creating src/main/Makefile
> config.status: creating src/modules/Makefile
> config.status: creating src/modules/X11/Makefile
> config.status: creating src/modules/internet/Makefile
> config.status: creating src/modules/lapack/Makefile
> config.status: creating src/nmath/Makefile
> config.status: creating src/nmath/standalone/Makefile
> config.status: creating src/scripts/Makefile
> config.status: creating src/scripts/R.sh
> config.status: creating src/scripts/Rcmd
> config.status: creating src/scripts/f77_f2c
> config.status: creating src/scripts/javareconf
> config.status: creating src/scripts/mkinstalldirs
> config.status: creating src/scripts/pager
> config.status: creating src/scripts/rtags
> config.status: creating src/unix/Makefile
> config.status: creating tests/Makefile
> config.status: creating tests/Embedding/Makefile
> config.status: creating tests/Examples/Makefile
> config.status: creating tools/Makefile
> config.status: creating src/include/config.h
> config.status: executing libtool commands
> config.status: executing stamp-h commands
>
> R is now configured for x86_64-pc-linux-gnu
>
>   Source directory:          .
>   Installation directory:    /usr/local
>
>   C compiler:                gcc -std=gnu99  -g -O2
>   Fortran 77 compiler:       gfortran  -g -O2
>
>   C++ compiler:              g++  -g -O2
>   C++ 11 compiler:           g++  -std=c++11 -g -O2
>   Fortran 90/95 compiler:    gfortran -g -O2
>   Obj-C compiler:
>
>   Interfaces supported:      X11
>   External libraries:        readline, zlib, lzma, PCRE, curl
>   Additional capabilities:   PNG, JPEG, TIFF, NLS, cairo, ICU
>   Options enabled:           shared BLAS, R profiling
>
>   Capabilities skipped:
>   Options not enabled:       memory profiling
>
>   Recommended packages:      yes
>
> configure: WARNING: you cannot build info or HTML versions of the R manuals
> configure: WARNING: neither inconsolata.sty nor zi4.sty found: PDF
> vignettes and package manuals will not be rendered optimally
>
>
> Thanks for looking at this; it's odd...
>
> Tom
>
> On Sun, Nov 8, 2015 at 5:16 PM, Dylan Beaudette <dylan.beaudette at gmail.com
> >
> wrote:
>
> > Hi Tom,
> >
> > I have encountered this in the past when compiling without X11
> > support, thinking that I wouldn't need it on a headless server. Turns
> > out you need X11 (or at least Cairo) for a working graphics device for
> > PNG and JPG formats. Any chance that you can post your configure
> > arguments or build information?
> >
> > Dylan
> >
> > On Sun, Nov 8, 2015 at 2:42 PM, Thomas Adams <tea3rd at gmail.com> wrote:
> > > Edzer,
> > >
> > > That's the problem... dev.list() returns NULL -- I don't understand. I
> > > built R from source and did not see any problems. Any thoughts what I
> > > should look for in building R correctly? I have built R from source
> many
> > > times in the past and I have never encountered this kind of problem.
> > >
> > > Thank you!
> > >
> > > Tom
> > >
> > > On Sun, Nov 8, 2015 at 2:49 PM, Edzer Pebesma <
> > edzer.pebesma at uni-muenster.de
> > >> wrote:
> > >
> > >> Me too.
> > >>
> > >> > dev.list()
> > >> X11cairo
> > >>        2
> > >>
> > >> What is your output of dev.list()? does plot(meuse.sr) work?
> > >>
> > >>
> > >> On 08/11/15 21:45, Tim Appelhans wrote:
> > >> > Hi Tom,
> > >> > on Ubuntu 14.04 I can reproduce fig07.R without any problem
> > >> > my sessionInfo()
> > >> >
> > >> > R version 3.2.2 (2015-08-14)
> > >> > Platform: x86_64-pc-linux-gnu (64-bit)
> > >> > Running under: Ubuntu 14.04.3 LTS
> > >> >
> > >> > locale:
> > >> >  [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C LC_TIME=de_DE.UTF-8
> > >> >  [4] LC_COLLATE=en_US.UTF-8     LC_MONETARY=de_DE.UTF-8
> > >> > LC_MESSAGES=en_US.UTF-8
> > >> >  [7] LC_PAPER=de_DE.UTF-8       LC_NAME=C LC_ADDRESS=C
> > >> > [10] LC_TELEPHONE=C             LC_MEASUREMENT=de_DE.UTF-8
> > >> > LC_IDENTIFICATION=C
> > >> >
> > >> > attached base packages:
> > >> > [1] stats     graphics  grDevices utils     datasets  methods base
> > >> >
> > >> > other attached packages:
> > >> > [1] lattice_0.20-33 sp_1.2-1        gstat_1.1-0
> > >> >
> > >> > loaded via a namespace (and not attached):
> > >> > [1] zoo_1.7-12       tools_3.2.2      xts_0.9-7 spacetime_1.1-4
> > >> > grid_3.2.2       FNN_1.1
> > >> > [7] intervals_0.15.1
> > >> >
> > >> > Cheers
> > >> > Tim
> > >> >
> > >> > On 08.11.2015 21:37, Thomas Adams wrote:
> > >> >> All:
> > >> >>
> > >> >> I was previously able to do the kind of thing I will illustrate
> below
> > >> >> on an
> > >> >> Intel based RedHat Linux system a few years ago. The simple task is
> > to
> > >> >> use
> > >> >> GRASS GIS with R, reading both raster and vector data into R
> through
> > >> >> rgrass7 (previously with spgrass6). Using spplot, display the
> raster
> > and
> > >> >> overlay the vector polygon (a river basin boundary) for reference.
> > As I
> > >> >> said, I have previously done this with success. However, now
> > >> >> overlaying the
> > >> >> vector polygon fails, both with my own data and with the following
> > >> >> example:
> > >> >> http://rspatial.r-forge.r-project.org/gallery/ -- see the example
> > for
> > >> >> fig07.RThe raster data draws, but I get the following...
> > >> >>
> > >> >>> spplot(zn, c("a", "b", "c", "d"),
> > >> >> + names.attr = c("ordinary kriging", "universal kriging with dist
> to
> > >> >> river",
> > >> >> + "stratified kriging with flood freq", "inverse distance"),
> > >> >> + as.table = TRUE, main = "log-zinc interpolation",
> > >> >> + sp.layout = list(rv, scale, text1, text2))
> > >> >>
> > >> >> Warning messages:
> > >> >> 1: In grid.Call.graphics(L_path, x$x, x$y, index, switch(x$rule,
> > >> >> winding =
> > >> >> 1L,  :
> > >> >>    Path drawing not available for this device
> > >> >> 2: In grid.Call.graphics(L_path, x$x, x$y, index, switch(x$rule,
> > >> >> winding =
> > >> >> 1L,  :
> > >> >>    Path drawing not available for this device
> > >> >> 3: In grid.Call.graphics(L_path, x$x, x$y, index, switch(x$rule,
> > >> >> winding =
> > >> >> 1L,  :
> > >> >>    Path drawing not available for this device
> > >> >> 4: In grid.Call.graphics(L_path, x$x, x$y, index, switch(x$rule,
> > >> >> winding =
> > >> >> 1L,  :
> > >> >>    Path drawing not available for this device
> > >> >>
> > >> >>
> > >> >> I am using Ubuntu 15.10 and R 3.2.2. I have searched the web for
> > others
> > >> >> having this problem to no avail...
> > >> >>
> > >> >> Thank you for your help.
> > >> >>
> > >> >> Best,
> > >> >> Tom
> > >> >>
> > >> >>
> > >> >> --
> > >> >>
> > >> >>     [[alternative HTML version deleted]]
> > >> >>
> > >> >> _______________________________________________
> > >> >> R-sig-Geo mailing list
> > >> >> R-sig-Geo at r-project.org
> > >> >> https://stat.ethz.ch/mailman/listinfo/r-sig-geo
> > >> >
> > >>
> > >> --
> > >> Edzer Pebesma
> > >> Institute for Geoinformatics (ifgi),  University of Münster,
> > >> Heisenbergstraße 2, 48149 Münster, Germany; +49 251 83 33081
> > >> Journal of Statistical Software:   http://www.jstatsoft.org/
> > >> Computers & Geosciences:   http://elsevier.com/locate/cageo/
> > >> Spatial Statistics Society http://www.spatialstatistics.info
> > >>
> > >>
> > >> _______________________________________________
> > >> R-sig-Geo mailing list
> > >> R-sig-Geo at r-project.org
> > >> https://stat.ethz.ch/mailman/listinfo/r-sig-geo
> > >>
> > >
> > >
> > >
> > > --
> > > Thomas E Adams, III
> > > 2330 Jack Warner PKWY, #334
> > > Tuscaloosa, AL 35401
> > >
> > > 1 (513) 739-9512 (cell)
> > >
> > >         [[alternative HTML version deleted]]
> > >
> > > _______________________________________________
> > > R-sig-Geo mailing list
> > > R-sig-Geo at r-project.org
> > > https://stat.ethz.ch/mailman/listinfo/r-sig-geo
> >
>
>
>
> --
> Thomas E Adams, III
> 2330 Jack Warner PKWY, #334
> Tuscaloosa, AL 35401
>
> 1 (513) 739-9512 (cell)
>
>         [[alternative HTML version deleted]]
>
> _______________________________________________
> R-sig-Geo mailing list
> R-sig-Geo at r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-geo
>

	[[alternative HTML version deleted]]



More information about the R-sig-Geo mailing list