Le 22/10/2019 à 03:50, Wes McKinney a écrit : > I'm still trying to get ARROW-6910 merged which I'd like to have in > 0.15.1. I need some help -- I won't be able to spend much time on this > in the next 24 hours, so if someone could take over > > https://github.com/apache/arrow/pull/5701 > > * The main C++ build is timing out (doesn't seem related to my > changes, but not sure) > * The GLib / Ruby build is failing with jemalloc-related failures > > https://travis-ci.org/apache/arrow/jobs/600873640#L1767
>From what I gather, the "file has no symbols" messages are warnings, not errors. The real error seems to be here and is protobuf-related: https://travis-ci.org/apache/arrow/jobs/600873640#L1535 It seems to be reported upstream: https://github.com/protocolbuffers/protobuf/issues/6619 Regards Antoine.