* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’ * installing *source* package ‘nltm’ ... ** package ‘nltm’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘Debian clang version 18.1.4 (1)’ using C++ compiler: ‘Debian clang version 18.1.4 (1)’ make[1]: Entering directory '/tmp/Rtmpn0hkgq/R.INSTALL3fc285554bfca4/nltm/src' clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -I. -fpic -g -O3 -Wall -pedantic -c covariance.cc -o covariance.o clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -I. -fpic -g -O3 -Wall -pedantic -c dmat.cc -o dmat.o clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -I. -fpic -g -O3 -Wall -pedantic -c models.cc -o models.o clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c package_init.c -o package_init.o clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -I. -fpic -g -O3 -Wall -pedantic -c printVector.cc -o printVector.o clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -I. -fpic -g -O3 -Wall -pedantic -c profileLik.cc -o profileLik.o profileLik.cc:203:6: warning: variable 'xx1' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 203 | if(*nvar1>0) | ^~~~~~~~ profileLik.cc:232:13: note: uninitialized use occurs here 232 | predictor(xx1, xx2, *nvar1, *nvar2, beta, *cure, pred); | ^~~ profileLik.cc:203:3: note: remove the 'if' if its condition is always true 203 | if(*nvar1>0) | ^~~~~~~~~~~~ 204 | xx1=dmat(x1, nn, *nvar1); profileLik.cc:195:15: note: initialize the variable 'xx1' to silence this warning 195 | double **xx1, **xx2; | ^ | = nullptr profileLik.cc:205:6: warning: variable 'xx2' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 205 | if(*npred>1 && *nvar2>0) | ^~~~~~~~~~~~~~~~~~~~ profileLik.cc:232:18: note: uninitialized use occurs here 232 | predictor(xx1, xx2, *nvar1, *nvar2, beta, *cure, pred); | ^~~ profileLik.cc:205:3: note: remove the 'if' if its condition is always true 205 | if(*npred>1 && *nvar2>0) | ^~~~~~~~~~~~~~~~~~~~~~~~ 206 | xx2=dmat(x2, nn, *nvar2); profileLik.cc:205:6: warning: variable 'xx2' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] 205 | if(*npred>1 && *nvar2>0) | ^~~~~~~~ profileLik.cc:232:18: note: uninitialized use occurs here 232 | predictor(xx1, xx2, *nvar1, *nvar2, beta, *cure, pred); | ^~~ profileLik.cc:205:6: note: remove the '&&' if its condition is always true 205 | if(*npred>1 && *nvar2>0) | ^~~~~~~~~~~ profileLik.cc:195:22: note: initialize the variable 'xx2' to silence this warning 195 | double **xx1, **xx2; | ^ | = nullptr 3 warnings generated. clang++-18 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o nltm.so covariance.o dmat.o models.o package_init.o printVector.o profileLik.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR make[1]: Leaving directory '/tmp/Rtmpn0hkgq/R.INSTALL3fc285554bfca4/nltm/src' make[1]: Entering directory '/tmp/Rtmpn0hkgq/R.INSTALL3fc285554bfca4/nltm/src' make[1]: Leaving directory '/tmp/Rtmpn0hkgq/R.INSTALL3fc285554bfca4/nltm/src' installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-nltm/00new/nltm/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 * creating tarball packaged installation of ‘nltm’ as ‘nltm_1.4.5_R_x86_64-pc-linux-gnu.tar.gz’ * DONE (nltm)