RSproxy - Rserve proxy - check results
RForge.net

RSproxy

About RSproxy
SVN access
Download/Files
Check results
Package R docs

Version: 0.1-0
Result: OK
Check time: 2018-01-26 22:20
* using log directory ''
* using R Under development (unstable) (2018-01-26 r74168)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: ISO8859-1
* using option '--as-cran'
* checking for file 'RSproxy/DESCRIPTION' ... OK
* this is package 'RSproxy' version '0.1-0'
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for executable files ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking serialized R objects in the sources ... OK
* checking whether package 'RSproxy' can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking loading without being on the library search path ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking pragmas in C/C++ headers and code ... OK
* checking compilation flags used ... OK
* checking compiled code ... NOTE
File 'RSproxy/libs/RSproxy.so':
Found 'printf', possibly from 'printf' (C)
Object: 'proxy.o'
Found 'puts', possibly from 'printf' (C), 'puts' (C)
Object: 'proxy.o'
Found 'stderr', possibly from 'stderr' (C)
Object: 'proxy.o'
File 'RSproxy/libs/RSproxy.so':
Found no calls to: 'R_registerRoutines', 'R_useDynamicSymbols'

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs.
It is good practice to register native routines and to disable symbol
search.

See 'Writing portable packages' in the 'Writing R Extensions' manual.
* checking examples ... NONE
* checking PDF version of manual ... OK
* DONE

Status: 1 NOTE
See
'/00check.log'
for details.



Installation log: 00install.out

Distribution log

SVN checkout/GIT clone log


Build log for Windows 7 (R 3.0.x)

(RSproxy 0.1-0)
* installing to library 'z:/rforge/Rlib/win7-3.0'
* installing *source* package 'RSproxy' ...
** 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 proxy.c -o proxy.o
In file included from proxy.c:13:0:
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/winsock2.h:15:2: warning: #warning Please include winsock2.h before windows.h [-Wcpp]
proxy.c: In function 'sbthread_create':
proxy.c:44:5: warning: return makes integer from pointer without a cast [enabled by default]
proxy.c: At top level:
proxy.c:126:1: error: unknown type name 'sbthread_mutex'
proxy.c: In function 'run_proxy':
proxy.c:175:41: warning: passing argument 2 of 'recv' from incompatible pointer type [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/winsock.h:315:34: note: expected 'char *' but argument is of type 'struct phdr *'
proxy.c:254:8: warning: implicit declaration of function 'sbthread_lock_mutex' [-Wimplicit-function-declaration]
proxy.c:259:8: warning: implicit declaration of function 'sbthread_unlock_mutex' [-Wimplicit-function-declaration]
proxy.c:447:45: warning: passing argument 2 of 'recv' from incompatible pointer type [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/winsock.h:315:34: note: expected 'char *' but argument is of type 'struct phdr *'
proxy.c:452:41: warning: passing argument 2 of 'send' from incompatible pointer type [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/winsock.h:318:34: note: expected 'const char *' but argument is of type 'struct phdr *'
proxy.c:488:41: warning: passing argument 2 of 'recv' from incompatible pointer type [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/winsock.h:315:34: note: expected 'char *' but argument is of type 'struct phdr *'
proxy.c:539:41: warning: passing argument 2 of 'send' from incompatible pointer type [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/winsock.h:318:34: note: expected 'const char *' but argument is of type 'struct phdr *'
proxy.c: In function 'create_server':
proxy.c:631:9: warning: unused variable 'reuse' [-Wunused-variable]
proxy.c: In function 'main':
proxy.c:772:5: warning: implicit declaration of function 'sbthread_create_mutex' [-Wimplicit-function-declaration]
proxy.c:772:16: warning: assignment makes pointer from integer without a cast [enabled by default]
proxy.c:777:6: error: unknown type name 'socklen_t'
proxy.c: At top level:
proxy.c:14:12: warning: 'wsock_up' defined but not used [-Wunused-variable]
make: *** [proxy.o] Error 1
ERROR: compilation failed for package 'RSproxy'
* removing 'z:/rforge/Rlib/win7-3.0/RSproxy'