bofh@
Developer
Was trying to update my 10-CURRENT. After synchronizing the source the
Any ideas? What went wrong?
make buildworld
fails with the following :
Code:
In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Process.cpp:85:
/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Unix/Process.inc:75:23: error: use of undeclared identifier 'CLOCK_PROCESS_CPUTIME_ID'
if (::clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &TS) == 0)
^
1 error generated.
*** [Process.o] Error code 1
Stop in /usr/src/lib/clang/libllvmsupport.
*** [bootstrap-tools] Error code 1
Stop in /usr/src.
*** [_bootstrap-tools] Error code 1
Stop in /usr/src.
*** [buildworld] Error code 1
Stop in /usr/src.
Any ideas? What went wrong?