=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/math/openfst", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> 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 --- --- 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 --- 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 --- 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 --- 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 | ^~~~~~~~~ *** [encode.lo] Error code 1 bmake[3]: stopped making "all" in /tmp/work/math/openfst/work/openfst-1.8.2/src/lib bmake[3]: 1 error bmake[3]: stopped making "all" in /tmp/work/math/openfst/work/openfst-1.8.2/src/lib bmake[2]: stopped making "all" in /tmp/work/math/openfst/work/openfst-1.8.2/src bmake[1]: stopped making "all-recursive" in /tmp/work/math/openfst/work/openfst-1.8.2 bmake: stopped making "all" in /tmp/work/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