* installing *source* package ‘HI’ ... ** package ‘HI’ successfully unpacked and MD5 sums checked ** using staged installation ** libs make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/HI/src' /usr/local/clang15/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang15/include -fpic -O3 -Wall -pedantic -c arms-R.c -o arms-R.o arms-R.c:83:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] double u_random(); ^ void arms-R.c:317:37: warning: unused variable 'z' [-Wunused-variable] double u,xl,xr,yl,yr,eyl,eyr,prop,z; ^ arms-R.c:338:7: warning: variable 'xl' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] if (q->pl->x == q->x){ ^~~~~~~~~~~~~~~~ arms-R.c:370:15: note: uninitialized use occurs here if ((p->x < xl) || (p->x > xr)) error("exit 1"); ^~ arms-R.c:338:3: note: remove the 'if' if its condition is always false if (q->pl->x == q->x){ ^~~~~~~~~~~~~~~~~~~~~~ arms-R.c:317:14: note: initialize the variable 'xl' to silence this warning double u,xl,xr,yl,yr,eyl,eyr,prop,z; ^ = 0.0 arms-R.c:811:45: warning: format specifies type 'unsigned int' but the argument has type 'POINT *' (aka 'struct point *') [-Wformat] fprintf(f,"ymax = %f, p = %x\n",env->ymax,env->p); ~~ ^~~~~~ arms-R.c:821:56: warning: format specifies type 'unsigned int' but the argument has type 'POINT *' (aka 'struct point *') [-Wformat] fprintf(f,"point at %x, left at %x, right at %x\n",q,q->pl,q->pr); ~~ ^ arms-R.c:821:58: warning: format specifies type 'unsigned int' but the argument has type 'struct point *' [-Wformat] fprintf(f,"point at %x, left at %x, right at %x\n",q,q->pl,q->pr); ~~ ^~~~~ arms-R.c:821:64: warning: format specifies type 'unsigned int' but the argument has type 'struct point *' [-Wformat] fprintf(f,"point at %x, left at %x, right at %x\n",q,q->pl,q->pr); ~~ ^~~~~ arms-R.c:832:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] double u_random() ^ void 8 warnings generated. /usr/local/clang15/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang15/include -fpic -O3 -Wall -pedantic -c register_routines.c -o register_routines.o /usr/local/clang15/bin/clang -shared -L/usr/local/clang/lib64 -L/usr/local/clang15/lib -L/usr/local/lib64 -o HI.so arms-R.o register_routines.o make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/HI/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/HI/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/HI/src' installing to /data/gannet/ripley/R/packages/tests-clang/HI.Rcheck/00LOCK-HI/00new/HI/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 (HI)