* installing *source* package ‘mBvs’ ...
** this is package ‘mBvs’ version ‘1.92’
** package ‘mBvs’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/mBvs/src'
gcc -I"/data/gannet/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 MBVSfa.c -o MBVSfa.o
gcc -I"/data/gannet/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 MBVSfa_Updates.c -o MBVSfa_Updates.o
MBVSfa_Updates.c: In function ‘updateRPfa’:
MBVSfa_Updates.c:108:7: warning: ‘move’ may be used uninitialized [-Wmaybe-uninitialized]
108 | if(move == 1)
| ^
MBVSfa_Updates.c:51:59: note: ‘move’ was declared here
51 | int u, i, j, k, l, m, ii, kk, lInx, count, count_rev, move, putInx;
| ^~~~
MBVSfa_Updates.c:328:17: warning: ‘m’ may be used uninitialized [-Wmaybe-uninitialized]
328 | gsl_matrix_set(B, m, j, 0);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
MBVSfa_Updates.c:51:24: note: ‘m’ was declared here
51 | int u, i, j, k, l, m, ii, kk, lInx, count, count_rev, move, putInx;
| ^
gcc -I"/data/gannet/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 MBVSus.c -o MBVSus.o
gcc -I"/data/gannet/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 MBVSus_Updates.c -o MBVSus_Updates.o
MBVSus_Updates.c: In function ‘updateRPus’:
MBVSus_Updates.c:101:7: warning: ‘move’ may be used uninitialized [-Wmaybe-uninitialized]
101 | if(move == 1)
| ^
MBVSus_Updates.c:47:59: note: ‘move’ was declared here
47 | int u, i, j, k, l, m, ii, kk, lInx, count, count_rev, move, putInx;
| ^~~~
MBVSus_Updates.c:314:17: warning: ‘m’ may be used uninitialized [-Wmaybe-uninitialized]
314 | gsl_matrix_set(B, m, j, 0);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
MBVSus_Updates.c:47:24: note: ‘m’ was declared here
47 | int u, i, j, k, l, m, ii, kk, lInx, count, count_rev, move, putInx;
| ^
gcc -I"/data/gannet/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 MMZIP.c -o MMZIP.o
gcc -I"/data/gannet/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 MMZIP_Updates.c -o MMZIP_Updates.o
MMZIP_Updates.c: In function ‘updateRP_beta_mmzip_SSVS’:
MMZIP_Updates.c:1621:15: warning: ‘move’ may be used uninitialized [-Wmaybe-uninitialized]
1621 | if(move == 1) /* add move */
| ^
MMZIP_Updates.c:1533:41: note: ‘move’ was declared here
1533 | int u, i, jj, k, l, m, lInx, count, move;
| ^~~~
MMZIP_Updates.c:1811:25: warning: ‘m’ may be used uninitialized [-Wmaybe-uninitialized]
1811 | gsl_matrix_set(B, m, jj, 0);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
MMZIP_Updates.c:1533:25: note: ‘m’ was declared here
1533 | int u, i, jj, k, l, m, lInx, count, move;
| ^
MMZIP_Updates.c: In function ‘updateRP_alpha_mmzip_SSVS’:
MMZIP_Updates.c:1936:11: warning: ‘move’ may be used uninitialized [-Wmaybe-uninitialized]
1936 | if(move == 1)
| ^
MMZIP_Updates.c:1868:45: note: ‘move’ was declared here
1868 | int u, i, jj, k, l, m, ll, lInx, count, move;
| ^~~~
gcc -I"/data/gannet/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 Utilities.c -o Utilities.o
Utilities.c: In function ‘c_multinom_sample’:
Utilities.c:831:5: warning: ‘<unknown>’ may be used uninitialized [-Wmaybe-uninitialized]
831 | gsl_ran_multinomial(rr, KK, 1, probK, samples);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from Utilities.c:13:
/usr/include/gsl/gsl_randist.h:154:6: note: by argument 4 of type ‘const double[]’ to ‘gsl_ran_multinomial’ declared here
154 | void gsl_ran_multinomial (const gsl_rng * r, const size_t K,
| ^~~~~~~~~~~~~~~~~~~
Utilities.c:838:12: warning: ‘val’ may be used uninitialized [-Wmaybe-uninitialized]
838 | return val;
| ^~~
Utilities.c:820:13: note: ‘val’ was declared here
820 | int ii, val;
| ^~~
gcc -I"/data/gannet/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 mzipBVS_general.c -o mzipBVS_general.o
gcc -I"/data/gannet/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 mzipBVS_general_Updates.c -o mzipBVS_general_Updates.o
mzipBVS_general_Updates.c: In function ‘mzipBVS_general_updateRP_beta’:
mzipBVS_general_Updates.c:110:11: warning: ‘move’ may be used uninitialized [-Wmaybe-uninitialized]
110 | if(move == 1)
| ^
mzipBVS_general_Updates.c:48:68: note: ‘move’ was declared here
48 | int u, i, j, jj, k, l, m, ii, kk, kkk, lInx, count, count_rev, move, putInx;
| ^~~~
mzipBVS_general_Updates.c:306:17: warning: ‘m’ may be used uninitialized [-Wmaybe-uninitialized]
306 | gsl_matrix_set(B, m, jj, 0);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
mzipBVS_general_Updates.c:48:28: note: ‘m’ was declared here
48 | int u, i, j, jj, k, l, m, ii, kk, kkk, lInx, count, count_rev, move, putInx;
| ^
mzipBVS_general_Updates.c: In function ‘mzipBVS_general_updateRP_alpha’:
mzipBVS_general_Updates.c:584:11: warning: ‘move’ may be used uninitialized [-Wmaybe-uninitialized]
584 | if(move == 1)
| ^
mzipBVS_general_Updates.c:518:68: note: ‘move’ was declared here
518 | int u, i, j, jj, k, l, m, ii, kk, kkk, lInx, count, count_rev, move, putInx;
| ^~~~
mzipBVS_general_Updates.c:781:17: warning: ‘m’ may be used uninitialized [-Wmaybe-uninitialized]
781 | gsl_matrix_set(A, m, jj, 0);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
mzipBVS_general_Updates.c:518:28: note: ‘m’ was declared here
518 | int u, i, j, jj, k, l, m, ii, kk, kkk, lInx, count, count_rev, move, putInx;
| ^
gcc -I"/data/gannet/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 mzip_restricted1.c -o mzip_restricted1.o
gcc -I"/data/gannet/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 mzip_restricted1_Updates.c -o mzip_restricted1_Updates.o
mzip_restricted1_Updates.c: In function ‘mzipBVS_restricted1_updateRP’:
mzip_restricted1_Updates.c:123:11: warning: ‘move’ may be used uninitialized [-Wmaybe-uninitialized]
123 | if(move == 1)
| ^
mzip_restricted1_Updates.c:54:68: note: ‘move’ was declared here
54 | int u, i, j, jj, k, l, m, ii, kk, kkk, lInx, count, count_rev, move, putInx;
| ^~~~
mzip_restricted1_Updates.c:381:17: warning: ‘m’ may be used uninitialized [-Wmaybe-uninitialized]
381 | gsl_matrix_set(B, m, jj, 0);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
mzip_restricted1_Updates.c:54:28: note: ‘m’ was declared here
54 | int u, i, j, jj, k, l, m, ii, kk, kkk, lInx, count, count_rev, move, putInx;
| ^
gcc -I"/data/gannet/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 mzip_restricted2.c -o mzip_restricted2.o
gcc -I"/data/gannet/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 mzip_restricted2_Updates.c -o mzip_restricted2_Updates.o
mzip_restricted2_Updates.c: In function ‘mzip_restricted2_updateRP_beta’:
mzip_restricted2_Updates.c:106:11: warning: ‘move’ may be used uninitialized [-Wmaybe-uninitialized]
106 | if(move == 1)
| ^
mzip_restricted2_Updates.c:44:68: note: ‘move’ was declared here
44 | int u, i, j, jj, k, l, m, ii, kk, kkk, lInx, count, count_rev, move, putInx;
| ^~~~
mzip_restricted2_Updates.c:302:17: warning: ‘m’ may be used uninitialized [-Wmaybe-uninitialized]
302 | gsl_matrix_set(B, m, jj, 0);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
mzip_restricted2_Updates.c:44:28: note: ‘m’ was declared here
44 | int u, i, j, jj, k, l, m, ii, kk, kkk, lInx, count, count_rev, move, putInx;
| ^
mzip_restricted2_Updates.c: In function ‘mzip_restricted2_updateRP_alpha’:
mzip_restricted2_Updates.c:579:11: warning: ‘move’ may be used uninitialized [-Wmaybe-uninitialized]
579 | if(move == 1)
| ^
mzip_restricted2_Updates.c:513:68: note: ‘move’ was declared here
513 | int u, i, j, jj, k, l, m, ii, kk, kkk, lInx, count, count_rev, move, putInx;
| ^~~~
mzip_restricted2_Updates.c:773:17: warning: ‘m’ may be used uninitialized [-Wmaybe-uninitialized]
773 | gsl_matrix_set(A, m, jj, 0);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
mzip_restricted2_Updates.c:513:28: note: ‘m’ was declared here
513 | int u, i, j, jj, k, l, m, ii, kk, kkk, lInx, count, count_rev, move, putInx;
| ^
gcc -I"/data/gannet/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 registerDynamicSymbol.c -o registerDynamicSymbol.o
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 mBvs.so MBVSfa.o MBVSfa_Updates.o MBVSus.o MBVSus_Updates.o MMZIP.o MMZIP_Updates.o Utilities.o mzipBVS_general.o mzipBVS_general_Updates.o mzip_restricted1.o mzip_restricted1_Updates.o mzip_restricted2.o mzip_restricted2_Updates.o registerDynamicSymbol.o -L/usr/local/lib -lgsl -lgslcblas -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/mBvs/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/mBvs/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/mBvs/src'
installing to /data/gannet/ripley/R/packages/tests-devel/mBvs.Rcheck/00LOCK-mBvs/00new/mBvs/libs
** R
** data
** 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 (mBvs)