D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 sh: line 4: [: -j8: integer expression expected sh: line 4: [: -j8: integer expression expected Installing /home/pterjan/rpmbuild/SRPMS/dvbtune-0.5-24.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ZXjUSK + umask 022 + cd /home/pterjan/rpmbuild/BUILD/dvbtune-0.5-build + test -d /home/pterjan/rpmbuild/BUILD/dvbtune-0.5-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/dvbtune-0.5-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/dvbtune-0.5-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/dvbtune-0.5-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/dvbtune-0.5-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 sh: line 4: [: -j8: integer expression expected Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.snsEJF + umask 022 + cd /home/pterjan/rpmbuild/BUILD/dvbtune-0.5-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/dvbtune-0.5-build + rm -rf dvbtune-0.5 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/dvbtune-0.5.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd dvbtune-0.5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/dvbtune-0.5-fix-compile.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/dvbtune-0.5-mga-honor-cflags.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + 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.1VtVX7 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/dvbtune-0.5-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 dvbtune-0.5 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j48 V=1 VERBOSE=1 INCS=-I/usr/src/linux/include gcc -O2 -g -pipe -Wformat -Wall -I/usr/src/linux/include -DNEWSTRUCT -c -o tune.o tune.c In file included from tune.h:25, from tune.c:41: dvb_defaults.h:83:2: warning: #warning No DVB-T country defined in dvb_defaults.h [-Wcpp] 83 | #warning No DVB-T country defined in dvb_defaults.h | ^~~~~~~ dvb_defaults.h:84:2: warning: #warning defaulting to UK [-Wcpp] 84 | #warning defaulting to UK | ^~~~~~~ dvb_defaults.h:85:2: warning: #warning Ignore this if using Satellite or Cable [-Wcpp] 85 | #warning Ignore this if using Satellite or Cable | ^~~~~~~ tune.c: In function 'check_status': tune.c:252:21: warning: 'fe_info.type' may be used uninitialized [-Wmaybe-uninitialized] 252 | switch(fe_info.type) { | ~~~~~~~^~~~~ tune.c:219:28: note: 'fe_info' declared here 219 | struct dvb_frontend_info fe_info; | ^~~~~~~ gcc -O2 -g -pipe -Wformat -Wall -I/usr/src/linux/include -DNEWSTRUCT -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 dvbtune.c tune.o -o dvbtune In file included from tune.h:25, from dvbtune.c:68: dvb_defaults.h:83:2: warning: #warning No DVB-T country defined in dvb_defaults.h [-Wcpp] 83 | #warning No DVB-T country defined in dvb_defaults.h | ^~~~~~~ dvb_defaults.h:84:2: warning: #warning defaulting to UK [-Wcpp] 84 | #warning defaulting to UK | ^~~~~~~ dvb_defaults.h:85:2: warning: #warning Ignore this if using Satellite or Cable [-Wcpp] 85 | #warning Ignore this if using Satellite or Cable | ^~~~~~~ dvbtune.c: In function 'scan_nit': dvbtune.c:703:16: warning: variable 'network_id' set but not used [-Wunused-but-set-variable] 703 | int info_len,network_id; | ^~~~~~~~~~ dvbtune.c: In function 'main': dvbtune.c:1091:7: warning: variable 'count' set but not used [-Wunused-but-set-variable] 1091 | int count; | ^~~~~ /usr/bin/ld: /tmp/ccw38ybw.o: relocation R_X86_64_32 against symbol `xmlify_result' can not be used when making a PIE object; recompile with -fPIE /usr/bin/ld: failed to set dynamic section sizes: bad value collect2: error: ld returned 1 exit status make: *** [: dvbtune] Error 1 error: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.1VtVX7 (%build) RPM build errors: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.1VtVX7 (%build) I: [iurt_root_command] ERROR: chroot