~/p/k/build (master)> make
[ 0%] Building CXX object _deps/openfst-build/src/lib/CMakeFiles/fst.dir/fst-types.cc.o
In file included from /home/sakair/programming/kaldi/build/_deps/openfst-src/src/include/fst/expanded-fst.h:17,
from /home/sakair/programming/kaldi/build/_deps/openfst-src/src/include/fst/mutable-fst.h:21,
from /home/sakair/programming/kaldi/build/_deps/openfst-src/src/include/fst/vector-fst.h:16,
from /home/sakair/programming/kaldi/build/_deps/openfst-src/src/include/fst/cache.h:17,
from /home/sakair/programming/kaldi/build/_deps/openfst-src/src/include/fst/compact-fst.h:19,
from /home/sakair/programming/kaldi/build/_deps/openfst-src/src/lib/fst-types.cc:4:
/home/sakair/programming/kaldi/build/_deps/openfst-src/src/include/fst/fst.h: In member function «fst::internal::FstImpl<Arc>& fst::internal::FstImpl<Arc>::operator=(const fst::internal::FstImpl<Arc>&)»:
/home/sakair/programming/kaldi/build/_deps/openfst-src/src/include/fst/fst.h:655:59: ошибка: no match for «operator=» (operand types are «std::unique_ptr<fst::SymbolTable>» and «fst::SymbolTable*»)
655 | isymbols_ = impl.isymbols_ ? impl.isymbols_->Copy() : nullptr;
| ^~~~~~~
In file included from /usr/include/c++/14.2.1/memory:78,
from /home/sakair/programming/kaldi/build/_deps/openfst-src/src/include/fst/compact-fst.h:12:
/usr/include/c++/14.2.1/bits/unique_ptr.h:425:9: замечание: candidate: «template<class _Up, class _Ep> typename std::enable_if<std::__and_<std::__and_<std::is_convertible<typename std::unique_ptr<_Up, _Ep>::pointer, typename std::__uniq_ptr_impl<_Tp, _Dp>::pointer>, std::__not_<std::is_array<_Up> > >, 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<fst::SymbolTable>]»
425 | operator=(unique_ptr<_Up, _Ep>&& __u) noexcept
| ^~~~~~~~
/usr/include/c++/14.2.1/bits/unique_ptr.h:425:9: замечание: вывод/подстановка аргумента шаблона неудачна:
/home/sakair/programming/kaldi/build/_deps/openfst-src/src/include/fst/fst.h:655:59: замечание: несоответствие типов «std::unique_ptr<_Tp, _Dp>» и «fst::SymbolTable*»
655 | isymbols_ = impl.isymbols_ ? impl.isymbols_->Copy() : nullptr;
| ^~~~~~~
/usr/include/c++/14.2.1/bits/unique_ptr.h:409:19: замечание: 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<fst::SymbolTable>]»
409 | unique_ptr& operator=(unique_ptr&&) = default;
| ^~~~~~~~
/usr/include/c++/14.2.1/bits/unique_ptr.h:409:29: замечание: no known conversion for argument 1 from «fst::SymbolTable*» to «std::unique_ptr<fst::SymbolTable>&&»
409 | unique_ptr& operator=(unique_ptr&&) = default;
| ^~~~~~~~~~~~
/usr/include/c++/14.2.1/bits/unique_ptr.h:435:7: замечание: candidate: «std::unique_ptr<_Tp, _Dp>& std::unique_ptr<_Tp, _Dp>::operator=(std::nullptr_t) [with _Tp = fst::SymbolTable; _Dp = std::default_delete<fst::SymbolTable>; std::nullptr_t = std::nullptr_t]»
435 | operator=(nullptr_t) noexcept
| ^~~~~~~~
/usr/include/c++/14.2.1/bits/unique_ptr.h:435:17: замечание: no known conversion for argument 1 from «fst::SymbolTable*» to «std::nullptr_t»
435 | operator=(nullptr_t) noexcept
| ^~~~~~~~~
/home/sakair/programming/kaldi/build/_deps/openfst-src/src/include/fst/fst.h:656:59: ошибка: no match for «operator=» (operand types are «std::unique_ptr<fst::SymbolTable>» and «fst::SymbolTable*»)
656 | osymbols_ = impl.osymbols_ ? impl.osymbols_->Copy() : nullptr;
| ^~~~~~~
/usr/include/c++/14.2.1/bits/unique_ptr.h:425:9: замечание: candidate: «template<class _Up, class _Ep> typename std::enable_if<std::__and_<std::__and_<std::is_convertible<typename std::unique_ptr<_Up, _Ep>::pointer, typename std::__uniq_ptr_impl<_Tp, _Dp>::pointer>, std::__not_<std::is_array<_Up> > >, 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<fst::SymbolTable>]»
425 | operator=(unique_ptr<_Up, _Ep>&& __u) noexcept
| ^~~~~~~~
/usr/include/c++/14.2.1/bits/unique_ptr.h:425:9: замечание: вывод/подстановка аргумента шаблона неудачна:
/home/sakair/programming/kaldi/build/_deps/openfst-src/src/include/fst/fst.h:656:59: замечание: несоответствие типов «std::unique_ptr<_Tp, _Dp>» и «fst::SymbolTable*»
656 | osymbols_ = impl.osymbols_ ? impl.osymbols_->Copy() : nullptr;
| ^~~~~~~
/usr/include/c++/14.2.1/bits/unique_ptr.h:409:19: замечание: 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<fst::SymbolTable>]»
409 | unique_ptr& operator=(unique_ptr&&) = default;
| ^~~~~~~~
/usr/include/c++/14.2.1/bits/unique_ptr.h:409:29: замечание: no known conversion for argument 1 from «fst::SymbolTable*» to «std::unique_ptr<fst::SymbolTable>&&»
409 | unique_ptr& operator=(unique_ptr&&) = default;
| ^~~~~~~~~~~~
/usr/include/c++/14.2.1/bits/unique_ptr.h:435:7: замечание: candidate: «std::unique_ptr<_Tp, _Dp>& std::unique_ptr<_Tp, _Dp>::operator=(std::nullptr_t) [with _Tp = fst::SymbolTable; _Dp = std::default_delete<fst::SymbolTable>; std::nullptr_t = std::nullptr_t]»
435 | operator=(nullptr_t) noexcept
| ^~~~~~~~
/usr/include/c++/14.2.1/bits/unique_ptr.h:435:17: замечание: no known conversion for argument 1 from «fst::SymbolTable*» to «std::nullptr_t»
435 | operator=(nullptr_t) noexcept
| ^~~~~~~~~
make[2]: *** [_deps/openfst-build/src/lib/CMakeFiles/fst.dir/build.make:107: _deps/openfst-build/src/lib/CMakeFiles/fst.dir/fst-types.cc.o] Ошибка 1
make[1]: *** [CMakeFiles/Makefile2:4256: _deps/openfst-build/src/lib/CMakeFiles/fst.dir/all] Ошибка 2
make: *** [Makefile:146: all] Ошибка 2
В make test вывод ошибки
Unable to find executable: /home/sakair/programming/kaldi/build/src/online/online-feat-test
132/132 Test #132: online-feat-test ..................***Not Run 0.00 sec
Errors while running CTest
Output from these tests are in: /home/sakair/programming/kaldi/build/Testing/Temporary/LastTest.log
Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely.
make: *** [Makefile:71: test] Ошибка 8
во всех логах видно что все прерывается на online-feat-test
Написано
Войдите на сайт
Чтобы задать вопрос и получить на него квалифицированный ответ.