src/Bootstrap/FactoryImpl/../../Model/ThemeFile.hpp:32:9: warning: when initialized here [-Wreorder] 32 | Model_ThemeFile(std::string localFileName, bool isAddedByUser = false) : localFileName(localFileName), contentLoaded(false), newLocalFileName(localFileName), isAddedByUser(isAddedByUser) | ^~~~~~~~~~~~~~~ /builddir/build/BUILD/grub-customizer-5.1.0/src/Bootstrap/FactoryImpl/../../Model/Theme.hpp: In constructor 'Model_Theme::Model_Theme(const std::string&, const std::string&, const std::string&)': /builddir/build/BUILD/grub-customizer-5.1.0/src/Bootstrap/FactoryImpl/../../Model/Theme.hpp:44:21: warning: 'Model_Theme::name' will be initialized after [-Wreorder] 44 | std::string name; | ^~~~ /builddir/build/BUILD/grub-customizer-5.1.0/src/Bootstrap/FactoryImpl/../../Model/Theme.hpp:42:21: warning: 'std::string Model_Theme::zipFile' [-Wreorder] 42 | std::string zipFile; | ^~~~~~~ /builddir/build/BUILD/grub-customizer-5.1.0/src/Bootstrap/FactoryImpl/../../Model/Theme.hpp:47:9: warning: when initialized here [-Wreorder] 47 | Model_Theme(std::string const& directory, std::string const& zipFile, std::string const& name) : directory(directory), name(name), zipFile(zipFile), isModified(false) | ^~~~~~~~~~~ In file included from /builddir/build/BUILD/grub-customizer-5.1.0/src/Bootstrap/FactoryImpl/../../Model/DeviceMap.hpp:35, from /builddir/build/BUILD/grub-customizer-5.1.0/src/Bootstrap/FactoryImpl/../Factory.hpp:43: /builddir/build/BUILD/grub-customizer-5.1.0/src/Bootstrap/FactoryImpl/../../Model/SmartFileHandle.hpp: In constructor 'Model_SmartFileHandle::Model_SmartFileHandle()': /builddir/build/BUILD/grub-customizer-5.1.0/src/Bootstrap/FactoryImpl/../../Model/SmartFileHandle.hpp:42:37: warning: 'Model_SmartFileHandle::type' will be initialized after [-Wreorder] 42 | Model_SmartFileHandle::Type type; | ^~~~ /builddir/build/BUILD/grub-customizer-5.1.0/src/Bootstrap/FactoryImpl/../../Model/SmartFileHandle.hpp:41:15: warning: 'FILE* Model_SmartFileHandle::proc_or_file' [-Wreorder] 41 | FILE* proc_or_file; | ^~~~~~~~~~~~ /builddir/build/BUILD/grub-customizer-5.1.0/src/Bootstrap/FactoryImpl/../../Model/SmartFileHandle.hpp:45:9: warning: when initialized here [-Wreorder] 45 | Model_SmartFileHandle() : type(TYPE_STRING), proc_or_file(NULL) | ^~~~~~~~~~~~~~~~~~~~~ gmake[2]: *** [CMakeFiles/grub-customizer.dir/build.make:135: CMakeFiles/grub-customizer.dir/src/Bootstrap/FactoryImpl/GLibRegex.cpp.o] Error 1 gmake[2]: *** Waiting for unfinished jobs.... gmake[2]: *** [CMakeFiles/grub-customizer.dir/build.make:121: CMakeFiles/grub-customizer.dir/src/Bootstrap/FactoryImpl/GlibThread.cpp.o] Error 1 gmake[2]: *** [CMakeFiles/grub-customizer.dir/build.make:79: CMakeFiles/grub-customizer.dir/src/main/client.cpp.o] Error 1 gmake[2]: Leaving directory '/builddir/build/BUILD/grub-customizer-5.1.0/redhat-linux-build' gmake[1]: Leaving directory '/builddir/build/BUILD/grub-customizer-5.1.0/redhat-linux-build' gmake[1]: *** [CMakeFiles/Makefile2:89: CMakeFiles/grub-customizer.dir/all] Error 2 gmake: *** [Makefile:139: all] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.HObPWf (%build) Bad exit status from /var/tmp/rpm-tmp.HObPWf (%build) RPM build errors: 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/grub-customizer.spec