[
https://issues.apache.org/jira/browse/ARROW-8604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Francois Saint-Jacques updated ARROW-8604:
------------------------------------------
Description:
[Master|[https://github.com/apache/arrow/runs/622393526]] fails to compile. The
C++ cmake build is not using the same
[compiler|[https://github.com/apache/arrow/runs/622393526#step:8:807]] than the
R extension
[compiler|[https://github.com/apache/arrow/runs/622393526#step:11:141]].
{code:java}
// Files installed here
adding: arrow-0.17.0.9000/lib-4.9.3/i386/libarrow.a (deflated 85%)
adding: arrow-0.17.0.9000/lib-4.9.3/i386/libarrow_dataset.a (deflated 82%)
adding: arrow-0.17.0.9000/lib-4.9.3/i386/libparquet.a (deflated 84%)
adding: arrow-0.17.0.9000/lib-4.9.3/i386/libsnappy.a (deflated 61%)
adding: arrow-0.17.0.9000/lib-4.9.3/i386/libthrift.a (deflated 81%)
// Linker is using `-L`
C:/Rtools/mingw_32/bin/g++ -shared -s -static-libgcc -o arrow.dll tmp.def
array.o array_from_vector.o array_to_vector.o arraydata.o arrowExports.o
buffer.o chunkedarray.o compression.o compute.o csv.o dataset.o datatype.o
expression.o feather.o field.o filesystem.o io.o json.o memorypool.o message.o
parquet.o py-to-r.o recordbatch.o recordbatchreader.o recordbatchwriter.o
schema.o symbols.o table.o threadpool.o
-L../windows/arrow-0.17.0.9000/lib-8.3.0/i386
-L../windows/arrow-0.17.0.9000/lib/i386 -lparquet -larrow_dataset -larrow
-lthrift -lsnappy -lz -lzstd -llz4 -lcrypto -lcrypt32 -lws2_32 -LC:/R/bin/i386
-lR
C:/Rtools/mingw_32/bin/../lib/gcc/i686-w64-mingw32/4.9.3/../../../../i686-w64-mingw32/bin/ld.exe:
cannot find -lparquet
C:/Rtools/mingw_32/bin/../lib/gcc/i686-w64-mingw32/4.9.3/../../../../i686-w64-mingw32/bin/ld.exe:
cannot find -larrow_dataset
C:/Rtools/mingw_32/bin/../lib/gcc/i686-w64-mingw32/4.9.3/../../../../i686-w64-mingw32/bin/ld.exe:
cannot find -larrow
C:/Rtools/mingw_32/bin/../lib/gcc/i686-w64-mingw32/4.9.3/../../../../i686-w64-mingw32/bin/ld.exe:
cannot find -lthrift
C:/Rtools/mingw_32/bin/../lib/gcc/i686-w64-mingw32/4.9.3/../../../../i686-w64-mingw32/bin/ld.exe:
cannot find -lsnappy
{code}
C++ developers, rejoice, this is almost the end of gcc-4.9.
was:Master fails to compile.
> [R] Windows compilation failure
> -------------------------------
>
> Key: ARROW-8604
> URL: https://issues.apache.org/jira/browse/ARROW-8604
> Project: Apache Arrow
> Issue Type: Bug
> Components: R
> Reporter: Francois Saint-Jacques
> Priority: Major
> Fix For: 1.0.0
>
>
> [Master|[https://github.com/apache/arrow/runs/622393526]] fails to compile.
> The C++ cmake build is not using the same
> [compiler|[https://github.com/apache/arrow/runs/622393526#step:8:807]] than
> the R extension
> [compiler|[https://github.com/apache/arrow/runs/622393526#step:11:141]].
> {code:java}
> // Files installed here
> adding: arrow-0.17.0.9000/lib-4.9.3/i386/libarrow.a (deflated 85%)
> adding: arrow-0.17.0.9000/lib-4.9.3/i386/libarrow_dataset.a (deflated 82%)
> adding: arrow-0.17.0.9000/lib-4.9.3/i386/libparquet.a (deflated 84%)
> adding: arrow-0.17.0.9000/lib-4.9.3/i386/libsnappy.a (deflated 61%)
> adding: arrow-0.17.0.9000/lib-4.9.3/i386/libthrift.a (deflated 81%)
> // Linker is using `-L`
> C:/Rtools/mingw_32/bin/g++ -shared -s -static-libgcc -o arrow.dll tmp.def
> array.o array_from_vector.o array_to_vector.o arraydata.o arrowExports.o
> buffer.o chunkedarray.o compression.o compute.o csv.o dataset.o datatype.o
> expression.o feather.o field.o filesystem.o io.o json.o memorypool.o
> message.o parquet.o py-to-r.o recordbatch.o recordbatchreader.o
> recordbatchwriter.o schema.o symbols.o table.o threadpool.o
> -L../windows/arrow-0.17.0.9000/lib-8.3.0/i386
> -L../windows/arrow-0.17.0.9000/lib/i386 -lparquet -larrow_dataset -larrow
> -lthrift -lsnappy -lz -lzstd -llz4 -lcrypto -lcrypt32 -lws2_32
> -LC:/R/bin/i386 -lR
> C:/Rtools/mingw_32/bin/../lib/gcc/i686-w64-mingw32/4.9.3/../../../../i686-w64-mingw32/bin/ld.exe:
> cannot find -lparquet
> C:/Rtools/mingw_32/bin/../lib/gcc/i686-w64-mingw32/4.9.3/../../../../i686-w64-mingw32/bin/ld.exe:
> cannot find -larrow_dataset
> C:/Rtools/mingw_32/bin/../lib/gcc/i686-w64-mingw32/4.9.3/../../../../i686-w64-mingw32/bin/ld.exe:
> cannot find -larrow
> C:/Rtools/mingw_32/bin/../lib/gcc/i686-w64-mingw32/4.9.3/../../../../i686-w64-mingw32/bin/ld.exe:
> cannot find -lthrift
> C:/Rtools/mingw_32/bin/../lib/gcc/i686-w64-mingw32/4.9.3/../../../../i686-w64-mingw32/bin/ld.exe:
> cannot find -lsnappy
> {code}
>
> C++ developers, rejoice, this is almost the end of gcc-4.9.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)