* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘Rpoppler’ ...
** package ‘Rpoppler’ successfully unpacked and MD5 sums checked
** using staged installation
checking for pkg-config... /usr/bin/pkg-config
checking whether pkg-config knows about poppler-glib >= 0.18.0... yes
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++-13 -std=gnu++17 accepts -g... yes
checking whether we can use setErrorFunction... no
checking whether we can use setErrorCallback... no
configure: creating ./config.status
config.status: creating src/Makevars
config.status: creating src/config.h
** libs
using C compiler: ‘gcc-13 (Debian 13.2.0-13) 13.2.0’
using C++ compiler: ‘g++-13 (Debian 13.2.0-13) 13.2.0’
make[1]: Entering directory '/tmp/RtmpS2Gt9l/R.INSTALL258bdc4baf085d/Rpoppler/src'
gcc-13 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -I/usr/include/poppler/glib -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/poppler  -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c Rpoppler.c -o Rpoppler.o
Rpoppler.c: In function ‘Rpoppler_PDF_info’:
Rpoppler.c:91:25: warning: unused variable ‘err’ [-Wunused-variable]
   91 |     SEXP ans, nms, val, err;
      |                         ^~~
Rpoppler.c: In function ‘Rpoppler_PDF_fonts’:
Rpoppler.c:207:9: warning: unused variable ‘i’ [-Wunused-variable]
  207 |     int i, n;
      |         ^
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -I/usr/include/poppler/glib -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/poppler  -fpic  -g -O2 -Wall -pedantic -mtune=native   -c error.cc -o error.o
gcc-13 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -I/usr/include/poppler/glib -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/poppler  -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c init.c -o init.o
g++-13 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o Rpoppler.so Rpoppler.o error.o init.o -lpoppler-glib -lgobject-2.0 -lglib-2.0 -lcairo -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpS2Gt9l/R.INSTALL258bdc4baf085d/Rpoppler/src'
make[1]: Entering directory '/tmp/RtmpS2Gt9l/R.INSTALL258bdc4baf085d/Rpoppler/src'
make[1]: Leaving directory '/tmp/RtmpS2Gt9l/R.INSTALL258bdc4baf085d/Rpoppler/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-Rpoppler/00new/Rpoppler/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘Rpoppler’
    finding HTML links ... done
    PDF_doc                                 html  
    PDF_fonts                               html  
    PDF_info                                html  
    PDF_text                                html  
** 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 (Rpoppler)