I see the same error for the debian8 and ubuntu 14 builds. ubuntu 16 builds fine. centos6 image build fails with: Step 6/16 : RUN wget " https://www.apache.org/dyn/closer.lua?action=download&filename=/maven/maven-3/3.3.9/binaries/apache-maven -O maven.tgz ---> Running in e06af7199b4d --2019-10-10 00:55:20--
https://www.apache.org/dyn/closer.lua?action=download&filename=/maven/maven-3/3.3.9/binaries/apache-maven Resolving www.apache.org... 40.79.78.1, 95.216.24.32, 2a01:4f9:2a:185f::2 Connecting to www.apache.org|40.79.78.1|:443... connected. HTTP request sent, awaiting response... 302 Found Location: http://www.trieuvan.com/apache//maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz [following] --2019-10-10 00:55:21-- http://www.trieuvan.com/apache//maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz Resolving www.trieuvan.com... 66.201.46.168 Connecting to www.trieuvan.com|66.201.46.168|:80... failed: Connection refused. The command '/bin/sh -c wget " https://www.apache.org/dyn/closer.lua?action=download&filename=/maven/maven-3/3.3.9/binaries/apache-mave -O maven.tgz' returned a non-zero code: 4 On Wed, Oct 9, 2019 at 5:47 PM Alan Gates <[email protected]> wrote: > The centos7 docker image, the build fails with: > CMake Error at > /root/orc/build/snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-configure.cmake:16 > (message): > Command failed: 1 > > '/usr/bin/cmake' > '-DCMAKE_INSTALL_PREFIX=/root/orc/build/c++/libs/thirdparty/snappy_ep-install' > '-DBUILD_SHARED_LIBS=OFF' '-GUnix Makefiles' > '/root/orc/build/snappy_ep-prefix/src/snappy_ep' > > Looking inside the logfile it's an issue with the version of cmake. I ran > the ubuntu18 build and it was fine, I didn't check the others. > > Alan. > > On Wed, Oct 9, 2019 at 1:02 PM Owen O'Malley <[email protected]> > wrote: > >> Hi all, >> I'd like to roll a few fixes in to the 1.5 and 1.6 lines. >> >> Should we release the following artifacts as ORC X.Y.Z? >> >> tar: http://home.apache.org/~omalley/orc-1.5.7/ >> tag: https://github.com/apache/orc/releases/tag/release-1.5.7rc1 >> jiras: https://issues.apache.org/jira/browse/ORC/versions/12345702 >> >> tar: http://home.apache.org/~omalley/orc-1.6.1/ >> tag: https://github.com/apache/orc/releases/tag/release-1.6.1rc1 >> jiras: https://issues.apache.org/jira/projects/ORC/versions/12346111 >> >> Thanks! >> >
