* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘sdcTable’ ...
** this is package ‘sdcTable’ version ‘0.34.0’
** package ‘sdcTable’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-16 (Debian 16-20260425-1) 16.0.1 20260425 (prerelease) [gcc-16 r16-8812-gd9c07462a22]’
using C++ compiler: ‘g++-16 (Debian 16-20260425-1) 16.0.1 20260425 (prerelease) [gcc-16 r16-8812-gd9c07462a22]’
make[1]: Entering directory '/tmp/RtmpIzbz0Z/R.INSTALL2da0f210779bc/sdcTable/src'
g++-16 -std=gnu++20 -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++-16 -std=gnu++20 -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 cpp_helpers.cpp -o cpp_helpers.o
g++-16 -std=gnu++20 -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 csp.cpp -o csp.o
csp.cpp: In function ‘void insert_violated_constraints(glp_prob*, std::__cxx11::list<mprob_constraint>&, std::vector<double>&)’:
csp.cpp:135:7: warning: variable ‘nr_added’ set but not used [-Wunused-but-set-variable=]
135 | int nr_added=0;
| ^~~~~~~~
csp.cpp:138:7: warning: variable ‘run_ind’ set but not used [-Wunused-but-set-variable=]
138 | int run_ind = 0;
| ^~~~~~~
csp.cpp: In function ‘bool solve_relaxation(glp_prob*, glp_prob*, std::__cxx11::list<mprob_constraint>&, sdcinfo*, std::vector<double>&)’:
csp.cpp:963:9: warning: variable ‘nr_removed_vars’ set but not used [-Wunused-but-set-variable=]
963 | int nr_removed_vars = 0;
| ^~~~~~~~~~~~~~~
csp.cpp:939:7: warning: variable ‘run_ind’ set but not used [-Wunused-but-set-variable=]
939 | int run_ind=0;
| ^~~~~~~
gcc-16 -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 -Wstrict-prototypes -pedantic -mtune=native -c init.c -o init.o
g++-16 -std=gnu++20 -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 normQuader2.cpp -o normQuader2.o
gcc-16 -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 -Wstrict-prototypes -pedantic -mtune=native -c sdcTable.c -o sdcTable.o
g++-16 -std=gnu++20 -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 suppConstraints.cpp -o suppConstraints.o
g++-16 -std=gnu++20 -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 suppMultDimTable.cpp -o suppMultDimTable.o
g++-16 -std=gnu++20 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o sdcTable.so RcppExports.o cpp_helpers.o csp.o init.o normQuader2.o sdcTable.o suppConstraints.o suppMultDimTable.o -lglpk -lgmp -lm -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpIzbz0Z/R.INSTALL2da0f210779bc/sdcTable/src'
make[1]: Entering directory '/tmp/RtmpIzbz0Z/R.INSTALL2da0f210779bc/sdcTable/src'
make[1]: Leaving directory '/tmp/RtmpIzbz0Z/R.INSTALL2da0f210779bc/sdcTable/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-sdcTable/00new/sdcTable/libs
** R
** data
*** moving datasets to lazyload DB
** 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
* DONE (sdcTable)