* installing *source* package ‘cubature’ ... ** this is package ‘cubature’ version ‘2.1.4-1’ ** using staged installation ** libs using C compiler: ‘Debian clang version 21.1.5 (1)’ using C++ compiler: ‘Debian clang version 21.1.5 (1)’ ((cd Cuba && \ ./configure && \ make libcuba.a CC="clang-21 -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-d-clang-21/include" -g -O3 -Wall -pedantic -Wno-strict-prototypes -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... clang-21 -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 clang-21 -std=gnu17 accepts -g... yes checking for clang-21 -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 '/srv/hornik/tmp/CRAN_pretest/cubature.Rcheck/00_pkg_src/cubature/src/Cuba' clang-21 -std=gnu17 -I/usr/local/include -I. -I../inst/include -I../../inst/include -I./src/common -D_R_INTERFACE -I/home/hornik/tmp/R-d-clang-21/include -g -O3 -Wall -pedantic -Wno-strict-prototypes -fpic -DNOUNDERSCORE -c -o r_helpers.o ./src/common/r_helpers.c In file included from ./src/common/r_helpers.c:4: In file included from /home/hornik/tmp/R-d-clang-21/include/R.h:70: /home/hornik/tmp/R-d-clang-21/include/R_ext/Boolean.h:65:16: warning: enumeration types with a fixed underlying type are a C23 extension [-Wc23-extensions] 65 | typedef enum :int { FALSE = 0, TRUE } Rboolean; // so NOT NA | ^~~~ 1 warning generated. clang-21 -std=gnu17 -I/usr/local/include -I. -I../inst/include -I../../inst/include -I./src/common -D_R_INTERFACE -I/home/hornik/tmp/R-d-clang-21/include -g -O3 -Wall -pedantic -Wno-strict-prototypes -fpic -I./src/vegas -DNOUNDERSCORE -c -o Vegas.o ./src/vegas/Vegas.c In file included from ./src/vegas/Vegas.c:13: In file included from ./src/common/CSample.c:82: In file included from ./src/vegas/Integrate.c:9: In file included from /home/hornik/tmp/R-d-clang-21/include/R.h:70: /home/hornik/tmp/R-d-clang-21/include/R_ext/Boolean.h:65:16: warning: enumeration types with a fixed underlying type are a C23 extension [-Wc23-extensions] 65 | typedef enum :int { FALSE = 0, TRUE } Rboolean; // so NOT NA | ^~~~ 1 warning generated. clang-21 -std=gnu17 -I/usr/local/include -I. -I../inst/include -I../../inst/include -I./src/common -D_R_INTERFACE -I/home/hornik/tmp/R-d-clang-21/include -g -O3 -Wall -pedantic -Wno-strict-prototypes -fpic -I./src/suave -DNOUNDERSCORE -c -o Suave.o ./src/suave/Suave.c In file included from ./src/suave/Suave.c:13: In file included from ./src/common/CSample.c:76: In file included from ./src/suave/common.c:39: In file included from ./src/suave/Sample.c:9: In file included from /home/hornik/tmp/R-d-clang-21/include/R.h:70: /home/hornik/tmp/R-d-clang-21/include/R_ext/Boolean.h:65:16: warning: enumeration types with a fixed underlying type are a C23 extension [-Wc23-extensions] 65 | typedef enum :int { FALSE = 0, TRUE } Rboolean; // so NOT NA | ^~~~ 1 warning generated. clang-21 -std=gnu17 -I/usr/local/include -I. -I../inst/include -I../../inst/include -I./src/common -D_R_INTERFACE -I/home/hornik/tmp/R-d-clang-21/include -g -O3 -Wall -pedantic -Wno-strict-prototypes -fpic -I./src/divonne -DNOUNDERSCORE -c -o Divonne.o ./src/divonne/Divonne.c In file included from ./src/divonne/Divonne.c:14: In file included from ./src/common/CSample.c:82: In file included from ./src/divonne/Integrate.c:11: In file included from /home/hornik/tmp/R-d-clang-21/include/R.h:70: /home/hornik/tmp/R-d-clang-21/include/R_ext/Boolean.h:65:16: warning: enumeration types with a fixed underlying type are a C23 extension [-Wc23-extensions] 65 | typedef enum :int { FALSE = 0, TRUE } Rboolean; // so NOT NA | ^~~~ 1 warning generated. clang-21 -std=gnu17 -I/usr/local/include -I. -I../inst/include -I../../inst/include -I./src/common -D_R_INTERFACE -I/home/hornik/tmp/R-d-clang-21/include -g -O3 -Wall -pedantic -Wno-strict-prototypes -fpic -I./src/cuhre -DNOUNDERSCORE -c -o Cuhre.o ./src/cuhre/Cuhre.c In file included from ./src/cuhre/Cuhre.c:13: In file included from ./src/common/CSample.c:76: In file included from ./src/cuhre/common.c:10: In file included from ./src/cuhre/Rule.c:10: In file included from /home/hornik/tmp/R-d-clang-21/include/R.h:70: /home/hornik/tmp/R-d-clang-21/include/R_ext/Boolean.h:65:16: warning: enumeration types with a fixed underlying type are a C23 extension [-Wc23-extensions] 65 | typedef enum :int { FALSE = 0, TRUE } Rboolean; // so NOT NA | ^~~~ 1 warning generated. clang-21 -std=gnu17 -I/usr/local/include -I. -I../inst/include -I../../inst/include -I./src/common -D_R_INTERFACE -I/home/hornik/tmp/R-d-clang-21/include -g -O3 -Wall -pedantic -Wno-strict-prototypes -fpic -DNOUNDERSCORE -c -o Fork.o ./src/common/Fork.c clang-21 -std=gnu17 -I/usr/local/include -I. -I../inst/include -I../../inst/include -I./src/common -D_R_INTERFACE -I/home/hornik/tmp/R-d-clang-21/include -g -O3 -Wall -pedantic -Wno-strict-prototypes -fpic -DNOUNDERSCORE -c -o Global.o ./src/common/Global.c clang-21 -std=gnu17 -I/usr/local/include -I. -I../inst/include -I../../inst/include -I./src/common -D_R_INTERFACE -I/home/hornik/tmp/R-d-clang-21/include -g -O3 -Wall -pedantic -Wno-strict-prototypes -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 '/srv/hornik/tmp/CRAN_pretest/cubature.Rcheck/00_pkg_src/cubature/src/Cuba' clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-21/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 -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c Rcpp-Cuba.cpp -o Rcpp-Cuba.o ((cd cubature-1.0.4 && \ (make libcubature.a CC="clang-21 -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-d-clang-21/include" -g -O3 -Wall -pedantic -Wno-strict-prototypes -fpic" AR="ar" RANLIB="ranlib")) && \ touch cubature.ts) make[1]: Entering directory '/srv/hornik/tmp/CRAN_pretest/cubature.Rcheck/00_pkg_src/cubature/src/cubature-1.0.4' clang-21 -std=gnu17 -I/usr/local/include -I. -I../inst/include -I../../inst/include -I./src/common -D_R_INTERFACE -I/home/hornik/tmp/R-d-clang-21/include -g -O3 -Wall -pedantic -Wno-strict-prototypes -fpic -c -o hcubature.o hcubature.c In file included from hcubature.c:30: In file included from /home/hornik/tmp/R-d-clang-21/include/R.h:70: /home/hornik/tmp/R-d-clang-21/include/R_ext/Boolean.h:65:16: warning: enumeration types with a fixed underlying type are a C23 extension [-Wc23-extensions] 65 | typedef enum :int { FALSE = 0, TRUE } Rboolean; // so NOT NA | ^~~~ 1 warning generated. clang-21 -std=gnu17 -I/usr/local/include -I. -I../inst/include -I../../inst/include -I./src/common -D_R_INTERFACE -I/home/hornik/tmp/R-d-clang-21/include -g -O3 -Wall -pedantic -Wno-strict-prototypes -fpic -c -o pcubature.o pcubature.c ar cr libcubature.a hcubature.o pcubature.o ranlib libcubature.a make[1]: Leaving directory '/srv/hornik/tmp/CRAN_pretest/cubature.Rcheck/00_pkg_src/cubature/src/cubature-1.0.4' clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-21/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 -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c Rcpp-cubature.cpp -o Rcpp-cubature.o clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-21/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 -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c RcppExports.cpp -o RcppExports.o clang-21 -std=gnu17 -I"/home/hornik/tmp/R-d-clang-21/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 -O3 -Wall -pedantic -Wno-strict-prototypes -c cubature_init.c -o cubature_init.o In file included from cubature_init.c:1: In file included from /home/hornik/tmp/R-d-clang-21/include/R.h:70: /home/hornik/tmp/R-d-clang-21/include/R_ext/Boolean.h:65:16: warning: enumeration types with a fixed underlying type are a C23 extension [-Wc23-extensions] 65 | typedef enum :int { FALSE = 0, TRUE } Rboolean; // so NOT NA | ^~~~ 1 warning generated. clang++-21 -std=gnu++17 -shared -L/home/hornik/tmp/R-d-clang-21/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-d-clang-21/lib -lR installing to /srv/hornik/tmp/CRAN_pretest/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)