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