* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘farff’ ...
** package ‘farff’ 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/RtmpGLYmux/R.INSTALL2ea6ff4f6170ce/farff/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 init.c -o 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 preproc_datatable.c -o preproc_datatable.o
preproc_datatable.c: In function ‘dt_convert_line’:
preproc_datatable.c:11:7: warning: unused variable ‘is_quote’ [-Wunused-variable]
   11 |   int is_quote = 0;
      |       ^~~~~~~~
preproc_datatable.c: In function ‘c_dt_preproc’:
preproc_datatable.c:91:12: warning: unused variable ‘tmp’ [-Wunused-variable]
   91 |     char * tmp = fgets(line_buf_1, sizeof line_buf_1, handle_in);
      |            ^~~
preproc_datatable.c:83:7: warning: unused variable ‘data_sect_reached’ [-Wunused-variable]
   83 |   int data_sect_reached = 0;
      |       ^~~~~~~~~~~~~~~~~
preproc_datatable.c:82:9: warning: unused variable ‘line_p’ [-Wunused-variable]
   82 |   char* line_p;
      |         ^~~~~~
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 preproc_readr.c -o preproc_readr.o
preproc_readr.c: In function ‘rd_convert_line’:
preproc_readr.c:11:7: warning: unused variable ‘is_quote’ [-Wunused-variable]
   11 |   int is_quote = 0;
      |       ^~~~~~~~
preproc_readr.c: In function ‘c_rd_preproc’:
preproc_readr.c:82:12: warning: unused variable ‘tmp’ [-Wunused-variable]
   82 |     char * tmp = fgets(line_buf_1, sizeof line_buf_1, handle_in);
      |            ^~~
preproc_readr.c:75:7: warning: unused variable ‘data_sect_reached’ [-Wunused-variable]
   75 |   int data_sect_reached = 0;
      |       ^~~~~~~~~~~~~~~~~
preproc_readr.c:74:9: warning: unused variable ‘line_p’ [-Wunused-variable]
   74 |   char* line_p;
      |         ^~~~~~
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 tools.c -o tools.o
gcc-13 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o farff.so init.o preproc_datatable.o preproc_readr.o tools.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpGLYmux/R.INSTALL2ea6ff4f6170ce/farff/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpGLYmux/R.INSTALL2ea6ff4f6170ce/farff/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpGLYmux/R.INSTALL2ea6ff4f6170ce/farff/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-farff/00new/farff/libs
** R
** inst
** 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
* DONE (farff)