Matthew Jacobs has uploaded a new patch set (#2). Change subject: IMPALA-3191: toolchain cmake hangs on sles12 ......................................................................
IMPALA-3191: toolchain cmake hangs on sles12 The toolchain doesn't build on sles12. It appears to be a cmake bug [1] though it hasn't been fixed yet upstream. The cmake bug description mentions this workaround patching cmake to avoid calling POSIX select(). This also reverts the previous attempt to mitigate the issue by avoiding bootstrapping cmake in parallel. That seemed to help avoid the issue during bootstrapping, but the hang could still occur later as well. 1: https://cmake.org/Bug/view.php?id=15873 Change-Id: I8a31098de42b4d5cb93c12bb2e054eadb8b8c72a --- M buildall.sh M source/cmake/build.sh A source/cmake/cmake-3.2.3-patches/0001-IMPALA-3191.patch 3 files changed, 19 insertions(+), 5 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Toolchain refs/changes/67/2567/2 -- To view, visit http://gerrit.cloudera.org:8080/2567 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I8a31098de42b4d5cb93c12bb2e054eadb8b8c72a Gerrit-PatchSet: 2 Gerrit-Project: Toolchain Gerrit-Branch: master Gerrit-Owner: Matthew Jacobs <[email protected]>
