Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 798021 - dev-libs/boost-1.76.0-r1: 'static_mutex' in namespace 'boost' does not name a type (arm only)
Summary: dev-libs/boost-1.76.0-r1: 'static_mutex' in namespace 'boost' does not name a...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: ARM Linux
: Normal normal (vote)
Assignee: David Seifert
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-06-23 16:35 UTC by Christoph Junghans (RETIRED)
Modified: 2021-11-07 02:09 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Junghans (RETIRED) gentoo-dev 2021-06-23 16:35:45 UTC
Building dev-libs/boost-1.76.0-r1 fails on my armv5tel with:

./boost/regex/v5/mem_block_cache.hpp:91:11: error: 'static_mutex' in namespace 'boost' does not name a type
    boost::static_mutex mut;
           ^~~~~~~~~~~~

This is a known bug https://github.com/boostorg/regex/issues/131 and there is a fix https://github.com/boostorg/regex/pull/132
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-11-07 02:09:51 UTC
We've got 1.77 in tree which will soon be stabled too.