Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 798021

Summary: dev-libs/boost-1.76.0-r1: 'static_mutex' in namespace 'boost' does not name a type (arm only)
Product: Gentoo Linux Reporter: Christoph Junghans (RETIRED) <junghans>
Component: Current packagesAssignee: David Seifert <soap>
Status: RESOLVED OBSOLETE    
Severity: normal CC: office
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: ARM   
OS: Linux   
See Also: https://github.com/boostorg/regex/pull/131
https://github.com/boostorg/regex/pull/132
https://github.com/gentoo/gentoo/pull/21392
Whiteboard:
Package list:
Runtime testing required: ---

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.