Your message dated Sun, 22 Mar 2026 12:49:31 +0000
with message-id <[email protected]>
and subject line Bug#1129804: fixed in zegrapher 3.1.1-6
has caused the Debian Bug report #1129804,
regarding zegrapher: FTBFS: 
/usr/include/boost/math/tools/type_traits.hpp:206:12: error: 'is_final' has not 
been declared in 'std'
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.)


-- 
1129804: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1129804
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:zegrapher
Version: 3.1.1-5
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202603/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:zegrapher, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_auto_clean
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
        qmake -makefile QMAKE_CFLAGS_RELEASE="-g -O2 -Werror=implic 
[too-long-redacted] relro QMAKE_STRIP=: PREFIX=/usr
Info: creating stash file /<<PKGBUILDDIR>>/.qmake.stash
   dh_auto_build
        make -j2
make[1]: Entering directory '/<<PKGBUILDDIR>>'
/usr/lib/qt5/bin/uic Windows/about.ui -o .ui/ui_about.h

[... snipped ...]

/usr/include/boost/math/tools/type_traits.hpp:291:12: error: 
‘remove_extent_t’ has not been declared in ‘std’
  291 | using std::remove_extent_t;
      |            ^~~~~~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:293:12: error: 
‘remove_all_extents_t’ has not been declared in ‘std’
  293 | using std::remove_all_extents_t;
      |            ^~~~~~~~~~~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:297:12: error: ‘decay_t’ has 
not been declared in ‘std’
  297 | using std::decay_t;
      |            ^~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:299:12: error: ‘enable_if_t’ 
has not been declared in ‘std’
  299 | using std::enable_if_t;
      |            ^~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:301:12: error: 
‘conditional_t’ has not been declared in ‘std’
  301 | using std::conditional_t;
      |            ^~~~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:303:12: error: 
‘common_type_t’ has not been declared in ‘std’
  303 | using std::common_type_t;
      |            ^~~~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:305:12: error: 
‘underlying_type_t’ has not been declared in ‘std’
  305 | using std::underlying_type_t;
      |            ^~~~~~~~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:397:60: error: ‘is_final’ is 
not a member of ‘boost::math’; did you mean ‘is_final_v’?
  397 | 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:397:70: error: expected 
primary-expression before ‘>’ token
  397 | BOOST_MATH_INLINE_CONSTEXPR bool is_final_v = 
boost::math::is_final<T>::value;
      |                                                                      ^
/usr/include/boost/math/tools/type_traits.hpp:397:73: error: ‘::value’ has 
not been declared
  397 | BOOST_MATH_INLINE_CONSTEXPR bool is_final_v = 
boost::math::is_final<T>::value;
      |                                                                         
^~~~~
In file included from /usr/include/boost/math/special_functions/math_fwd.hpp:28,
                 from /usr/include/boost/math/special_functions/binomial.hpp:15:
/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
In file included from /usr/include/boost/math/special_functions/math_fwd.hpp:31:
/usr/include/boost/math/policies/policy.hpp:945:90: error: 
‘remove_reference_t’ in namespace ‘boost::math’ does not name a 
template type; did you mean ‘remove_reference’? [-Wtemplate-body]
  945 |    static constexpr bool value = 
(sizeof(detail::test_is_policy(static_cast<boost::math::remove_reference_t<boost::math::remove_cv_t<P>>*>(nullptr)))
 == sizeof(char));
      |                                                                         
                 ^~~~~~~~~~~~~~~~~~
      |                                                                         
                 remove_reference
/usr/include/boost/math/policies/policy.hpp:945:108: error: expected ‘>’ 
before ‘<’ token [-Wtemplate-body]
  945 |    static constexpr bool value = 
(sizeof(detail::test_is_policy(static_cast<boost::math::remove_reference_t<boost::math::remove_cv_t<P>>*>(nullptr)))
 == sizeof(char));
      |                                                                         
                                   ^
/usr/include/boost/math/special_functions/math_fwd.hpp:639:61: error: 
‘boost::math::enable_if_t’ has not been declared; did you mean 
‘boost::math::enable_if’?
  639 |    template <class T1, class T2, class Policy, 
boost::math::enable_if_t<policies::is_policy_v<Policy>, bool> = true>
      |                                                             ^~~~~~~~~~~
/usr/include/boost/math/special_functions/math_fwd.hpp:639:72: error: expected 
‘>’ before ‘<’ token
  639 |    template <class T1, class T2, class Policy, 
boost::math::enable_if_t<policies::is_policy_v<Policy>, bool> = true>
      |                                                                        ^
/usr/include/boost/math/special_functions/math_fwd.hpp:643:57: error: 
‘boost::math::enable_if_t’ has not been declared; did you mean 
‘boost::math::enable_if’?
  643 |    template <class T1, class T2, class T3, 
boost::math::enable_if_t<!policies::is_policy_v<T3>, bool> = true>
      |                                                         ^~~~~~~~~~~
/usr/include/boost/math/special_functions/math_fwd.hpp:643:68: error: expected 
‘>’ before ‘<’ token
  643 |    template <class T1, class T2, class T3, 
boost::math::enable_if_t<!policies::is_policy_v<T3>, bool> = true>
      |                                                                    ^
In file included from /usr/include/boost/math/special_functions/gamma.hpp:30,
                 from 
/usr/include/boost/math/special_functions/factorials.hpp:17,
                 from /usr/include/boost/math/special_functions/binomial.hpp:16:
/usr/include/boost/math/special_functions/trunc.hpp:324:44: error: 
‘enable_if_t’ in namespace ‘boost::math’ does not name a template type; 
did you mean ‘enable_if’?
  324 | BOOST_MATH_GPU_ENABLED inline 
boost::math::enable_if_t<boost::math::is_constructible_v<int, T>, int>
      |                                            ^~~~~~~~~~~
      |                                            enable_if
/usr/include/boost/math/special_functions/trunc.hpp:331:44: error: 
‘enable_if_t’ in namespace ‘boost::math’ does not name a template type; 
did you mean ‘enable_if’?
  331 | BOOST_MATH_GPU_ENABLED inline 
boost::math::enable_if_t<!boost::math::is_constructible_v<int, T>, int>
      |                                            ^~~~~~~~~~~
      |                                            enable_if
/usr/include/boost/math/special_functions/trunc.hpp:339:44: error: 
‘enable_if_t’ in namespace ‘boost::math’ does not name a template type; 
did you mean ‘enable_if’?
  339 | BOOST_MATH_GPU_ENABLED inline 
boost::math::enable_if_t<boost::math::is_constructible_v<long, T>, long>
      |                                            ^~~~~~~~~~~
      |                                            enable_if
/usr/include/boost/math/special_functions/trunc.hpp:346:44: error: 
‘enable_if_t’ in namespace ‘boost::math’ does not name a template type; 
did you mean ‘enable_if’?
  346 | BOOST_MATH_GPU_ENABLED inline 
boost::math::enable_if_t<!boost::math::is_constructible_v<long, T>, long>
      |                                            ^~~~~~~~~~~
      |                                            enable_if
/usr/include/boost/math/special_functions/trunc.hpp:354:44: error: 
‘enable_if_t’ in namespace ‘boost::math’ does not name a template type; 
did you mean ‘enable_if’?
  354 | BOOST_MATH_GPU_ENABLED inline 
boost::math::enable_if_t<boost::math::is_constructible_v<long long, T>, long 
long>
      |                                            ^~~~~~~~~~~
      |                                            enable_if
/usr/include/boost/math/special_functions/trunc.hpp:361:53: error: 
‘enable_if_t’ in namespace ‘boost::math’ does not name a template type; 
did you mean ‘enable_if’?
  361 | BOOST_MATH_GPU_ENABLED inline typename 
boost::math::enable_if_t<!boost::math::is_constructible_v<long long, T>, long 
long>
      |                                                     ^~~~~~~~~~~
      |                                                     enable_if
/usr/include/boost/math/special_functions/trunc.hpp:361:64: error: expected 
unqualified-id before ‘<’ token
  361 | BOOST_MATH_GPU_ENABLED inline typename 
boost::math::enable_if_t<!boost::math::is_constructible_v<long long, T>, long 
long>
      |                                                                ^
/usr/include/boost/math/special_functions/trunc.hpp:369:76: error: 
‘enable_if_t’ in namespace ‘boost::math’ does not name a template type; 
did you mean ‘enable_if’?
  369 | BOOST_MATH_GPU_ENABLED [[deprecated("Use llconvert")]] inline 
boost::math::enable_if_t<boost::math::is_constructible_v<long long, T>, long 
long>
      |                                                                         
   ^~~~~~~~~~~
      |                                                                         
   enable_if
/usr/include/boost/math/special_functions/trunc.hpp:376:85: error: 
‘enable_if_t’ in namespace ‘boost::math’ does not name a template type; 
did you mean ‘enable_if’?
  376 | BOOST_MATH_GPU_ENABLED [[deprecated("Use llconvert")]] inline typename 
boost::math::enable_if_t<!boost::math::is_constructible_v<long long, T>, long 
long>
      |                                                                         
            ^~~~~~~~~~~
      |                                                                         
            enable_if
/usr/include/boost/math/special_functions/trunc.hpp:376:96: error: expected 
unqualified-id before ‘<’ token
  376 | BOOST_MATH_GPU_ENABLED [[deprecated("Use llconvert")]] inline typename 
boost::math::enable_if_t<!boost::math::is_constructible_v<long long, T>, long 
long>
      |                                                                         
                       ^
In file included from 
/usr/include/boost/math/special_functions/detail/polygamma.hpp:24,
                 from 
/usr/include/boost/math/special_functions/polygamma.hpp:15,
                 from /usr/include/boost/math/special_functions/gamma.hpp:42:
/usr/include/boost/math/special_functions/pow.hpp:126:79: error: redeclaration 
‘constexpr typename boost::math::tools::promote_args<T2>::type 
boost::math::pow(T, const Policy&)’ differs in ‘constexpr’ from previous 
declaration
  126 | BOOST_MATH_GPU_ENABLED constexpr inline typename 
tools::promote_args<T>::type pow(T base, const Policy& policy)
      |                                                                         
      ^~~
/usr/include/boost/math/special_functions/math_fwd.hpp:1181:79: note: previous 
declaration ‘boost::math::tools::promote_args_t<T> boost::math::pow(T, const 
Policy&)’
 1181 |    BOOST_MATH_GPU_ENABLED BOOST_MATH_CXX14_CONSTEXPR 
tools::promote_args_t<T> pow(T base, const Policy& policy);
      |                                                                         
      ^~~
/usr/include/boost/math/special_functions/pow.hpp:133:79: error: redeclaration 
‘constexpr typename boost::math::tools::promote_args<T2>::type 
boost::math::pow(T)’ differs in ‘constexpr’ from previous declaration
  133 | BOOST_MATH_GPU_ENABLED constexpr inline typename 
tools::promote_args<T>::type pow(T base)
      |                                                                         
      ^~~
/usr/include/boost/math/special_functions/math_fwd.hpp:1184:79: note: previous 
declaration ‘boost::math::tools::promote_args_t<T> boost::math::pow(T)’
 1184 |    BOOST_MATH_GPU_ENABLED BOOST_MATH_CXX14_CONSTEXPR 
tools::promote_args_t<T> pow(T base);
      |                                                                         
      ^~~
In file included from 
/usr/include/boost/multiprecision/detail/default_ops.hpp:25,
                 from 
/usr/include/boost/multiprecision/detail/generic_interconvert.hpp:12,
                 from /usr/include/boost/multiprecision/number.hpp:12,
                 from /usr/include/boost/multiprecision/cpp_dec_float.hpp:17:
/usr/include/boost/math/special_functions/hypot.hpp:111:58: error: 
‘boost::math::enable_if_t’ has not been declared; did you mean 
‘boost::math::enable_if’?
  111 | template <class T1, class T2, class Policy, 
boost::math::enable_if_t<policies::is_policy_v<Policy>, bool>>
      |                                                          ^~~~~~~~~~~
/usr/include/boost/math/special_functions/hypot.hpp:111:69: error: expected 
‘>’ before ‘<’ token
  111 | template <class T1, class T2, class Policy, 
boost::math::enable_if_t<policies::is_policy_v<Policy>, bool>>
      |                                                                     ^
/usr/include/boost/math/special_functions/hypot.hpp:120:54: error: 
‘boost::math::enable_if_t’ has not been declared; did you mean 
‘boost::math::enable_if’?
  120 | template <class T1, class T2, class T3, 
boost::math::enable_if_t<!policies::is_policy_v<T3>, bool>>
      |                                                      ^~~~~~~~~~~
/usr/include/boost/math/special_functions/hypot.hpp:120:65: error: expected 
‘>’ before ‘<’ token
  120 | template <class T1, class T2, class T3, 
boost::math::enable_if_t<!policies::is_policy_v<T3>, bool>>
      |                                                                 ^
Calculus/polynomial.cpp: In function ‘double continuousScalarProduct(const 
Polynomial&, const Polynomial&, double, double)’:
Calculus/polynomial.cpp:289:26: warning: implicitly-declared ‘Polynomial& 
Polynomial::operator=(const Polynomial&)’ is deprecated [-Wdeprecated-copy]
  289 |     D = D.antiderivative();
      |                          ^
Calculus/polynomial.cpp:26:1: note: because ‘Polynomial’ has user-provided 
‘Polynomial::Polynomial(const Polynomial&)’
   26 | Polynomial::Polynomial(const Polynomial &pol) : 
translation(pol.translation), coefficients(pol.coefficients),
      | ^~~~~~~~~~
/usr/include/boost/math/tools/promotion.hpp: In instantiation of ‘struct 
boost::math::tools::promote_args_permissive<double, double, 
boost::math::policies::policy<boost::math::policies::promote_double<false>, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy> 
>’:
/usr/include/boost/math/tools/promotion.hpp:119:16:   required from ‘struct 
boost::math::tools::promote_args<double, double, 
boost::math::policies::policy<boost::math::policies::promote_double<false>, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy> 
>’
  119 |          using type = typename promote_args_permissive<Args...>::type;
      |                ^~~~
/usr/include/boost/math/tools/promotion.hpp:129:13:   required by substitution 
of ‘template<class ... Args> using boost::math::tools::promote_args_t = 
typename boost::math::tools::promote_args::type [with Args = {double, double, 
boost::math::policies::policy<boost::math::policies::promote_double<false>, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, 
boost::math::policies::default_policy>}]’
  129 |       using promote_args_t = typename promote_args<Args...>::type;
      |             ^~~~~~~~~~~~~~
/usr/include/boost/math/special_functions/beta.hpp:1720:4:   required by 
substitution of ‘template<class RT1, class RT2, class A> 
boost::math::tools::promote_args_t<RT1, RT2, A> boost::math::beta(RT1, RT2, A) 
[with RT1 = double; RT2 = double; A = 
boost::math::policies::policy<boost::math::policies::promote_double<false>, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, 
boost::math::policies::default_policy>]’
 1720 |    beta(RT1 a, RT2 b, A arg)
      |    ^~~~
/usr/include/boost/math/special_functions/binomial.hpp:47:55:   required from 
‘T boost::math::binomial_coefficient(unsigned int, unsigned int, const 
Policy&) [with T = double; Policy = 
policies::policy<policies::promote_double<false>, policies::default_policy, 
policies::default_policy, policies::default_policy, policies::default_policy, 
policies::default_policy, policies::default_policy, policies::default_policy, 
policies::default_policy, policies::default_policy, policies::default_policy, 
policies::default_policy, policies::default_policy>]’
   47 |          result = static_cast<T>(k * 
boost::math::beta(static_cast<T>(k), static_cast<T>(n-k+1), pol));
      |                                      
~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/boost/math/special_functions/binomial.hpp:71:98:   required from 
here
   71 |    return policies::checked_narrowing_cast<float, 
forwarding_policy>(binomial_coefficient<double>(n, k, forwarding_policy()), 
"boost::math::binomial_coefficient<%1%>(unsigned,unsigned)");
      |                                                                      
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/boost/math/tools/promotion.hpp:105:16: error: no type named 
‘type’ in ‘struct 
boost::math::tools::pa2_integral_already_removed<double, double, true>’
  105 |          using type = typename pa2_integral_already_removed<
      |                ^~~~
/usr/include/boost/math/special_functions/binomial.hpp: In instantiation of 
‘T boost::math::binomial_coefficient(unsigned int, unsigned int, const 
Policy&) [with T = double; Policy = 
policies::policy<policies::promote_double<false>, policies::default_policy, 
policies::default_policy, policies::default_policy, policies::default_policy, 
policies::default_policy, policies::default_policy, policies::default_policy, 
policies::default_policy, policies::default_policy, policies::default_policy, 
policies::default_policy, policies::default_policy>]’:
/usr/include/boost/math/special_functions/binomial.hpp:71:98:   required from 
here
   71 |    return policies::checked_narrowing_cast<float, 
forwarding_policy>(binomial_coefficient<double>(n, k, forwarding_policy()), 
"boost::math::binomial_coefficient<%1%>(unsigned,unsigned)");
      |                                                                      
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/boost/math/special_functions/binomial.hpp:47:55: error: no 
matching function for call to ‘beta(double, double, const 
boost::math::policies::policy<boost::math::policies::promote_double<false>, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, 
boost::math::policies::default_policy>&)’
   47 |          result = static_cast<T>(k * 
boost::math::beta(static_cast<T>(k), static_cast<T>(n-k+1), pol));
      |                                      
~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/boost/math/special_functions/binomial.hpp:47:55: note: there are 3 
candidates
In file included from /usr/include/boost/math/special_functions/binomial.hpp:17:
/usr/include/boost/math/special_functions/beta.hpp:1729:4: note: candidate 1: 
‘template<class RT1, class RT2> boost::math::tools::promote_args_t<RT1, RT2> 
boost::math::beta(RT1, RT2)’
 1729 |    beta(RT1 a, RT2 b)
      |    ^~~~
/usr/include/boost/math/special_functions/beta.hpp:1729:4: note: candidate 
expects 2 arguments, 3 provided
/usr/include/boost/math/special_functions/beta.hpp:1720:4: note: candidate 2: 
‘template<class RT1, class RT2, class A> 
boost::math::tools::promote_args_t<RT1, RT2, A> boost::math::beta(RT1, RT2, 
A)’
 1720 |    beta(RT1 a, RT2 b, A arg)
      |    ^~~~
/usr/include/boost/math/special_functions/beta.hpp:1720:4: note: substitution 
of deduced template arguments resulted in errors seen above
/usr/include/boost/math/special_functions/beta.hpp:1736:4: note: candidate 3: 
‘template<class RT1, class RT2, class RT3, class Policy> 
boost::math::tools::promote_args_t<RT1, RT2, A> boost::math::beta(RT1, RT2, 
RT3, const Policy&)’
 1736 |    beta(RT1 a, RT2 b, RT3 x, const Policy&)
      |    ^~~~
/usr/include/boost/math/special_functions/beta.hpp:1736:4: note: candidate 
expects 4 arguments, 3 provided
/usr/include/boost/math/special_functions/binomial.hpp:49:61: error: no 
matching function for call to ‘beta(double, double, const 
boost::math::policies::policy<boost::math::policies::promote_double<false>, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, 
boost::math::policies::default_policy>&)’
   49 |          result = static_cast<T>((n - k) * 
boost::math::beta(static_cast<T>(k+1), static_cast<T>(n-k), pol));
      |                                            
~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/boost/math/special_functions/binomial.hpp:49:61: note: there are 3 
candidates
/usr/include/boost/math/special_functions/beta.hpp:1729:4: note: candidate 1: 
‘template<class RT1, class RT2> boost::math::tools::promote_args_t<RT1, RT2> 
boost::math::beta(RT1, RT2)’
 1729 |    beta(RT1 a, RT2 b)
      |    ^~~~
/usr/include/boost/math/special_functions/beta.hpp:1729:4: note: candidate 
expects 2 arguments, 3 provided
/usr/include/boost/math/special_functions/beta.hpp:1720:4: note: candidate 2: 
‘template<class RT1, class RT2, class A> 
boost::math::tools::promote_args_t<RT1, RT2, A> boost::math::beta(RT1, RT2, 
A)’
 1720 |    beta(RT1 a, RT2 b, A arg)
      |    ^~~~
/usr/include/boost/math/special_functions/beta.hpp:1720:4: note: template 
argument deduction/substitution failed:
/usr/include/boost/math/special_functions/beta.hpp:1736:4: note: candidate 3: 
‘template<class RT1, class RT2, class RT3, class Policy> 
boost::math::tools::promote_args_t<RT1, RT2, A> boost::math::beta(RT1, RT2, 
RT3, const Policy&)’
 1736 |    beta(RT1 a, RT2 b, RT3 x, const Policy&)
      |    ^~~~
/usr/include/boost/math/special_functions/beta.hpp:1736:4: note: candidate 
expects 4 arguments, 3 provided
/usr/include/boost/math/tools/promotion.hpp: In instantiation of ‘struct 
boost::math::tools::promote_args_permissive<double, double, 
boost::math::policies::policy<boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy> 
>’:
/usr/include/boost/math/tools/promotion.hpp:119:16:   required from ‘struct 
boost::math::tools::promote_args<double, double, 
boost::math::policies::policy<boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy> 
>’
  119 |          using type = typename promote_args_permissive<Args...>::type;
      |                ^~~~
/usr/include/boost/math/tools/promotion.hpp:129:13:   required by substitution 
of ‘template<class ... Args> using boost::math::tools::promote_args_t = 
typename boost::math::tools::promote_args::type [with Args = {double, double, 
boost::math::policies::policy<boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, 
boost::math::policies::default_policy>}]’
  129 |       using promote_args_t = typename promote_args<Args...>::type;
      |             ^~~~~~~~~~~~~~
/usr/include/boost/math/special_functions/beta.hpp:1720:4:   required by 
substitution of ‘template<class RT1, class RT2, class A> 
boost::math::tools::promote_args_t<RT1, RT2, A> boost::math::beta(RT1, RT2, A) 
[with RT1 = double; RT2 = double; A = 
boost::math::policies::policy<boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, 
boost::math::policies::default_policy>]’
 1720 |    beta(RT1 a, RT2 b, A arg)
      |    ^~~~
/usr/include/boost/math/special_functions/binomial.hpp:47:55:   required from 
‘T boost::math::binomial_coefficient(unsigned int, unsigned int, const 
Policy&) [with T = double; Policy = policies::policy<policies::default_policy, 
policies::default_policy, policies::default_policy, policies::default_policy, 
policies::default_policy, policies::default_policy, policies::default_policy, 
policies::default_policy, policies::default_policy, policies::default_policy, 
policies::default_policy>]’
   47 |          result = static_cast<T>(k * 
boost::math::beta(static_cast<T>(k), static_cast<T>(n-k+1), pol));
      |                                      
~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/boost/math/special_functions/binomial.hpp:77:34:   required from 
‘T boost::math::binomial_coefficient(unsigned int, unsigned int) [with T = 
double]’
   77 |    return binomial_coefficient<T>(n, k, policies::policy<>());
      |           ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Calculus/polynomial.cpp:107:101:   required from here
  107 |             translatedCoefficients[k] += coefficients[n] * 
boost::math::binomial_coefficient<double>(n,k) * DxPowTable[n-k];
      |                                                            
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/usr/include/boost/math/tools/promotion.hpp:105:16: error: no type named 
‘type’ in ‘struct 
boost::math::tools::pa2_integral_already_removed<double, double, true>’
  105 |          using type = typename pa2_integral_already_removed<
      |                ^~~~
/usr/include/boost/math/special_functions/binomial.hpp: In instantiation of 
‘T boost::math::binomial_coefficient(unsigned int, unsigned int, const 
Policy&) [with T = double; Policy = policies::policy<policies::default_policy, 
policies::default_policy, policies::default_policy, policies::default_policy, 
policies::default_policy, policies::default_policy, policies::default_policy, 
policies::default_policy, policies::default_policy, policies::default_policy, 
policies::default_policy>]’:
/usr/include/boost/math/special_functions/binomial.hpp:77:34:   required from 
‘T boost::math::binomial_coefficient(unsigned int, unsigned int) [with T = 
double]’
   77 |    return binomial_coefficient<T>(n, k, policies::policy<>());
      |           ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Calculus/polynomial.cpp:107:101:   required from here
  107 |             translatedCoefficients[k] += coefficients[n] * 
boost::math::binomial_coefficient<double>(n,k) * DxPowTable[n-k];
      |                                                            
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/usr/include/boost/math/special_functions/binomial.hpp:47:55: error: no 
matching function for call to ‘beta(double, double, const 
boost::math::policies::policy<boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, 
boost::math::policies::default_policy>&)’
   47 |          result = static_cast<T>(k * 
boost::math::beta(static_cast<T>(k), static_cast<T>(n-k+1), pol));
      |                                      
~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/boost/math/special_functions/binomial.hpp:47:55: note: there are 3 
candidates
/usr/include/boost/math/special_functions/beta.hpp:1729:4: note: candidate 1: 
‘template<class RT1, class RT2> boost::math::tools::promote_args_t<RT1, RT2> 
boost::math::beta(RT1, RT2)’
 1729 |    beta(RT1 a, RT2 b)
      |    ^~~~
/usr/include/boost/math/special_functions/beta.hpp:1729:4: note: candidate 
expects 2 arguments, 3 provided
/usr/include/boost/math/special_functions/beta.hpp:1720:4: note: candidate 2: 
‘template<class RT1, class RT2, class A> 
boost::math::tools::promote_args_t<RT1, RT2, A> boost::math::beta(RT1, RT2, 
A)’
 1720 |    beta(RT1 a, RT2 b, A arg)
      |    ^~~~
/usr/include/boost/math/special_functions/beta.hpp:1720:4: note: substitution 
of deduced template arguments resulted in errors seen above
/usr/include/boost/math/special_functions/beta.hpp:1736:4: note: candidate 3: 
‘template<class RT1, class RT2, class RT3, class Policy> 
boost::math::tools::promote_args_t<RT1, RT2, A> boost::math::beta(RT1, RT2, 
RT3, const Policy&)’
 1736 |    beta(RT1 a, RT2 b, RT3 x, const Policy&)
      |    ^~~~
/usr/include/boost/math/special_functions/beta.hpp:1736:4: note: candidate 
expects 4 arguments, 3 provided
/usr/include/boost/math/special_functions/binomial.hpp:49:61: error: no 
matching function for call to ‘beta(double, double, const 
boost::math::policies::policy<boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, boost::math::policies::default_policy, 
boost::math::policies::default_policy, 
boost::math::policies::default_policy>&)’
   49 |          result = static_cast<T>((n - k) * 
boost::math::beta(static_cast<T>(k+1), static_cast<T>(n-k), pol));
      |                                            
~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/boost/math/special_functions/binomial.hpp:49:61: note: there are 3 
candidates
/usr/include/boost/math/special_functions/beta.hpp:1729:4: note: candidate 1: 
‘template<class RT1, class RT2> boost::math::tools::promote_args_t<RT1, RT2> 
boost::math::beta(RT1, RT2)’
 1729 |    beta(RT1 a, RT2 b)
      |    ^~~~
/usr/include/boost/math/special_functions/beta.hpp:1729:4: note: candidate 
expects 2 arguments, 3 provided
/usr/include/boost/math/special_functions/beta.hpp:1720:4: note: candidate 2: 
‘template<class RT1, class RT2, class A> 
boost::math::tools::promote_args_t<RT1, RT2, A> boost::math::beta(RT1, RT2, 
A)’
 1720 |    beta(RT1 a, RT2 b, A arg)
      |    ^~~~
/usr/include/boost/math/special_functions/beta.hpp:1720:4: note: template 
argument deduction/substitution failed:
/usr/include/boost/math/special_functions/beta.hpp:1736:4: note: candidate 3: 
‘template<class RT1, class RT2, class RT3, class Policy> 
boost::math::tools::promote_args_t<RT1, RT2, A> boost::math::beta(RT1, RT2, 
RT3, const Policy&)’
 1736 |    beta(RT1 a, RT2 b, RT3 x, const Policy&)
      |    ^~~~
/usr/include/boost/math/special_functions/beta.hpp:1736:4: note: candidate 
expects 4 arguments, 3 provided
Calculus/polynomialregression.cpp: In member function ‘void 
PolynomialRegression::setData(const QList<Point>&)’:
Calculus/polynomialregression.cpp:63:10: warning: ‘void qSort(Container&) 
[with Container = QList<Point>]’ is deprecated: Use std::sort 
[-Wdeprecated-declarations]
   63 |     qSort(dataPoints);
      |     ~~~~~^~~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:43,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/QList:1,
                 from Calculus/polynomial.h:28,
                 from Calculus/polynomialregression.h:28,
                 from Calculus/polynomialregression.cpp:25:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h:188:46: note: declared 
here
  188 | QT_DEPRECATED_X("Use std::sort") inline void qSort(Container &c)
      |                                              ^~~~~
Calculus/polynomialregression.cpp: In function ‘double 
continuousScalarProduct(const QList<Point>&, const Polynomial&)’:
Calculus/polynomialregression.cpp:277:45: warning: implicitly-declared 
‘Polynomial& Polynomial::operator=(const Polynomial&)’ is deprecated 
[-Wdeprecated-copy]
  277 |         prod = (segment * P).antiderivative();
      |                                             ^
Calculus/polynomial.h:37:5: note: because ‘Polynomial’ has user-provided 
‘Polynomial::Polynomial(const Polynomial&)’
   37 |     Polynomial(const Polynomial &pol);
      |     ^~~~~~~~~~
make[1]: *** [Makefile:2417: .obj/polynomial.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 returned exit code 2
make: *** [debian/rules:16: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: zegrapher
Source-Version: 3.1.1-6
Done: Georges Khaznadar <[email protected]>

We believe that the bug you reported is fixed in the latest version of
zegrapher, 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.
Georges Khaznadar <[email protected]> (supplier of updated zegrapher 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: Sun, 22 Mar 2026 13:20:46 +0100
Source: zegrapher
Architecture: source
Version: 3.1.1-6
Distribution: unstable
Urgency: medium
Maintainer: Georges Khaznadar <[email protected]>
Changed-By: Georges Khaznadar <[email protected]>
Closes: 1129804
Changes:
 zegrapher (3.1.1-6) unstable; urgency=medium
 .
   * declared c++14 instead of c++11 in ZeGrapher.pro's configuration
     file. Closes: #1129804
Checksums-Sha1:
 821f76809f89c33df9d4381f82475babe79cce64 1930 zegrapher_3.1.1-6.dsc
 c232e338e58bb692c6f72265def3d57ed74f283d 6872 zegrapher_3.1.1-6.debian.tar.xz
 e00021d4da5b2386f3ca7210691a43eebb119c38 9771 
zegrapher_3.1.1-6_source.buildinfo
Checksums-Sha256:
 e8780bfb3877337fd306284d76ed25ed045eb7c1d142614c97af94a484dee3bc 1930 
zegrapher_3.1.1-6.dsc
 6ce56bfe298fadf42ec33948c90f16012bbaaae67cb09de1831d690e061c2b3d 6872 
zegrapher_3.1.1-6.debian.tar.xz
 e24ed196dc0e7b1136812857f0e378850d940d454a5e7640b4f3cde4d0fecd87 9771 
zegrapher_3.1.1-6_source.buildinfo
Files:
 cfb8e2be500b70a05fdf86a931a8351b 1930 science optional zegrapher_3.1.1-6.dsc
 bc89a7c2e278d1147de084f988496879 6872 science optional 
zegrapher_3.1.1-6.debian.tar.xz
 c05f894c64057ea4159aa99325476f3f 9771 science optional 
zegrapher_3.1.1-6_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCgAyFiEEM0CzZP9nFT+3zK6FHCgWkHE2rjkFAmm/4RwUHGdlb3JnZXNr
QGRlYmlhbi5vcmcACgkQHCgWkHE2rjmZyQ/8CA0MFER6j4eyNEnGnNkCzpnXKyUt
kd0EmFGvy5wUzdzPRrjSXlAcx9QEO2e0n2z1j++GBCOa3uccm8bIXTsrz3BmWb99
mstGvPpf/Oy1SN6m6r1UVfdpZF7uGuRR6KBR7o0CyHVSdLrHua59XdykIe0udmwM
UxAZa4z+UlICxf9TzJ/kXqXszpgQc1VMFErVTB3NaEeLx8NbEE4qylJhnIYnbmCK
ltySpd8xTkz5TyspwO9Ud7qSubQc7kFAgSIHEvzwyG0HjR+CZQGWfcWIiHEg2uco
dMBmZGfL9j0XrCMQVUb4Ns9x1kKnSjkLowvS+SKZ0EqFOlEbxKblZNIJy6v/D/tw
HboP9Gnri3lNAZ+gbMR2QlgLUkoVJfdlmJqLVGKak/go50jTaRD3pxaA0WWu7NOP
rl3j8aHwjxqTVNeOwAEFABI9eHPks5umNJghqlnlvg5AdtPkeG6x/wiC/L48qeCO
li1HGsF3UO8bmzqnfyRGLuifunhZkKoujT0o10KDI/uwS0oKo7AfaSD10xQAQkyw
eWcJPDaCnGPa4Q0SmslnH/hkdZ4qHXgxU7ikkLRnrHC+HQSKpP+M8c1cW5yhcZLM
5K0WMgf8nvlglwudXXRqcUwNfPb7s5LFKkX6pWbGs9p3yhwK+TkA7AbTIVoO5aZh
PvLMXACw7vOCCWs=
=d2CG
-----END PGP SIGNATURE-----

Attachment: pgpPR1PTEx7dm.pgp
Description: PGP signature


--- End Message ---

Reply via email to