D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/python-vosk-api-0.3.46-1.mga10.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.KIBJXy + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf vosk-api-go-v0.3.46 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/v0.3.46.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd vosk-api-go-v0.3.46 + rm -rf /home/pterjan/rpmbuild/BUILD/vosk-api-go-v0.3.46-SPECPARTS + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/vosk-api-go-v0.3.46-SPECPARTS + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i -e '/$(CXX)/s/-s\s\+//' src/Makefile + sed -i -e '/^LDFLAGS=$/d' src/Makefile + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.oJrM7k + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd vosk-api-go-v0.3.46 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + pushd src ~/rpmbuild/BUILD/vosk-api-go-v0.3.46/src ~/rpmbuild/BUILD/vosk-api-go-v0.3.46 + export 'EXTRA_CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + EXTRA_CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export 'LDFLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags' + make USE_SHARED=1 g++ -g -O3 -std=c++17 -Wno-deprecated-declarations -fPIC -DFST_NO_DYNAMIC_LINKING -I. -I/home/pterjan/travis/kaldi/src -I/home/pterjan/travis/kaldi/tools/openfst/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -I/home/pterjan/travis/kaldi/tools/OpenBLAS/install/include -c -o recognizer.o recognizer.cc In file included from /usr/include/fst/expanded-fst.h:33, from /usr/include/fst/fstlib.h:42, from /usr/include/fstext/fstext-lib.h:22, from recognizer.h:20, from recognizer.cc:15: /usr/include/fst/fst.h: In member function 'fst::internal::FstImpl& fst::internal::FstImpl::operator=(const fst::internal::FstImpl&)': /usr/include/fst/fst.h:704:59: error: no match for 'operator=' (operand types are 'std::unique_ptr' and 'fst::SymbolTable*') 704 | isymbols_ = impl.isymbols_ ? impl.isymbols_->Copy() : nullptr; | ^~~~~~~ In file included from /usr/include/c++/14/bits/std_thread.h:43, from /usr/include/c++/14/thread:49, from /usr/include/util/kaldi-table-inl.h:28, from /usr/include/util/kaldi-table.h:469, from /usr/include/util/common-utils.h:27, from recognizer.h:19: /usr/include/c++/14/bits/unique_ptr.h:424: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]' 424 | operator=(unique_ptr<_Up, _Ep>&& __u) noexcept | ^~~~~~~~ /usr/include/c++/14/bits/unique_ptr.h:424:9: note: template argument deduction/substitution failed: /usr/include/fst/fst.h:704:59: note: mismatched types 'std::unique_ptr<_Tp, _Dp>' and 'fst::SymbolTable*' 704 | isymbols_ = impl.isymbols_ ? impl.isymbols_->Copy() : nullptr; | ^~~~~~~ /usr/include/c++/14/bits/unique_ptr.h:408: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]' 408 | unique_ptr& operator=(unique_ptr&&) = default; | ^~~~~~~~ /usr/include/c++/14/bits/unique_ptr.h:408:29: note: no known conversion for argument 1 from 'fst::SymbolTable*' to 'std::unique_ptr&&' 408 | unique_ptr& operator=(unique_ptr&&) = default; | ^~~~~~~~~~~~ /usr/include/c++/14/bits/unique_ptr.h:434: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]' 434 | operator=(nullptr_t) noexcept | ^~~~~~~~ /usr/include/c++/14/bits/unique_ptr.h:434:17: note: no known conversion for argument 1 from 'fst::SymbolTable*' to 'std::nullptr_t' 434 | operator=(nullptr_t) noexcept | ^~~~~~~~~ /usr/include/fst/fst.h:705:59: error: no match for 'operator=' (operand types are 'std::unique_ptr' and 'fst::SymbolTable*') 705 | osymbols_ = impl.osymbols_ ? impl.osymbols_->Copy() : nullptr; | ^~~~~~~ /usr/include/c++/14/bits/unique_ptr.h:424: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]' 424 | operator=(unique_ptr<_Up, _Ep>&& __u) noexcept | ^~~~~~~~ /usr/include/c++/14/bits/unique_ptr.h:424:9: note: template argument deduction/substitution failed: /usr/include/fst/fst.h:705:59: note: mismatched types 'std::unique_ptr<_Tp, _Dp>' and 'fst::SymbolTable*' 705 | osymbols_ = impl.osymbols_ ? impl.osymbols_->Copy() : nullptr; | ^~~~~~~ /usr/include/c++/14/bits/unique_ptr.h:408: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]' 408 | unique_ptr& operator=(unique_ptr&&) = default; | ^~~~~~~~ /usr/include/c++/14/bits/unique_ptr.h:408:29: note: no known conversion for argument 1 from 'fst::SymbolTable*' to 'std::unique_ptr&&' 408 | unique_ptr& operator=(unique_ptr&&) = default; | ^~~~~~~~~~~~ /usr/include/c++/14/bits/unique_ptr.h:434: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]' 434 | operator=(nullptr_t) noexcept | ^~~~~~~~ /usr/include/c++/14/bits/unique_ptr.h:434:17: note: no known conversion for argument 1 from 'fst::SymbolTable*' to 'std::nullptr_t' 434 | operator=(nullptr_t) noexcept | ^~~~~~~~~ make: *** [Makefile:111: recognizer.o] Error 1 error: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.oJrM7k (%build) RPM build errors: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.oJrM7k (%build) I: [iurt_root_command] ERROR: chroot