er function 'const string& Poco::Path::directory(int) const': BUILDSTDERR: /builddir/build/BUILD/poco-poco-1.9.2-release/Foundation/src/Path.cpp:440:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 440 | poco_assert (0 <= n && n <= _dirs.size()); BUILDSTDERR: | ~~^~~~~~~~~~~~~~~ BUILDSTDERR: /builddir/build/BUILD/poco-poco-1.9.2-release/Foundation/include/Poco/Bugcheck.h:118:8: note: in definition of macro 'poco_assert' BUILDSTDERR: 118 | if (!(cond)) Poco::Bugcheck::assertion(#cond, __FILE__, __LINE__); else (void) 0 BUILDSTDERR: | ^~~~ BUILDSTDERR: /builddir/build/BUILD/poco-poco-1.9.2-release/Foundation/src/Path.cpp:442:8: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 442 | if (n < _dirs.size()) BUILDSTDERR: | ~~^~~~~~~~~~~~~~ BUILDSTDERR: In file included from /builddir/build/BUILD/poco-poco-1.9.2-release/Foundation/include/Poco/Foundation.h:163, BUILDSTDERR: from /builddir/build/BUILD/poco-poco-1.9.2-release/Foundation/include/Poco/Path.h:21, BUILDSTDERR: from /builddir/build/BUILD/poco-poco-1.9.2-release/Foundation/src/Path.cpp:15: BUILDSTDERR: /builddir/build/BUILD/poco-poco-1.9.2-release/Foundation/src/Path.cpp: In member function 'const string& Poco::Path::operator[](int) const': BUILDSTDERR: /builddir/build/BUILD/poco-poco-1.9.2-release/Foundation/src/Path.cpp:451:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 451 | poco_assert (0 <= n && n <= _dirs.size()); BUILDSTDERR: | ~~^~~~~~~~~~~~~~~ BUILDSTDERR: /builddir/build/BUILD/poco-poco-1.9.2-release/Foundation/include/Poco/Bugcheck.h:118:8: note: in definition of macro 'poco_assert' BUILDSTDERR: 118 | if (!(cond)) Poco::Bugcheck::assertion(#cond, __FILE__, __LINE__); else (void) 0 BUILDSTDERR: | ^~~~ BUILDSTDERR: /builddir/build/BUILD/poco-poco-1.9.2-release/Foundation/src/Path.cpp:453:8: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] BUILDSTDERR: 453 | if (n < _dirs.size()) BUILDSTDERR: | ~~^~~~~~~~~~~~~~ BUILDSTDERR: /builddir/build/BUILD/poco-poco-1.9.2-release/Foundation/src/Path.cpp: In member function 'void Poco::Path::parseVMS(const string&)': BUILDSTDERR: /builddir/build/BUILD/poco-poco-1.9.2-release/Foundation/src/Path.cpp:872:28: warning: comparison of integer expressions of different signedness: 'std::vector >::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare] BUILDSTDERR: 872 | if (_dirs.size() > d) BUILDSTDERR: | ~~~~~~~~~~~~~^~~ BUILDSTDERR: make[1]: *** [CMakeFiles/Makefile2:1082: Foundation/CMakeFiles/Foundation.dir/all] Error 2 RPM build errors: BUILDSTDERR: make: *** [Makefile:166: all] Error 2 BUILDSTDERR: error: Bad exit status from /var/tmp/rpm-tmp.9WcPeI (%build) BUILDSTDERR: Bad exit status from /var/tmp/rpm-tmp.9WcPeI (%build) Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/mockbuild/trace_decorator.py", line 96, in trace result = func(*args, **kw) File "/usr/lib/python3.7/site-packages/mockbuild/util.py", line 700, in do raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/poco.spec