diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 0992a97fa25ed..272df2095251e 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,12 @@ # New entries go on top. +# Eli Schwartz (2026-01-09) +# tests fail to build during src_compile: +# - needs demos to be built +# - OpenGLExampleBrowser.cpp:928:17: error: ‘simpleApp’ was not declared in this scope +sci-physics/bullet test + # Andreas K. Hüttel (2026-01-07) # Building glibc with clang is highly experimental and only possible and # tested in few configurations. Enabling the useflag clang allows free diff --git a/sci-physics/bullet/bullet-3.21.ebuild b/sci-physics/bullet/bullet-3.21.ebuild index 964fa6041a4e5..91b89639fdce2 100644 --- a/sci-physics/bullet/bullet-3.21.ebuild +++ b/sci-physics/bullet/bullet-3.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,6 +16,7 @@ IUSE="doc double-precision examples extras openmp tbb test +threads" REQUIRED_USE=" openmp? ( threads ) + test? ( extras ) tbb? ( threads ) " @@ -31,7 +32,9 @@ PATCHES=( "${FILESDIR}"/${PN}-2.85-soversion.patch ) DOCS=( AUTHORS.txt LICENSE.txt README.md ) -# Building / linking of third Party library BussIK does not work out of the box +# Building / linking of third Party library BussIK depends on demos being built, +# which in turn fails due to +# OpenGLExampleBrowser.cpp:928:17: error: 'simpleApp' was not declared in this scope RESTRICT="test" S="${WORKDIR}/${PN}3-${PV}"