Opened 36 hours ago

Last modified 24 hours ago

#70795 assigned defect

boost171 @1.71.0_8+no_single+no_static+python310 fails to build on Sequoia

Reported by: MaurizioLoreti Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version: 2.10.1
Keywords: Cc: mascguy (Christopher Nielsen)
Port: boost171

Description

As said, source-highlight requires boost171 (strange, since the current version is boost 1.81 aka boost181). Building boost171 fails, the main.log is attached. "port info --maintainer source-highlight" has no output, so I wrote the name of the maintainers of boost (michaelld and mascguy) in the CC field.

Attachments (1)

main.log.gz (602.6 KB) - added by MaurizioLoreti 36 hours ago.
main.log was too big to be included. compressed with gzip.

Download all attachments as: .zip

Change History (2)

Changed 36 hours ago by MaurizioLoreti

Attachment: main.log.gz added

main.log was too big to be included. compressed with gzip.

comment:1 Changed 24 hours ago by jmroot (Joshua Root)

Cc: michaelld removed
Owner: set to michaelld
Port: boost171 added; source-highlight removed
Status: newassigned
Summary: source-highlight fails to build on Sequoia, while building required port boost171boost171 @1.71.0_8+no_single+no_static+python310 fails to build on Sequoia
:info:build ./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 ./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       |                                               ^
Note: See TracTickets for help on using tickets.