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: 2023-11-18 22:51

Install log for Linux

* installing *source* package ‘orcv’ ...
** using staged installation
** libs
gcc -I"/www/rforge/sys/debian-11/usr/R/4.3/include" -DNDEBUG -I/usr/local/include -g -Wall -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -c comms.c -o comms.o
comms.c: In function ‘receive_data’:
comms.c:131:39: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith]
131 | n = recv(sockfd, data + i, need, 0);
| ^
comms.c: In function ‘send_data’:
comms.c:219:39: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith]
219 | n = send(sockfd, data + i, need, 0);
| ^
gcc -I"/www/rforge/sys/debian-11/usr/R/4.3/include" -DNDEBUG -I/usr/local/include -g -Wall -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -c interface.c -o interface.o
gcc -I"/www/rforge/sys/debian-11/usr/R/4.3/include" -DNDEBUG -I/usr/local/include -g -Wall -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -c queue.c -o queue.o
gcc -I"/www/rforge/sys/debian-11/usr/R/4.3/include" -DNDEBUG -I/usr/local/include -g -Wall -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -c start.c -o start.o
gcc -I"/www/rforge/sys/debian-11/usr/R/4.3/include" -DNDEBUG -I/usr/local/include -g -Wall -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -c tsqueue.c -o tsqueue.o
gcc -shared -L/www/rforge/sys/debian-11/usr/R/4.3/lib -L/usr/local/lib -o orcv.so comms.o interface.o queue.o start.o tsqueue.o -lpthread -L/www/rforge/sys/debian-11/usr/R/4.3/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