* installing *source* package ‘poLCA’ ...
** this is package ‘poLCA’ version ‘1.6.0.2’
** package ‘poLCA’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc (GCC) 16.1.1 20260515 (Red Hat 16.1.1-2)’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/poLCA/src'
gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -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_poLCA.c -o init_poLCA.o
gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -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 poLCA.c -o poLCA.o
poLCA.c: In function ‘postclass’:
poLCA.c:72:17: warning: variable ‘totalChoices’ set but not used [-Wunused-but-set-variable=]
72 | int i,j,totalChoices;
| ^~~~~~~~~~~~
gcc -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/lib64 -o poLCA.so init_poLCA.o poLCA.o
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/poLCA/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/poLCA/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/poLCA/src'
installing to /data/localhost/ripley/R/packages/tests-devel/poLCA.Rcheck/00LOCK-poLCA/00new/poLCA/libs
** R
** data
** 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 (poLCA)