You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Laszlo Gaal (Jira)" <ji...@apache.org> on 2020/07/21 17:00:00 UTC

[jira] [Created] (IMPALA-9985) CentOS 8 builds break with __glibc_has_include ("__linux__/stat.h")

Laszlo Gaal created IMPALA-9985:
-----------------------------------

             Summary: CentOS 8 builds break with __glibc_has_include ("__linux__/stat.h")
                 Key: IMPALA-9985
                 URL: https://issues.apache.org/jira/browse/IMPALA-9985
             Project: IMPALA
          Issue Type: Bug
          Components: Infrastructure
    Affects Versions: Impala 4.0
            Reporter: Laszlo Gaal


Currently Docker-based builds are running; they are breaking early in the build, during virtualenv construction, when the Python bitarray module is compiled:
{code}
    In file included from /usr/include/sys/stat.h:446:0,
                     from /impala-in-docker/impala/toolchain/python-2.7.16/include/python2.7/pyport.h:390,
                     from /impala-in-docker/impala/toolchain/python-2.7.16/include/python2.7/Python.h:61,
                     from bitarray/_bitarray.c:12:
    /impala-in-docker/impala/toolchain/gcc-4.9.2/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
     #if __glibc_has_include ("__linux__/stat.h")
                             ^
    error: command 'ccache' failed with exit status 1
{code}



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