ing the creation of modules during RELWITHDEBINFO builds. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= // Path to a program. CMAKE_NM:FILEPATH=/usr/bin/nm // Path to a program. CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy // Path to a program. CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump // Path to a program. CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib // Path to a program. CMAKE_READELF:FILEPATH=/usr/bin/readelf // Flags used by the linker during the creation of shared libraries during all build types. CMAKE_SHARED_LINKER_FLAGS:STRING=-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes // Flags used by the linker during the creation of shared libraries during DEBUG builds. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= // Flags used by the linker during the creation of shared libraries during MINSIZEREL builds. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= // Flags used by the linker during the creation of shared libraries during RELEASE builds. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= // Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= // If set, runtime paths are not added when installing shared libraries, but are added when building. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO // If set, runtime paths are not added when using shared libraries. CMAKE_SKIP_RPATH:BOOL=NO // Flags used by the linker during the creation of static libraries during all build types. CMAKE_STATIC_LINKER_FLAGS:STRING= // Flags used by the linker during the creation of static libraries during DEBUG builds. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= // Flags used by the linker during the creation of static libraries during MINSIZEREL builds. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= // Flags used by the linker during the creation of static libraries during RELEASE builds. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= // Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= // Path to a program. CMAKE_STRIP:FILEPATH=/usr/bin/strip // Path to a program. CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND // No help, variable specified on the command line. CMAKE_VERBOSE_MAKEFILE:BOOL=ON // No help, variable specified on the command line. INCLUDE_INSTALL_DIR:PATH=/usr/include // No help, variable specified on the command line. LIB_INSTALL_DIR:PATH=/usr/lib64 // Build only liboqs and do not expose build targets for tests, documentation, and pretty-printing available. OQS_BUILD_ONLY_LIB:BOOL=OFF // Build distributable library with optimized code for several CPU microarchitectures. Enables run-time CPU feature detection. OQS_DIST_BUILD:BOOL=ON // Only build specifically listed algorithms. OQS_MINIMAL_BUILD:STRING= // The target microarchitecture for optimization. OQS_OPT_TARGET:STRING=auto // Permit compilation on an an unsupported architecture. OQS_PERMIT_UNSUPPORTED_ARCHITECTURE:BOOL=OFF // Enable all compiler warnings. OQS_STRICT_WARNINGS:BOOL=OFF // No help, variable specified on the command line. SHARE_INSTALL_PREFIX:PATH=/usr/share // No help, variable specified on the command line. SYSCONF_INSTALL_DIR:PATH=/etc RPM build errors: error: Bad exit status from /var/tmp/rpm-tmp.jH44gO (%build) Bad exit status from /var/tmp/rpm-tmp.jH44gO (%build) Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) File "/usr/lib/python3.9/site-packages/mockbuild/util.py", line 600, in do_with_status 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/liboqs.spec