* installing *source* package 'arrow' ...
** package 'arrow' successfully unpacked and MD5 sums checked
** using staged installation
*** pkg-config found.
*** Checksum validated successfully for libarrow
*** Successfully retrieved libarrow (windows)
*** Writing /d/temp/RtmpWo4WuT/R.INSTALL1ce1434186be1/arrow/src/Makevars.win
*** Contents of /d/temp/RtmpWo4WuT/R.INSTALL1ce1434186be1/arrow/src/Makevars.win
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements.  See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership.  The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License.  You may obtain a copy of the License at
#
#   http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied.  See the License for the
# specific language governing permissions and limitations
# under the License.

# when cpp11 is vendored:
# PKG_CPPFLAGS=-I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I../inst/include/

# when it is not:
PKG_CPPFLAGS=-I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS

# `-fvisibility=hidden` does not play well with UBSAN:
# https://bugs.llvm.org/show_bug.cgi?id=39191
# https://www.mail-archive.com/gcc-bugs@gcc.gnu.org/msg534862.html
# PKG_CXXFLAGS=$(CXX_VISIBILITY)
CXX_STD=CXX17
PKG_LIBS=-L../windows/arrow-15.0.1/lib$(subst gcc,,$(COMPILED_BY))$(R_ARCH)  -L../windows/arrow-15.0.1/lib$(R_ARCH)$(CRT)  -larrow_dataset -larrow_acero -lparquet -larrow -larrow_bundled_dependencies             -lutf8proc -lthrift -lsnappy -lz -lzstd -llz4 -lbz2 -lbrotlienc -lbrotlidec -lbrotlicommon -lole32             -lbcrypt -lpsapi -lcrypto -lcrypt32 -lre2 -laws-cpp-sdk-config -laws-cpp-sdk-transfer -laws-cpp-sdk-identity-management             -laws-cpp-sdk-cognito-identity -laws-cpp-sdk-sts -laws-cpp-sdk-s3             -laws-cpp-sdk-core -laws-c-event-stream -laws-checksums -laws-c-common             -luserenv -lversion -lws2_32 -lbcrypt -lwininet -lwinhttp -lcurl -lnormaliz -lssh2 -lgdi32 -lssl -lcrypto -lcrypt32 -lwldap32             -lz -lws2_32 -lnghttp2 -ldbghelp
*** /End contents
** libs
using C++ compiler: 'g++.exe (GCC) 12.3.0'
using C++17
make[1]: Entering directory '/d/temp/RtmpWo4WuT/R.INSTALL1ce1434186be1/arrow/src'
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RTasks.cpp -o RTasks.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c altrep.cpp -o altrep.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c array.cpp -o array.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c array_to_vector.cpp -o array_to_vector.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c arraydata.cpp -o arraydata.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c arrowExports.cpp -o arrowExports.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bridge.cpp -o bridge.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c buffer.cpp -o buffer.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c chunkedarray.cpp -o chunkedarray.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c compression.cpp -o compression.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c compute-exec.cpp -o compute-exec.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c compute.cpp -o compute.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c config.cpp -o config.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c csv.cpp -o csv.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c dataset.cpp -o dataset.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c datatype.cpp -o datatype.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c expression.cpp -o expression.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c extension-impl.cpp -o extension-impl.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c feather.cpp -o feather.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c field.cpp -o field.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c filesystem.cpp -o filesystem.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c io.cpp -o io.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c json.cpp -o json.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c memorypool.cpp -o memorypool.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c message.cpp -o message.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c parquet.cpp -o parquet.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c r_to_arrow.cpp -o r_to_arrow.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c recordbatch.cpp -o recordbatch.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c recordbatchreader.cpp -o recordbatchreader.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c recordbatchwriter.cpp -o recordbatchwriter.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c safe-call-into-r-impl.cpp -o safe-call-into-r-impl.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c scalar.cpp -o scalar.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c schema.cpp -o schema.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c symbols.cpp -o symbols.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c table.cpp -o table.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c threadpool.cpp -o threadpool.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/arrow-15.0.1/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC               -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO               -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c type_infer.cpp -o type_infer.o
g++ -shared -s -static-libgcc -o arrow.dll tmp.def RTasks.o altrep.o array.o array_to_vector.o arraydata.o arrowExports.o bridge.o buffer.o chunkedarray.o compression.o compute-exec.o compute.o config.o csv.o dataset.o datatype.o expression.o extension-impl.o feather.o field.o filesystem.o io.o json.o memorypool.o message.o parquet.o r_to_arrow.o recordbatch.o recordbatchreader.o recordbatchwriter.o safe-call-into-r-impl.o scalar.o schema.o symbols.o table.o threadpool.o type_infer.o -L../windows/arrow-15.0.1/lib-12.3.0/x64 -L../windows/arrow-15.0.1/lib/x64-ucrt -larrow_dataset -larrow_acero -lparquet -larrow -larrow_bundled_dependencies -lutf8proc -lthrift -lsnappy -lz -lzstd -llz4 -lbz2 -lbrotlienc -lbrotlidec -lbrotlicommon -lole32 -lbcrypt -lpsapi -lcrypto -lcrypt32 -lre2 -laws-cpp-sdk-config -laws-cpp-sdk-transfer -laws-cpp-sdk-identity-management -laws-cpp-sdk-cognito-identity -laws-cpp-sdk-sts -laws-cpp-sdk-s3 -laws-cpp-sdk-core -laws-c-event-stream -laws-checksums -laws-c-common -luserenv -lversion -lws2_32 -lbcrypt -lwininet -lwinhttp -lcurl -lnormaliz -lssh2 -lgdi32 -lssl -lcrypto -lcrypt32 -lwldap32 -lz -lws2_32 -lnghttp2 -ldbghelp -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpWo4WuT/R.INSTALL1ce1434186be1/arrow/src'
make[1]: Entering directory '/d/temp/RtmpWo4WuT/R.INSTALL1ce1434186be1/arrow/src'
make[1]: Leaving directory '/d/temp/RtmpWo4WuT/R.INSTALL1ce1434186be1/arrow/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-arrow/00new/arrow/libs/x64
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'arrow' as arrow_15.0.1.zip
* DONE (arrow)