You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "David Li (Jira)" <ji...@apache.org> on 2021/05/13 20:36:00 UTC

[jira] [Created] (ARROW-12780) [CI][C++] MinGW builds failing when trying to build Gandiva

David Li created ARROW-12780:
--------------------------------

             Summary: [CI][C++] MinGW builds failing when trying to build Gandiva
                 Key: ARROW-12780
                 URL: https://issues.apache.org/jira/browse/ARROW-12780
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++, Continuous Integration
            Reporter: David Li
            Assignee: David Li


clang is failing to run because of a missing DLL. The trick is to use strace which will tell you the exact missing package, in this case it happens to be libxml2.

[https://github.com/msys2/MINGW-packages/issues/544#issuecomment-802725054]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)