You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/05/05 15:58:00 UTC

[jira] [Updated] (ARROW-8604) [R][CI] Update CI to use R 4.0

     [ https://issues.apache.org/jira/browse/ARROW-8604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated ARROW-8604:
----------------------------------
    Labels: pull-request-available  (was: )

> [R][CI] Update CI to use R 4.0
> ------------------------------
>
>                 Key: ARROW-8604
>                 URL: https://issues.apache.org/jira/browse/ARROW-8604
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Continuous Integration, R
>            Reporter: Francois Saint-Jacques
>            Assignee: Neal Richardson
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.0.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> [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)