Bug#1110597: luminance-hdr ftbfs with boost 1.88
Matthias Klose
doko at debian.org
Sat Aug 9 09:47:48 BST 2025
Package: src:luminance-hdr
Version: 2.6.1.1+dfsg-4
Severity: important
Tags: sid forky
User: debian-devel at lists.debian.org
Usertags: boost1.88
luminance-hdr ftbfs with boost 1.88. the explicit c++ std probably
should be dropped.
[...]
In file included from
/usr/include/boost/math/special_functions/fpclassify.hpp:15,
from
/<<PKGBUILDDIR>>/src/TonemappingOperators/drago03/pfstmo_drago03.cpp:35:
/usr/include/boost/math/tools/config.hpp:28:6: warning: #warning
"Boost.Math requires C++14" [-Wcpp]
28 | # warning "Boost.Math requires C++14"
| ^~~~~~~
In file included from /usr/include/boost/math/tools/promotion.hpp:28,
from
/usr/include/boost/math/special_functions/math_fwd.hpp:28,
from
/usr/include/boost/math/special_functions/fpclassify.hpp:20:
/usr/include/boost/math/tools/type_traits.hpp:208:12: error: ‘is_final’
has not been declared in ‘std’
208 | using std::is_final;
| ^~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:259:12: error:
‘remove_cv_t’ has not been declared in ‘std’
259 | using std::remove_cv_t;
| ^~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:261:12: error:
‘remove_const_t’ has not been declared in ‘std’
261 | using std::remove_const_t;
| ^~~~~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:263:12: error:
‘remove_volatile_t’ has not been declared in ‘std’
263 | using std::remove_volatile_t;
| ^~~~~~~~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:265:12: error: ‘add_cv_t’
has not been declared in ‘std’
265 | using std::add_cv_t;
| ^~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:267:12: error:
‘add_const_t’ has not been declared in ‘std’
267 | using std::add_const_t;
| ^~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:269:12: error:
‘add_volatile_t’ has not been declared in ‘std’
269 | using std::add_volatile_t;
| ^~~~~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:273:12: error:
‘remove_reference_t’ has not been declared in ‘std’
273 | using std::remove_reference_t;
| ^~~~~~~~~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:275:12: error:
‘add_lvalue_reference_t’ has not been declared in ‘std’
275 | using std::add_lvalue_reference_t;
| ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:277:12: error:
‘add_rvalue_reference_t’ has not been declared in ‘std’
277 | using std::add_rvalue_reference_t;
| ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:281:12: error:
‘remove_pointer_t’ has not been declared in ‘std’
281 | using std::remove_pointer_t;
| ^~~~~~~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:283:12: error:
‘add_pointer_t’ has not been declared in ‘std’
283 | using std::add_pointer_t;
| ^~~~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:287:12: error:
‘make_signed_t’ has not been declared in ‘std’
287 | using std::make_signed_t;
| ^~~~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:289:12: error:
‘make_unsigned_t’ has not been declared in ‘std’
289 | using std::make_unsigned_t;
| ^~~~~~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:293:12: error:
‘remove_extent_t’ has not been declared in ‘std’
293 | using std::remove_extent_t;
| ^~~~~~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:295:12: error:
‘remove_all_extents_t’ has not been declared in ‘std’
295 | using std::remove_all_extents_t;
| ^~~~~~~~~~~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:299:12: error: ‘decay_t’
has not been declared in ‘std’
299 | using std::decay_t;
| ^~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:301:12: error:
‘enable_if_t’ has not been declared in ‘std’
301 | using std::enable_if_t;
| ^~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:303:12: error:
‘conditional_t’ has not been declared in ‘std’
303 | using std::conditional_t;
| ^~~~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:305:12: error:
‘common_type_t’ has not been declared in ‘std’
305 | using std::common_type_t;
| ^~~~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:307:12: error:
‘underlying_type_t’ has not been declared in ‘std’
307 | using std::underlying_type_t;
| ^~~~~~~~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:402:60: error: ‘is_final’
is not a member of ‘boost::math’; did you mean ‘is_final_v’?
402 | BOOST_MATH_INLINE_CONSTEXPR bool is_final_v =
boost::math::is_final<T>::value;
| ^~~~~~~~
|
is_final_v
/usr/include/boost/math/tools/type_traits.hpp:402:70: error: expected
primary-expression before ‘>’ token
402 | BOOST_MATH_INLINE_CONSTEXPR bool is_final_v =
boost::math::is_final<T>::value;
|
^
/usr/include/boost/math/tools/type_traits.hpp:402:73: error: ‘::value’
has not been declared
402 | BOOST_MATH_INLINE_CONSTEXPR bool is_final_v =
boost::math::is_final<T>::value;
|
^~~~~
/usr/include/boost/math/tools/promotion.hpp:90:36: error:
‘common_type_t’ in namespace ‘boost::math’ does not name a template
type; did you mean ‘common_type’? [-Wtemplate-body]
90 | using type = boost::math::common_type_t<T1, T2, float>;
| ^~~~~~~~~~~~~
| common_type
More information about the Pkg-phototools-devel
mailing list