[GitHub] zookeeper issue #499: ZOOKEEPER-3017: Link libm in CMake on FreeBSD.

2018-04-16 Thread andschwa
Github user andschwa commented on the issue: https://github.com/apache/zookeeper/pull/499 Thanks @hanm and @anmolnar! ---

[GitHub] zookeeper issue #499: ZOOKEEPER-3017: Link libm in CMake on FreeBSD.

2018-04-12 Thread anmolnar
Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/499 @andschwa yeah, I've managed to run it locally fine. ---

[GitHub] zookeeper issue #499: ZOOKEEPER-3017: Link libm in CMake on FreeBSD.

2018-04-12 Thread andschwa
Github user andschwa commented on the issue: https://github.com/apache/zookeeper/pull/499 Yay @anmolnar the tests were flaky, last CI run was clean. ---

[GitHub] zookeeper issue #499: ZOOKEEPER-3017: Link libm in CMake on FreeBSD.

2018-04-09 Thread dforsyth
Github user dforsyth commented on the issue: https://github.com/apache/zookeeper/pull/499 Looks like it came out clean this time. ---

[GitHub] zookeeper issue #499: ZOOKEEPER-3017: Link libm in CMake on FreeBSD.

2018-04-09 Thread andschwa
Github user andschwa commented on the issue: https://github.com/apache/zookeeper/pull/499 The change is this: ``` -target_link_libraries(hashtable PUBLIC $<$:m>) +target_link_libraries(hashtable PUBLIC $<$,$>:m>) ``` This code is not executed on Jenkins, s

[GitHub] zookeeper issue #499: ZOOKEEPER-3017: Link libm in CMake on FreeBSD.

2018-04-09 Thread anmolnar
Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/499 [exec] BUILD FAILED [exec] [exec] OK (74) [exec] /home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build/build.xml:1355: The following error occurred

[GitHub] zookeeper issue #499: ZOOKEEPER-3017: Link libm in CMake on FreeBSD.

2018-04-09 Thread andschwa
Github user andschwa commented on the issue: https://github.com/apache/zookeeper/pull/499 @anmolnar I can't for the life of me find which unit test failed in the Jenkins build. It can't be related though, as this just adds `libm` to the link line on FreeBSD in addition to Linux, when

[GitHub] zookeeper issue #499: ZOOKEEPER-3017: Link libm in CMake on FreeBSD.

2018-04-09 Thread andschwa
Github user andschwa commented on the issue: https://github.com/apache/zookeeper/pull/499 @dforsyth Can you rebase just to force another build? ---

[GitHub] zookeeper issue #499: ZOOKEEPER-3017: Link libm in CMake on FreeBSD.

2018-04-05 Thread andschwa
Github user andschwa commented on the issue: https://github.com/apache/zookeeper/pull/499 LGTM. @hanm the build failure was spurious as this was a change to the CMake build. ---