Closed Synchro closed 8 years ago
Those are warnings. The error (from your build logs) appears to be:
[ 24%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/concurrent/CPUThreadPoolExecutor.cpp.o
/bin/sh: line 1: 45214 Trace/BPT trap: 5 ./comp_err --charset=/tmp/hhvm-20160920-31835-gn8uyn/hhvm-3.14.5/third-party/webscalesqlclient/src/sql/share/charsets --out-dir=/tmp/hhvm-20160920-31835-gn8uyn/hhvm-3.14.5/third-party/webscalesqlclient/mysql-5.6/sql/share/ --header_file=/tmp/hhvm-20160920-31835-gn8uyn/hhvm-3.14.5/third-party/webscalesqlclient/mysql-5.6/include/mysqld_error.h --name_file=/tmp/hhvm-20160920-31835-gn8uyn/hhvm-3.14.5/third-party/webscalesqlclient/mysql-5.6/include/mysqld_ername.h --state_file=/tmp/hhvm-20160920-31835-gn8uyn/hhvm-3.14.5/third-party/webscalesqlclient/mysql-5.6/include/sql_state.h --in_file=/tmp/hhvm-20160920-31835-gn8uyn/hhvm-3.14.5/third-party/webscalesqlclient/src/sql/share/errmsg-utf8.txt
make[5]: *** [include/mysqld_error.h] Error 133
make[5]: *** Deleting file `include/mysqld_error.h'
make[4]: *** [extra/CMakeFiles/GenError.dir/all] Error 2
make[3]: *** [all] Error 2
make[2]: *** [third-party/webscalesqlclient/build/src/webscalesqlclient-stamp/webscalesqlclient-build] Error 2
make[1]: *** [third-party/webscalesqlclient/CMakeFiles/webscalesqlclient.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
That's a new one :\ Does it fail in the same way if you try again? Note that you have to look at the full logs for errors, the bit spit out at the end is totally useless.
If you get past this problem, you will still hit UChar
issues due to onig, which is being tracked in #50.
I believe this is a duplicate of #59 these logs also show the same symbol binding error.
dyld: lazy symbol binding failed: Symbol not found: _clock_gettime
Referenced from: /private/tmp/hhvm-20160920-31835-gn8uyn/hhvm-3.14.5/third-party/webscalesqlclient/mysql-5.6/extra/./comp_err
Expected in: /usr/lib/libSystem.B.dylib
dyld: Symbol not found: _clock_gettime
Referenced from: /private/tmp/hhvm-20160920-31835-gn8uyn/hhvm-3.14.5/third-party/webscalesqlclient/mysql-5.6/extra/./comp_err
Expected in: /usr/lib/libSystem.B.dylib
Description
hhvm build fails with a C++14 warning and a problem with libwangle. This sounds similar to #51, but it's not quite the same:
Context and Logs
Output of clang -v:
Build logs: https://gist.github.com/Synchro/4ef9b64caa6fec0f9b4d9c4c4f627a40