Rserve
About Rserve
|
Version: 0.5-2
Result: OK Check time: 2008-08-17 18:01 * Installing *source* package 'Rserve' ... checking whether to compile the server... yes checking whether to compile the client... no checking for gcc... gcc -std=gnu99 checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 for memory.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 sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking for an ANSI C-conforming const... yes checking whether byte ordering is bigendian... no checking whether time.h and sys/time.h may both be included... yes checking for pid_t... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking return type of signal handlers... void checking for memset... yes checking for mkdir... yes checking for rmdir... yes checking for select... yes checking for socket... yes checking for library containing crypt... -lcrypt checking crypt.h usability... yes checking crypt.h presence... yes checking for crypt.h... yes checking for socklen_t... yes checking for connect... yes checking for dlopen in -ldl... yes configure: creating ./config.status config.status: creating src/Makefile config.status: creating src/client/cxx/Makefile config.status: creating src/config.h ** libs ** arch - gcc -std=gnu99 -I/usr/share/R/include -DDAEMON -Iinclude -I. -I/usr/share/R/include -I/usr/share/R/include -fpic -g -O2 -Wall -pedantic -c Rserv.c -o Rserv.o gcc -std=gnu99 -I/usr/share/R/include -DDAEMON -Iinclude -I. -I/usr/share/R/include -I/usr/share/R/include -fpic -g -O2 -Wall -pedantic -c session.c -o session.o gcc -std=gnu99 -I/usr/share/R/include -DDAEMON -Iinclude -I. -I/usr/share/R/include -I/usr/share/R/include -fpic -g -O2 -Wall -pedantic -c md5.c -o md5.o gcc -std=gnu99 Rserv.o session.o md5.o -o Rserve -L/usr/lib/R/lib -lR -ldl -lcrypt cp Rserve Rserve.so gcc -std=gnu99 -Iinclude -I. -I/usr/share/R/include -I/usr/share/R/include -c Rserv.c -o Rserv_d.o -DNODAEMON -DRSERV_DEBUG -g -g -O2 -Wall -pedantic gcc -std=gnu99 Rserv_d.o session.o md5.o -o Rserve.dbg -L/usr/lib/R/lib -lR -ldl -lcrypt cp Rserve Rserve-bin.so cp Rserve.dbg Rserve-dbg.so ./mergefat Rserve "/usr/lib/R/bin/Rserve" cp: cannot create regular file `/usr/lib/R/bin/Rserve': Permission denied make: [server] Error 1 (ignored) ./mergefat Rserve.dbg "/usr/lib/R/bin/Rserve.dbg" cp: cannot create regular file `/usr/lib/R/bin/Rserve.dbg': Permission denied make: [server] Error 1 (ignored) if test "x" = x; then cp Rserve Rserve.dbg ../inst/; else echo "Rserve binary was installed in libs because multi-arch support is enabled." > ../inst/Rserve-bin.txt; fi ** R ** inst ** help >>> Building/Updating help pages for package 'Rserve' Formats: text html latex example Rclient text html latex example Rserv text html latex ** building package indices ... * DONE (Rserve) |