* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’ * installing *source* package ‘glmpath’ ... ** package ‘glmpath’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-13 (Debian 13.2.0-23) 13.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpCm4Wyh/R.INSTALL1965b15564408b/glmpath/src' gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c asa_cg.c -o asa_cg.o asa_cg.c: In function ‘asa_cg’: asa_cg.c:381:20: warning: unused variable ‘mess5’ [-Wunused-variable] 381 | const char mess5 [] = " - the parameter epsilon in " | ^~~~~ asa_cg.c:380:20: warning: unused variable ‘mess4’ [-Wunused-variable] 380 | const char mess4 [] = " - your gradient routine has an error" ; | ^~~~~ asa_cg.c:378:20: warning: unused variable ‘mess2’ [-Wunused-variable] 378 | const char mess2 [] = " - your tolerance may be too strict: " | ^~~~~ asa_cg.c:377:20: warning: unused variable ‘mess1’ [-Wunused-variable] 377 | const char mess1 [] = "Possible causes of this error message:" ; | ^~~~~ asa_cg.c: In function ‘asa_line’: asa_cg.c:1609:34: warning: ‘fquad’ may be used uninitialized [-Wmaybe-uninitialized] 1609 | if ( Com->QuadOK && (phi <= fquad) ) | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ asa_cg.c:1507:37: note: ‘fquad’ was declared here 1507 | a0, da0, b0, db0, width, fquad, rho, minstep, maxstep, | ^~~~~ asa_cg.c: In function ‘asa_lineW’: asa_cg.c:1883:34: warning: ‘fquad’ may be used uninitialized [-Wmaybe-uninitialized] 1883 | if ( Com->QuadOK && (phi <= fquad) ) | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ asa_cg.c:1776:37: note: ‘fquad’ was declared here 1776 | a0, da0, b0, db0, width, fquad, rho, psi, dpsi, minstep, maxstep, | ^~~~~ asa_cg.c: In function ‘asa_descent’: asa_cg.c:1373:17: warning: ‘iter’ may be used uninitialized [-Wmaybe-uninitialized] 1373 | Com->cgiter += iter ; | ^~ asa_cg.c:810:16: note: ‘iter’ was declared here 810 | int i, iter, j, maxit, n, n5, nfree, nf, ng, nrestart, | ^~~~ gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c glmpath_init.c -o glmpath_init.o gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c solve_coxpath.c -o solve_coxpath.o solve_coxpath.c: In function ‘coxpath_grad’: solve_coxpath.c:160:7: warning: unused variable ‘iy’ [-Wunused-variable] 160 | int iy, id, irept, ipenalty, i, j, k0, k, l; | ^~ solve_coxpath.c: In function ‘coxpath_valgrad’: solve_coxpath.c:303:7: warning: unused variable ‘iy’ [-Wunused-variable] 303 | int iy, id, irept, ipenalty, ieta, iwsum, ilp, i, j, k0, k, l; | ^~ solve_coxpath.c: In function ‘coxpath_value’: solve_coxpath.c:126:28: warning: ‘wsum’ may be used uninitialized [-Wmaybe-uninitialized] 126 | f += (-1.0 * mu[i] + log(wsum)); | ^~~~~~~~~ solve_coxpath.c:52:44: note: ‘wsum’ was declared here 52 | double lamone, lamtwo, normone, normtwo, wsum, dwsum; | ^~~~ solve_coxpath.c: In function ‘coxpath_valgrad’: solve_coxpath.c:415:20: warning: ‘wsum’ may be used uninitialized [-Wmaybe-uninitialized] 415 | z[iwsum + i] = wsum; | ~~~~~~~~~~~~~^~~~~~ solve_coxpath.c:306:44: note: ‘wsum’ was declared here 306 | double lamone, lamtwo, normone, normtwo, wsum, dwsum; | ^~~~ gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c solve_glmpath.c -o solve_glmpath.o gcc-13 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o glmpath.so asa_cg.o glmpath_init.o solve_coxpath.o solve_glmpath.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpCm4Wyh/R.INSTALL1965b15564408b/glmpath/src' make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpCm4Wyh/R.INSTALL1965b15564408b/glmpath/src' make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpCm4Wyh/R.INSTALL1965b15564408b/glmpath/src' installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-glmpath/00new/glmpath/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 ‘glmpath’ as ‘glmpath_0.98_R_x86_64-pc-linux-gnu.tar.gz’ * DONE (glmpath)