Opened 2 hours ago

Last modified 10 minutes ago

#70883 assigned defect

py312-llvmlite: clang-14 is known to fail

Reported by: momeni133 (im133) Owned by: stromnov (Andrey Stromnov)
Priority: Normal Milestone:
Component: ports Version:
Keywords: sequoia Cc:
Port: py312-llvmlite

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

Hi,
I just recently upgraded my Mac OS to 15.0.
When I try to install the M-series native version of QGIS using 'sudo port install qgis3 +grass' I receive the below error message:

--->  Computing dependencies for qgis3
clang-14 is known to fail. Try to install anyway? [y/N]: 

Any thoughts on this?

Change History (2)

comment:1 Changed 35 minutes ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: sequoia added; QGIS MacPorts clang removed
Owner: set to stromnov
Port: py312-llvmlite added
Priority: HighNormal
Status: newassigned
Summary: Error when installing QGIS on Mac 15py312-llvmlite: clang-14 is known to fail

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.

comment:2 Changed 10 minutes ago by nilason (Nicklas Larsson)

Try by disabling the plugin_support312 variant:

port install qgis3 -plugin_support312

Note: See TracTickets for help on using tickets.