* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’ * installing *source* package ‘ragg’ ... ** package ‘ragg’ successfully unpacked and MD5 sums checked ** using staged installation Found pkg-config cflags and libs! Using PKG_CFLAGS=-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp Using PKG_LIBS=-lfreetype -lpng16 -ltiff -ljpeg ** libs using C++ compiler: ‘g++-13 (Debian 13.2.0-23) 13.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpnSNXmS/R.INSTALL1832f32f0df4b9/ragg/src' g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I./agg/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/systemfonts/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/textshaping/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c capture_dev.cpp -o capture_dev.o In file included from text_renderer.h:17, from AggDevice.h:5, from AggDeviceCapture.h:4, from capture_dev.cpp:4: In member function ‘void agg::path_base::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage]’, inlined from ‘void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]’ at AggDevice.h:333:34: ./agg/include/agg_path_storage.h:727:38: warning: ‘x’ may be used uninitialized [-Wmaybe-uninitialized] 727 | m_vertices.add_vertex(x, y, cmd); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./agg/include/agg_path_storage.h: In member function ‘void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]’: ./agg/include/agg_path_storage.h:722:20: note: ‘x’ was declared here 722 | double x, y; | ^ In member function ‘void agg::path_base::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage]’, inlined from ‘void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]’ at AggDevice.h:333:34: ./agg/include/agg_path_storage.h:727:38: warning: ‘y’ may be used uninitialized [-Wmaybe-uninitialized] 727 | m_vertices.add_vertex(x, y, cmd); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./agg/include/agg_path_storage.h: In member function ‘void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]’: ./agg/include/agg_path_storage.h:722:23: note: ‘y’ was declared here 722 | double x, y; | ^ g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I./agg/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/systemfonts/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/textshaping/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c init.cpp -o init.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I./agg/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/systemfonts/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/textshaping/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c jpeg_dev.cpp -o jpeg_dev.o In file included from text_renderer.h:17, from AggDevice.h:5, from AggDeviceJpeg.h:4, from jpeg_dev.cpp:4: ./agg/include/agg_path_storage.h: In member function ‘void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb, agg::order_rgb>, agg::row_accessor, 3>; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]’: ./agg/include/agg_path_storage.h:722:20: warning: ‘x’ may be used uninitialized [-Wmaybe-uninitialized] 722 | double x, y; | ^ ./agg/include/agg_path_storage.h:722:23: warning: ‘y’ may be used uninitialized [-Wmaybe-uninitialized] 722 | double x, y; | ^ g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I./agg/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/systemfonts/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/textshaping/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c png_dev.cpp -o png_dev.o In file included from text_renderer.h:17, from AggDevice.h:5, from AggDevicePng.h:8, from png_dev.cpp:4: ./agg/include/agg_path_storage.h: In member function ‘void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb, agg::order_rgb>, agg::row_accessor, 3>; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]’: ./agg/include/agg_path_storage.h:722:20: warning: ‘x’ may be used uninitialized [-Wmaybe-uninitialized] 722 | double x, y; | ^ ./agg/include/agg_path_storage.h:722:23: warning: ‘y’ may be used uninitialized [-Wmaybe-uninitialized] 722 | double x, y; | ^ ./agg/include/agg_path_storage.h: In member function ‘void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]’: ./agg/include/agg_path_storage.h:722:20: warning: ‘x’ may be used uninitialized [-Wmaybe-uninitialized] 722 | double x, y; | ^ ./agg/include/agg_path_storage.h:722:23: warning: ‘y’ may be used uninitialized [-Wmaybe-uninitialized] 722 | double x, y; | ^ ./agg/include/agg_path_storage.h: In member function ‘void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba, agg::row_accessor >; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::row_accessor >]’: ./agg/include/agg_path_storage.h:722:20: warning: ‘x’ may be used uninitialized [-Wmaybe-uninitialized] 722 | double x, y; | ^ ./agg/include/agg_path_storage.h:722:23: warning: ‘y’ may be used uninitialized [-Wmaybe-uninitialized] 722 | double x, y; | ^ ./agg/include/agg_path_storage.h: In member function ‘void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb, agg::row_accessor, 3>; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::row_accessor >]’: ./agg/include/agg_path_storage.h:722:20: warning: ‘x’ may be used uninitialized [-Wmaybe-uninitialized] 722 | double x, y; | ^ ./agg/include/agg_path_storage.h:722:23: warning: ‘y’ may be used uninitialized [-Wmaybe-uninitialized] 722 | double x, y; | ^ g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I./agg/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/systemfonts/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/textshaping/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c ppm_dev.cpp -o ppm_dev.o In file included from text_renderer.h:17, from AggDevice.h:5, from AggDevicePpm.h:4, from ppm_dev.cpp:4: ./agg/include/agg_path_storage.h: In member function ‘void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb, agg::order_rgb>, agg::row_accessor, 3>; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]’: ./agg/include/agg_path_storage.h:722:20: warning: ‘x’ may be used uninitialized [-Wmaybe-uninitialized] 722 | double x, y; | ^ ./agg/include/agg_path_storage.h:722:23: warning: ‘y’ may be used uninitialized [-Wmaybe-uninitialized] 722 | double x, y; | ^ g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I./agg/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/systemfonts/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/textshaping/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c tiff_dev.cpp -o tiff_dev.o In file included from text_renderer.h:17, from AggDevice.h:5, from AggDeviceTiff.h:4, from tiff_dev.cpp:4: ./agg/include/agg_path_storage.h: In member function ‘void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb, agg::order_rgb>, agg::row_accessor, 3>; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]’: ./agg/include/agg_path_storage.h:722:20: warning: ‘x’ may be used uninitialized [-Wmaybe-uninitialized] 722 | double x, y; | ^ ./agg/include/agg_path_storage.h:722:23: warning: ‘y’ may be used uninitialized [-Wmaybe-uninitialized] 722 | double x, y; | ^ ./agg/include/agg_path_storage.h: In member function ‘void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]’: ./agg/include/agg_path_storage.h:722:20: warning: ‘x’ may be used uninitialized [-Wmaybe-uninitialized] 722 | double x, y; | ^ ./agg/include/agg_path_storage.h:722:23: warning: ‘y’ may be used uninitialized [-Wmaybe-uninitialized] 722 | double x, y; | ^ ./agg/include/agg_path_storage.h: In member function ‘void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba, agg::row_accessor >; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::row_accessor >]’: ./agg/include/agg_path_storage.h:722:20: warning: ‘x’ may be used uninitialized [-Wmaybe-uninitialized] 722 | double x, y; | ^ ./agg/include/agg_path_storage.h:722:23: warning: ‘y’ may be used uninitialized [-Wmaybe-uninitialized] 722 | double x, y; | ^ ./agg/include/agg_path_storage.h: In member function ‘void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb, agg::row_accessor, 3>; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::row_accessor >]’: ./agg/include/agg_path_storage.h:722:20: warning: ‘x’ may be used uninitialized [-Wmaybe-uninitialized] 722 | double x, y; | ^ ./agg/include/agg_path_storage.h:722:23: warning: ‘y’ may be used uninitialized [-Wmaybe-uninitialized] 722 | double x, y; | ^ g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I./agg/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/systemfonts/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/textshaping/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c agg/src/agg_curves.cpp -o agg/src/agg_curves.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I./agg/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/systemfonts/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/textshaping/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c agg/src/agg_font_freetype.cpp -o agg/src/agg_font_freetype.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I./agg/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/systemfonts/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/textshaping/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c agg/src/agg_image_filters.cpp -o agg/src/agg_image_filters.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I./agg/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/systemfonts/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/textshaping/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c agg/src/agg_trans_affine.cpp -o agg/src/agg_trans_affine.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I./agg/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/systemfonts/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/textshaping/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c agg/src/agg_vcgen_dash.cpp -o agg/src/agg_vcgen_dash.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I./agg/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/systemfonts/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/textshaping/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c agg/src/agg_vcgen_stroke.cpp -o agg/src/agg_vcgen_stroke.o ar rcs agg/libstatagg.a agg/src/agg_curves.o agg/src/agg_font_freetype.o agg/src/agg_image_filters.o agg/src/agg_trans_affine.o agg/src/agg_vcgen_dash.o agg/src/agg_vcgen_stroke.o g++-13 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o ragg.so capture_dev.o init.o jpeg_dev.o png_dev.o ppm_dev.o tiff_dev.o -Lagg -lstatagg -lfreetype -lpng16 -ltiff -ljpeg -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpnSNXmS/R.INSTALL1832f32f0df4b9/ragg/src' make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpnSNXmS/R.INSTALL1832f32f0df4b9/ragg/src' make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpnSNXmS/R.INSTALL1832f32f0df4b9/ragg/src' installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-ragg/00new/ragg/libs ** R ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 ‘ragg’ as ‘ragg_1.3.0_R_x86_64-pc-linux-gnu.tar.gz’ * DONE (ragg)