orcv - Async Communicating Event Receiver for R - check results
RForge.net

orcv

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

Version: 1.1
Result: WARNING
Check time: 2025-05-16 22:19

Install log for Linux

* installing *source* package ‘orcv’ ...
** using staged installation
** libs
using C compiler: ‘gcc (Debian 12.2.0-14) 12.2.0’
gcc -I"/www/rforge/sys/debian-12/usr/R/devel/include" -DNDEBUG -I/usr/local/include -DSTRICT_R_HEADERS=1 -g -Wall -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -c comms.c -o comms.o
comms.c: In function ‘receive_data’:
comms.c:132:39: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith]
132 | n = recv(sockfd, data + i, need, 0);
| ^
comms.c: In function ‘send_data’:
comms.c:220:39: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith]
220 | n = send(sockfd, data + i, need, 0);
| ^
gcc -I"/www/rforge/sys/debian-12/usr/R/devel/include" -DNDEBUG -I/usr/local/include -DSTRICT_R_HEADERS=1 -g -Wall -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -c interface.c -o interface.o
gcc -I"/www/rforge/sys/debian-12/usr/R/devel/include" -DNDEBUG -I/usr/local/include -DSTRICT_R_HEADERS=1 -g -Wall -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -c queue.c -o queue.o
gcc -I"/www/rforge/sys/debian-12/usr/R/devel/include" -DNDEBUG -I/usr/local/include -DSTRICT_R_HEADERS=1 -g -Wall -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -c start.c -o start.o
gcc -I"/www/rforge/sys/debian-12/usr/R/devel/include" -DNDEBUG -I/usr/local/include -DSTRICT_R_HEADERS=1 -g -Wall -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -c tsqueue.c -o tsqueue.o
gcc -shared -L/www/rforge/sys/debian-12/usr/R/devel/lib -L/usr/local/lib -o orcv.so comms.o interface.o queue.o start.o tsqueue.o -lpthread -L/www/rforge/sys/debian-12/usr/R/devel/lib -lR
installing to /00LOCK-orcv/00new/orcv/libs
** R
** exec
** inst
** 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 (orcv)

Distribution log

SVN checkout/GIT clone log