* installing *source* package ‘cubature’ ...
** package ‘cubature’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using SDK: ‘MacOSX11.3.sdk’
((cd Cuba && \
	./configure && \
	make libcuba.a AR="ar" ARFLAGS="-rv" RANLIB="ranlib" CC="clang -arch x86_64 -std=gnu17" CFLAGS="-falign-functions=64 -Wall -g -O2  -fPIC -I. -I../inst/include -I./src/common") && \
	touch cuba.ts)
((cd cubature-1.0.4 && \
	(make libcubature.a CC="clang -arch x86_64 -std=gnu17" CFLAGS="-falign-functions=64 -Wall -g -O2  -fPIC -I. -I../inst/include -I./src/common" AR="ar" RANLIB="ranlib")) && \
	touch cubature.ts)
clang -arch x86_64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I. -I../inst/include -I./src/common -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include   -I. -I../inst/include -I./src/common -fPIC  -falign-functions=64 -Wall -g -O2  -c cubature_init.c -o cubature_init.o
clang -arch x86_64 -std=gnu17 -falign-functions=64 -Wall -g -O2  -fPIC -I. -I../inst/include -I./src/common   -c -o hcubature.o hcubature.c
clang -arch x86_64 -std=gnu17 -falign-functions=64 -Wall -g -O2  -fPIC -I. -I../inst/include -I./src/common   -c -o pcubature.o pcubature.c
checking for gcc... clang -arch x86_64 -std=gnu17
checking whether the C compiler works... ar cr libcubature.a  hcubature.o pcubature.o
ranlib libcubature.a
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I. -I../inst/include -I./src/common -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c Rcpp-cubature.cpp -o Rcpp-cubature.o
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 clang -arch x86_64 -std=gnu17 accepts -g... yes
checking for clang -arch x86_64 -std=gnu17 option to accept ISO C89... none needed
checking for gfortran... gfortran
checking whether we are using the GNU Fortran compiler... yes
checking whether gfortran accepts -g... yes
checking for ranlib... ranlib
checking for a BSD-compatible install... Error in untar2(tarfile, files, list, exdir, restore_times) : 
  incomplete block on file
/usr/bin/install -c
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for long double with more range or precision than double... yes
checking how to run the C preprocessor... clang -arch x86_64 -std=gnu17 -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for size_t... yes
checking for ssize_t... yes
checking for pid_t... yes
checking for powl... yes
checking for erf... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
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 build system type... x86_64-apple-darwin22.4.0
checking host system type... x86_64-apple-darwin22.4.0
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
clang -arch x86_64 -std=gnu17 -falign-functions=64 -Wall -g -O2  -fPIC -I. -I../inst/include -I./src/common -I./src/vegas -DNOUNDERSCORE -c -o Vegas.o ./src/vegas/Vegas.c
clang -arch x86_64 -std=gnu17 -falign-functions=64 -Wall -g -O2  -fPIC -I. -I../inst/include -I./src/common -I./src/suave -DNOUNDERSCORE -c -o Suave.o ./src/suave/Suave.c
clang -arch x86_64 -std=gnu17 -falign-functions=64 -Wall -g -O2  -fPIC -I. -I../inst/include -I./src/common -I./src/divonne -DNOUNDERSCORE -c -o Divonne.o ./src/divonne/Divonne.c
clang -arch x86_64 -std=gnu17 -falign-functions=64 -Wall -g -O2  -fPIC -I. -I../inst/include -I./src/common -I./src/cuhre -DNOUNDERSCORE -c -o Cuhre.o ./src/cuhre/Cuhre.c
clang -arch x86_64 -std=gnu17 -falign-functions=64 -Wall -g -O2  -fPIC -I. -I../inst/include -I./src/common -DNOUNDERSCORE -c -o Fork.o ./src/common/Fork.c
clang -arch x86_64 -std=gnu17 -falign-functions=64 -Wall -g -O2  -fPIC -I. -I../inst/include -I./src/common -DNOUNDERSCORE -c -o Global.o ./src/common/Global.c
ar -rv libcuba.a Fork.o
ar -rv libcuba.a Global.o
ar: creating archive libcuba.a
a - Fork.o
rm -f Fork.o
a - Global.o
rm -f Global.o
clang -arch x86_64 -std=gnu17 -falign-functions=64 -Wall -g -O2  -fPIC -I. -I../inst/include -I./src/common -c -o Data.o ./src/common/Data.c
ar -rv libcuba.a Data.o
a - Data.o
rm -f Data.o
ar -rv libcuba.a Vegas.o
a - Vegas.o
rm -f Vegas.o
ar -rv libcuba.a Cuhre.o
a - Cuhre.o
rm -f Cuhre.o
ar -rv libcuba.a Suave.o
a - Suave.o
rm -f Suave.o
ar -rv libcuba.a Divonne.o
a - Divonne.o
rm -f Divonne.o
ranlib libcuba.a
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I. -I../inst/include -I./src/common -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c Rcpp-Cuba.cpp -o Rcpp-Cuba.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I. -I../inst/include -I./src/common -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c RcppExports.cpp -o RcppExports.o
clang++ -arch x86_64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o cubature.so Rcpp-Cuba.o Rcpp-cubature.o RcppExports.o cubature_init.o -L./cubature-1.0.4 -L./Cuba -lcubature -lcuba -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.3/cubature.Rcheck/00LOCK-cubature/00new/cubature/libs
** generating debug symbols (dSYM)
** 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)