* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘lazyeval’ ...
** this is package ‘lazyeval’ version ‘0.2.3’
** package ‘lazyeval’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-15 (Debian 15.2.0-16) 15.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp9nlmXv/R.INSTALL3a7364c291f57/lazyeval/src'
gcc-15 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I./rlang -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c expr.c -o expr.o
gcc-15 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I./rlang -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c init.c -o init.o
gcc-15 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I./rlang -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c interp.c -o interp.o
gcc-15 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I./rlang -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c lazy.c -o lazy.o
lazy.c: In function ‘make_lazy_dots’:
lazy.c:162:5: warning: ‘lazy’ may be used uninitialized [-Wmaybe-uninitialized]
162 | SET_VECTOR_ELT(lazy_dots, j, lazy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lazy.c:123:10: note: ‘lazy’ was declared here
123 | SEXP lazy;
| ^~~~
gcc-15 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I./rlang -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c name.c -o name.o
gcc-15 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I./rlang -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c rlang.c -o rlang.o
gcc-15 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I./rlang -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c utils.c -o utils.o
gcc-15 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o lazyeval.so expr.o init.o interp.o lazy.o name.o rlang.o utils.o -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp9nlmXv/R.INSTALL3a7364c291f57/lazyeval/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp9nlmXv/R.INSTALL3a7364c291f57/lazyeval/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp9nlmXv/R.INSTALL3a7364c291f57/lazyeval/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-lazyeval/00new/lazyeval/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
* DONE (lazyeval)