* installing *source* package ‘cubature’ ... ** this is package ‘cubature’ version ‘2.1.4-1’ ** using staged installation ** libs using C compiler: ‘gcc-15 (Debian 15.2.0-7) 15.2.0’ using C++ compiler: ‘g++-15 (Debian 15.2.0-7) 15.2.0’ ((cd Cuba && \ ./configure && \ make libcuba.a CC="gcc-15 -std=gnu17" CFLAGS="-I/usr/local/include -I. -I../inst/include -I../../inst/include -I./src/common -D_R_INTERFACE -I"/home/hornik/tmp/R/include" -g -O2 -Wall -pedantic -mtune=native -fpic" AR="ar" ARFLAGS="-rv" RANLIB="ranlib") && \ touch cuba.ts) checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for gcc... gcc-15 -std=gnu17 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-15 -std=gnu17 accepts -g... yes checking for gcc-15 -std=gnu17 option to enable C11 features... none needed checking for gfortran... gfortran checking whether the compiler supports GNU Fortran... yes checking whether gfortran accepts -g... yes checking for ranlib... ranlib checking for a BSD-compatible install... /usr/bin/install -c checking for an ANSI C-conforming const... yes checking for inline... inline checking for long double... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for vfork.h... no checking for size_t... yes checking for ssize_t... yes checking for pid_t... yes checking for powl... yes checking for erf... yes checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for working alloca.h... yes checking for alloca... yes checking for shmget... yes checking for getloadavg... yes checking for variable-size arrays... yes checking for MathLink... no checking for qmake... no configure: creating ./config.status config.status: creating makefile config.status: creating config.h make[1]: Entering directory '/home/hornik/tmp/CRAN_recheck/cubature.Rcheck/00_pkg_src/cubature/src/Cuba' gcc-15 -std=gnu17 -I/usr/local/include -I. -I../inst/include -I../../inst/include -I./src/common -D_R_INTERFACE -I/home/hornik/tmp/R/include -g -O2 -Wall -pedantic -mtune=native -fpic -DNOUNDERSCORE -c -o r_helpers.o ./src/common/r_helpers.c In file included from /home/hornik/tmp/R/include/R.h:70, from ./src/common/r_helpers.c:4: /home/hornik/tmp/R/include/R_ext/Boolean.h:65:16: warning: ISO C does not support specifying ‘enum’ underlying types before C23 [-Wpedantic] 65 | typedef enum :int { FALSE = 0, TRUE } Rboolean; // so NOT NA | ^ gcc-15 -std=gnu17 -I/usr/local/include -I. -I../inst/include -I../../inst/include -I./src/common -D_R_INTERFACE -I/home/hornik/tmp/R/include -g -O2 -Wall -pedantic -mtune=native -fpic -I./src/vegas -DNOUNDERSCORE -c -o Vegas.o ./src/vegas/Vegas.c In file included from /home/hornik/tmp/R/include/R.h:70, from ./src/vegas/Integrate.c:9, from ./src/common/CSample.c:82, from ./src/vegas/Vegas.c:13: /home/hornik/tmp/R/include/R_ext/Boolean.h:65:16: warning: ISO C does not support specifying ‘enum’ underlying types before C23 [-Wpedantic] 65 | typedef enum :int { FALSE = 0, TRUE } Rboolean; // so NOT NA | ^ gcc-15 -std=gnu17 -I/usr/local/include -I. -I../inst/include -I../../inst/include -I./src/common -D_R_INTERFACE -I/home/hornik/tmp/R/include -g -O2 -Wall -pedantic -mtune=native -fpic -I./src/suave -DNOUNDERSCORE -c -o Suave.o ./src/suave/Suave.c In file included from /home/hornik/tmp/R/include/R.h:70, from ./src/suave/Sample.c:9, from ./src/suave/common.c:39, from ./src/common/CSample.c:76, from ./src/suave/Suave.c:13: /home/hornik/tmp/R/include/R_ext/Boolean.h:65:16: warning: ISO C does not support specifying ‘enum’ underlying types before C23 [-Wpedantic] 65 | typedef enum :int { FALSE = 0, TRUE } Rboolean; // so NOT NA | ^ gcc-15 -std=gnu17 -I/usr/local/include -I. -I../inst/include -I../../inst/include -I./src/common -D_R_INTERFACE -I/home/hornik/tmp/R/include -g -O2 -Wall -pedantic -mtune=native -fpic -I./src/divonne -DNOUNDERSCORE -c -o Divonne.o ./src/divonne/Divonne.c In file included from /home/hornik/tmp/R/include/R.h:70, from ./src/divonne/Integrate.c:11, from ./src/common/CSample.c:82, from ./src/divonne/Divonne.c:14: /home/hornik/tmp/R/include/R_ext/Boolean.h:65:16: warning: ISO C does not support specifying ‘enum’ underlying types before C23 [-Wpedantic] 65 | typedef enum :int { FALSE = 0, TRUE } Rboolean; // so NOT NA | ^ gcc-15 -std=gnu17 -I/usr/local/include -I. -I../inst/include -I../../inst/include -I./src/common -D_R_INTERFACE -I/home/hornik/tmp/R/include -g -O2 -Wall -pedantic -mtune=native -fpic -I./src/cuhre -DNOUNDERSCORE -c -o Cuhre.o ./src/cuhre/Cuhre.c In file included from /home/hornik/tmp/R/include/R.h:70, from ./src/cuhre/Rule.c:10, from ./src/cuhre/common.c:10, from ./src/common/CSample.c:76, from ./src/cuhre/Cuhre.c:13: /home/hornik/tmp/R/include/R_ext/Boolean.h:65:16: warning: ISO C does not support specifying ‘enum’ underlying types before C23 [-Wpedantic] 65 | typedef enum :int { FALSE = 0, TRUE } Rboolean; // so NOT NA | ^ gcc-15 -std=gnu17 -I/usr/local/include -I. -I../inst/include -I../../inst/include -I./src/common -D_R_INTERFACE -I/home/hornik/tmp/R/include -g -O2 -Wall -pedantic -mtune=native -fpic -DNOUNDERSCORE -c -o Fork.o ./src/common/Fork.c gcc-15 -std=gnu17 -I/usr/local/include -I. -I../inst/include -I../../inst/include -I./src/common -D_R_INTERFACE -I/home/hornik/tmp/R/include -g -O2 -Wall -pedantic -mtune=native -fpic -DNOUNDERSCORE -c -o Global.o ./src/common/Global.c gcc-15 -std=gnu17 -I/usr/local/include -I. -I../inst/include -I../../inst/include -I./src/common -D_R_INTERFACE -I/home/hornik/tmp/R/include -g -O2 -Wall -pedantic -mtune=native -fpic -c -o Data.o ./src/common/Data.c ar -rv libcuba.a Vegas.o Suave.o Divonne.o Cuhre.o Fork.o Global.o r_helpers.o Data.o ar: creating libcuba.a a - Vegas.o a - Suave.o a - Divonne.o a - Cuhre.o a - Fork.o a - Global.o a - r_helpers.o a - Data.o rm -f Vegas.o Suave.o Divonne.o Cuhre.o Fork.o Global.o r_helpers.o Data.o ranlib libcuba.a make[1]: Leaving directory '/home/hornik/tmp/CRAN_recheck/cubature.Rcheck/00_pkg_src/cubature/src/Cuba' g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I. -I../inst/include -I../../inst/include -I./src/common -D_R_INTERFACE -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c Rcpp-Cuba.cpp -o Rcpp-Cuba.o ((cd cubature-1.0.4 && \ (make libcubature.a CC="gcc-15 -std=gnu17" CFLAGS="-I/usr/local/include -I. -I../inst/include -I../../inst/include -I./src/common -D_R_INTERFACE -I"/home/hornik/tmp/R/include" -g -O2 -Wall -pedantic -mtune=native -fpic" AR="ar" RANLIB="ranlib")) && \ touch cubature.ts) make[1]: Entering directory '/home/hornik/tmp/CRAN_recheck/cubature.Rcheck/00_pkg_src/cubature/src/cubature-1.0.4' gcc-15 -std=gnu17 -I/usr/local/include -I. -I../inst/include -I../../inst/include -I./src/common -D_R_INTERFACE -I/home/hornik/tmp/R/include -g -O2 -Wall -pedantic -mtune=native -fpic -c -o hcubature.o hcubature.c In file included from /home/hornik/tmp/R/include/R.h:70, from hcubature.c:30: /home/hornik/tmp/R/include/R_ext/Boolean.h:65:16: warning: ISO C does not support specifying ‘enum’ underlying types before C23 [-Wpedantic] 65 | typedef enum :int { FALSE = 0, TRUE } Rboolean; // so NOT NA | ^ gcc-15 -std=gnu17 -I/usr/local/include -I. -I../inst/include -I../../inst/include -I./src/common -D_R_INTERFACE -I/home/hornik/tmp/R/include -g -O2 -Wall -pedantic -mtune=native -fpic -c -o pcubature.o pcubature.c ar cr libcubature.a hcubature.o pcubature.o ranlib libcubature.a make[1]: Leaving directory '/home/hornik/tmp/CRAN_recheck/cubature.Rcheck/00_pkg_src/cubature/src/cubature-1.0.4' g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I. -I../inst/include -I../../inst/include -I./src/common -D_R_INTERFACE -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c Rcpp-cubature.cpp -o Rcpp-cubature.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I. -I../inst/include -I../../inst/include -I./src/common -D_R_INTERFACE -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o gcc-15 -std=gnu17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I. -I../inst/include -I../../inst/include -I./src/common -D_R_INTERFACE -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c cubature_init.c -o cubature_init.o In file included from /home/hornik/tmp/R/include/R.h:70, from cubature_init.c:1: /home/hornik/tmp/R/include/R_ext/Boolean.h:65:16: warning: ISO C does not support specifying ‘enum’ underlying types before C23 [-Wpedantic] 65 | typedef enum :int { FALSE = 0, TRUE } Rboolean; // so NOT NA | ^ g++-15 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o cubature.so Rcpp-Cuba.o Rcpp-cubature.o RcppExports.o cubature_init.o -L./cubature-1.0.4 -L./Cuba -lcubature -lcuba -L/home/hornik/tmp/R/lib -lR installing to /home/hornik/tmp/CRAN_recheck/cubature.Rcheck/00LOCK-cubature/00new/cubature/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 (cubature)