Your message dated Mon, 11 Aug 2025 10:53:17 +0000
with message-id <[email protected]>
and subject line Bug#1110597: fixed in luminance-hdr 2.6.1.1+dfsg-5
has caused the Debian Bug report #1110597,
regarding luminance-hdr ftbfs with boost 1.88
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1110597: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1110597
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:luminance-hdr
Version: 2.6.1.1+dfsg-4
Severity: important
Tags: sid forky
User: [email protected]
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
--- End Message ---
--- Begin Message ---
Source: luminance-hdr
Source-Version: 2.6.1.1+dfsg-5
Done: Andreas Metzler <[email protected]>
We believe that the bug you reported is fixed in the latest version of
luminance-hdr, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Metzler <[email protected]> (supplier of updated luminance-hdr
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 11 Aug 2025 12:02:07 +0200
Source: luminance-hdr
Architecture: source
Version: 2.6.1.1+dfsg-5
Distribution: unstable
Urgency: medium
Maintainer: Debian PhotoTools Maintainers
<[email protected]>
Changed-By: Andreas Metzler <[email protected]>
Closes: 1110597
Changes:
luminance-hdr (2.6.1.1+dfsg-5) unstable; urgency=medium
.
* Apply patch from upstream issuetracker to fix FTBFS against boost >= 1.85
and also bump C++ std version to 14 to allow building against boost 1.88.
(Thanks, Matthias Klose) Closes: #1110597
Checksums-Sha1:
42662874f1ba875a460b25e23e37f91da20b0b7c 2556 luminance-hdr_2.6.1.1+dfsg-5.dsc
1ab109a5292be262345282cb2b8e09ee36f5690e 18688
luminance-hdr_2.6.1.1+dfsg-5.debian.tar.xz
Checksums-Sha256:
55d67afb5047e629b7e0278c6e303b77ea59dc1537d344404cf45b2d9d8a967b 2556
luminance-hdr_2.6.1.1+dfsg-5.dsc
01da086912665cbebf1551531514108c15c20b1a789401413305bd7ce935fc97 18688
luminance-hdr_2.6.1.1+dfsg-5.debian.tar.xz
Files:
da114a6be7bb2e619479250038a051c1 2556 graphics optional
luminance-hdr_2.6.1.1+dfsg-5.dsc
a869b3c482b542d6380a3b7863f0f57e 18688 graphics optional
luminance-hdr_2.6.1.1+dfsg-5.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE0uCSA5741Jbt9PpepU8BhUOCFIQFAmiZv/wACgkQpU8BhUOC
FIRGMRAAjFlD8J204T8XeUSsXD0xoMjIx3eYNYOLs6DNCecW5LqRcSjvfURe7/1a
DcWxz4QWgFwttpQqMXzzh0tBzTw5cfA53XtlD5OCCtnauT8TTaxTK1201bWDcGe/
xFgxPZobS0CdtMRTBH0HA6h1BwE717jJGjZDmw16vPUNQMclE+efRTsDSurwZY8W
KB5rFxd03X6G5oWmu39H5n2iz03ziqqKaJcRmhk4U255XnC7vBf1qN/FSo7t8aYP
wWS61JIT2aMlu10NBlRGFcGRl4xeeIc/TjPQEMbQLS/XD8OSEswe+TvItvCvtEc/
6+gl6xKrYcXW1orrjgGUwE64fkpz2tDFfcuzC4xXmMGrNEkD0mXku0paS3tCdZWO
TIMLTwZRyHomWi0TA7wUwlx+58XWymBJUTW7nzYJJqAVQ9F7NX8RzewTwqhkGxo/
9d1afQXbiIZ0yawOIHnn1XrzdjDO2Z5qANioQ0/fbDFELYau1wM/fdxu9FG7t5FB
WouY1cl7l7m1OhQkIJNSQW4ltzwZ1RUxyOt2GtYP2U0ALiYgG9q77n8a89Lpwxpg
ToisfdCv6Pyi6hwx2a7oG1s3sA6GKzb+52VaeuzarXmVc/jby3Ivr4KWRf7OlCk+
VnsiZooGZ40izYfkY41+KoDy0lJsASocN7wsc9BdX62UOdI1FYc=
=TogN
-----END PGP SIGNATURE-----
pgp2IuKTbeyBw.pgp
Description: PGP signature
--- End Message ---