D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 sh: line 4: [: -j8: integer expression expected Installing /home/pterjan/rpmbuild/SRPMS/perl-Clownfish-CFC-0.6.3-10.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.xOv5gT sh: line 4: [: -j8: integer expression expected Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.hSwV2U + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-Clownfish-CFC-0.6.3-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/perl-Clownfish-CFC-0.6.3-build + rm -rf Clownfish-CFC-0.6.3 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/Clownfish-CFC-0.6.3.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd Clownfish-CFC-0.6.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 sh: line 4: [: -j8: integer expression expected Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.EarxLH + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-Clownfish-CFC-0.6.3-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd Clownfish-CFC-0.6.3 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/perl Build.PL --installdirs=vendor Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Clownfish-CFC' version '0.6.3' + ./Build Building Clownfish-CFC Compiling ./charmonizer... Running ./charmonizer... ./charmonizer --cc=gcc --host=perl --enable-c --enable-perl -- -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/CORE Initializing Charmonizer/Core/OperatingSystem... Detected POSIX shell Creating compiler object... Trying to compile and execute a small test file... Detected binary format: ELF Detected make utility 'make' Initialization complete. Running BuildEnv module... Running DirManip module... Running Headers module... Running FuncMacro module... Running Booleans module... Running Integers module... Running IntegerTypes module... Running IntegerLimits module... Running IntegerLiterals module... Running IntegerFormatStrings module... Running Strings module... Running Memory module... Running SymbolVisibility module... Running UnusedVars module... Running VariadicMacros module... Cleaning up... Cleanup complete. Building the Lemon parser generator... gcc lemon.c -o lemon lemon.c:762:6: error: conflicting types for 'FindRulePrecedences'; have 'void(struct lemon *)' 762 | void FindRulePrecedences(struct lemon *xp) | ^~~~~~~~~~~~~~~~~~~ lemon.c:171:6: note: previous declaration of 'FindRulePrecedences' with type 'void(void)' 171 | void FindRulePrecedences(); | ^~~~~~~~~~~~~~~~~~~ lemon.c:791:6: error: conflicting types for 'FindFirstSets'; have 'void(struct lemon *)' 791 | void FindFirstSets(struct lemon *lemp) | ^~~~~~~~~~~~~ lemon.c:172:6: note: previous declaration of 'FindFirstSets' with type 'void(void)' 172 | void FindFirstSets(); | ^~~~~~~~~~~~~ lemon.c:854:6: error: conflicting types for 'FindStates'; have 'void(struct lemon *)' 854 | void FindStates(struct lemon *lemp) | ^~~~~~~~~~ lemon.c:173:6: note: previous declaration of 'FindStates' with type 'void(void)' 173 | void FindStates(); | ^~~~~~~~~~ lemon.c:1026:6: error: conflicting types for 'FindLinks'; have 'void(struct lemon *)' 1026 | void FindLinks(struct lemon *lemp) | ^~~~~~~~~ lemon.c:174:6: note: previous declaration of 'FindLinks' with type 'void(void)' 174 | void FindLinks(); | ^~~~~~~~~ lemon.c:1061:6: error: conflicting types for 'FindFollowSets'; have 'void(struct lemon *)' 1061 | void FindFollowSets(struct lemon *lemp) | ^~~~~~~~~~~~~~ lemon.c:175:6: note: previous declaration of 'FindFollowSets' with type 'void(void)' 175 | void FindFollowSets(); | ^~~~~~~~~~~~~~ lemon.c:1097:6: error: conflicting types for 'FindActions'; have 'void(struct lemon *)' 1097 | void FindActions(struct lemon *lemp) | ^~~~~~~~~~~ lemon.c:176:6: note: previous declaration of 'FindActions' with type 'void(void)' 176 | void FindActions(); | ^~~~~~~~~~~ make: *** [Makefile:24: lemon] Error 1 make failed at buildlib/Clownfish/CFC/Build.pm line 120, line 1. Clownfish::CFC::Build::_run_make(Clownfish::CFC::Build=HASH(0x555fe5f6b490), "dir", "lemon", "args", ARRAY(0x555fe571bf10)) called at buildlib/Clownfish/CFC/Build.pm line 144 Clownfish::CFC::Build::ACTION_lemon(Clownfish::CFC::Build=HASH(0x555fe5f6b490)) called at /usr/share/perl5/vendor_perl/Module/Build/Base.pm line 2024 Module::Build::Base::_call_action(Clownfish::CFC::Build=HASH(0x555fe5f6b490), "lemon") called at /usr/share/perl5/vendor_perl/Module/Build/Base.pm line 5270 Module::Build::Base::depends_on(Clownfish::CFC::Build=HASH(0x555fe5f6b490), "lemon") called at buildlib/Clownfish/CFC/Build.pm line 153 Clownfish::CFC::Build::ACTION_parsers(Clownfish::CFC::Build=HASH(0x555fe5f6b490)) called at /usr/share/perl5/vendor_perl/Module/Build/Base.pm line 2024 Module::Build::Base::_call_action(Clownfish::CFC::Build=HASH(0x555fe5f6b490), "parsers") called at /usr/share/perl5/vendor_perl/Module/Build/Base.pm line 5270 Module::Build::Base::depends_on(Clownfish::CFC::Build=HASH(0x555fe5f6b490), "charmony", "ppport", "parsers") called at buildlib/Clownfish/CFC/Build.pm line 191 Clownfish::CFC::Build::ACTION_code(Clownfish::CFC::Build=HASH(0x555fe5f6b490)) called at /usr/share/perl5/vendor_perl/Module/Build/Base.pm line 2024 Module::Build::Base::_call_action(Clownfish::CFC::Build=HASH(0x555fe5f6b490), "code") called at /usr/share/perl5/vendor_perl/Module/Build/Base.pm line 5270 Module::Build::Base::depends_on(Clownfish::CFC::Build=HASH(0x555fe5f6b490), "code") called at /usr/share/perl5/vendor_perl/Module/Build/Base.pm line 2857 Module::Build::Base::ACTION_build(Clownfish::CFC::Build=HASH(0x555fe5f6b490)) called at /usr/share/perl5/vendor_perl/Module/Build/Base.pm line 2024 Module::Build::Base::_call_action(Clownfish::CFC::Build=HASH(0x555fe5f6b490), "build") called at /usr/share/perl5/vendor_perl/Module/Build/Base.pm line 2012 Module::Build::Base::dispatch(Clownfish::CFC::Build=HASH(0x555fe5f6b490)) called at ./Build line 59 error: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.EarxLH (%build) RPM build errors: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.EarxLH (%build) I: [iurt_root_command] ERROR: chroot