kou commented on PR #12914:
URL: https://github.com/apache/arrow/pull/12914#issuecomment-1229976395

   @shefali163 Could you confirm Travis CI failures?
   
   It seems that we need to install `libxml2-dev`:
   
   ```diff
   diff --git a/ci/docker/ubuntu-18.04-cpp.dockerfile 
b/ci/docker/ubuntu-18.04-cpp.dockerfile
   index 0e20b7c6a..745a12314 100644
   --- a/ci/docker/ubuntu-18.04-cpp.dockerfile
   +++ b/ci/docker/ubuntu-18.04-cpp.dockerfile
   @@ -79,6 +79,7 @@ RUN apt-get update -y -q && \
            libre2-dev \
            libsnappy-dev \
            libssl-dev \
   +        libxml2-dev \
            ninja-build \
            pkg-config \
            protobuf-compiler \
   diff --git a/ci/docker/ubuntu-20.04-cpp.dockerfile 
b/ci/docker/ubuntu-20.04-cpp.dockerfile
   index dd36aff84..9e8da8950 100644
   --- a/ci/docker/ubuntu-20.04-cpp.dockerfile
   +++ b/ci/docker/ubuntu-20.04-cpp.dockerfile
   @@ -90,6 +90,7 @@ RUN apt-get update -y -q && \
            libssl-dev \
            libthrift-dev \
            libutf8proc-dev \
   +        libxml2-dev \
            libzstd-dev \
            make \
            ninja-build \
   diff --git a/ci/docker/ubuntu-22.04-cpp.dockerfile 
b/ci/docker/ubuntu-22.04-cpp.dockerfile
   index 05aca5315..391315177 100644
   --- a/ci/docker/ubuntu-22.04-cpp.dockerfile
   +++ b/ci/docker/ubuntu-22.04-cpp.dockerfile
   @@ -89,6 +89,7 @@ RUN apt-get update -y -q && \
            libsqlite3-dev \
            libthrift-dev \
            libutf8proc-dev \
   +        libxml2-dev \
            libzstd-dev \
            make \
            ninja-build \
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to