* installing *source* package ‘brnn’ ... ** package ‘brnn’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-14 (GCC) 14.2.0’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/brnn/src' gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DC99_INLINE_SEMANTICS=0 -fopenmp -I. -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c Lanczos.c -o Lanczos.o Lanczos.c: In function 'extreme_eigenvalues': Lanczos.c:191:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 191 | for (xx=0.0,zp=z,p0=zp+*n;zp<p0;zp++) xx += *zp * *zp;b[j]=sqrt(xx); | ^~~ Lanczos.c:191:59: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 191 | for (xx=0.0,zp=z,p0=zp+*n;zp<p0;zp++) xx += *zp * *zp;b[j]=sqrt(xx); | ^ Lanczos.c:285:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 285 | for (i=0;i< *n+1;i++) if (q[i]) free(q[i]);free(q); | ^~~ Lanczos.c:285:46: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 285 | for (i=0;i< *n+1;i++) if (q[i]) free(q[i]);free(q); | ^~~~ gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DC99_INLINE_SEMANTICS=0 -fopenmp -I. -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c util.c -o util.o gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DC99_INLINE_SEMANTICS=0 -fopenmp -I. -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c init.c -o init.o gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DC99_INLINE_SEMANTICS=0 -fopenmp -I. -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c unix/util_unix.c -o unix/util_unix.o gcc-14 -shared -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o brnn.so Lanczos.o util.o init.o unix/util_unix.o -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath -fopenmp make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/brnn/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/brnn/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/brnn/src' installing to /data/gannet/ripley/R/packages/tests-devel/brnn.Rcheck/00LOCK-brnn/00new/brnn/libs ** R ** data ** demo ** 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 (brnn)