Package: src:libobjcryst
Version: 2022.1.4+ds1-2
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:libobjcryst, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_clean
rm -f -r .sconsign.dblite debian/objcryst sconscript.local 
site_scons/gitarchive.cfg
rm -f examples/objcryst_test
find . -name "*.pyc" -delete
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   create-stamp debian/debhelper-build-stamp
   dh_prep
   dh_installdirs
   debian/rules override_dh_auto_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
mkdir -p debian/objcryst/usr/
LIBRARY_PATH="/usr/lib/x86_64-linux-gnu/" scons -Q build=debug prefix=. 
with_shared_cctbx=1 install
g++ -o debian/objcryst/usr/ObjCryst/Quirks/VFNDebug.os -c -std=c++11 -Wall 
-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>/debian/objcryst/usr=. 
-fstack-protector-strong -Wformat -Werror=format-security -I/usr/include/cctbx/ 
-fPIC -DBOOST_ALL_NO_LIB -Idebian/objcryst/usr/cctbx/include 
-Idebian/objcryst/usr -Idebian/objcryst/usr/include 
debian/objcryst/usr/ObjCryst/Quirks/VFNDebug.cpp
g++ -o debian/objcryst/usr/ObjCryst/ObjCryst/Atom.os -c -std=c++11 -Wall 
-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>/debian/objcryst/usr=. 
-fstack-protector-strong -Wformat -Werror=format-security -I/usr/include/cctbx/ 
-fPIC -DBOOST_ALL_NO_LIB -Idebian/objcryst/usr/cctbx/include 
-Idebian/objcryst/usr -Idebian/objcryst/usr/include 
debian/objcryst/usr/ObjCryst/ObjCryst/Atom.cpp
In file included from debian/objcryst/usr/ObjCryst/ObjCryst/Atom.h:30,
                 from debian/objcryst/usr/ObjCryst/ObjCryst/Atom.cpp:27:
debian/objcryst/usr/ObjCryst/ObjCryst/ScatteringPower.h:117:20: warning: 
'virtual void ObjCryst::ScatteringPower::operator=(const 
ObjCryst::ScatteringPower&)' was hidden [-Woverloaded-virtual=]
  117 |       virtual void operator=(const ScatteringPower& rhs);
      |                    ^~~~~~~~
debian/objcryst/usr/ObjCryst/ObjCryst/ScatteringPower.h:346:7: note:   by 
'ObjCryst::ScatteringPowerAtom& ObjCryst::ScatteringPowerAtom::operator=(const 
ObjCryst::ScatteringPowerAtom&)'
  346 | class ScatteringPowerAtom:virtual public ScatteringPower
      |       ^~~~~~~~~~~~~~~~~~~
g++ -o debian/objcryst/usr/ObjCryst/ObjCryst/CIF.os -c -std=c++11 -Wall 
-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>/debian/objcryst/usr=. 
-fstack-protector-strong -Wformat -Werror=format-security -I/usr/include/cctbx/ 
-fPIC -DBOOST_ALL_NO_LIB -Idebian/objcryst/usr/cctbx/include 
-Idebian/objcryst/usr -Idebian/objcryst/usr/include 
debian/objcryst/usr/ObjCryst/ObjCryst/CIF.cpp
In file included from /usr/include/boost/math/special_functions/bessel.hpp:18,
                 from /usr/include/scitbx/math/bessel.h:9,
                 from /usr/include/cctbx/hendrickson_lattman.h:6,
                 from /usr/include/cctbx/miller/sym_equiv.h:4,
                 from debian/objcryst/usr/ObjCryst/ObjCryst/CIF.cpp:7:
/usr/include/boost/math/tools/config.hpp:28:6: warning: #warning "Boost.Math 
requires C++14" [-Wcpp]
   28 | #    warning "Boost.Math requires C++14"
      |      ^~~~~~~
In file included from /usr/include/boost/math/tools/rational.hpp:15,
                 from /usr/include/boost/math/special_functions/bessel.hpp:19:
/usr/include/boost/math/tools/type_traits.hpp:206:12: error: 'is_final' has not 
been declared in 'std'
  206 | using std::is_final;
      |            ^~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:257:12: error: 'remove_cv_t' has 
not been declared in 'std'
  257 | using std::remove_cv_t;
      |            ^~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:259:12: error: 'remove_const_t' 
has not been declared in 'std'
  259 | using std::remove_const_t;
      |            ^~~~~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:261:12: error: 
'remove_volatile_t' has not been declared in 'std'
  261 | using std::remove_volatile_t;
      |            ^~~~~~~~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:263:12: error: 'add_cv_t' has not 
been declared in 'std'
  263 | using std::add_cv_t;
      |            ^~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:265:12: error: 'add_const_t' has 
not been declared in 'std'
  265 | using std::add_const_t;
      |            ^~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:267:12: error: 'add_volatile_t' 
has not been declared in 'std'
  267 | using std::add_volatile_t;
      |            ^~~~~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:271:12: error: 
'remove_reference_t' has not been declared in 'std'
  271 | using std::remove_reference_t;
      |            ^~~~~~~~~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:273:12: error: 
'add_lvalue_reference_t' has not been declared in 'std'
  273 | using std::add_lvalue_reference_t;
      |            ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:275:12: error: 
'add_rvalue_reference_t' has not been declared in 'std'
  275 | using std::add_rvalue_reference_t;
      |            ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:279:12: error: 'remove_pointer_t' 
has not been declared in 'std'
  279 | using std::remove_pointer_t;
      |            ^~~~~~~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:281:12: error: 'add_pointer_t' 
has not been declared in 'std'
  281 | using std::add_pointer_t;
      |            ^~~~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:285:12: error: 'make_signed_t' 
has not been declared in 'std'
  285 | using std::make_signed_t;
      |            ^~~~~~~~~~~~~
/usr/include/boost/math/tools/type_traits.hpp:287:12: error: 'make_unsigned_t' 
has not been declared in 'std'
  287 | using std::make_unsigned_t;
      |            ^~~~~~~~~~~~~~~
/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/bessel.hpp:20:
/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,
                 from /usr/include/boost/math/special_functions/sign.hpp:20,
                 from /usr/include/boost/math/tools/roots.hpp:20,
                 from /usr/include/boost/math/special_functions/bessel.hpp:22:
/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/next.hpp:22,
                 from /usr/include/boost/math/tools/roots.hpp:25:
/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,
                 from 
/usr/include/boost/math/special_functions/detail/bessel_jy.hpp:16,
                 from /usr/include/boost/math/special_functions/bessel.hpp:26:
/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/math/special_functions/detail/bessel_jy.hpp:18:
/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>>
      |                                                                 ^
In file included from debian/objcryst/usr/ObjCryst/ObjCryst/Crystal.h:30,
                 from debian/objcryst/usr/ObjCryst/ObjCryst/PowderPattern.h:28,
                 from debian/objcryst/usr/ObjCryst/ObjCryst/CIF.h:17,
                 from debian/objcryst/usr/ObjCryst/ObjCryst/CIF.cpp:10:
debian/objcryst/usr/ObjCryst/ObjCryst/ScatteringPower.h:117:20: warning: 
'virtual void ObjCryst::ScatteringPower::operator=(const 
ObjCryst::ScatteringPower&)' was hidden [-Woverloaded-virtual=]
  117 |       virtual void operator=(const ScatteringPower& rhs);
      |                    ^~~~~~~~
debian/objcryst/usr/ObjCryst/ObjCryst/ScatteringPower.h:346:7: note:   by 
'ObjCryst::ScatteringPowerAtom& ObjCryst::ScatteringPowerAtom::operator=(const 
ObjCryst::ScatteringPowerAtom&)'
  346 | class ScatteringPowerAtom:virtual public ScatteringPower
      |       ^~~~~~~~~~~~~~~~~~~
In file included from 
debian/objcryst/usr/ObjCryst/ObjCryst/ScatteringPower.h:539:
debian/objcryst/usr/ObjCryst/ObjCryst/ScatteringData.h:531:32: warning: 
'virtual CrystVector<long int> 
ObjCryst::ScatteringData::SortReflectionBySinThetaOverLambda(double) const' was 
hidden [-Woverloaded-virtual=]
  531 |       virtual CrystVector_long SortReflectionBySinThetaOverLambda(const 
REAL maxSTOL=-1.) const;
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from debian/objcryst/usr/ObjCryst/ObjCryst/PowderPattern.h:33:
debian/objcryst/usr/ObjCryst/ObjCryst/DiffractionDataSingleCrystal.h:294:32: 
note:   by 'virtual CrystVector<long int> 
ObjCryst::DiffractionDataSingleCrystal::SortReflectionBySinThetaOverLambda(double)'
  294 |       virtual CrystVector_long SortReflectionBySinThetaOverLambda(const 
REAL maxTheta=-1.);
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
debian/objcryst/usr/ObjCryst/ObjCryst/ScatteringData.h:371:20: warning: 
'virtual void ObjCryst::ScatteringData::GenHKLFullSpace(double, bool)' was 
hidden [-Woverloaded-virtual=]
  371 |       virtual void GenHKLFullSpace(const REAL maxTheta,
      |                    ^~~~~~~~~~~~~~~
debian/objcryst/usr/ObjCryst/ObjCryst/PowderPattern.h:368:20: note:   by 
'virtual void ObjCryst::PowderPatternDiffraction::GenHKLFullSpace() const'
  368 |       virtual void GenHKLFullSpace()const;
      |                    ^~~~~~~~~~~~~~~
debian/objcryst/usr/ObjCryst/ObjCryst/CIF.cpp: In function 'ObjCryst::Crystal* 
ObjCryst::CreateCrystalFromCIF(CIF&, bool, bool, bool, bool, Crystal*)':
debian/objcryst/usr/ObjCryst/ObjCryst/CIF.cpp:1045:16: warning: catching 
polymorphic type 'class std::exception' by value [-Wcatch-value=]
 1045 |          catch(exception)
      |                ^~~~~~~~~
debian/objcryst/usr/ObjCryst/ObjCryst/CIF.cpp:1066:16: warning: catching 
polymorphic type 'class std::exception' by value [-Wcatch-value=]
 1066 |          catch(exception)
      |                ^~~~~~~~~
debian/objcryst/usr/ObjCryst/ObjCryst/CIF.cpp:1088:16: warning: catching 
polymorphic type 'class std::exception' by value [-Wcatch-value=]
 1088 |          catch(exception)
      |                ^~~~~~~~~
debian/objcryst/usr/ObjCryst/ObjCryst/CIF.cpp:1138:22: warning: catching 
polymorphic type 'class std::invalid_argument' by value [-Wcatch-value=]
 1138 |                catch(invalid_argument)
      |                      ^~~~~~~~~~~~~~~~
debian/objcryst/usr/ObjCryst/ObjCryst/CIF.cpp:1176:29: warning: catching 
polymorphic type 'class cctbx::error' by value [-Wcatch-value=]
 1176 |                catch(cctbx::error)
      |                             ^~~~~
scons: *** [debian/objcryst/usr/ObjCryst/ObjCryst/CIF.os] Error 1
make[1]: *** [debian/rules:15: override_dh_auto_install] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:11: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

Reply via email to