https://bz.apache.org/ooo/show_bug.cgi?id=126893

--- Comment #11 from Don Lewis <[email protected]> ---
Aha ... brain fog had me thinking you were building on Windows.

I set up a Ubuntu 12 VM and was able to reproduce the problem there.
What is interesting is the the config.log shows a link failure due to
clock_gettime() being undefined, but it goes ahead and sets the flag to use it
anyway!  configure has some code to check twice for the presence of
clock_gettime(), the second time linking with -lrt.  That probably should have
succeeded, but it looks like it didn't even try.

I think the proper approach is to disable the use of clock_gettime() since it
is a new requirement on the system that I don't think we need and it could
cause problems in generating one set of binaries that runs on multiple OS
releases.  Unfortunately my suggestion in #6 did not work. I'll continue to
work on this problem and update the patch when I have something that works.

-- 
You are receiving this mail because:
You are the assignee for the issue.

Reply via email to