Opened 6 years ago

Last modified 5 years ago

#57263 closed defect

clang-6.0: error: 'utimensat' is only available on macOS 10.13 or newer — at Version 1

Reported by: eesatfan (Arvo Järve) Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version: 2.5.4
Keywords: Cc: larryv (Lawrence Velázquez)
Port: clang-6.0

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Error: Failed to build clang-6.0: command execution failed
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_llvm-6.0/clang-6.0/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets to report a bug.
Error: Processing of port qt5 failed

Change History (2)

Changed 6 years ago by eesatfan (Arvo Järve)

Attachment: main.log added

Log of build

comment:1 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: larryv added
Description: modified (diff)
Owner: set to jeremyhu
Port: dependency of qt5 removed
Status: newassigned
Summary: clang-6.0 does not build on Mojaveclang-6.0: error: 'utimensat' is only available on macOS 10.13 or newer

It built fine on our Mojave build server.

The problem on your system seems to be:

error: 'utimensat' is only available on macOS 10.13 or newer

and you have configured your MacPorts to use the 10.11 deployment target. Did you do that deliberately? If not, remove the line macosx_deployment_target 10.11 from your macports.conf file.

Note: See TracTickets for help on using tickets.