Opened 6 years ago

Closed 5 years ago

#57263 closed defect (invalid)

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

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

Attachments (1)

main.log (4.8 MB) - added by eesatfan (Arvo Järve) 6 years ago.
Log of build

Change History (3)

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.

comment:2 Changed 5 years ago by kencu (Ken)

Resolution: invalid
Status: assignedclosed

This is clearly caused by the different deployment target setting used against the 10.14 SDK. Closing.

Note: See TracTickets for help on using tickets.