* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘mBvs’ ...
** package ‘mBvs’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-14 (Debian 14.2.0-8) 14.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpeVNP8X/R.INSTALL19e227d9afe03/mBvs/src'
gcc-14 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c MBVSfa.c -o MBVSfa.o
gcc-14 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -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-14 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c MBVSus.c -o MBVSus.o
gcc-14 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -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-14 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c MMZIP.c -o MMZIP.o
gcc-14 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -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-14 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -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-14 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c mzipBVS_general.c -o mzipBVS_general.o
gcc-14 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -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-14 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c mzip_restricted1.c -o mzip_restricted1.o
gcc-14 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -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-14 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c mzip_restricted2.c -o mzip_restricted2.o
gcc-14 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -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-14 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c registerDynamicSymbol.c -o registerDynamicSymbol.o
gcc-14 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -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 -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpeVNP8X/R.INSTALL19e227d9afe03/mBvs/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpeVNP8X/R.INSTALL19e227d9afe03/mBvs/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpeVNP8X/R.INSTALL19e227d9afe03/mBvs/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-mBvs/00new/mBvs/libs
** R
** data
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘mBvs’
    finding HTML links ... done
    initiate_startValues                    html  
    mBvs-package                            html  
    methods                                 html  
    mmzipBvs                                html  
    mvnBvs                                  html  
    mzipBvs                                 html  
    simData_cont                            html  
    simData_mzip                            html  
** 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)