Changes between Version 1 and Version 2 of Ticket #63154


Ignore:
Timestamp:
Jun 30, 2021, 7:09:03 AM (3 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The erroneous missing SDK message is covered by #61736.

This may also be connected:

:info:configure Failed to resolve SDK path for 'macosx11'

The reasons the build fails seem to be:

:info:configure make: c: No such file or directory

and

:info:configure /bin/sh: o: command not found

I am not certain why it is trying to run nonexistent programs called c and o.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63154

    • Property Status changed from new to assigned
    • Property Summary changed from qt5 arm64 to qt5-qtbase @5.15.2_2+openssl: make: c: No such file or directory
    • Property Keywords arm64 added
    • Property Owner set to MarcusCalhoun-Lopez
    • Property Port qt5 removed
  • Ticket #63154 – Description

    v1 v2  
    1 qt5-qtbase fails on configure phase
     1qt5-qtbase fails on configure phase\\
    22Notification, this port is first that has warning:
     3{{{
    34warn:clean The macOS 11 SDK does not appear to be installed. Ports may not build correctly.
     5}}}
    46
    57I can't figure out why I see this.