+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/openfst-1.8.2/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/openfst-1.8.2/work.log ===> Building for openfst-1.8.2 --- all --- /opt/pkg/bin/bmake all-recursive --- all-recursive --- Making all in src --- all-recursive --- Making all in include Making all in lib --- compat.lo --- --- encode.lo --- --- flags.lo --- --- fst.lo --- --- compat.lo --- depbase=`echo compat.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/bash ../../libtool --tag=CXX --mode=compile g++ -std=c++17 -fno-exceptions -Wno-deprecated-declarations -DHAVE_CONFIG_H -I./../include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -MT compat.lo -MD -MP -MF $depbase.Tpo -c -o compat.lo compat.cc && mv -f $depbase.Tpo $depbase.Plo --- encode.lo --- depbase=`echo encode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/bash ../../libtool --tag=CXX --mode=compile g++ -std=c++17 -fno-exceptions -Wno-deprecated-declarations -DHAVE_CONFIG_H -I./../include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -MT encode.lo -MD -MP -MF $depbase.Tpo -c -o encode.lo encode.cc && mv -f $depbase.Tpo $depbase.Plo --- flags.lo --- depbase=`echo flags.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/bash ../../libtool --tag=CXX --mode=compile g++ -std=c++17 -fno-exceptions -Wno-deprecated-declarations -DHAVE_CONFIG_H -I./../include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -MT flags.lo -MD -MP -MF $depbase.Tpo -c -o flags.lo flags.cc && mv -f $depbase.Tpo $depbase.Plo --- fst.lo --- depbase=`echo fst.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/bash ../../libtool --tag=CXX --mode=compile g++ -std=c++17 -fno-exceptions -Wno-deprecated-declarations -DHAVE_CONFIG_H -I./../include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -MT fst.lo -MD -MP -MF $depbase.Tpo -c -o fst.lo fst.cc && mv -f $depbase.Tpo $depbase.Plo --- encode.lo --- libtool: compile: g++ -std=c++17 -fno-exceptions -Wno-deprecated-declarations -DHAVE_CONFIG_H -I./../include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT encode.lo -MD -MP -MF .deps/encode.Tpo -c encode.cc -fPIC -DPIC -o .libs/encode.o --- flags.lo --- libtool: compile: g++ -std=c++17 -fno-exceptions -Wno-deprecated-declarations -DHAVE_CONFIG_H -I./../include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT flags.lo -MD -MP -MF .deps/flags.Tpo -c flags.cc -fPIC -DPIC -o .libs/flags.o --- compat.lo --- libtool: compile: g++ -std=c++17 -fno-exceptions -Wno-deprecated-declarations -DHAVE_CONFIG_H -I./../include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT compat.lo -MD -MP -MF .deps/compat.Tpo -c compat.cc -fPIC -DPIC -o .libs/compat.o --- fst.lo --- libtool: compile: g++ -std=c++17 -fno-exceptions -Wno-deprecated-declarations -DHAVE_CONFIG_H -I./../include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT fst.lo -MD -MP -MF .deps/fst.Tpo -c fst.cc -fPIC -DPIC -o .libs/fst.o --- compat.lo --- libtool: compile: g++ -std=c++17 -fno-exceptions -Wno-deprecated-declarations -DHAVE_CONFIG_H -I./../include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT compat.lo -MD -MP -MF .deps/compat.Tpo -c compat.cc -o compat.o >/dev/null 2>&1 --- encode.lo --- In file included from ./../include/fst/expanded-fst.h:33, from ./../include/fst/mutable-fst.h:37, from ./../include/fst/vector-fst.h:34, from ./../include/fst/cache.h:33, from ./../include/fst/arc-map.h:32, from ./../include/fst/encode.h:32, from encode.cc:20: ./../include/fst/fst.h: In member function 'fst::internal::FstImpl& fst::internal::FstImpl::operator=(const fst::internal::FstImpl&)': ./../include/fst/fst.h:691:59: error: no match for 'operator=' (operand types are 'std::unique_ptr' and 'fst::SymbolTable*') 691 | isymbols_ = impl.isymbols_ ? impl.isymbols_->Copy() : nullptr; | ^~~~~~~ In file included from /opt/tools/gcc14/include/c++/14.3.0/memory:78, from ./../include/fst/encode.h:25: /opt/tools/gcc14/include/c++/14.3.0/bits/unique_ptr.h:425:9: note: candidate: 'template typename std::enable_if::pointer, typename std::__uniq_ptr_impl<_Tp, _Dp>::pointer>, std::__not_ > >, std::is_assignable<_T2&, _U2&&> >::value, std::unique_ptr<_Tp, _Dp>&>::type std::unique_ptr<_Tp, _Dp>::operator=(std::unique_ptr<_Up, _Ep>&&) [with _Ep = _Up; _Tp = fst::SymbolTable; _Dp = std::default_delete]' 425 | operator=(unique_ptr<_Up, _Ep>&& __u) noexcept | ^~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/unique_ptr.h:425:9: note: template argument deduction/substitution failed: ./../include/fst/fst.h:691:59: note: mismatched types 'std::unique_ptr<_Tp, _Dp>' and 'fst::SymbolTable*' 691 | isymbols_ = impl.isymbols_ ? impl.isymbols_->Copy() : nullptr; | ^~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/unique_ptr.h:409:19: note: candidate: 'std::unique_ptr<_Tp, _Dp>& std::unique_ptr<_Tp, _Dp>::operator=(std::unique_ptr<_Tp, _Dp>&&) [with _Tp = fst::SymbolTable; _Dp = std::default_delete]' 409 | unique_ptr& operator=(unique_ptr&&) = default; | ^~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/unique_ptr.h:409:29: note: no known conversion for argument 1 from 'fst::SymbolTable*' to 'std::unique_ptr&&' 409 | unique_ptr& operator=(unique_ptr&&) = default; | ^~~~~~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/unique_ptr.h:435:7: note: candidate: 'std::unique_ptr<_Tp, _Dp>& std::unique_ptr<_Tp, _Dp>::operator=(std::nullptr_t) [with _Tp = fst::SymbolTable; _Dp = std::default_delete; std::nullptr_t = std::nullptr_t]' 435 | operator=(nullptr_t) noexcept | ^~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/unique_ptr.h:435:17: note: no known conversion for argument 1 from 'fst::SymbolTable*' to 'std::nullptr_t' 435 | operator=(nullptr_t) noexcept | ^~~~~~~~~ ./../include/fst/fst.h:692:59: error: no match for 'operator=' (operand types are 'std::unique_ptr' and 'fst::SymbolTable*') 692 | osymbols_ = impl.osymbols_ ? impl.osymbols_->Copy() : nullptr; | ^~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/unique_ptr.h:425:9: note: candidate: 'template typename std::enable_if::pointer, typename std::__uniq_ptr_impl<_Tp, _Dp>::pointer>, std::__not_ > >, std::is_assignable<_T2&, _U2&&> >::value, std::unique_ptr<_Tp, _Dp>&>::type std::unique_ptr<_Tp, _Dp>::operator=(std::unique_ptr<_Up, _Ep>&&) [with _Ep = _Up; _Tp = fst::SymbolTable; _Dp = std::default_delete]' 425 | operator=(unique_ptr<_Up, _Ep>&& __u) noexcept | ^~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/unique_ptr.h:425:9: note: template argument deduction/substitution failed: ./../include/fst/fst.h:692:59: note: mismatched types 'std::unique_ptr<_Tp, _Dp>' and 'fst::SymbolTable*' 692 | osymbols_ = impl.osymbols_ ? impl.osymbols_->Copy() : nullptr; | ^~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/unique_ptr.h:409:19: note: candidate: 'std::unique_ptr<_Tp, _Dp>& std::unique_ptr<_Tp, _Dp>::operator=(std::unique_ptr<_Tp, _Dp>&&) [with _Tp = fst::SymbolTable; _Dp = std::default_delete]' 409 | unique_ptr& operator=(unique_ptr&&) = default; | ^~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/unique_ptr.h:409:29: note: no known conversion for argument 1 from 'fst::SymbolTable*' to 'std::unique_ptr&&' 409 | unique_ptr& operator=(unique_ptr&&) = default; | ^~~~~~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/unique_ptr.h:435:7: note: candidate: 'std::unique_ptr<_Tp, _Dp>& std::unique_ptr<_Tp, _Dp>::operator=(std::nullptr_t) [with _Tp = fst::SymbolTable; _Dp = std::default_delete; std::nullptr_t = std::nullptr_t]' 435 | operator=(nullptr_t) noexcept | ^~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/unique_ptr.h:435:17: note: no known conversion for argument 1 from 'fst::SymbolTable*' to 'std::nullptr_t' 435 | operator=(nullptr_t) noexcept | ^~~~~~~~~ --- fst.lo --- In file included from fst.cc:20: ./../include/fst/fst.h: In member function 'fst::internal::FstImpl& fst::internal::FstImpl::operator=(const fst::internal::FstImpl&)': ./../include/fst/fst.h:691:59: error: no match for 'operator=' (operand types are 'std::unique_ptr' and 'fst::SymbolTable*') 691 | isymbols_ = impl.isymbols_ ? impl.isymbols_->Copy() : nullptr; | ^~~~~~~ In file included from /opt/tools/gcc14/include/c++/14.3.0/memory:78, from ./../include/fst/fst.h:31: /opt/tools/gcc14/include/c++/14.3.0/bits/unique_ptr.h:425:9: note: candidate: 'template typename std::enable_if::pointer, typename std::__uniq_ptr_impl<_Tp, _Dp>::pointer>, std::__not_ > >, std::is_assignable<_T2&, _U2&&> >::value, std::unique_ptr<_Tp, _Dp>&>::type std::unique_ptr<_Tp, _Dp>::operator=(std::unique_ptr<_Up, _Ep>&&) [with _Ep = _Up; _Tp = fst::SymbolTable; _Dp = std::default_delete]' 425 | operator=(unique_ptr<_Up, _Ep>&& __u) noexcept | ^~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/unique_ptr.h:425:9: note: template argument deduction/substitution failed: ./../include/fst/fst.h:691:59: note: mismatched types 'std::unique_ptr<_Tp, _Dp>' and 'fst::SymbolTable*' 691 | isymbols_ = impl.isymbols_ ? impl.isymbols_->Copy() : nullptr; | ^~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/unique_ptr.h:409:19: note: candidate: 'std::unique_ptr<_Tp, _Dp>& std::unique_ptr<_Tp, _Dp>::operator=(std::unique_ptr<_Tp, _Dp>&&) [with _Tp = fst::SymbolTable; _Dp = std::default_delete]' 409 | unique_ptr& operator=(unique_ptr&&) = default; | ^~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/unique_ptr.h:409:29: note: no known conversion for argument 1 from 'fst::SymbolTable*' to 'std::unique_ptr&&' 409 | unique_ptr& operator=(unique_ptr&&) = default; | ^~~~~~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/unique_ptr.h:435:7: note: candidate: 'std::unique_ptr<_Tp, _Dp>& std::unique_ptr<_Tp, _Dp>::operator=(std::nullptr_t) [with _Tp = fst::SymbolTable; _Dp = std::default_delete; std::nullptr_t = std::nullptr_t]' 435 | operator=(nullptr_t) noexcept | ^~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/unique_ptr.h:435:17: note: no known conversion for argument 1 from 'fst::SymbolTable*' to 'std::nullptr_t' 435 | operator=(nullptr_t) noexcept | ^~~~~~~~~ ./../include/fst/fst.h:692:59: error: no match for 'operator=' (operand types are 'std::unique_ptr' and 'fst::SymbolTable*') 692 | osymbols_ = impl.osymbols_ ? impl.osymbols_->Copy() : nullptr; | ^~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/unique_ptr.h:425:9: note: candidate: 'template typename std::enable_if::pointer, typename std::__uniq_ptr_impl<_Tp, _Dp>::pointer>, std::__not_ > >, std::is_assignable<_T2&, _U2&&> >::value, std::unique_ptr<_Tp, _Dp>&>::type std::unique_ptr<_Tp, _Dp>::operator=(std::unique_ptr<_Up, _Ep>&&) [with _Ep = _Up; _Tp = fst::SymbolTable; _Dp = std::default_delete]' 425 | operator=(unique_ptr<_Up, _Ep>&& __u) noexcept | ^~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/unique_ptr.h:425:9: note: template argument deduction/substitution failed: ./../include/fst/fst.h:692:59: note: mismatched types 'std::unique_ptr<_Tp, _Dp>' and 'fst::SymbolTable*' 692 | osymbols_ = impl.osymbols_ ? impl.osymbols_->Copy() : nullptr; | ^~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/unique_ptr.h:409:19: note: candidate: 'std::unique_ptr<_Tp, _Dp>& std::unique_ptr<_Tp, _Dp>::operator=(std::unique_ptr<_Tp, _Dp>&&) [with _Tp = fst::SymbolTable; _Dp = std::default_delete]' 409 | unique_ptr& operator=(unique_ptr&&) = default; | ^~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/unique_ptr.h:409:29: note: no known conversion for argument 1 from 'fst::SymbolTable*' to 'std::unique_ptr&&' 409 | unique_ptr& operator=(unique_ptr&&) = default; | ^~~~~~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/unique_ptr.h:435:7: note: candidate: 'std::unique_ptr<_Tp, _Dp>& std::unique_ptr<_Tp, _Dp>::operator=(std::nullptr_t) [with _Tp = fst::SymbolTable; _Dp = std::default_delete; std::nullptr_t = std::nullptr_t]' 435 | operator=(nullptr_t) noexcept | ^~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/unique_ptr.h:435:17: note: no known conversion for argument 1 from 'fst::SymbolTable*' to 'std::nullptr_t' 435 | operator=(nullptr_t) noexcept | ^~~~~~~~~ --- encode.lo --- In file included from ./../include/fst/arc.h:32, from ./../include/fst/fst.h:41: ./../include/fst/float-weight.h: In instantiation of 'constexpr fst::RealWeightTpl fst::Power(const RealWeightTpl&, V) [with T = float; V = long unsigned int; bool Enable = true; std::enable_if_t* = 0]': ./../include/fst/float-weight.h:820:36: required from here 820 | return Power(weight, n); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./../include/fst/float-weight.h:811:59: error: call of overloaded 'pow(const float&, long unsigned int&)' is ambiguous 811 | : Weight(pow(w.Value(), n)); | ~~~^~~~~~~~~~~~~~ In file included from /usr/include/math.h:35, from /opt/tools/gcc14/include/c++/14.3.0/bits/std_abs.h:40, from /opt/tools/gcc14/include/c++/14.3.0/cstdlib:81, from /opt/tools/gcc14/include/c++/14.3.0/ext/string_conversions.h:43, from /opt/tools/gcc14/include/c++/14.3.0/bits/basic_string.h:4154, from /opt/tools/gcc14/include/c++/14.3.0/string:54, from /opt/tools/gcc14/include/c++/14.3.0/bits/locale_classes.h:40, from /opt/tools/gcc14/include/c++/14.3.0/bits/ios_base.h:41, from /opt/tools/gcc14/include/c++/14.3.0/ios:44, from /opt/tools/gcc14/include/c++/14.3.0/ostream:40, from /opt/tools/gcc14/include/c++/14.3.0/iostream:41, from ./../include/fst/encode.h:24: /usr/include/iso/math_iso.h:226:28: note: candidate: 'long double std::pow(long double, int)' 226 | inline long double pow(long double __X, int __Y) { | ^~~ /usr/include/iso/math_iso.h:222:28: note: candidate: 'long double std::pow(long double, long double)' 222 | inline long double pow(long double __X, long double __Y) { | ^~~ /usr/include/iso/math_iso.h:177:22: note: candidate: 'float std::pow(float, int)' 177 | inline float pow(float __X, int __Y) { | ^~~ /usr/include/iso/math_iso.h:175:22: note: candidate: 'float std::pow(float, float)' 175 | inline float pow(float __X, float __Y) { return __powf(__X, __Y); } | ^~~ /usr/include/iso/math_iso.h:154:23: note: candidate: 'double std::pow(double, int)' 154 | inline double pow(double __X, int __Y) { | ^~~ /usr/include/iso/math_iso.h:76:15: note: candidate: 'double std::pow(double, double)' 76 | extern double pow(double, double); | ^~~ ./../include/fst/float-weight.h: In instantiation of 'constexpr fst::RealWeightTpl fst::Power(const RealWeightTpl&, V) [with T = double; V = long unsigned int; bool Enable = true; std::enable_if_t* = 0]': ./../include/fst/float-weight.h:826:37: required from here 826 | return Power(weight, n); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./../include/fst/float-weight.h:811:59: error: call of overloaded 'pow(const double&, long unsigned int&)' is ambiguous 811 | : Weight(pow(w.Value(), n)); | ~~~^~~~~~~~~~~~~~ /usr/include/iso/math_iso.h:226:28: note: candidate: 'long double std::pow(long double, int)' 226 | inline long double pow(long double __X, int __Y) { | ^~~ /usr/include/iso/math_iso.h:222:28: note: candidate: 'long double std::pow(long double, long double)' 222 | inline long double pow(long double __X, long double __Y) { | ^~~ /usr/include/iso/math_iso.h:177:22: note: candidate: 'float std::pow(float, int)' 177 | inline float pow(float __X, int __Y) { | ^~~ /usr/include/iso/math_iso.h:175:22: note: candidate: 'float std::pow(float, float)' 175 | inline float pow(float __X, float __Y) { return __powf(__X, __Y); } | ^~~ /usr/include/iso/math_iso.h:154:23: note: candidate: 'double std::pow(double, int)' 154 | inline double pow(double __X, int __Y) { | ^~~ /usr/include/iso/math_iso.h:76:15: note: candidate: 'double std::pow(double, double)' 76 | extern double pow(double, double); | ^~~ --- fst.lo --- In file included from ./../include/fst/arc.h:32, from ./../include/fst/fst.h:41: ./../include/fst/float-weight.h: In instantiation of 'constexpr fst::RealWeightTpl fst::Power(const RealWeightTpl&, V) [with T = float; V = long unsigned int; bool Enable = true; std::enable_if_t* = 0]': ./../include/fst/float-weight.h:820:36: required from here 820 | return Power(weight, n); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./../include/fst/float-weight.h:811:59: error: call of overloaded 'pow(const float&, long unsigned int&)' is ambiguous 811 | : Weight(pow(w.Value(), n)); | ~~~^~~~~~~~~~~~~~ In file included from /usr/include/math.h:35, from /opt/tools/gcc14/include/c++/14.3.0/cmath:47, from ./../include/fst/fst.h:27: /usr/include/iso/math_iso.h:226:28: note: candidate: 'long double std::pow(long double, int)' 226 | inline long double pow(long double __X, int __Y) { | ^~~ /usr/include/iso/math_iso.h:222:28: note: candidate: 'long double std::pow(long double, long double)' 222 | inline long double pow(long double __X, long double __Y) { | ^~~ /usr/include/iso/math_iso.h:177:22: note: candidate: 'float std::pow(float, int)' 177 | inline float pow(float __X, int __Y) { | ^~~ /usr/include/iso/math_iso.h:175:22: note: candidate: 'float std::pow(float, float)' 175 | inline float pow(float __X, float __Y) { return __powf(__X, __Y); } | ^~~ /usr/include/iso/math_iso.h:154:23: note: candidate: 'double std::pow(double, int)' 154 | inline double pow(double __X, int __Y) { | ^~~ /usr/include/iso/math_iso.h:76:15: note: candidate: 'double std::pow(double, double)' 76 | extern double pow(double, double); | ^~~ ./../include/fst/float-weight.h: In instantiation of 'constexpr fst::RealWeightTpl fst::Power(const RealWeightTpl&, V) [with T = double; V = long unsigned int; bool Enable = true; std::enable_if_t* = 0]': ./../include/fst/float-weight.h:826:37: required from here 826 | return Power(weight, n); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./../include/fst/float-weight.h:811:59: error: call of overloaded 'pow(const double&, long unsigned int&)' is ambiguous 811 | : Weight(pow(w.Value(), n)); | ~~~^~~~~~~~~~~~~~ /usr/include/iso/math_iso.h:226:28: note: candidate: 'long double std::pow(long double, int)' 226 | inline long double pow(long double __X, int __Y) { | ^~~ /usr/include/iso/math_iso.h:222:28: note: candidate: 'long double std::pow(long double, long double)' 222 | inline long double pow(long double __X, long double __Y) { | ^~~ /usr/include/iso/math_iso.h:177:22: note: candidate: 'float std::pow(float, int)' 177 | inline float pow(float __X, int __Y) { | ^~~ /usr/include/iso/math_iso.h:175:22: note: candidate: 'float std::pow(float, float)' 175 | inline float pow(float __X, float __Y) { return __powf(__X, __Y); } | ^~~ /usr/include/iso/math_iso.h:154:23: note: candidate: 'double std::pow(double, int)' 154 | inline double pow(double __X, int __Y) { | ^~~ /usr/include/iso/math_iso.h:76:15: note: candidate: 'double std::pow(double, double)' 76 | extern double pow(double, double); | ^~~ --- encode.lo --- *** [encode.lo] Error code 1 bmake[3]: stopped making "all" in /home/pbulk/build/math/openfst/work/openfst-1.8.2/src/lib --- fst.lo --- *** [fst.lo] Error code 1 bmake[3]: stopped making "all" in /home/pbulk/build/math/openfst/work/openfst-1.8.2/src/lib --- flags.lo --- libtool: compile: g++ -std=c++17 -fno-exceptions -Wno-deprecated-declarations -DHAVE_CONFIG_H -I./../include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT flags.lo -MD -MP -MF .deps/flags.Tpo -c flags.cc -o flags.o >/dev/null 2>&1 bmake[3]: 2 errors bmake[3]: stopped making "all" in /home/pbulk/build/math/openfst/work/openfst-1.8.2/src/lib bmake[2]: stopped making "all" in /home/pbulk/build/math/openfst/work/openfst-1.8.2/src bmake[1]: stopped making "all-recursive" in /home/pbulk/build/math/openfst/work/openfst-1.8.2 bmake: stopped making "all" in /home/pbulk/build/math/openfst/work/openfst-1.8.2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/math/openfst *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/math/openfst