icexelloss commented on PR #34711: URL: https://github.com/apache/arrow/pull/34711#issuecomment-1493378029
> @icexelloss It seems that this breaks the "AMD64 Windows R 4.2 RTools 42" job: > > https://github.com/apache/arrow/actions/runs/4582748548/jobs/8093221704#step:12:90 > > ``` > 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-11.0.0.9000/lib-10.4.0/x64 -L../windows/arrow-11.0.0.9000/lib/x64-ucrt -larrow_dataset -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-co mmon -lUserenv -lversion -lws2_32 -lBcrypt -lWininet -lwinhttp -lcurl -lnormaliz -lssh2 -lgdi32 -lssl -lcrypto -lcrypt32 -lwldap32 -lz -lws2_32 -lnghttp2 -Lc:/rtools42/x86_64-w64-mingw32.static.posix/lib/x64 -Lc:/rtools42/x86_64-w64-mingw32.static.posix/lib -LC:/R/bin/x64 -lR > C:\rtools42\x86_64-w64-mingw32.static.posix\bin/ld.exe: compute-exec.o:compute-exec.c:(.text+0x139e): undefined reference to `__imp__ZNK5arrow5acero8ExecPlan8ToStringB5cxx11Ev' > C:\rtools42\x86_64-w64-mingw32.static.posix\bin/ld.exe: compute-exec.o:compute-exec.c:(.text+0x1637): undefined reference to `__imp__ZN5arrow5acero8ExecPlan14StartProducingEv' > C:\rtools42\x86_64-w64-mingw32.static.posix\bin/ld.exe: compute-exec.o:compute-exec.c:(.text+0x1649): undefined reference to `__imp__ZN5arrow5acero8ExecPlan8finishedEv' > C:\rtools42\x86_64-w64-mingw32.static.posix\bin/ld.exe: compute-exec.o:compute-exec.c:(.text+0x1c3e): undefined reference to `__imp__ZN5arrow5acero8ExecPlan4MakeEPNS_7compute11ExecContextESt10shared_ptrIKNS_16KeyValueMetadataEE' > C:\rtools42\x86_64-w64-mingw32.static.posix\bin/ld.exe: compute-exec.o:compute-exec.c:(.text+0x1de0): undefined reference to `__imp__ZN5arrow5acero29default_exec_factory_registryEv' > C:\rtools42\x86_64-w64-mingw32.static.posix\bin/ld.exe: compute-exec.o:compute-exec.c:(.text+0x2127): undefined reference to `__imp__ZTVN5arrow5acero34RecordBatchReaderSourceNodeOptionsE' > C:\rtools42\x86_64-w64-mingw32.static.posix\bin/ld.exe: compute-exec.o:compute-exec.c:(.text+0x2281): undefined reference to `__imp__ZTVN5arrow5acero22TableSourceNodeOptionsE' > ... > ``` > > Could you check this and open an issue for this if needed? Terribly sorry about that. Will do. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
