[MacPorts] #70477: qt5-qtlocation @5.15.12_0 build failure
MacPorts
noreply at macports.org
Wed Sep 18 01:56:35 UTC 2024
#70477: qt5-qtlocation @5.15.12_0 build failure
-----------------------------+---------------------------------
Reporter: mhanmore | Owner: MarcusCalhoun-Lopez
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.9.3
Resolution: | Keywords: sonoma arm64
Port: qt5-qtlocation |
-----------------------------+---------------------------------
Comment (by reneeotten):
Replying to [comment:11 jwhowarth]:
> It appears that this Xcode 15.4 and Xcode 16 compile failure can be
eliminated if we add -Wno-enum-constexpr-conversion to the compile flags.
> {{{
> --- src/3rdparty/mapbox-gl-native/mapbox-gl-native.pro.orig 2024-09-17
20:54:13
> +++ src/3rdparty/mapbox-gl-native/mapbox-gl-native.pro 2024-09-17
20:58:59
> @@ -19,7 +19,8 @@
> -O3 \
> -ftemplate-depth=1024 \
> -fvisibility-inlines-hidden \
> - -fvisibility=hidden
> + -fvisibility=hidden \
> + -Wno-enum-constexpr-conversion
> }}}
ah, I tried setting that as a {{{configure.arg}}} at the top-level build
but that didn't work. I guess patching it directly in the source there is
the way to go.
I just updated to Sequoia so will need to rebuild all my ports first
before checking that this indeed results in a working install.
--
Ticket URL: <https://trac.macports.org/ticket/70477#comment:12>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list