* installing *source* package ‘gdalBindings’ ...
** package ‘gdalBindings’ successfully unpacked and MD5 sums checked
** using staged installation
checking for gcc... clang -arch x86_64
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 -arch x86_64 accepts -g... yes
checking for clang -arch x86_64 option to enable C11 features... none needed
checking for gdal-config... /opt/R/x86_64/bin/gdal-config
checking for GDAL library... yes
checking for OGR support in GDAL library... yes
configure: creating ./config.status
config.status: creating src/Makevars
** 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’
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/x86_64/include -DDLLEXPORT -D__STDC_FORMAT_MACROS -I. -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.4/Rcpp/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c rasterizeHDF.cpp -o rasterizeHDF.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/x86_64/include -DDLLEXPORT -D__STDC_FORMAT_MACROS -I. -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.4/Rcpp/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c RcppExports.cpp -o RcppExports.o
In file included from rasterizeHDF.cpp:1:
In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.4/Rcpp/include/Rcpp.h:69:
In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.4/Rcpp/include/Rcpp/Module.h:340:
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.4/Rcpp/include/Rcpp/module/class.h:466:42: warning: delete called on non-final 'Rcpp::CppFinalizer<GDALDatasetR>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
            if( ptr->finalizer_pointer ) delete ptr->finalizer_pointer ;
                                         ^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.4/Rcpp/include/Rcpp/module/class.h:456:13: note: in instantiation of member function 'Rcpp::class_<GDALDatasetR>::SetFinalizer' requested here
            SetFinalizer( new FunctionFinalizer<Class>( f ) ) ;
            ^
./gdal.h:260:8: note: in instantiation of member function 'Rcpp::class_<GDALDatasetR>::finalizer' requested here
      .finalizer(&GDALDatasetFinalizer);
       ^
1 warning generated.
clang++ -arch x86_64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o gdalBindings.so rasterizeHDF.o RcppExports.o -L/opt/R/x86_64/lib -lgdal -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.4/gdalBindings.Rcheck/00LOCK-gdalBindings/00new/gdalBindings/libs
** generating debug symbols (dSYM)
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
Error: package or namespace load failed for ‘gdalBindings’ in dyn.load(file, DLLpath = DLLpath, ...):
 unable to load shared object '/Volumes/Builds/packages/big-sur-x86_64/results/4.4/gdalBindings.Rcheck/00LOCK-gdalBindings/00new/gdalBindings/libs/gdalBindings.so':
  dlopen(/Volumes/Builds/packages/big-sur-x86_64/results/4.4/gdalBindings.Rcheck/00LOCK-gdalBindings/00new/gdalBindings/libs/gdalBindings.so, 0x0006): symbol not found in flat namespace '_H5P_CLS_DATASET_CREATE_ID_g'
Error: loading failed
Execution halted
ERROR: loading failed
* removing ‘/Volumes/Builds/packages/big-sur-x86_64/results/4.4/gdalBindings.Rcheck/gdalBindings’