D: [iurt_root_command] chroot
Building target platforms: x86_64
Building for target x86_64
warning: Macro expanded in comment on line 60: %_docdir/p2c-1.22

sh: line 4: [: -j8: integer expression expected
sh: line 4: [: -j8: integer expression expected
Installing /home/pterjan/rpmbuild/SRPMS/p2c-1.22-30.mga10.src.rpm
Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.0imewC
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/p2c-1.22-build
+ test -d /home/pterjan/rpmbuild/BUILD/p2c-1.22-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/p2c-1.22-build
+ /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/p2c-1.22-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/p2c-1.22-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/p2c-1.22-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.K3of8M
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/p2c-1.22-build
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/pterjan/rpmbuild/BUILD/p2c-1.22-build
+ rm -rf p2c-1.22
+ /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/p2c-1.22.tar.bz2
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd p2c-1.22
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ echo 'Patch #2 (p2c-newpatch.patch):'
Patch #2 (p2c-newpatch.patch):
+ /usr/bin/patch --no-backup-if-mismatch -f -p1 -b --suffix .new --fuzz=0
patching file src/Makefile
patching file src/trans.h
patching file examples/Makefile
patching file Makefile
+ echo 'Patch #3 (p2c-1.22-memcpy.patch):'
Patch #3 (p2c-1.22-memcpy.patch):
+ /usr/bin/patch --no-backup-if-mismatch -f -p1 -b --suffix .memcpy --fuzz=0
patching file src/p2clib.c
+ echo 'Patch #4 (p2c-1.22-getline.patch):'
Patch #4 (p2c-1.22-getline.patch):
+ /usr/bin/patch --no-backup-if-mismatch -f -p0 -b --suffix .getline --fuzz=0
patching file src/parse.c
patching file src/p2c.hdrs
patching file src/lex.c
+ echo 'Patch #5 (p2c-fix-build-with-gcc14.patch):'
Patch #5 (p2c-fix-build-with-gcc14.patch):
+ /usr/bin/patch --no-backup-if-mismatch -f -p1 -b --suffix .gcc14 --fuzz=0
patching file src/trans.c
patching file src/makeproto.c
+ mkdir src/shlib
+ mkdir include
+ ln -s ../src include/p2c
+ 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.8Irnjb
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/p2c-1.22-build
+ cd p2c-1.22
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cp src/sys.p2crc src/p2crc
+ make 'RPM_OPTS=-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 -fPIC'
cd src ; make build ;  
make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/p2c-1.22-build/p2c-1.22/src'
gcc -c -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 -fPIC		      -DHASDUMPS -DP2C_HOME=\"/usr/lib/p2c\" trans.c
In file included from trans.c:23:
trans.h:1781:42: warning: built-in function 'logf' declared as non-function [-Wbuiltin-declaration-mismatch]
 1781 | extern FILE *inf, *outf, *codef, *hdrf, *logf;
      |                                          ^~~~
trans.c: In function 'main':
trans.c:779:26: warning: overflow in conversion from 'int' to 'signed char:2' changes value from '65535' to '-1' [-Woverflow]
  779 |                 bft.f1 = 0xffff;
      |                          ^~~~~~
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 -fPIC		        -c -o stuff.o stuff.c
In file included from stuff.c:21:
trans.h:1781:42: warning: built-in function 'logf' declared as non-function [-Wbuiltin-declaration-mismatch]
 1781 | extern FILE *inf, *outf, *codef, *hdrf, *logf;
      |                                          ^~~~
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 -fPIC		        -c -o out.o out.c
In file included from out.c:31:
trans.h:1781:42: warning: built-in function 'logf' declared as non-function [-Wbuiltin-declaration-mismatch]
 1781 | extern FILE *inf, *outf, *codef, *hdrf, *logf;
      |                                          ^~~~
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 -fPIC		        -c -o comment.o comment.c
In file included from comment.c:21:
trans.h:1781:42: warning: built-in function 'logf' declared as non-function [-Wbuiltin-declaration-mismatch]
 1781 | extern FILE *inf, *outf, *codef, *hdrf, *logf;
      |                                          ^~~~
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 -fPIC		        -c -o lex.o lex.c
In file included from lex.c:21:
trans.h:1781:42: warning: built-in function 'logf' declared as non-function [-Wbuiltin-declaration-mismatch]
 1781 | extern FILE *inf, *outf, *codef, *hdrf, *logf;
      |                                          ^~~~
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 -fPIC		        -c -o parse.o parse.c
In file included from parse.c:21:
trans.h:1781:42: warning: built-in function 'logf' declared as non-function [-Wbuiltin-declaration-mismatch]
 1781 | extern FILE *inf, *outf, *codef, *hdrf, *logf;
      |                                          ^~~~
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 -fPIC		        -c -o decl.o decl.c
In file included from decl.c:21:
trans.h:1781:42: warning: built-in function 'logf' declared as non-function [-Wbuiltin-declaration-mismatch]
 1781 | extern FILE *inf, *outf, *codef, *hdrf, *logf;
      |                                          ^~~~
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 -fPIC		        -c -o expr.o expr.c
In file included from expr.c:21:
trans.h:1781:42: warning: built-in function 'logf' declared as non-function [-Wbuiltin-declaration-mismatch]
 1781 | extern FILE *inf, *outf, *codef, *hdrf, *logf;
      |                                          ^~~~
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 -fPIC		        -c -o pexpr.o pexpr.c
In file included from pexpr.c:21:
trans.h:1781:42: warning: built-in function 'logf' declared as non-function [-Wbuiltin-declaration-mismatch]
 1781 | extern FILE *inf, *outf, *codef, *hdrf, *logf;
      |                                          ^~~~
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 -fPIC		        -c -o funcs.o funcs.c
In file included from funcs.c:21:
trans.h:1781:42: warning: built-in function 'logf' declared as non-function [-Wbuiltin-declaration-mismatch]
 1781 | extern FILE *inf, *outf, *codef, *hdrf, *logf;
      |                                          ^~~~
gcc -c -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 -fPIC		      -DCUST1=hpmods -DCUST2=citmods dir.c
In file included from dir.c:22:
trans.h:1781:42: warning: built-in function 'logf' declared as non-function [-Wbuiltin-declaration-mismatch]
 1781 | extern FILE *inf, *outf, *codef, *hdrf, *logf;
      |                                          ^~~~
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 -fPIC		        -c -o hpmods.o hpmods.c
In file included from hpmods.c:21:
trans.h:1781:42: warning: built-in function 'logf' declared as non-function [-Wbuiltin-declaration-mismatch]
 1781 | extern FILE *inf, *outf, *codef, *hdrf, *logf;
      |                                          ^~~~
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 -fPIC		        -c -o citmods.o citmods.c
In file included from citmods.c:21:
trans.h:1781:42: warning: built-in function 'logf' declared as non-function [-Wbuiltin-declaration-mismatch]
 1781 | extern FILE *inf, *outf, *codef, *hdrf, *logf;
      |                                          ^~~~
gcc  trans.o stuff.o out.o comment.o lex.o parse.o decl.o expr.o pexpr.o funcs.o dir.o hpmods.o citmods.o -o p2c
gcc -c -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 -fPIC		      p2clib.c
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 -fPIC		        -c -o loc.p2clib.o loc.p2clib.c
ar r libp2c.a p2clib.o loc.p2clib.o 
ar: creating libp2c.a
gcc -shared -Wl,-soname,libp2c.so.1 -o libp2c.so.1.2.0 .//p2clib.o .//loc.p2clib.o -lc
sed -e "s;--HOMEDIR--;/usr/lib/p2c;"   \
            -e "s;--INCDIR--;/usr/include/p2c;"     \
            -e "s;--LIBDIR--;/usr/lib;"     \
            p2c.man >p2c.man.inst
make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/p2c-1.22-build/p2c-1.22/src'
+ make 'RPM_OPTS=-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 -fPIC' shlib -C src
make: Entering directory '/home/pterjan/rpmbuild/BUILD/p2c-1.22-build/p2c-1.22/src'
make: Nothing to be done for 'shlib'.
make: Leaving directory '/home/pterjan/rpmbuild/BUILD/p2c-1.22-build/p2c-1.22/src'
+ RPM_EC=0
++ jobs -p
+ exit 0
sh: line 4: [: -j8: integer expression expected
sh: line 4: [: -j8: integer expression expected
sh: line 4: [: -j8: integer expression expected
Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.BMoKnt
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/p2c-1.22-build
+ '[' 1 -eq 1 ']'
+ '[' /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT '!=' / ']'
+ rm -rf /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT
++ dirname /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT
+ mkdir -p /home/pterjan/rpmbuild/BUILD/p2c-1.22-build
+ mkdir /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT
+ cd p2c-1.22
+ '[' 1 -eq 1 ']'
+ mkdir -p /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT/usr/share/man/man1 /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT/usr/lib /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT/usr/lib64 /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT/usr/include
+ make install RPM_INSTALL=/home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT LIBDIR=/home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT/usr/lib64 MANDIR=/home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT/usr/share/man/man1
cd src; make install
make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/p2c-1.22-build/p2c-1.22/src'
gcc 		       makeproto.c -o makeproto
./makeproto -n -m -h -t16 -a35 -s1 -i trans.c stuff.c out.c comment.c lex.c parse.c decl.c expr.c pexpr.c funcs.c dir.c hpmods.c citmods.c -o p2c.proto
./makeproto -n -m -h -t16 -a35 -s0 -x trans.c stuff.c out.c comment.c lex.c parse.c decl.c expr.c pexpr.c funcs.c dir.c hpmods.c citmods.c -o p2c.hdrs
if [ ! -d /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT/usr/lib/p2c ]; then mkdir /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT/usr/lib/p2c; else true; fi
if [ ! -d /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT/usr/bin ]; then mkdir /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT/usr/bin; else true; fi
if [ ! -d /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT/usr/lib64 ]; then mkdir /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT/usr/lib64; else true; fi
if [ ! -d /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT/usr/share/man/man1 ]; then mkdir /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT/usr/share/man/man1; else true; fi
if [ ! -d /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT/usr/include/p2c ]; then mkdir /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT/usr/include/p2c; else true; fi
cp  p2c          /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT/usr/bin/p2c
sed -e "s;--HOMEDIR--;/usr/lib/p2c;"   \
    -e "s;--INCDIR--;/usr/include/p2c;"     \
    -e "s;--LIBDIR--;/usr/lib;"     \
    -e "s;/bin/perl;`which perl`;"      \
    p2cc.perl >p2cc
chmod a+x p2cc
cp  p2cc         /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT/usr/bin/p2cc
cp  libp2c.a     /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT/usr/lib64/libp2c.a
if [ -f /usr/bin/ranlib -o -f /bin/ranlib ]; then ranlib /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT/usr/lib64/libp2c.a; fi
cp libp2c.so.1.2.0 /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT/usr/lib64/libp2c.so.1.2.0
cp  p2c.man.inst   /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT/usr/share/man/man1/p2c.1
cp  p2c.h        /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT/usr/include/p2c/p2c.h
cp  sys.p2crc    /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT/usr/lib/p2c/p2crc
cp  loc.p2crc    /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT/usr/lib/p2c/loc.p2crc
cp  system.imp   /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT/usr/lib/p2c/system.imp
cp  system.m2    /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT/usr/lib/p2c/system.m2
cp  turbo.imp    /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT/usr/lib/p2c/turbo.imp
cp  string.pas   /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT/usr/lib/p2c/string.pas
make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/p2c-1.22-build/p2c-1.22/src'
+ /usr/bin/find-debuginfo -j48 --strict-build-id -m -i --build-id-seed 1.22-30.mga10 --unique-debug-suffix -1.22-30.mga10.x86_64 --unique-debug-src-base p2c-1.22-30.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/p2c-1.22
find-debuginfo: starting

Extracting debug info from 2 files
DWARF-compressing 2 files
sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match.
Creating .debug symlinks for symlinks to ELF files
Copying sources found by 'debugedit -l' to /usr/src/debug/p2c-1.22-30.mga10.x86_64
find-debuginfo: done
+ /usr/lib/rpm/check-buildroot
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/compress_files .xz
+ '[' -n '' ']'
+ /usr/share/spec-helper/relink_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_perl
+ '[' -n '' ']'
+ /usr/share/spec-helper/lib_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/gprintify
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_mo
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_pamd
+ '[' -n '' ']'
+ /usr/share/spec-helper/remove_info_dir
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_eol
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_desktop_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_elf_files
+ /usr/lib/rpm/check-rpaths
+ /usr/lib/rpm/brp-remove-la-files
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
+ env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j48
+ /usr/lib/rpm/redhat/brp-python-hardlink
Reading /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/SPECPARTS/rpm-debuginfo.specpart
Processing files: p2c-1.22-30.mga10.x86_64
Provides: libp2c.so.1()(64bit) p2c = 1.22-30.mga10 p2c(x86-64) = 1.22-30.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.11)(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) perl-base >= 2:5.40.0
Processing files: p2c-devel-1.22-30.mga10.x86_64
Provides: p2c-devel = 1.22-30.mga10 p2c-devel(x86-64) = 1.22-30.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: p2c-debugsource-1.22-30.mga10.x86_64
Provides: p2c-debugsource = 1.22-30.mga10 p2c-debugsource(x86-64) = 1.22-30.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: p2c-debuginfo-1.22-30.mga10.x86_64
Provides: debuginfo(build-id) = a7fc7d8475784365f8a87033cddd94138d1e51fc debuginfo(build-id) = f53ecd59554a07f62b076d1a9f14d9d34f6cd2a2 p2c-debuginfo = 1.22-30.mga10 p2c-debuginfo(x86-64) = 1.22-30.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: p2c-debugsource(x86-64) = 1.22-30.mga10
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/p2c-1.22-build/BUILDROOT
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/p2c-devel-1.22-30.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/p2c-debuginfo-1.22-30.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/p2c-1.22-30.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/p2c-debugsource-1.22-30.mga10.x86_64.rpm
sh: line 4: [: -j8: integer expression expected
Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.OJg0cQ
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/p2c-1.22-build
+ test -d /home/pterjan/rpmbuild/BUILD/p2c-1.22-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/p2c-1.22-build
+ rm -rf /home/pterjan/rpmbuild/BUILD/p2c-1.22-build
+ RPM_EC=0
++ jobs -p
+ exit 0

RPM build warnings:
    Macro expanded in comment on line 60: %_docdir/p2c-1.22

D: [iurt_root_command] Success!