unixtools - R interface to system-level tools on unix - check results
RForge.net

unixtools

About unixtools
GIT access
Download/Files
Check results
Package R docs

Version: 0.1-1
Result: WARNING
Check time: 2021-09-08 06:27

Install log for Linux

* installing *source* package 'unixtools' ...
** using staged installation
** libs
gcc -I"/www/rforge/sys/debian-11/usr/R/devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -c settemp.c -o settemp.o
gcc -I"/www/rforge/sys/debian-11/usr/R/devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -c stack.c -o stack.o
gcc -I"/www/rforge/sys/debian-11/usr/R/devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -c unix.c -o unix.o
gcc -shared -L/www/rforge/sys/debian-11/usr/R/devel/lib -L/usr/local/lib -o unixtools.so settemp.o stack.o unix.o -L/www/rforge/sys/debian-11/usr/R/devel/lib -lR
installing to /00LOCK-unixtools/00new/unixtools/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (unixtools)

Distribution log

SVN checkout/GIT clone log


Build log for Windows 7 (R 3.0.x)

(unixtools 0.1-1)
* installing to library 'z:/rforge/Rlib/win7-3.0'
* installing *source* package 'unixtools' ...
** libs

*** arch - i386
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c settemp.c -o settemp.o
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c unix.c -o unix.o
unix.c:3:17: fatal error: grp.h: No such file or directory
compilation terminated.
make: *** [unix.o] Error 1
ERROR: compilation failed for package 'unixtools'
* removing 'z:/rforge/Rlib/win7-3.0/unixtools'