Andrew Wong has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/13440 )
Change subject: thirdparty: fix memkind build on el6 machines ...................................................................... thirdparty: fix memkind build on el6 machines - The configure.ac shipped with the bundled jemalloc generates a broken configure script when invoked with autoconf 2.63 (i.e. the version of autoconf found on el6). Here's a patch that works around the issue and allows the build to proceed. - The configure.ac in memkind requires autoconf 2.64. With a little finagling, we can drop that dependency to 2.63. - The memkind build assumes that clock_gettime (needed by jemalloc) is found in glibc, but that's only true for new versions of glibc. In old versions, it's actually in librt. [1] 1. https://github.com/memkind/memkind/issues/48 Change-Id: I02f3acebde7e3ea5400fe342c9c62736b8b43118 Reviewed-on: http://gerrit.cloudera.org:8080/13440 Reviewed-by: Alexey Serbin <[email protected]> Reviewed-by: Andrew Wong <[email protected]> Tested-by: Kudu Jenkins --- M thirdparty/download-thirdparty.sh A thirdparty/patches/memkind-fix-build-with-old-autoconf.patch A thirdparty/patches/memkind-fix-build-with-old-glibc.patch A thirdparty/patches/memkind-fix-jemalloc-build-with-old-autoconf.patch 4 files changed, 97 insertions(+), 2 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved Andrew Wong: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/13440 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I02f3acebde7e3ea5400fe342c9c62736b8b43118 Gerrit-Change-Number: 13440 Gerrit-PatchSet: 3 Gerrit-Owner: Adar Dembo <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: ye yuqiang <[email protected]>
