Changes between Initial Version and Version 1 of Ticket #70883


Ignore:
Timestamp:
Sep 23, 2024, 9:55:09 PM (3 hours ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Indeed clang-14 is known to fail to build on macOS 15 so you can't use it or anything that depends on it.

clang-18 and later build on macOS 15.

In this case, qgis3 depends on py312-llvmlite which depends on clang-14.

py312-llvmlite will need to use clang-18 or later for compatibility with macOS 15.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70883

    • Property Status changed from new to assigned
    • Property Summary changed from Error when installing QGIS on Mac 15 to py312-llvmlite: clang-14 is known to fail
    • Property Priority changed from High to Normal
    • Property Owner set to stromnov
    • Property Keywords sequoia added; QGIS MacPorts clang removed
    • Property Port py312-llvmlite added
  • Ticket #70883 – Description

    initial v1  
    1 Hi,
    2 I just recently upgraded my Mac OS to 15.0.
     1Hi, \\
     2I just recently upgraded my Mac OS to 15.0. \\
    33When I try to install the M-series native version of QGIS using 'sudo port install qgis3 +grass' I receive the below error message:
     4{{{
    45--->  Computing dependencies for qgis3
    56clang-14 is known to fail. Try to install anyway? [y/N]:
     7}}}
    68Any thoughts on this?