Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

llvm (clang) compilation fails for missing futimes()/futimens()

user8704911Apr 8 2014 — edited Apr 8 2014

when i try to build llm (with clang) with gcc-4.8.2 initially, then i hit following error:

#error Missing futimes() and futimens()

It seems, the workaround is to use futimesat() instead.

I raised a bug for llvm for this here http://llvm.org/bugs/show_bug.cgi?id=19366.

But as this is a potential problem for compiling other packages as well:

Isn't it possible to make futimes() available on Solaris - maybe by wrapping futimesat()?

- thanks!

best regards,

Frank Bergemann

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 6 2014
Added on Apr 8 2014
1 comment
1,273 views