* installing *source* package ‘imager’ ... ** this is package ‘imager’ version ‘1.0.4’ ** using staged installation checking for pkg-config... /usr/bin/pkg-config checking for gcc... gcc-14 -fsanitize=address,undefined,bounds-strict -fno-omit-frame-pointer -std=gnu23 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 the compiler supports GNU C... yes checking whether gcc-14 -fsanitize=address,undefined,bounds-strict -fno-omit-frame-pointer -std=gnu23 accepts -g... yes checking for gcc-14 -fsanitize=address,undefined,bounds-strict -fno-omit-frame-pointer -std=gnu23 option to enable C11 features... none needed checking whether the compiler supports GNU C++... yes checking whether g++-14 -fsanitize=address,undefined,bounds-strict -fno-omit-frame-pointer -std=gnu++17 accepts -g... yes checking for g++-14 -fsanitize=address,undefined,bounds-strict -fno-omit-frame-pointer -std=gnu++17 option to enable C++11 features... none needed checking how to run the C++ preprocessor... g++-14 -fsanitize=address,undefined,bounds-strict -fno-omit-frame-pointer -std=gnu++17 -E checking for X... libraries , headers checking for XOpenDisplay in -lX11... yes X11 library found. configure: Checking if FFTW3 library is available using pkg-config checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for fftw3... yes FFTW3 found! checking whether pkg-config knows about libtiff-4... yes checking for configurable backends... checking whether --static is needed... no checking for g++-14 -fsanitize=address,undefined,bounds-strict -fno-omit-frame-pointer -std=gnu++17 option to support OpenMP... -fopenmp configure: creating ./config.status config.status: creating src/Makevars ** libs using C++ compiler: ‘g++-14 (Debian 14.2.0-19) 14.2.0’ g++-14 -fsanitize=address,undefined,bounds-strict -fno-omit-frame-pointer -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-xtra/include" -DNDEBUG -I/usr/local/include -Dcimg_use_fftw3 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-stringop-truncation -c RcppExports.cpp -o RcppExports.o g++-14 -fsanitize=address,undefined,bounds-strict -fno-omit-frame-pointer -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-xtra/include" -DNDEBUG -I/usr/local/include -Dcimg_use_fftw3 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-stringop-truncation -c colourspace.cpp -o colourspace.o In file included from /home/hornik/tmp/R-d-gcc-xtra/include/R.h:73, from ../inst/include/imager.h:14, from colourspace.cpp:1: /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h: In function ‘void Rcpp::Rf_warning(const char*, Args&& ...) [with Args = {const char*}]’: /home/hornik/tmp/R-d-gcc-xtra/include/R_ext/Error.h:85:17: warning: infinite recursion detected [-Winfinite-recursion] 85 | #define warning Rf_warning | ^~~~~~~~~~ /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h:190:17: note: in expansion of macro ‘warning’ 190 | inline void warning(const char* fmt, Args&&... args ) { | ^~~~~~~ In file included from /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/RcppCommon.h:133, from /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp.h:27, from ../inst/include/imager.h:15: /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h:191:19: note: recursive call 191 | Rf_warning("%s", tfm::format(fmt, std::forward(args)... ).c_str()); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++-14 -fsanitize=address,undefined,bounds-strict -fno-omit-frame-pointer -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-xtra/include" -DNDEBUG -I/usr/local/include -Dcimg_use_fftw3 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-stringop-truncation -c coordinates.cpp -o coordinates.o In file included from /home/hornik/tmp/R-d-gcc-xtra/include/R.h:73, from ../inst/include/imager.h:14, from coordinates.cpp:1: /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h: In function ‘void Rcpp::Rf_warning(const char*, Args&& ...) [with Args = {const char*}]’: /home/hornik/tmp/R-d-gcc-xtra/include/R_ext/Error.h:85:17: warning: infinite recursion detected [-Winfinite-recursion] 85 | #define warning Rf_warning | ^~~~~~~~~~ /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h:190:17: note: in expansion of macro ‘warning’ 190 | inline void warning(const char* fmt, Args&&... args ) { | ^~~~~~~ In file included from /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/RcppCommon.h:133, from /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp.h:27, from ../inst/include/imager.h:15: /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h:191:19: note: recursive call 191 | Rf_warning("%s", tfm::format(fmt, std::forward(args)... ).c_str()); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++-14 -fsanitize=address,undefined,bounds-strict -fno-omit-frame-pointer -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-xtra/include" -DNDEBUG -I/usr/local/include -Dcimg_use_fftw3 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-stringop-truncation -c display.cpp -o display.o In file included from /home/hornik/tmp/R-d-gcc-xtra/include/R.h:73, from ../inst/include/imager.h:14, from display.cpp:1: /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h: In function ‘void Rcpp::Rf_warning(const char*, Args&& ...) [with Args = {const char*}]’: /home/hornik/tmp/R-d-gcc-xtra/include/R_ext/Error.h:85:17: warning: infinite recursion detected [-Winfinite-recursion] 85 | #define warning Rf_warning | ^~~~~~~~~~ /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h:190:17: note: in expansion of macro ‘warning’ 190 | inline void warning(const char* fmt, Args&&... args ) { | ^~~~~~~ In file included from /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/RcppCommon.h:133, from /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp.h:27, from ../inst/include/imager.h:15: /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h:191:19: note: recursive call 191 | Rf_warning("%s", tfm::format(fmt, std::forward(args)... ).c_str()); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++-14 -fsanitize=address,undefined,bounds-strict -fno-omit-frame-pointer -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-xtra/include" -DNDEBUG -I/usr/local/include -Dcimg_use_fftw3 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-stringop-truncation -c drawing.cpp -o drawing.o In file included from /home/hornik/tmp/R-d-gcc-xtra/include/R.h:73, from ../inst/include/imager.h:14, from drawing.cpp:1: /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h: In function ‘void Rcpp::Rf_warning(const char*, Args&& ...) [with Args = {const char*}]’: /home/hornik/tmp/R-d-gcc-xtra/include/R_ext/Error.h:85:17: warning: infinite recursion detected [-Winfinite-recursion] 85 | #define warning Rf_warning | ^~~~~~~~~~ /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h:190:17: note: in expansion of macro ‘warning’ 190 | inline void warning(const char* fmt, Args&&... args ) { | ^~~~~~~ In file included from /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/RcppCommon.h:133, from /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp.h:27, from ../inst/include/imager.h:15: /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h:191:19: note: recursive call 191 | Rf_warning("%s", tfm::format(fmt, std::forward(args)... ).c_str()); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++-14 -fsanitize=address,undefined,bounds-strict -fno-omit-frame-pointer -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-xtra/include" -DNDEBUG -I/usr/local/include -Dcimg_use_fftw3 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-stringop-truncation -c filtering.cpp -o filtering.o In file included from /home/hornik/tmp/R-d-gcc-xtra/include/R.h:73, from ../inst/include/imager.h:14, from filtering.cpp:1: /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h: In function ‘void Rcpp::Rf_warning(const char*, Args&& ...) [with Args = {const char*}]’: /home/hornik/tmp/R-d-gcc-xtra/include/R_ext/Error.h:85:17: warning: infinite recursion detected [-Winfinite-recursion] 85 | #define warning Rf_warning | ^~~~~~~~~~ /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h:190:17: note: in expansion of macro ‘warning’ 190 | inline void warning(const char* fmt, Args&&... args ) { | ^~~~~~~ In file included from /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/RcppCommon.h:133, from /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp.h:27, from ../inst/include/imager.h:15: /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h:191:19: note: recursive call 191 | Rf_warning("%s", tfm::format(fmt, std::forward(args)... ).c_str()); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++-14 -fsanitize=address,undefined,bounds-strict -fno-omit-frame-pointer -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-xtra/include" -DNDEBUG -I/usr/local/include -Dcimg_use_fftw3 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-stringop-truncation -c hough.cpp -o hough.o In file included from /home/hornik/tmp/R-d-gcc-xtra/include/R.h:73, from ../inst/include/imager.h:14, from hough.cpp:2: /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h: In function ‘void Rcpp::Rf_warning(const char*, Args&& ...) [with Args = {const char*}]’: /home/hornik/tmp/R-d-gcc-xtra/include/R_ext/Error.h:85:17: warning: infinite recursion detected [-Winfinite-recursion] 85 | #define warning Rf_warning | ^~~~~~~~~~ /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h:190:17: note: in expansion of macro ‘warning’ 190 | inline void warning(const char* fmt, Args&&... args ) { | ^~~~~~~ In file included from /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/RcppCommon.h:133, from /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp.h:27, from ../inst/include/imager.h:15: /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h:191:19: note: recursive call 191 | Rf_warning("%s", tfm::format(fmt, std::forward(args)... ).c_str()); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++-14 -fsanitize=address,undefined,bounds-strict -fno-omit-frame-pointer -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-xtra/include" -DNDEBUG -I/usr/local/include -Dcimg_use_fftw3 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-stringop-truncation -c imgraphs.cpp -o imgraphs.o In file included from /home/hornik/tmp/R-d-gcc-xtra/include/R.h:73, from ../inst/include/imager.h:14, from imgraphs.cpp:1: /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h: In function ‘void Rcpp::Rf_warning(const char*, Args&& ...) [with Args = {const char*}]’: /home/hornik/tmp/R-d-gcc-xtra/include/R_ext/Error.h:85:17: warning: infinite recursion detected [-Winfinite-recursion] 85 | #define warning Rf_warning | ^~~~~~~~~~ /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h:190:17: note: in expansion of macro ‘warning’ 190 | inline void warning(const char* fmt, Args&&... args ) { | ^~~~~~~ In file included from /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/RcppCommon.h:133, from /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp.h:27, from ../inst/include/imager.h:15: /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h:191:19: note: recursive call 191 | Rf_warning("%s", tfm::format(fmt, std::forward(args)... ).c_str()); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++-14 -fsanitize=address,undefined,bounds-strict -fno-omit-frame-pointer -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-xtra/include" -DNDEBUG -I/usr/local/include -Dcimg_use_fftw3 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-stringop-truncation -c interact.cpp -o interact.o In file included from /home/hornik/tmp/R-d-gcc-xtra/include/R.h:73, from ../inst/include/imager.h:14, from interact.cpp:1: /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h: In function ‘void Rcpp::Rf_warning(const char*, Args&& ...) [with Args = {const char*}]’: /home/hornik/tmp/R-d-gcc-xtra/include/R_ext/Error.h:85:17: warning: infinite recursion detected [-Winfinite-recursion] 85 | #define warning Rf_warning | ^~~~~~~~~~ /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h:190:17: note: in expansion of macro ‘warning’ 190 | inline void warning(const char* fmt, Args&&... args ) { | ^~~~~~~ In file included from /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/RcppCommon.h:133, from /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp.h:27, from ../inst/include/imager.h:15: /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h:191:19: note: recursive call 191 | Rf_warning("%s", tfm::format(fmt, std::forward(args)... ).c_str()); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++-14 -fsanitize=address,undefined,bounds-strict -fno-omit-frame-pointer -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-xtra/include" -DNDEBUG -I/usr/local/include -Dcimg_use_fftw3 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-stringop-truncation -c interpolation.cpp -o interpolation.o In file included from /home/hornik/tmp/R-d-gcc-xtra/include/R.h:73, from ../inst/include/imager.h:14, from interpolation.cpp:1: /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h: In function ‘void Rcpp::Rf_warning(const char*, Args&& ...) [with Args = {const char*}]’: /home/hornik/tmp/R-d-gcc-xtra/include/R_ext/Error.h:85:17: warning: infinite recursion detected [-Winfinite-recursion] 85 | #define warning Rf_warning | ^~~~~~~~~~ /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h:190:17: note: in expansion of macro ‘warning’ 190 | inline void warning(const char* fmt, Args&&... args ) { | ^~~~~~~ In file included from /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/RcppCommon.h:133, from /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp.h:27, from ../inst/include/imager.h:15: /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h:191:19: note: recursive call 191 | Rf_warning("%s", tfm::format(fmt, std::forward(args)... ).c_str()); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++-14 -fsanitize=address,undefined,bounds-strict -fno-omit-frame-pointer -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-xtra/include" -DNDEBUG -I/usr/local/include -Dcimg_use_fftw3 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-stringop-truncation -c morphology.cpp -o morphology.o In file included from /home/hornik/tmp/R-d-gcc-xtra/include/R.h:73, from ../inst/include/imager.h:14, from morphology.cpp:1: /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h: In function ‘void Rcpp::Rf_warning(const char*, Args&& ...) [with Args = {const char*}]’: /home/hornik/tmp/R-d-gcc-xtra/include/R_ext/Error.h:85:17: warning: infinite recursion detected [-Winfinite-recursion] 85 | #define warning Rf_warning | ^~~~~~~~~~ /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h:190:17: note: in expansion of macro ‘warning’ 190 | inline void warning(const char* fmt, Args&&... args ) { | ^~~~~~~ In file included from /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/RcppCommon.h:133, from /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp.h:27, from ../inst/include/imager.h:15: /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h:191:19: note: recursive call 191 | Rf_warning("%s", tfm::format(fmt, std::forward(args)... ).c_str()); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++-14 -fsanitize=address,undefined,bounds-strict -fno-omit-frame-pointer -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-xtra/include" -DNDEBUG -I/usr/local/include -Dcimg_use_fftw3 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-stringop-truncation -c reductions.cpp -o reductions.o In file included from /home/hornik/tmp/R-d-gcc-xtra/include/R.h:73, from ../inst/include/imager.h:14, from reductions.cpp:1: /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h: In function ‘void Rcpp::Rf_warning(const char*, Args&& ...) [with Args = {const char*}]’: /home/hornik/tmp/R-d-gcc-xtra/include/R_ext/Error.h:85:17: warning: infinite recursion detected [-Winfinite-recursion] 85 | #define warning Rf_warning | ^~~~~~~~~~ /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h:190:17: note: in expansion of macro ‘warning’ 190 | inline void warning(const char* fmt, Args&&... args ) { | ^~~~~~~ In file included from /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/RcppCommon.h:133, from /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp.h:27, from ../inst/include/imager.h:15: /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h:191:19: note: recursive call 191 | Rf_warning("%s", tfm::format(fmt, std::forward(args)... ).c_str()); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++-14 -fsanitize=address,undefined,bounds-strict -fno-omit-frame-pointer -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-xtra/include" -DNDEBUG -I/usr/local/include -Dcimg_use_fftw3 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-stringop-truncation -c transformations.cpp -o transformations.o In file included from /home/hornik/tmp/R-d-gcc-xtra/include/R.h:73, from ../inst/include/imager.h:14, from transformations.cpp:1: /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h: In function ‘void Rcpp::Rf_warning(const char*, Args&& ...) [with Args = {const char*}]’: /home/hornik/tmp/R-d-gcc-xtra/include/R_ext/Error.h:85:17: warning: infinite recursion detected [-Winfinite-recursion] 85 | #define warning Rf_warning | ^~~~~~~~~~ /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h:190:17: note: in expansion of macro ‘warning’ 190 | inline void warning(const char* fmt, Args&&... args ) { | ^~~~~~~ In file included from /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/RcppCommon.h:133, from /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp.h:27, from ../inst/include/imager.h:15: /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h:191:19: note: recursive call 191 | Rf_warning("%s", tfm::format(fmt, std::forward(args)... ).c_str()); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++-14 -fsanitize=address,undefined,bounds-strict -fno-omit-frame-pointer -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-xtra/include" -DNDEBUG -I/usr/local/include -Dcimg_use_fftw3 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-stringop-truncation -c utils.cpp -o utils.o In file included from /home/hornik/tmp/R-d-gcc-xtra/include/R.h:73, from ../inst/include/imager.h:14, from utils.cpp:1: /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h: In function ‘void Rcpp::Rf_warning(const char*, Args&& ...) [with Args = {const char*}]’: /home/hornik/tmp/R-d-gcc-xtra/include/R_ext/Error.h:85:17: warning: infinite recursion detected [-Winfinite-recursion] 85 | #define warning Rf_warning | ^~~~~~~~~~ /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h:190:17: note: in expansion of macro ‘warning’ 190 | inline void warning(const char* fmt, Args&&... args ) { | ^~~~~~~ In file included from /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/RcppCommon.h:133, from /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp.h:27, from ../inst/include/imager.h:15: /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h:191:19: note: recursive call 191 | Rf_warning("%s", tfm::format(fmt, std::forward(args)... ).c_str()); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../inst/include/imager.h:12: ../inst/include/CImg.h: In member function ‘unsigned int cimg_library::CImg::_cimg_math_parser::compile(char*, char*, unsigned int, unsigned int*, unsigned char) [with T = double]’: ../inst/include/CImg.h:17183:20: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without 17183 | unsigned int compile(char *ss, char *se, const unsigned int depth, unsigned int *const p_ref, | ^~~~~~~ g++-14 -fsanitize=address,undefined,bounds-strict -fno-omit-frame-pointer -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-xtra/include" -DNDEBUG -I/usr/local/include -Dcimg_use_fftw3 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-stringop-truncation -c wrappers.cpp -o wrappers.o In file included from /home/hornik/tmp/R-d-gcc-xtra/include/R.h:73, from ../inst/include/imager.h:14, from wrappers.cpp:1: /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h: In function ‘void Rcpp::Rf_warning(const char*, Args&& ...) [with Args = {const char*}]’: /home/hornik/tmp/R-d-gcc-xtra/include/R_ext/Error.h:85:17: warning: infinite recursion detected [-Winfinite-recursion] 85 | #define warning Rf_warning | ^~~~~~~~~~ /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h:190:17: note: in expansion of macro ‘warning’ 190 | inline void warning(const char* fmt, Args&&... args ) { | ^~~~~~~ In file included from /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/RcppCommon.h:133, from /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp.h:27, from ../inst/include/imager.h:15: /home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include/Rcpp/exceptions.h:191:19: note: recursive call 191 | Rf_warning("%s", tfm::format(fmt, std::forward(args)... ).c_str()); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++-14 -fsanitize=address,undefined,bounds-strict -fno-omit-frame-pointer -std=gnu++17 -shared -L/home/hornik/tmp/R-d-gcc-xtra/lib -Wl,-O1 -o imager.so RcppExports.o colourspace.o coordinates.o display.o drawing.o filtering.o hough.o imgraphs.o interact.o interpolation.o morphology.o reductions.o transformations.o utils.o wrappers.o -lX11 -Dcimg_use_fftw3 -lfftw3 -ltiff -L/home/hornik/tmp/R-d-gcc-xtra/lib -lR `_ZN12cimg_library4cimgL14data_font_hugeE' referenced in section `.data.rel.local' of coordinates.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL14data_font_hugeE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of coordinates.o `_ZN12cimg_library4cimgL15data_font_largeE' referenced in section `.data.rel.local' of coordinates.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL15data_font_largeE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of coordinates.o `_ZN12cimg_library4cimgL16data_font_normalE' referenced in section `.data.rel.local' of coordinates.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL16data_font_normalE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of coordinates.o `_ZN12cimg_library4cimgL15data_font_smallE' referenced in section `.data.rel.local' of coordinates.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL15data_font_smallE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of coordinates.o `_ZN12cimg_library4cimgL14data_font_hugeE' referenced in section `.data.rel.local' of display.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL14data_font_hugeE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of display.o `_ZN12cimg_library4cimgL15data_font_largeE' referenced in section `.data.rel.local' of display.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL15data_font_largeE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of display.o `_ZN12cimg_library4cimgL16data_font_normalE' referenced in section `.data.rel.local' of display.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL16data_font_normalE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of display.o `_ZN12cimg_library4cimgL15data_font_smallE' referenced in section `.data.rel.local' of display.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL15data_font_smallE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of display.o `_ZN12cimg_library4cimgL14data_font_hugeE' referenced in section `.data.rel.local' of drawing.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL14data_font_hugeE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of drawing.o `_ZN12cimg_library4cimgL15data_font_largeE' referenced in section `.data.rel.local' of drawing.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL15data_font_largeE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of drawing.o `_ZN12cimg_library4cimgL16data_font_normalE' referenced in section `.data.rel.local' of drawing.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL16data_font_normalE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of drawing.o `_ZN12cimg_library4cimgL15data_font_smallE' referenced in section `.data.rel.local' of drawing.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL15data_font_smallE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of drawing.o `_ZN12cimg_library4cimgL14data_font_hugeE' referenced in section `.data.rel.local' of filtering.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL14data_font_hugeE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of filtering.o `_ZN12cimg_library4cimgL15data_font_largeE' referenced in section `.data.rel.local' of filtering.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL15data_font_largeE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of filtering.o `_ZN12cimg_library4cimgL16data_font_normalE' referenced in section `.data.rel.local' of filtering.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL16data_font_normalE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of filtering.o `_ZN12cimg_library4cimgL15data_font_smallE' referenced in section `.data.rel.local' of filtering.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL15data_font_smallE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of filtering.o `_ZN12cimg_library4cimgL14data_font_hugeE' referenced in section `.data.rel.local' of hough.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL14data_font_hugeE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of hough.o `_ZN12cimg_library4cimgL15data_font_largeE' referenced in section `.data.rel.local' of hough.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL15data_font_largeE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of hough.o `_ZN12cimg_library4cimgL16data_font_normalE' referenced in section `.data.rel.local' of hough.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL16data_font_normalE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of hough.o `_ZN12cimg_library4cimgL15data_font_smallE' referenced in section `.data.rel.local' of hough.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL15data_font_smallE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of hough.o `_ZN12cimg_library4cimgL14data_font_hugeE' referenced in section `.data.rel.local' of imgraphs.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL14data_font_hugeE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of imgraphs.o `_ZN12cimg_library4cimgL15data_font_largeE' referenced in section `.data.rel.local' of imgraphs.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL15data_font_largeE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of imgraphs.o `_ZN12cimg_library4cimgL16data_font_normalE' referenced in section `.data.rel.local' of imgraphs.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL16data_font_normalE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of imgraphs.o `_ZN12cimg_library4cimgL15data_font_smallE' referenced in section `.data.rel.local' of imgraphs.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL15data_font_smallE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of imgraphs.o `_ZN12cimg_library4cimgL14data_font_hugeE' referenced in section `.data.rel.local' of interact.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL14data_font_hugeE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of interact.o `_ZN12cimg_library4cimgL15data_font_largeE' referenced in section `.data.rel.local' of interact.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL15data_font_largeE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of interact.o `_ZN12cimg_library4cimgL16data_font_normalE' referenced in section `.data.rel.local' of interact.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL16data_font_normalE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of interact.o `_ZN12cimg_library4cimgL15data_font_smallE' referenced in section `.data.rel.local' of interact.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL15data_font_smallE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of interact.o `_ZN12cimg_library4cimgL14data_font_hugeE' referenced in section `.data.rel.local' of interpolation.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL14data_font_hugeE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of interpolation.o `_ZN12cimg_library4cimgL15data_font_largeE' referenced in section `.data.rel.local' of interpolation.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL15data_font_largeE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of interpolation.o `_ZN12cimg_library4cimgL16data_font_normalE' referenced in section `.data.rel.local' of interpolation.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL16data_font_normalE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of interpolation.o `_ZN12cimg_library4cimgL15data_font_smallE' referenced in section `.data.rel.local' of interpolation.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL15data_font_smallE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of interpolation.o `_ZN12cimg_library4cimgL14data_font_hugeE' referenced in section `.data.rel.local' of morphology.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL14data_font_hugeE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of morphology.o `_ZN12cimg_library4cimgL15data_font_largeE' referenced in section `.data.rel.local' of morphology.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL15data_font_largeE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of morphology.o `_ZN12cimg_library4cimgL16data_font_normalE' referenced in section `.data.rel.local' of morphology.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL16data_font_normalE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of morphology.o `_ZN12cimg_library4cimgL15data_font_smallE' referenced in section `.data.rel.local' of morphology.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL15data_font_smallE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of morphology.o `_ZN12cimg_library4cimgL14data_font_hugeE' referenced in section `.data.rel.local' of reductions.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL14data_font_hugeE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of reductions.o `_ZN12cimg_library4cimgL15data_font_largeE' referenced in section `.data.rel.local' of reductions.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL15data_font_largeE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of reductions.o `_ZN12cimg_library4cimgL16data_font_normalE' referenced in section `.data.rel.local' of reductions.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL16data_font_normalE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of reductions.o `_ZN12cimg_library4cimgL15data_font_smallE' referenced in section `.data.rel.local' of reductions.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL15data_font_smallE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of reductions.o `_ZN12cimg_library4cimgL14data_font_hugeE' referenced in section `.data.rel.local' of transformations.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL14data_font_hugeE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of transformations.o `_ZN12cimg_library4cimgL15data_font_largeE' referenced in section `.data.rel.local' of transformations.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL15data_font_largeE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of transformations.o `_ZN12cimg_library4cimgL16data_font_normalE' referenced in section `.data.rel.local' of transformations.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL16data_font_normalE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of transformations.o `_ZN12cimg_library4cimgL15data_font_smallE' referenced in section `.data.rel.local' of transformations.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL15data_font_smallE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of transformations.o `_ZN12cimg_library4cimgL14data_font_hugeE' referenced in section `.data.rel.local' of utils.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL14data_font_hugeE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of utils.o `_ZN12cimg_library4cimgL15data_font_largeE' referenced in section `.data.rel.local' of utils.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL15data_font_largeE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of utils.o `_ZN12cimg_library4cimgL16data_font_normalE' referenced in section `.data.rel.local' of utils.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL16data_font_normalE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of utils.o `_ZN12cimg_library4cimgL15data_font_smallE' referenced in section `.data.rel.local' of utils.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL15data_font_smallE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of utils.o `_ZN12cimg_library4cimgL14data_font_hugeE' referenced in section `.data.rel.local' of wrappers.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL14data_font_hugeE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of wrappers.o `_ZN12cimg_library4cimgL15data_font_largeE' referenced in section `.data.rel.local' of wrappers.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL15data_font_largeE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of wrappers.o `_ZN12cimg_library4cimgL16data_font_normalE' referenced in section `.data.rel.local' of wrappers.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL16data_font_normalE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of wrappers.o `_ZN12cimg_library4cimgL15data_font_smallE' referenced in section `.data.rel.local' of wrappers.o: defined in discarded section `.data.rel.ro.local._ZN12cimg_library4cimgL15data_font_smallE[_ZZN12cimg_library8CImgListIhE4fontEjbE9font_data]' of wrappers.o collect2: error: ld returned 1 exit status make: *** [/home/hornik/tmp/R-d-gcc-xtra/share/make/shlib.mk:10: imager.so] Error 1 ERROR: compilation failed for package ‘imager’ * removing ‘/home/hornik/tmp/CRAN_special_gcc-san/imager.Rcheck/imager’