* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘tiledb’ ...
** this is package ‘tiledb’ version ‘0.33.0’
** package ‘tiledb’ successfully unpacked and MD5 sums checked
** using staged installation
'config' variable 'CXX11FLAGS' is defunct
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 g++-16 -std=gnu++20 accepts -g... yes
checking for g++-16 -std=gnu++20 option to enable C++11 features... -std=gnu++11
checking how to run the C++ preprocessor... g++-16 -std=gnu++20 -std=gnu++11 -E
checking whether the compiler supports GNU C++... (cached) yes
checking whether g++-16 -std=gnu++20 -std=gnu++11 accepts -g... (cached) yes
checking for g++-16 -std=gnu++20 -std=gnu++11 option to enable C++11 features... (cached) -std=gnu++11
checking whether g++-16 -std=gnu++20 -std=gnu++11 -std=gnu++11 supports C++17 features by default... no
checking whether g++-16 -std=gnu++20 -std=gnu++11 -std=gnu++11 supports C++17 features with -std=gnu++17... yes
checking for pkg-config... /usr/bin/pkg-config
checking if pkg-config knows TileDB... no
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 filesystem... yes
checking for tiledb/tiledb... no
downloading x86_64 TileDB library...
installing TileDB for Debian GNU/Linux:...
downloading https://github.com/TileDB-Inc/TileDB/releases/download/2.29.0/tiledb-linux-x86_64-2.29.0-958e736.tar.gz 
using inst/tiledb/{lib,include}
configure: creating ./config.status
config.status: creating src/Makevars
** libs
specified C++17
using C compiler: ‘gcc-16 (Debian 16.1.0-1) 16.1.0’
using C++ compiler: ‘g++-16 (Debian 16.1.0-1) 16.1.0’
using C++17
make[1]: Entering directory '/tmp/RtmpZNfwgp/R.INSTALL341ed448c4d325/tiledb/src'
g++-16 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I. -I../inst/include/  -I../inst/tiledb/include   -DTILEDB_SILENT_BUILD  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppInt64/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/nanoarrow/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c RcppExports.cpp -o RcppExports.o
In file included from ../inst/tiledb/include/tiledb/tiledb:73,
                 from ../inst/include/tiledb.h:8,
                 from RcppExports.cpp:4:
../inst/tiledb/include/tiledb/vfs.h:298:7: warning: defining ‘tiledb::VFS’, which previously failed to be complete in a SFINAE context [-Wsfinae-incomplete=]
  298 | class VFS {
      |       ^~~
In file included from /usr/include/c++/16/functional:74,
                 from ../inst/tiledb/include/tiledb/core_interface.h:39,
                 from ../inst/tiledb/include/tiledb/exception.h:37,
                 from ../inst/tiledb/include/tiledb/capi_string.h:39,
                 from ../inst/tiledb/include/tiledb/attribute.h:38,
                 from ../inst/tiledb/include/tiledb/array_schema.h:38,
                 from ../inst/tiledb/include/tiledb/array.h:38,
                 from ../inst/tiledb/include/tiledb/tiledb:49:
/usr/include/c++/16/bits/refwrap.h:227:12: note: here.  Use ‘-Wsfinae-incomplete=2’ for a diagnostic at that point
  227 |     struct _Reference_wrapper_base
      |            ^~~~~~~~~~~~~~~~~~~~~~~
g++-16 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I. -I../inst/include/  -I../inst/tiledb/include   -DTILEDB_SILENT_BUILD  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppInt64/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/nanoarrow/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c arrowio.cpp -o arrowio.o
In file included from ../inst/tiledb/include/tiledb/tiledb:73,
                 from ../inst/include/tiledb.h:8,
                 from libtiledb.h:27,
                 from arrowio.cpp:23:
../inst/tiledb/include/tiledb/vfs.h:298:7: warning: defining ‘tiledb::VFS’, which previously failed to be complete in a SFINAE context [-Wsfinae-incomplete=]
  298 | class VFS {
      |       ^~~
In file included from /usr/include/c++/16/functional:74,
                 from ../inst/tiledb/include/tiledb/core_interface.h:39,
                 from ../inst/tiledb/include/tiledb/exception.h:37,
                 from ../inst/tiledb/include/tiledb/capi_string.h:39,
                 from ../inst/tiledb/include/tiledb/attribute.h:38,
                 from ../inst/tiledb/include/tiledb/array_schema.h:38,
                 from ../inst/tiledb/include/tiledb/array.h:38,
                 from ../inst/tiledb/include/tiledb/tiledb:49:
/usr/include/c++/16/bits/refwrap.h:227:12: note: here.  Use ‘-Wsfinae-incomplete=2’ for a diagnostic at that point
  227 |     struct _Reference_wrapper_base
      |            ^~~~~~~~~~~~~~~~~~~~~~~
g++-16 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I. -I../inst/include/  -I../inst/tiledb/include   -DTILEDB_SILENT_BUILD  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppInt64/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/nanoarrow/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c batched.cpp -o batched.o
In file included from ../inst/tiledb/include/tiledb/tiledb:73,
                 from ../inst/include/tiledb.h:8,
                 from libtiledb.h:27,
                 from batched.cpp:2:
../inst/tiledb/include/tiledb/vfs.h:298:7: warning: defining ‘tiledb::VFS’, which previously failed to be complete in a SFINAE context [-Wsfinae-incomplete=]
  298 | class VFS {
      |       ^~~
In file included from /usr/include/c++/16/functional:74,
                 from ../inst/tiledb/include/tiledb/core_interface.h:39,
                 from ../inst/tiledb/include/tiledb/exception.h:37,
                 from ../inst/tiledb/include/tiledb/capi_string.h:39,
                 from ../inst/tiledb/include/tiledb/attribute.h:38,
                 from ../inst/tiledb/include/tiledb/array_schema.h:38,
                 from ../inst/tiledb/include/tiledb/array.h:38,
                 from ../inst/tiledb/include/tiledb/tiledb:49:
/usr/include/c++/16/bits/refwrap.h:227:12: note: here.  Use ‘-Wsfinae-incomplete=2’ for a diagnostic at that point
  227 |     struct _Reference_wrapper_base
      |            ^~~~~~~~~~~~~~~~~~~~~~~
g++-16 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I. -I../inst/include/  -I../inst/tiledb/include   -DTILEDB_SILENT_BUILD  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppInt64/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/nanoarrow/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c column_buffer.cpp -o column_buffer.o
In file included from ../inst/tiledb/include/tiledb/tiledb:73,
                 from column_buffer.h:39,
                 from column_buffer.cpp:42:
../inst/tiledb/include/tiledb/vfs.h:298:7: warning: defining ‘tiledb::VFS’, which previously failed to be complete in a SFINAE context [-Wsfinae-incomplete=]
  298 | class VFS {
      |       ^~~
In file included from /usr/include/c++/16/functional:74,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include/RcppCommon.h:66,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include/Rcpp.h:27,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include/Rcpp/Rcpp:21,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include/Rcpp/Light:25,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include/Rcpp/Lighter:25,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include/Rcpp/Lightest:26,
                 from ../inst/include/tinyspdl/RcppSpdlog_types.h:4,
                 from ../inst/include/tinyspdl/RcppSpdlog_RcppExports.h:8,
                 from ../inst/include/tinyspdl/RcppSpdlog.h:7,
                 from ../inst/include/tinyspdl.h:8,
                 from column_buffer.cpp:40:
/usr/include/c++/16/bits/refwrap.h:227:12: note: here.  Use ‘-Wsfinae-incomplete=2’ for a diagnostic at that point
  227 |     struct _Reference_wrapper_base
      |            ^~~~~~~~~~~~~~~~~~~~~~~
g++-16 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I. -I../inst/include/  -I../inst/tiledb/include   -DTILEDB_SILENT_BUILD  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppInt64/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/nanoarrow/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c deprecation.cpp -o deprecation.o
In file included from ../inst/tiledb/include/tiledb/tiledb:73,
                 from ../inst/include/tiledb.h:8,
                 from libtiledb.h:27,
                 from deprecation.cpp:30:
../inst/tiledb/include/tiledb/vfs.h:298:7: warning: defining ‘tiledb::VFS’, which previously failed to be complete in a SFINAE context [-Wsfinae-incomplete=]
  298 | class VFS {
      |       ^~~
In file included from /usr/include/c++/16/functional:74,
                 from ../inst/tiledb/include/tiledb/core_interface.h:39,
                 from ../inst/tiledb/include/tiledb/exception.h:37,
                 from ../inst/tiledb/include/tiledb/capi_string.h:39,
                 from ../inst/tiledb/include/tiledb/attribute.h:38,
                 from ../inst/tiledb/include/tiledb/array_schema.h:38,
                 from ../inst/tiledb/include/tiledb/array.h:38,
                 from ../inst/tiledb/include/tiledb/tiledb:49:
/usr/include/c++/16/bits/refwrap.h:227:12: note: here.  Use ‘-Wsfinae-incomplete=2’ for a diagnostic at that point
  227 |     struct _Reference_wrapper_base
      |            ^~~~~~~~~~~~~~~~~~~~~~~
g++-16 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I. -I../inst/include/  -I../inst/tiledb/include   -DTILEDB_SILENT_BUILD  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppInt64/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/nanoarrow/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c durations.cpp -o durations.o
In file included from ../inst/tiledb/include/tiledb/tiledb:73,
                 from ../inst/include/tiledb.h:8,
                 from durations.cpp:2:
../inst/tiledb/include/tiledb/vfs.h:298:7: warning: defining ‘tiledb::VFS’, which previously failed to be complete in a SFINAE context [-Wsfinae-incomplete=]
  298 | class VFS {
      |       ^~~
In file included from /usr/include/c++/16/functional:74,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include/RcppCommon.h:66,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include/Rcpp.h:27,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include/Rcpp/Rcpp:21,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include/Rcpp/Light:25,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include/Rcpp/Lighter:25,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include/Rcpp/Lightest:26,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppInt64/include/rcppint64_bits/functions.h:22,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppInt64/include/RcppInt64:17,
                 from durations.cpp:1:
/usr/include/c++/16/bits/refwrap.h:227:12: note: here.  Use ‘-Wsfinae-incomplete=2’ for a diagnostic at that point
  227 |     struct _Reference_wrapper_base
      |            ^~~~~~~~~~~~~~~~~~~~~~~
g++-16 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I. -I../inst/include/  -I../inst/tiledb/include   -DTILEDB_SILENT_BUILD  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppInt64/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/nanoarrow/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c libtiledb.cpp -o libtiledb.o
In file included from ../inst/tiledb/include/tiledb/tiledb:73,
                 from ../inst/include/tiledb.h:8,
                 from libtiledb.h:27,
                 from libtiledb.cpp:23:
../inst/tiledb/include/tiledb/vfs.h:298:7: warning: defining ‘tiledb::VFS’, which previously failed to be complete in a SFINAE context [-Wsfinae-incomplete=]
  298 | class VFS {
      |       ^~~
In file included from /usr/include/c++/16/functional:74,
                 from ../inst/tiledb/include/tiledb/core_interface.h:39,
                 from ../inst/tiledb/include/tiledb/exception.h:37,
                 from ../inst/tiledb/include/tiledb/capi_string.h:39,
                 from ../inst/tiledb/include/tiledb/attribute.h:38,
                 from ../inst/tiledb/include/tiledb/array_schema.h:38,
                 from ../inst/tiledb/include/tiledb/array.h:38,
                 from ../inst/tiledb/include/tiledb/tiledb:49:
/usr/include/c++/16/bits/refwrap.h:227:12: note: here.  Use ‘-Wsfinae-incomplete=2’ for a diagnostic at that point
  227 |     struct _Reference_wrapper_base
      |            ^~~~~~~~~~~~~~~~~~~~~~~
gcc-16 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I. -I../inst/include/  -I../inst/tiledb/include   -DTILEDB_SILENT_BUILD  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppInt64/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/nanoarrow/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c nanoarrow.c -o nanoarrow.o
g++-16 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I. -I../inst/include/  -I../inst/tiledb/include   -DTILEDB_SILENT_BUILD  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppInt64/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/nanoarrow/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c nullable.cpp -o nullable.o
In file included from ../inst/tiledb/include/tiledb/tiledb:73,
                 from ../inst/include/tiledb.h:8,
                 from libtiledb.h:27,
                 from nullable.cpp:23:
../inst/tiledb/include/tiledb/vfs.h:298:7: warning: defining ‘tiledb::VFS’, which previously failed to be complete in a SFINAE context [-Wsfinae-incomplete=]
  298 | class VFS {
      |       ^~~
In file included from /usr/include/c++/16/functional:74,
                 from ../inst/tiledb/include/tiledb/core_interface.h:39,
                 from ../inst/tiledb/include/tiledb/exception.h:37,
                 from ../inst/tiledb/include/tiledb/capi_string.h:39,
                 from ../inst/tiledb/include/tiledb/attribute.h:38,
                 from ../inst/tiledb/include/tiledb/array_schema.h:38,
                 from ../inst/tiledb/include/tiledb/array.h:38,
                 from ../inst/tiledb/include/tiledb/tiledb:49:
/usr/include/c++/16/bits/refwrap.h:227:12: note: here.  Use ‘-Wsfinae-incomplete=2’ for a diagnostic at that point
  227 |     struct _Reference_wrapper_base
      |            ^~~~~~~~~~~~~~~~~~~~~~~
g++-16 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I. -I../inst/include/  -I../inst/tiledb/include   -DTILEDB_SILENT_BUILD  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppInt64/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/nanoarrow/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c shmem.cpp -o shmem.o
In file included from ../inst/tiledb/include/tiledb/tiledb:73,
                 from ../inst/include/tiledb.h:8,
                 from libtiledb.h:27,
                 from shmem.cpp:31:
../inst/tiledb/include/tiledb/vfs.h:298:7: warning: defining ‘tiledb::VFS’, which previously failed to be complete in a SFINAE context [-Wsfinae-incomplete=]
  298 | class VFS {
      |       ^~~
In file included from /usr/include/c++/16/functional:74,
                 from ../inst/tiledb/include/tiledb/core_interface.h:39,
                 from ../inst/tiledb/include/tiledb/exception.h:37,
                 from ../inst/tiledb/include/tiledb/capi_string.h:39,
                 from ../inst/tiledb/include/tiledb/attribute.h:38,
                 from ../inst/tiledb/include/tiledb/array_schema.h:38,
                 from ../inst/tiledb/include/tiledb/array.h:38,
                 from ../inst/tiledb/include/tiledb/tiledb:49:
/usr/include/c++/16/bits/refwrap.h:227:12: note: here.  Use ‘-Wsfinae-incomplete=2’ for a diagnostic at that point
  227 |     struct _Reference_wrapper_base
      |            ^~~~~~~~~~~~~~~~~~~~~~~
g++-16 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I. -I../inst/include/  -I../inst/tiledb/include   -DTILEDB_SILENT_BUILD  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppInt64/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/nanoarrow/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c virtualfile.cpp -o virtualfile.o
In file included from ../inst/tiledb/include/tiledb/tiledb:73,
                 from ../inst/include/tiledb.h:8,
                 from virtualfile.cpp:12:
../inst/tiledb/include/tiledb/vfs.h:298:7: warning: defining ‘tiledb::VFS’, which previously failed to be complete in a SFINAE context [-Wsfinae-incomplete=]
  298 | class VFS {
      |       ^~~
In file included from /usr/include/c++/16/functional:74,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include/RcppCommon.h:66,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include/Rcpp.h:27,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include/Rcpp/Rcpp:21,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include/Rcpp/Light:25,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include/Rcpp/Lighter:25,
                 from virtualfile.cpp:9:
/usr/include/c++/16/bits/refwrap.h:227:12: note: here.  Use ‘-Wsfinae-incomplete=2’ for a diagnostic at that point
  227 |     struct _Reference_wrapper_base
      |            ^~~~~~~~~~~~~~~~~~~~~~~
gcc-16 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I. -I../inst/include/  -I../inst/tiledb/include   -DTILEDB_SILENT_BUILD  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppInt64/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/nanoarrow/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c connection/connection.c -o connection/connection.o
g++-16 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o tiledb.so RcppExports.o arrowio.o batched.o column_buffer.o deprecation.o durations.o libtiledb.o nanoarrow.o nullable.o shmem.o virtualfile.o -ltiledb -L../inst/tiledb/lib -Wl,-rpath,$ORIGIN/../tiledb/lib -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpZNfwgp/R.INSTALL341ed448c4d325/tiledb/src'
make[1]: Entering directory '/tmp/RtmpZNfwgp/R.INSTALL341ed448c4d325/tiledb/src'
make[1]: Leaving directory '/tmp/RtmpZNfwgp/R.INSTALL341ed448c4d325/tiledb/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-tiledb/00new/tiledb/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 (tiledb)