maintainer-feedback requested: [Bug 284880] devel/boost-libs: 1.87.0 fails to build on armv7

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 18 Feb 2025 15:26:14 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked FreeBSD Office Team
<office@FreeBSD.org> for maintainer-feedback:
Bug 284880: devel/boost-libs: 1.87.0 fails to build on armv7
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284880



--- Description ---
Looks like there is a bug building on armv7 that is fixed upstream already


<inline asm>:2:41: error: expected '%<type>' or "<type>"
    2 | .pushsection ".debug_gdb_scripts", "MS",@progbits,1
      | 					^

Upstream discussion is here:

https://github.com/boostorg/unordered/issues/294


The commits that fix it are here:

https://github.com/boostorg/interprocess/pull/246
and
https://github.com/boostorg/unordered/pull/295

or possibly there is an option to disable the embedded gdb scripts.  I am not
sure which is the best path.