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-Lucy-0.6.2-9.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.4javal sh: line 4: [: -j8: integer expression expected Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.gojn0X + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-Lucy-0.6.2-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/perl-Lucy-0.6.2-build + rm -rf Lucy-0.6.2 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/Lucy-0.6.2.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd Lucy-0.6.2 + /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.K26Evx + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-Lucy-0.6.2-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 Lucy-0.6.2 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + export PERL_USE_UNSAFE_INC=1 + PERL_USE_UNSAFE_INC=1 + /usr/bin/perl Build.PL --installdirs=vendor Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Lucy' version '0.6.2' + ./Build Building Lucy Parsing Clownfish files... Writing Clownfish autogenerated files... Writing typemap... Compiling ./charmonizer... Running ./charmonizer... ./charmonizer --cc=gcc --host=perl --enable-c --enable-perl --make=make --enable-makefile -- -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 Initialization complete. Running BuildEnv module... Running DirManip module... Running Headers module... Running Booleans module... Running Integers module... Running IntegerTypes module... Running IntegerLimits module... Running IntegerLiterals module... Running IntegerFormatStrings module... Running Floats module... Running LargeFiles module... Running Memory module... Running RegularExpressions module... Running VariadicMacros module... Creating Makefile... Cleaning up... Cleanup complete. make core_objects gcc -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 -c lemon/lemon.c -o lemon/lemon.o lemon/lemon.c:762:6: error: conflicting types for 'FindRulePrecedences'; have 'void(struct lemon *)' 762 | void FindRulePrecedences(struct lemon *xp) | ^~~~~~~~~~~~~~~~~~~ lemon/lemon.c:171:6: note: previous declaration of 'FindRulePrecedences' with type 'void(void)' 171 | void FindRulePrecedences(); | ^~~~~~~~~~~~~~~~~~~ lemon/lemon.c:791:6: error: conflicting types for 'FindFirstSets'; have 'void(struct lemon *)' 791 | void FindFirstSets(struct lemon *lemp) | ^~~~~~~~~~~~~ lemon/lemon.c:172:6: note: previous declaration of 'FindFirstSets' with type 'void(void)' 172 | void FindFirstSets(); | ^~~~~~~~~~~~~ lemon/lemon.c:854:6: error: conflicting types for 'FindStates'; have 'void(struct lemon *)' 854 | void FindStates(struct lemon *lemp) | ^~~~~~~~~~ lemon/lemon.c:173:6: note: previous declaration of 'FindStates' with type 'void(void)' 173 | void FindStates(); | ^~~~~~~~~~ lemon/lemon.c:1026:6: error: conflicting types for 'FindLinks'; have 'void(struct lemon *)' 1026 | void FindLinks(struct lemon *lemp) | ^~~~~~~~~ lemon/lemon.c:174:6: note: previous declaration of 'FindLinks' with type 'void(void)' 174 | void FindLinks(); | ^~~~~~~~~ lemon/lemon.c:1061:6: error: conflicting types for 'FindFollowSets'; have 'void(struct lemon *)' 1061 | void FindFollowSets(struct lemon *lemp) | ^~~~~~~~~~~~~~ lemon/lemon.c:175:6: note: previous declaration of 'FindFollowSets' with type 'void(void)' 175 | void FindFollowSets(); | ^~~~~~~~~~~~~~ lemon/lemon.c:1097:6: error: conflicting types for 'FindActions'; have 'void(struct lemon *)' 1097 | void FindActions(struct lemon *lemp) | ^~~~~~~~~~~ lemon/lemon.c:176:6: note: previous declaration of 'FindActions' with type 'void(void)' 176 | void FindActions(); | ^~~~~~~~~~~ make: *** [Makefile:330: lemon/lemon.o] Error 1 make failed at /usr/lib64/perl5/vendor_perl/Clownfish/CFC/Perl/Build/Charmonic.pm line 177, line 1. error: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.K26Evx (%build) RPM build errors: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.K26Evx (%build) I: [iurt_root_command] ERROR: chroot