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
--------------------------------------------------------------------------------

Reply via email to