krlmlr commented on PR #733: URL: https://github.com/apache/arrow-adbc/pull/733#issuecomment-1581448395
Thanks! Now: ``` R CMD build arrow-nanoarrow/r # * checking for file ‘arrow-nanoarrow/r/DESCRIPTION’ ... OK # * preparing ‘nanoarrow’: # * checking DESCRIPTION meta-information ... OK # * cleaning src # * checking for LF line-endings in source and make files and shell scripts # * checking for empty or unneeded directories # * building ‘nanoarrow_0.1.0.9000.tar.gz’ # R CMD INSTALL nanoarrow_0.1.0.9000.tar.gz # * installing to library ‘/Users/kirill/Library/R/arm64/4.2/library’ # * installing *source* package ‘nanoarrow’ ... # ** using staged installation # Fetched bundled nanoarrow from https://github.com/apache/arrow-nanoarrow/tree/main/dist # ** libs # ccache clang -Wno-everything -w -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/include" -DNDEBUG -I/opt/homebrew/include -fPIC -falign-functions=64 -Wall -g -O2 -c altrep.c -o altrep.o # ccache clang -Wno-everything -w -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/include" -DNDEBUG -I/opt/homebrew/include -fPIC -falign-functions=64 -Wall -g -O2 -c array.c -o array.o # ccache clang -Wno-everything -w -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/include" -DNDEBUG -I/opt/homebrew/include -fPIC -falign-functions=64 -Wall -g -O2 -c array_stream.c -o array_stream.o # ccache clang -Wno-everything -w -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/include" -DNDEBUG -I/opt/homebrew/include -fPIC -falign-functions=64 -Wall -g -O2 -c array_view.c -o array_view.o # ccache clang -Wno-everything -w -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/include" -DNDEBUG -I/opt/homebrew/include -fPIC -falign-functions=64 -Wall -g -O2 -c as_array.c -o as_array.o # ccache clang -Wno-everything -w -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/include" -DNDEBUG -I/opt/homebrew/include -fPIC -falign-functions=64 -Wall -g -O2 -c buffer.c -o buffer.o # ccache clang -Wno-everything -w -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/include" -DNDEBUG -I/opt/homebrew/include -fPIC -falign-functions=64 -Wall -g -O2 -c convert.c -o convert.o # ccache clang -Wno-everything -w -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/include" -DNDEBUG -I/opt/homebrew/include -fPIC -falign-functions=64 -Wall -g -O2 -c convert_array.c -o convert_array.o # ccache clang -Wno-everything -w -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/include" -DNDEBUG -I/opt/homebrew/include -fPIC -falign-functions=64 -Wall -g -O2 -c convert_array_stream.c -o convert_array_stream.o # ccache clang -Wno-everything -w -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/include" -DNDEBUG -I/opt/homebrew/include -fPIC -falign-functions=64 -Wall -g -O2 -c infer_ptype.c -o infer_ptype.o # ccache clang -Wno-everything -w -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/include" -DNDEBUG -I/opt/homebrew/include -fPIC -falign-functions=64 -Wall -g -O2 -c init.c -o init.o # ccache clang -Wno-everything -w -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/include" -DNDEBUG -I/opt/homebrew/include -fPIC -falign-functions=64 -Wall -g -O2 -c materialize.c -o materialize.o # ccache clang -Wno-everything -w -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/include" -DNDEBUG -I/opt/homebrew/include -fPIC -falign-functions=64 -Wall -g -O2 -c nanoarrow.c -o nanoarrow.o # ccache clang++ -std=gnu++17 -Wno-everything -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/include" -DNDEBUG -I/opt/homebrew/include -fPIC -O0 -g -Wmacro-redefined -c nanoarrow_cpp.cc -o nanoarrow_cpp.o # ccache clang -Wno-everything -w -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/include" -DNDEBUG -I/opt/homebrew/include -fPIC -falign-functions=64 -Wall -g -O2 -c pointers.c -o pointers.o # ccache clang -Wno-everything -w -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/include" -DNDEBUG -I/opt/homebrew/include -fPIC -falign-functions=64 -Wall -g -O2 -c schema.c -o schema.o # ccache clang -Wno-everything -w -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/include" -DNDEBUG -I/opt/homebrew/include -fPIC -falign-functions=64 -Wall -g -O2 -c util.c -o util.o # ccache clang -Wno-everything -w -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/include" -DNDEBUG -I/opt/homebrew/include -fPIC -falign-functions=64 -Wall -g -O2 -c version.c -o version.o # ccache clang++ -std=gnu++17 -Wno-everything -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/lib -L/opt/homebrew/lib -o nanoarrow.so altrep.o array.o array_stream.o array_view.o as_array.o buffer.o convert.o convert_array.o convert_array_stream.o infer_ptype.o init.o materialize.o nanoarrow.o nanoarrow_cpp.o pointers.o schema.o util.o version.o -F/Library/Frameworks/R.framework/Versions/4.2-arm64 -framework R -Wl,-framework -Wl,CoreFoundation # installing to /Users/kirill/Library/R/arm64/4.2/library/00LOCK-nanoarrow/00new/nanoarrow/libs # ** 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 # ** 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 (nanoarrow) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org