* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘bbl’ ...
** package ‘bbl’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (Debian 13.2.0-23) 13.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmplw0dh3/R.INSTALL147fe87fd08dc1/bbl/src'
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c RcppExports.cpp -o RcppExports.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c bfgs.cpp -o bfgs.o
bfgs.cpp: In function ‘void f12(int, const std::vector<std::vector<short int> >&, const std::vector<int>&, std::vector<double>&, std::vector<std::vector<double> >&, const std::vector<short int>&, bool, double)’:
bfgs.cpp:367:34: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
  367 |         for(unsigned int l1=0; l1<Lj; l1++){
      |                                ~~^~~
bfgs.cpp:375:34: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
  375 |         for(unsigned int l1=0; l1<Lj; l1++)
      |                                ~~^~~
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c invc.cpp -o invc.o
invc.cpp: In function ‘void invC(const std::vector<std::vector<short int> >&, const std::vector<int>&, const std::vector<short int>&, double&, double&, std::vector<std::vector<double> >&, std::vector<std::vector<std::vector<double> > >&, double, double)’:
invc.cpp:61:27: warning: ‘A’ may be used uninitialized [-Wmaybe-uninitialized]
   61 |             gsl_matrix_set(A, idx, jdx++, x);
      |             ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
invc.cpp:30:15: note: ‘A’ was declared here
   30 |   gsl_matrix *A;
      |               ^
invc.cpp:69:25: warning: ‘Ai’ may be used uninitialized [-Wmaybe-uninitialized]
   69 |     gsl_linalg_LU_invert(A,perm,Ai);
      |     ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
invc.cpp:31:15: note: ‘Ai’ was declared here
   31 |   gsl_matrix *Ai;
      |               ^~
invc.cpp:68:25: warning: ‘perm’ may be used uninitialized [-Wmaybe-uninitialized]
   68 |     gsl_linalg_LU_decomp(A,perm,&s);
      |     ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
invc.cpp:32:20: note: ‘perm’ was declared here
   32 |   gsl_permutation *perm;
      |                    ^~~~
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c mfwrapper.cpp -o mfwrapper.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c pseudo_mle.cpp -o pseudo_mle.o
g++-13 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o bbl.so RcppExports.o bfgs.o invc.o mfwrapper.o pseudo_mle.o -lgsl -lgslcblas -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmplw0dh3/R.INSTALL147fe87fd08dc1/bbl/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmplw0dh3/R.INSTALL147fe87fd08dc1/bbl/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmplw0dh3/R.INSTALL147fe87fd08dc1/bbl/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-bbl/00new/bbl/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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
* creating tarball
packaged installation of ‘bbl’ as ‘bbl_1.0.0_R_x86_64-pc-linux-gnu.tar.gz’
* DONE (bbl)