#71066 closed defect (duplicate)

Failed to build qt5-qtlocation: command execution failed

Reported by: alanterra (Alan Harper) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.10.2
Keywords: sequoia arm64 Cc:
Port: qt5-qtlocation

Description (last modified by alanterra (Alan Harper))

I am trying to install QGIS3 and py311-pyqt5 on macOS Sequoia 15.0.1, and both fail when installing qt5-qtlocation. I started by deleting all traces of macports, then reinstalling macports, then, 1 by 1, installing my ports. The two listed here fail to install. I did

sudo port clean qt5-qtlocation
sudo port install qt5-qtlocation

I am attaching the log file from this attempt.

Attachments (1)

main.log (2.3 MB) - added by alanterra (Alan Harper) 101 minutes ago.
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_aqua_qt5/qt5-qtlocation/main.log

Change History (3)

Changed 101 minutes ago by alanterra (Alan Harper)

Attachment: main.log added

/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_aqua_qt5/qt5-qtlocation/main.log

comment:1 Changed 97 minutes ago by alanterra (Alan Harper)

Description: modified (diff)

comment:2 Changed 88 minutes ago by ryandesign (Ryan Carsten Schmidt)

Resolution: duplicate
Status: newclosed

The log shows the error is:

:info:build deps/boost/1.65.1/include/boost/mpl/aux_/integral_wrapper.hpp:73:31: error: integer value -1 is outside the valid range of values [0, 3] for the enumeration type 'udt_builtin_mixture_enum' [-Wenum-constexpr-conversion]
:info:build    73 |     typedef AUX_WRAPPER_INST( BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (value - 1)) ) prior;
:info:build       |                               ^
:info:build deps/boost/1.65.1/include/boost/mpl/aux_/static_cast.hpp:24:47: note: expanded from macro 'BOOST_MPL_AUX_STATIC_CAST'
:info:build    24 | #   define BOOST_MPL_AUX_STATIC_CAST(T, expr) static_cast<T>(expr)
:info:build       |                                               ^

Duplicate of #70477.

Note: See TracTickets for help on using tickets.