D: [iurt_root_command] chroot
Building target platforms: x86_64
Building for target x86_64
Installing /home/pterjan/rpmbuild/SRPMS/pmake-1.45-20.mga10.src.rpm
Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Lmup3z
Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.33Vuto
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/pmake-1.45-build
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/pterjan/rpmbuild/BUILD/pmake-1.45-build
+ rm -rf pmake-1.45
+ /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/pmake_1.45-3.2.tar.bz2
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd pmake-1.45
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ echo 'Patch #0 (pmake-1.45-gcc4.patch):'
Patch #0 (pmake-1.45-gcc4.patch):
+ /usr/bin/patch --no-backup-if-mismatch -f -p1 -b --suffix .gcc4 --fuzz=0
patching file lst.lib/lstInt.h
patching file sprite.h
patching file job.h
+ echo 'Patch #1 (pmake_1.45-3.2-LDFLAGS.diff):'
Patch #1 (pmake_1.45-3.2-LDFLAGS.diff):
+ /usr/bin/patch --no-backup-if-mismatch -f -p0 -b --suffix .LDFLAGS --fuzz=0
patching file Makefile.boot
+ echo 'Patch #2 (pmake-1.45-mktemp.patch):'
Patch #2 (pmake-1.45-mktemp.patch):
+ /usr/bin/patch --no-backup-if-mismatch -f -p1 -b --suffix .mktemp --fuzz=0
patching file mk/bsd.lib.mk
patching file mk/bsd.prog.mk
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ROQPWM
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/pmake-1.45-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 pmake-1.45
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
++ arch
+ /usr/bin/make -f Makefile.boot '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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\"' CC=gcc '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'
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c arch.c -o arch.o
arch.c: In function 'ArchFree':
arch.c:159:1: warning: old-style function definition [-Wold-style-definition]
  159 | ArchFree(ap)
      | ^~~~~~~~
arch.c: In function 'Arch_ParseArchive':
arch.c:199:1: warning: old-style function definition [-Wold-style-definition]
  199 | Arch_ParseArchive (linePtr, nodeLst, ctxt)
      | ^~~~~~~~~~~~~~~~~
arch.c: In function 'ArchFindArchive':
arch.c:445:1: warning: old-style function definition [-Wold-style-definition]
  445 | ArchFindArchive (ar, archName)
      | ^~~~~~~~~~~~~~~
arch.c: In function 'ArchStatMember':
arch.c:470:1: warning: old-style function definition [-Wold-style-definition]
  470 | ArchStatMember (archive, member, hash)
      | ^~~~~~~~~~~~~~
arch.c: In function 'ArchSVR4Entry':
arch.c:693:1: warning: old-style function definition [-Wold-style-definition]
  693 | ArchSVR4Entry(ar, name, size, arch)
      | ^~~~~~~~~~~~~
arch.c: In function 'ArchFindMember':
arch.c:795:1: warning: old-style function definition [-Wold-style-definition]
  795 | ArchFindMember (archive, member, arhPtr, mode)
      | ^~~~~~~~~~~~~~
arch.c: In function 'Arch_Touch':
arch.c:940:1: warning: old-style function definition [-Wold-style-definition]
  940 | Arch_Touch (gn)
      | ^~~~~~~~~~
arch.c: In function 'Arch_TouchLib':
arch.c:978:1: warning: old-style function definition [-Wold-style-definition]
  978 | Arch_TouchLib (gn)
      | ^~~~~~~~~~~~~
arch.c: In function 'Arch_MTime':
arch.c:1014:1: warning: old-style function definition [-Wold-style-definition]
 1014 | Arch_MTime (gn)
      | ^~~~~~~~~~
arch.c: In function 'Arch_MemMTime':
arch.c:1054:1: warning: old-style function definition [-Wold-style-definition]
 1054 | Arch_MemMTime (gn)
      | ^~~~~~~~~~~~~
arch.c: In function 'Arch_FindLib':
arch.c:1120:1: warning: old-style function definition [-Wold-style-definition]
 1120 | Arch_FindLib (gn, path)
      | ^~~~~~~~~~~~
arch.c: In function 'Arch_LibOODate':
arch.c:1177:1: warning: old-style function definition [-Wold-style-definition]
 1177 | Arch_LibOODate (gn)
      | ^~~~~~~~~~~~~~
arch.c: In function 'Arch_IsLib':
arch.c:1272:1: warning: old-style function definition [-Wold-style-definition]
 1272 | Arch_IsLib(gn)
      | ^~~~~~~~~~
arch.c: In function 'Arch_Touch':
arch.c:954:33: warning: '__builtin___sprintf_chk' writing a terminating nul past the end of the destination [-Wformat-overflow=]
  954 |     sprintf(arh.ar_date, "%-12ld", (long) now);
      |                                 ^
In file included from /usr/include/stdio.h:970,
                 from arch.c:109:
In function 'sprintf',
    inlined from 'Arch_Touch' at arch.c:954:5:
/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 13 and 21 bytes into a destination of size 12
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c buf.c -o buf.o
buf.c: In function 'Buf_OvAddByte':
buf.c:104:1: warning: old-style function definition [-Wold-style-definition]
  104 | Buf_OvAddByte (bp, byte)
      | ^~~~~~~~~~~~~
buf.c: In function 'Buf_AddBytes':
buf.c:135:1: warning: old-style function definition [-Wold-style-definition]
  135 | Buf_AddBytes (bp, numBytes, bytesPtr)
      | ^~~~~~~~~~~~
buf.c: In function 'Buf_UngetByte':
buf.c:167:1: warning: old-style function definition [-Wold-style-definition]
  167 | Buf_UngetByte (bp, byte)
      | ^~~~~~~~~~~~~
buf.c: In function 'Buf_UngetBytes':
buf.c:217:1: warning: old-style function definition [-Wold-style-definition]
  217 | Buf_UngetBytes (bp, numBytes, bytesPtr)
      | ^~~~~~~~~~~~~~
buf.c: In function 'Buf_GetByte':
buf.c:262:1: warning: old-style function definition [-Wold-style-definition]
  262 | Buf_GetByte (bp)
      | ^~~~~~~~~~~
buf.c: In function 'Buf_GetBytes':
buf.c:295:1: warning: old-style function definition [-Wold-style-definition]
  295 | Buf_GetBytes (bp, numBytes, bytesPtr)
      | ^~~~~~~~~~~~
buf.c: In function 'Buf_GetAll':
buf.c:329:1: warning: old-style function definition [-Wold-style-definition]
  329 | Buf_GetAll (bp, numBytesPtr)
      | ^~~~~~~~~~
buf.c: In function 'Buf_Discard':
buf.c:355:1: warning: old-style function definition [-Wold-style-definition]
  355 | Buf_Discard (bp, numBytes)
      | ^~~~~~~~~~~
buf.c: In function 'Buf_Size':
buf.c:384:1: warning: old-style function definition [-Wold-style-definition]
  384 | Buf_Size (buf)
      | ^~~~~~~~
buf.c: In function 'Buf_Init':
buf.c:406:1: warning: old-style function definition [-Wold-style-definition]
  406 | Buf_Init (size)
      | ^~~~~~~~
buf.c: In function 'Buf_Destroy':
buf.c:438:1: warning: old-style function definition [-Wold-style-definition]
  438 | Buf_Destroy (buf, freeData)
      | ^~~~~~~~~~~
buf.c: In function 'Buf_ReplaceLastByte':
buf.c:464:1: warning: old-style function definition [-Wold-style-definition]
  464 | Buf_ReplaceLastByte (buf, byte)
      | ^~~~~~~~~~~~~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c compat.c -o compat.o
compat.c: In function 'CompatInterrupt':
compat.c:111:1: warning: old-style function definition [-Wold-style-definition]
  111 | CompatInterrupt (signo)
      | ^~~~~~~~~~~~~~~
compat.c: In function 'CompatRunCommand':
compat.c:155:1: warning: old-style function definition [-Wold-style-definition]
  155 | CompatRunCommand (cmdp, gnp)
      | ^~~~~~~~~~~~~~~~
compat.c: In function 'CompatMake':
compat.c:369:1: warning: old-style function definition [-Wold-style-definition]
  369 | CompatMake (gnp, pgnp)
      | ^~~~~~~~~~
compat.c: In function 'Compat_Run':
compat.c:539:1: warning: old-style function definition [-Wold-style-definition]
  539 | Compat_Run(targs)
      | ^~~~~~~~~~
compat.c: In function 'CompatRunCommand':
compat.c:287:20: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  287 |             (void) write (2, av[0], strlen (av[0]));
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compat.c:288:20: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  288 |             (void) write (2, ": not found\n", sizeof(": not found"));
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c cond.c -o cond.o
cond.c: In function 'CondPushBack':
cond.c:165:1: warning: old-style function definition [-Wold-style-definition]
  165 | CondPushBack (t)
      | ^~~~~~~~~~~~
cond.c: In function 'CondGetArg':
cond.c:186:1: warning: old-style function definition [-Wold-style-definition]
  186 | CondGetArg (linePtr, argPtr, func, parens)
      | ^~~~~~~~~~
cond.c: In function 'CondDoDefined':
cond.c:288:1: warning: old-style function definition [-Wold-style-definition]
  288 | CondDoDefined (argLen, arg)
      | ^~~~~~~~~~~~~
cond.c: In function 'CondStrMatch':
cond.c:323:1: warning: old-style function definition [-Wold-style-definition]
  323 | CondStrMatch(string, pattern)
      | ^~~~~~~~~~~~
cond.c: In function 'CondDoMake':
cond.c:344:1: warning: old-style function definition [-Wold-style-definition]
  344 | CondDoMake (argLen, arg)
      | ^~~~~~~~~~
cond.c: In function 'CondDoExists':
cond.c:375:1: warning: old-style function definition [-Wold-style-definition]
  375 | CondDoExists (argLen, arg)
      | ^~~~~~~~~~~~
cond.c: In function 'CondDoTarget':
cond.c:409:1: warning: old-style function definition [-Wold-style-definition]
  409 | CondDoTarget (argLen, arg)
      | ^~~~~~~~~~~~
cond.c: In function 'CondCvtArg':
cond.c:448:1: warning: old-style function definition [-Wold-style-definition]
  448 | CondCvtArg(str, value)
      | ^~~~~~~~~~
cond.c: In function 'CondToken':
cond.c:489:1: warning: old-style function definition [-Wold-style-definition]
  489 | CondToken(doEval)
      | ^~~~~~~~~
cond.c: In function 'CondT':
cond.c:926:1: warning: old-style function definition [-Wold-style-definition]
  926 | CondT(doEval)
      | ^~~~~
cond.c: In function 'CondF':
cond.c:975:1: warning: old-style function definition [-Wold-style-definition]
  975 | CondF(doEval)
      | ^~~~~
cond.c: In function 'CondE':
cond.c:1022:1: warning: old-style function definition [-Wold-style-definition]
 1022 | CondE(doEval)
      | ^~~~~
cond.c: In function 'Cond_EvalExpression':
cond.c:1074:1: warning: old-style function definition [-Wold-style-definition]
 1074 | Cond_EvalExpression(dosetup, line, value, eprint)
      | ^~~~~~~~~~~~~~~~~~~
cond.c: In function 'Cond_Eval':
cond.c:1141:1: warning: old-style function definition [-Wold-style-definition]
 1141 | Cond_Eval (line)
      | ^~~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c dir.c -o dir.o
dir.c: In function 'Dir_Init':
dir.c:223:1: warning: old-style function definition [-Wold-style-definition]
  223 | Dir_Init (cdname)
      | ^~~~~~~~
dir.c: In function 'DirFindName':
dir.c:297:1: warning: old-style function definition [-Wold-style-definition]
  297 | DirFindName (p, dname)
      | ^~~~~~~~~~~
dir.c: In function 'Dir_HasWildcards':
dir.c:322:1: warning: old-style function definition [-Wold-style-definition]
  322 | Dir_HasWildcards (name)
      | ^~~~~~~~~~~~~~~~
dir.c: In function 'DirMatchFiles':
dir.c:373:1: warning: old-style function definition [-Wold-style-definition]
  373 | DirMatchFiles (pattern, p, expansions)
      | ^~~~~~~~~~~~~
dir.c: In function 'DirExpandCurly':
dir.c:424:1: warning: old-style function definition [-Wold-style-definition]
  424 | DirExpandCurly(word, brace, path, expansions)
      | ^~~~~~~~~~~~~~
dir.c: In function 'DirExpandInt':
dir.c:535:1: warning: old-style function definition [-Wold-style-definition]
  535 | DirExpandInt(word, path, expansions)
      | ^~~~~~~~~~~~
dir.c: In function 'DirPrintWord':
dir.c:567:1: warning: old-style function definition [-Wold-style-definition]
  567 | DirPrintWord(word, dummy)
      | ^~~~~~~~~~~~
dir.c: In function 'Dir_Expand':
dir.c:591:1: warning: old-style function definition [-Wold-style-definition]
  591 | Dir_Expand (word, path, expansions)
      | ^~~~~~~~~~
dir.c: In function 'DirLookup':
dir.c:705:1: warning: old-style function definition [-Wold-style-definition]
  705 | DirLookup(p, name, cp, hasSlash)
      | ^~~~~~~~~
dir.c: In function 'DirLookupSubdir':
dir.c:785:1: warning: old-style function definition [-Wold-style-definition]
  785 | DirLookupSubdir(p, name)
      | ^~~~~~~~~~~~~~~
dir.c: In function 'Dir_FindFile':
dir.c:848:1: warning: old-style function definition [-Wold-style-definition]
  848 | Dir_FindFile (name, path)
      | ^~~~~~~~~~~~
dir.c: In function 'Dir_MTime':
dir.c:1074:1: warning: old-style function definition [-Wold-style-definition]
 1074 | Dir_MTime (gn)
      | ^~~~~~~~~
dir.c: In function 'Dir_AddDir':
dir.c:1143:1: warning: old-style function definition [-Wold-style-definition]
 1143 | Dir_AddDir (path, name)
      | ^~~~~~~~~~
dir.c: In function 'Dir_CopyDir':
dir.c:1219:1: warning: old-style function definition [-Wold-style-definition]
 1219 | Dir_CopyDir(p)
      | ^~~~~~~~~~~
dir.c: In function 'Dir_MakeFlags':
dir.c:1245:1: warning: old-style function definition [-Wold-style-definition]
 1245 | Dir_MakeFlags (flag, path)
      | ^~~~~~~~~~~~~
dir.c: In function 'Dir_Destroy':
dir.c:1284:1: warning: old-style function definition [-Wold-style-definition]
 1284 | Dir_Destroy (pp)
      | ^~~~~~~~~~~
dir.c: In function 'Dir_ClearPath':
dir.c:1317:1: warning: old-style function definition [-Wold-style-definition]
 1317 | Dir_ClearPath(path)
      | ^~~~~~~~~~~~~
dir.c: In function 'Dir_Concat':
dir.c:1343:1: warning: old-style function definition [-Wold-style-definition]
 1343 | Dir_Concat(path1, path2)
      | ^~~~~~~~~~
dir.c: In function 'DirPrintDir':
dir.c:1381:12: warning: old-style function definition [-Wold-style-definition]
 1381 | static int DirPrintDir (p, dummy)
      |            ^~~~~~~~~~~
dir.c: In function 'Dir_PrintPath':
dir.c:1390:1: warning: old-style function definition [-Wold-style-definition]
 1390 | Dir_PrintPath (path)
      | ^~~~~~~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c for.c -o for.o
for.c: In function 'For_Eval':
for.c:116:1: warning: old-style function definition [-Wold-style-definition]
  116 | For_Eval (line)
      | ^~~~~~~~
for.c: In function 'ForExec':
for.c:260:1: warning: old-style function definition [-Wold-style-definition]
  260 | ForExec(namep, argp)
      | ^~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c hash.c -o hash.o
hash.c: In function 'Hash_InitTable':
hash.c:96:1: warning: old-style function definition [-Wold-style-definition]
   96 | Hash_InitTable(t, numBuckets)
      | ^~~~~~~~~~~~~~
hash.c: In function 'Hash_DeleteTable':
hash.c:143:1: warning: old-style function definition [-Wold-style-definition]
  143 | Hash_DeleteTable(t)
      | ^~~~~~~~~~~~~~~~
hash.c: In function 'Hash_FindEntry':
hash.c:183:1: warning: old-style function definition [-Wold-style-definition]
  183 | Hash_FindEntry(t, key)
      | ^~~~~~~~~~~~~~
hash.c: In function 'Hash_CreateEntry':
hash.c:220:1: warning: old-style function definition [-Wold-style-definition]
  220 | Hash_CreateEntry(t, key, newPtr)
      | ^~~~~~~~~~~~~~~~
hash.c: In function 'Hash_DeleteEntry':
hash.c:287:1: warning: old-style function definition [-Wold-style-definition]
  287 | Hash_DeleteEntry(t, e)
      | ^~~~~~~~~~~~~~~~
hash.c: In function 'Hash_EnumFirst':
hash.c:328:1: warning: old-style function definition [-Wold-style-definition]
  328 | Hash_EnumFirst(t, searchPtr)
      | ^~~~~~~~~~~~~~
hash.c: In function 'Hash_EnumNext':
hash.c:358:1: warning: old-style function definition [-Wold-style-definition]
  358 | Hash_EnumNext(searchPtr)
      | ^~~~~~~~~~~~~
hash.c: In function 'RebuildTable':
hash.c:404:1: warning: old-style function definition [-Wold-style-definition]
  404 | RebuildTable(t)
      | ^~~~~~~~~~~~
hash.c: In function 'Hash_DeleteEntry':
hash.c:304:16: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  304 |         (void) write(2, "bad call to Hash_DeleteEntry\n", 29);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c job.c -o job.o
job.c: In function 'JobCondPassSig':
job.c:338:1: warning: old-style function definition [-Wold-style-definition]
  338 | JobCondPassSig(jobp, signop)
      | ^~~~~~~~~~~~~~
job.c: In function 'JobPassSig':
job.c:381:1: warning: old-style function definition [-Wold-style-definition]
  381 | JobPassSig(signo)
      | ^~~~~~~~~~
job.c: In function 'JobCmpPid':
job.c:459:1: warning: old-style function definition [-Wold-style-definition]
  459 | JobCmpPid(job, pid)
      | ^~~~~~~~~
job.c: In function 'JobPrintCommand':
job.c:517:1: warning: old-style function definition [-Wold-style-definition]
  517 | JobPrintCommand(cmdp, jobp)
      | ^~~~~~~~~~~~~~~
job.c: In function 'JobSaveCommand':
job.c:679:1: warning: old-style function definition [-Wold-style-definition]
  679 | JobSaveCommand(cmd, gn)
      | ^~~~~~~~~~~~~~
job.c: In function 'JobClose':
job.c:703:1: warning: old-style function definition [-Wold-style-definition]
  703 | JobClose(job)
      | ^~~~~~~~
job.c: In function 'JobFinish':
job.c:748:1: warning: old-style function definition [-Wold-style-definition]
  748 | JobFinish(job, status)
      | ^~~~~~~~~
job.c: In function 'Job_Touch':
job.c:1021:1: warning: old-style function definition [-Wold-style-definition]
 1021 | Job_Touch(gn, silent)
      | ^~~~~~~~~
job.c: In function 'Job_CheckCommands':
job.c:1092:1: warning: old-style function definition [-Wold-style-definition]
 1092 | Job_CheckCommands(gn, abortProc)
      | ^~~~~~~~~~~~~~~~~
job.c: In function 'JobExec':
job.c:1184:1: warning: old-style function definition [-Wold-style-definition]
 1184 | JobExec(job, argv)
      | ^~~~~~~
job.c: In function 'JobMakeArgv':
job.c:1352:1: warning: old-style function definition [-Wold-style-definition]
 1352 | JobMakeArgv(job, argv)
      | ^~~~~~~~~~~
job.c: In function 'JobRestart':
job.c:1408:1: warning: old-style function definition [-Wold-style-definition]
 1408 | JobRestart(job)
      | ^~~~~~~~~~
job.c: In function 'JobStart':
job.c:1661:1: warning: old-style function definition [-Wold-style-definition]
 1661 | JobStart(gn, flags, previous)
      | ^~~~~~~~
job.c: In function 'JobOutput':
job.c:1958:1: warning: old-style function definition [-Wold-style-definition]
 1958 | JobOutput(job, cp, endp, msg)
      | ^~~~~~~~~
job.c: In function 'JobDoOutput':
job.c:2031:1: warning: old-style function definition [-Wold-style-definition]
 2031 | JobDoOutput(job, finish)
      | ^~~~~~~~~~~
job.c: In function 'Job_CatchChildren':
job.c:2227:1: warning: old-style function definition [-Wold-style-definition]
 2227 | Job_CatchChildren(block)
      | ^~~~~~~~~~~~~~~~~
job.c: In function 'Job_Make':
job.c:2385:1: warning: old-style function definition [-Wold-style-definition]
 2385 | Job_Make(gn)
      | ^~~~~~~~
job.c: In function 'Job_Init':
job.c:2404:1: warning: old-style function definition [-Wold-style-definition]
 2404 | Job_Init(maxproc, maxlocal)
      | ^~~~~~~~
job.c: In function 'JobMatchShell':
job.c:2579:1: warning: old-style function definition [-Wold-style-definition]
 2579 | JobMatchShell(name)
      | ^~~~~~~~~~~~~
job.c: In function 'Job_ParseShell':
job.c:2651:1: warning: old-style function definition [-Wold-style-definition]
 2651 | Job_ParseShell(line)
      | ^~~~~~~~~~~~~~
job.c: In function 'JobInterrupt':
job.c:2790:1: warning: old-style function definition [-Wold-style-definition]
 2790 | JobInterrupt(runINTERRUPT, signo)
      | ^~~~~~~~~~~~
job.c: In function 'Job_Touch':
job.c:1065:28: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
 1065 |                     (void) write(streamID, &c, 1);
      |                            ^~~~~~~~~~~~~~~~~~~~~~
job.c: In function 'JobExec':
job.c:1281:16: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
 1281 |         (void) write(2, "Could not execute shell\n",
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1282 |                      sizeof("Could not execute shell"));
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c main.c -o main.o
main.c: In function 'MainParseArgs':
main.c:166:1: warning: old-style function definition [-Wold-style-definition]
  166 | MainParseArgs(argc, argv)
      | ^~~~~~~~~~~~~
main.c: In function 'Main_ParseArgLine':
main.c:376:1: warning: old-style function definition [-Wold-style-definition]
  376 | Main_ParseArgLine(line)
      | ^~~~~~~~~~~~~~~~~
main.c: In function 'chdir_verify_path':
main.c:406:1: warning: old-style function definition [-Wold-style-definition]
  406 | chdir_verify_path(path, obpath)
      | ^~~~~~~~~~~~~~~~~
main.c: In function 'main':
main.c:451:1: warning: old-style function definition [-Wold-style-definition]
  451 | main(argc, argv)
      | ^~~~
main.c: In function 'ReadMakefile':
main.c:862:1: warning: old-style function definition [-Wold-style-definition]
  862 | ReadMakefile(p, q)
      | ^~~~~~~~~~~~
main.c: In function 'Cmd_Exec':
main.c:916:1: warning: old-style function definition [-Wold-style-definition]
  916 | Cmd_Exec(cmd, err)
      | ^~~~~~~~
main.c: In function 'Finish':
main.c:1186:1: warning: old-style function definition [-Wold-style-definition]
 1186 | Finish(errors)
      | ^~~~~~
main.c: In function 'emalloc':
main.c:1197:1: warning: old-style function definition [-Wold-style-definition]
 1197 | emalloc(len)
      | ^~~~~~~
main.c: In function 'estrdup':
main.c:1212:1: warning: old-style function definition [-Wold-style-definition]
 1212 | estrdup(str)
      | ^~~~~~~
main.c: In function 'erealloc':
main.c:1227:1: warning: old-style function definition [-Wold-style-definition]
 1227 | erealloc(ptr, size)
      | ^~~~~~~~
main.c: In function 'eunlink':
main.c:1252:1: warning: old-style function definition [-Wold-style-definition]
 1252 | eunlink(file)
      | ^~~~~~~
main.c: In function 'PrintAddr':
main.c:1283:1: warning: old-style function definition [-Wold-style-definition]
 1283 | PrintAddr(a, b)
      | ^~~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c make.c -o make.o
make.c: In function 'Make_TimeStamp':
make.c:125:1: warning: old-style function definition [-Wold-style-definition]
  125 | Make_TimeStamp (pgn, cgn)
      | ^~~~~~~~~~~~~~
make.c: In function 'MakeTimeStamp':
make.c:136:1: warning: old-style function definition [-Wold-style-definition]
  136 | MakeTimeStamp (pgn, cgn)
      | ^~~~~~~~~~~~~
make.c: In function 'Make_OODate':
make.c:162:1: warning: old-style function definition [-Wold-style-definition]
  162 | Make_OODate (gn)
      | ^~~~~~~~~~~
make.c: In function 'MakeAddChild':
make.c:307:1: warning: old-style function definition [-Wold-style-definition]
  307 | MakeAddChild (gnp, lp)
      | ^~~~~~~~~~~~
make.c: In function 'MakeFindChild':
make.c:335:1: warning: old-style function definition [-Wold-style-definition]
  335 | MakeFindChild (gnp, pgnp)
      | ^~~~~~~~~~~~~
make.c: In function 'Make_HandleUse':
make.c:373:1: warning: old-style function definition [-Wold-style-definition]
  373 | Make_HandleUse (cgn, pgn)
      | ^~~~~~~~~~~~~~
make.c: In function 'MakeHandleUse':
make.c:439:1: warning: old-style function definition [-Wold-style-definition]
  439 | MakeHandleUse (pgn, cgn)
      | ^~~~~~~~~~~~~
make.c: In function 'Make_Recheck':
make.c:463:1: warning: old-style function definition [-Wold-style-definition]
  463 | Make_Recheck (gn)
      | ^~~~~~~~~~~~
make.c: In function 'Make_Update':
make.c:565:1: warning: old-style function definition [-Wold-style-definition]
  565 | Make_Update (cgn)
      | ^~~~~~~~~~~
make.c: In function 'MakeAddAllSrc':
make.c:671:1: warning: old-style function definition [-Wold-style-definition]
  671 | MakeAddAllSrc (cgnp, pgnp)
      | ^~~~~~~~~~~~~
make.c: In function 'Make_DoAllVar':
make.c:741:1: warning: old-style function definition [-Wold-style-definition]
  741 | Make_DoAllVar (gn)
      | ^~~~~~~~~~~~~
make.c: In function 'MakePrintStatus':
make.c:862:1: warning: old-style function definition [-Wold-style-definition]
  862 | MakePrintStatus(gnp, cyclep)
      | ^~~~~~~~~~~~~~~
make.c: In function 'Make_ExpandUse':
make.c:914:1: warning: old-style function definition [-Wold-style-definition]
  914 | Make_ExpandUse (targs)
      | ^~~~~~~~~~~~~~
make.c: In function 'Make_Run':
make.c:1002:1: warning: old-style function definition [-Wold-style-definition]
 1002 | Make_Run (targs)
      | ^~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c parse.c -o parse.o
parse.c: In function 'ParseFindKeyword':
parse.c:281:1: warning: old-style function definition [-Wold-style-definition]
  281 | ParseFindKeyword (str)
      | ^~~~~~~~~~~~~~~~
parse.c: In function 'ParseLinkSrc':
parse.c:431:1: warning: old-style function definition [-Wold-style-definition]
  431 | ParseLinkSrc (pgnp, cgnp)
      | ^~~~~~~~~~~~
parse.c: In function 'ParseDoOp':
parse.c:464:1: warning: old-style function definition [-Wold-style-definition]
  464 | ParseDoOp (gnp, opp)
      | ^~~~~~~~~
parse.c: In function 'ParseAddDep':
parse.c:552:1: warning: old-style function definition [-Wold-style-definition]
  552 | ParseAddDep(pp, sp)
      | ^~~~~~~~~~~
parse.c: In function 'ParseDoSrc':
parse.c:592:1: warning: old-style function definition [-Wold-style-definition]
  592 | ParseDoSrc (tOp, src, allsrc)
      | ^~~~~~~~~~
parse.c: In function 'ParseFindMain':
parse.c:706:1: warning: old-style function definition [-Wold-style-definition]
  706 | ParseFindMain(gnp, dummy)
      | ^~~~~~~~~~~~~
parse.c: In function 'ParseAddDir':
parse.c:734:1: warning: old-style function definition [-Wold-style-definition]
  734 | ParseAddDir(path, name)
      | ^~~~~~~~~~~
parse.c: In function 'ParseClearPath':
parse.c:756:1: warning: old-style function definition [-Wold-style-definition]
  756 | ParseClearPath(path, dummy)
      | ^~~~~~~~~~~~~~
parse.c: In function 'ParseDoDependency':
parse.c:799:1: warning: old-style function definition [-Wold-style-definition]
  799 | ParseDoDependency (line)
      | ^~~~~~~~~~~~~~~~~
parse.c: In function 'Parse_IsVar':
parse.c:1316:1: warning: old-style function definition [-Wold-style-definition]
 1316 | Parse_IsVar (line)
      | ^~~~~~~~~~~
parse.c: In function 'Parse_DoVar':
parse.c:1418:1: warning: old-style function definition [-Wold-style-definition]
 1418 | Parse_DoVar (line, ctxt)
      | ^~~~~~~~~~~
parse.c: In function 'ParseAddCmd':
parse.c:1572:1: warning: old-style function definition [-Wold-style-definition]
 1572 | ParseAddCmd(gnp, cmd)
      | ^~~~~~~~~~~
parse.c: In function 'ParseHasCommands':
parse.c:1600:1: warning: old-style function definition [-Wold-style-definition]
 1600 | ParseHasCommands(gnp)
      | ^~~~~~~~~~~~~~~~
parse.c: In function 'Parse_AddIncludeDir':
parse.c:1624:1: warning: old-style function definition [-Wold-style-definition]
 1624 | Parse_AddIncludeDir (dir)
      | ^~~~~~~~~~~~~~~~~~~
parse.c: In function 'ParseDoInclude':
parse.c:1649:1: warning: old-style function definition [-Wold-style-definition]
 1649 | ParseDoInclude (line)
      | ^~~~~~~~~~~~~~
parse.c: In function 'Parse_FromString':
parse.c:1830:1: warning: old-style function definition [-Wold-style-definition]
 1830 | Parse_FromString(str)
      | ^~~~~~~~~~~~~~~~
parse.c: In function 'ParseTraditionalInclude':
parse.c:1872:1: warning: old-style function definition [-Wold-style-definition]
 1872 | ParseTraditionalInclude (line)
      | ^~~~~~~~~~~~~~~~~~~~~~~
parse.c: In function 'ParseEOF':
parse.c:2030:1: warning: old-style function definition [-Wold-style-definition]
 2030 | ParseEOF (opened)
      | ^~~~~~~~
parse.c: In function 'ParseUnreadc':
parse.c:2090:1: warning: old-style function definition [-Wold-style-definition]
 2090 | ParseUnreadc(c)
      | ^~~~~~~~~~~~
parse.c: In function 'ParseSkipLine':
parse.c:2108:1: warning: old-style function definition [-Wold-style-definition]
 2108 | ParseSkipLine(skip)
      | ^~~~~~~~~~~~~
parse.c: In function 'Parse_File':
parse.c:2457:1: warning: old-style function definition [-Wold-style-definition]
 2457 | Parse_File(name, stream)
      | ^~~~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c str.c -o str.o
str.c: In function 'str_concat':
str.c:65:1: warning: old-style function definition [-Wold-style-definition]
   65 | str_concat(s1, s2, flags)
      | ^~~~~~~~~~
str.c: In function 'brk_string':
str.c:113:1: warning: old-style function definition [-Wold-style-definition]
  113 | brk_string(str, store_argc, expand, buffer)
      | ^~~~~~~~~~
str.c: In function 'Str_FindSubstring':
str.c:244:1: warning: old-style function definition [-Wold-style-definition]
  244 | Str_FindSubstring(string, substring)
      | ^~~~~~~~~~~~~~~~~
str.c: In function 'Str_Match':
str.c:283:1: warning: old-style function definition [-Wold-style-definition]
  283 | Str_Match(string, pattern)
      | ^~~~~~~~~
str.c: In function 'Str_SYSVMatch':
str.c:388:1: warning: old-style function definition [-Wold-style-definition]
  388 | Str_SYSVMatch(word, pattern, len)
      | ^~~~~~~~~~~~~
str.c: In function 'Str_SYSVSubst':
str.c:448:1: warning: old-style function definition [-Wold-style-definition]
  448 | Str_SYSVSubst(buf, pat, src, len)
      | ^~~~~~~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c suff.c -o suff.o
suff.c: In function 'SuffStrIsPrefix':
suff.c:221:1: warning: old-style function definition [-Wold-style-definition]
  221 | SuffStrIsPrefix (pref, str)
      | ^~~~~~~~~~~~~~~
suff.c: In function 'SuffSuffIsSuffix':
suff.c:248:1: warning: old-style function definition [-Wold-style-definition]
  248 | SuffSuffIsSuffix (s, sd)
      | ^~~~~~~~~~~~~~~~
suff.c: In function 'SuffSuffIsSuffixP':
suff.c:284:1: warning: old-style function definition [-Wold-style-definition]
  284 | SuffSuffIsSuffixP(s, sd)
      | ^~~~~~~~~~~~~~~~~
suff.c: In function 'SuffSuffHasNameP':
suff.c:305:1: warning: old-style function definition [-Wold-style-definition]
  305 | SuffSuffHasNameP (s, sname)
      | ^~~~~~~~~~~~~~~~
suff.c: In function 'SuffSuffIsPrefix':
suff.c:328:1: warning: old-style function definition [-Wold-style-definition]
  328 | SuffSuffIsPrefix (s, str)
      | ^~~~~~~~~~~~~~~~
suff.c: In function 'SuffGNHasNameP':
suff.c:348:1: warning: old-style function definition [-Wold-style-definition]
  348 | SuffGNHasNameP (gn, name)
      | ^~~~~~~~~~~~~~
suff.c: In function 'SuffUnRef':
suff.c:358:1: warning: old-style function definition [-Wold-style-definition]
  358 | SuffUnRef(lp, sp)
      | ^~~~~~~~~
suff.c: In function 'SuffFree':
suff.c:384:1: warning: old-style function definition [-Wold-style-definition]
  384 | SuffFree (sp)
      | ^~~~~~~~
suff.c: In function 'SuffRemove':
suff.c:425:1: warning: old-style function definition [-Wold-style-definition]
  425 | SuffRemove(l, s)
      | ^~~~~~~~~~
suff.c: In function 'SuffInsert':
suff.c:450:1: warning: old-style function definition [-Wold-style-definition]
  450 | SuffInsert (l, s)
      | ^~~~~~~~~~
suff.c: In function 'SuffParseTransform':
suff.c:530:1: warning: old-style function definition [-Wold-style-definition]
  530 | SuffParseTransform(str, srcPtr, targPtr)
      | ^~~~~~~~~~~~~~~~~~
suff.c: In function 'Suff_IsTransform':
suff.c:611:1: warning: old-style function definition [-Wold-style-definition]
  611 | Suff_IsTransform (str)
      | ^~~~~~~~~~~~~~~~
suff.c: In function 'Suff_AddTransform':
suff.c:634:1: warning: old-style function definition [-Wold-style-definition]
  634 | Suff_AddTransform (line)
      | ^~~~~~~~~~~~~~~~~
suff.c: In function 'Suff_EndTransform':
suff.c:699:1: warning: old-style function definition [-Wold-style-definition]
  699 | Suff_EndTransform(gnp, dummy)
      | ^~~~~~~~~~~~~~~~~
suff.c: In function 'SuffRebuildGraph':
suff.c:764:1: warning: old-style function definition [-Wold-style-definition]
  764 | SuffRebuildGraph(transformp, sp)
      | ^~~~~~~~~~~~~~~~
suff.c: In function 'SuffScanTargets':
suff.c:839:1: warning: old-style function definition [-Wold-style-definition]
  839 | SuffScanTargets(targetp, gsp)
      | ^~~~~~~~~~~~~~~
suff.c: In function 'Suff_AddSuffix':
suff.c:900:1: warning: old-style function definition [-Wold-style-definition]
  900 | Suff_AddSuffix (str, gn)
      | ^~~~~~~~~~~~~~
suff.c: In function 'Suff_GetPath':
suff.c:955:1: warning: old-style function definition [-Wold-style-definition]
  955 | Suff_GetPath (sname)
      | ^~~~~~~~~~~~
suff.c: In function 'Suff_AddInclude':
suff.c:1051:1: warning: old-style function definition [-Wold-style-definition]
 1051 | Suff_AddInclude (sname)
      | ^~~~~~~~~~~~~~~
suff.c: In function 'Suff_AddLib':
suff.c:1081:1: warning: old-style function definition [-Wold-style-definition]
 1081 | Suff_AddLib (sname)
      | ^~~~~~~~~~~
suff.c: In function 'SuffAddSrc':
suff.c:1111:1: warning: old-style function definition [-Wold-style-definition]
 1111 | SuffAddSrc (sp, lsp)
      | ^~~~~~~~~~
suff.c: In function 'SuffAddLevel':
suff.c:1180:1: warning: old-style function definition [-Wold-style-definition]
 1180 | SuffAddLevel (l, targ)
      | ^~~~~~~~~~~~
suff.c: In function 'SuffRemoveSrc':
suff.c:1205:1: warning: old-style function definition [-Wold-style-definition]
 1205 | SuffRemoveSrc (l)
      | ^~~~~~~~~~~~~
suff.c: In function 'SuffFindThem':
suff.c:1273:1: warning: old-style function definition [-Wold-style-definition]
 1273 | SuffFindThem (srcs, slst)
      | ^~~~~~~~~~~~
suff.c: In function 'SuffFindCmds':
suff.c:1341:1: warning: old-style function definition [-Wold-style-definition]
 1341 | SuffFindCmds (targ, slst)
      | ^~~~~~~~~~~~
suff.c: In function 'SuffExpandChildren':
suff.c:1435:1: warning: old-style function definition [-Wold-style-definition]
 1435 | SuffExpandChildren(cgnp, pgnp)
      | ^~~~~~~~~~~~~~~~~~
suff.c: In function 'SuffApplyTransform':
suff.c:1679:1: warning: old-style function definition [-Wold-style-definition]
 1679 | SuffApplyTransform(tGn, sGn, t, s)
      | ^~~~~~~~~~~~~~~~~~
suff.c: In function 'SuffFindArchiveDeps':
suff.c:1785:1: warning: old-style function definition [-Wold-style-definition]
 1785 | SuffFindArchiveDeps(gn, slst)
      | ^~~~~~~~~~~~~~~~~~~
suff.c: In function 'SuffFindNormalDeps':
suff.c:1926:1: warning: old-style function definition [-Wold-style-definition]
 1926 | SuffFindNormalDeps(gn, slst)
      | ^~~~~~~~~~~~~~~~~~
suff.c: In function 'Suff_FindDeps':
suff.c:2303:1: warning: old-style function definition [-Wold-style-definition]
 2303 | Suff_FindDeps(gn)
      | ^~~~~~~~~~~~~
suff.c: In function 'SuffFindDeps':
suff.c:2314:1: warning: old-style function definition [-Wold-style-definition]
 2314 | SuffFindDeps (gn, slst)
      | ^~~~~~~~~~~~
suff.c: In function 'Suff_SetNull':
suff.c:2385:1: warning: old-style function definition [-Wold-style-definition]
 2385 | Suff_SetNull(name)
      | ^~~~~~~~~~~~
suff.c: In function 'SuffPrintName':
suff.c:2477:12: warning: old-style function definition [-Wold-style-definition]
 2477 | static int SuffPrintName(s, dummy)
      |            ^~~~~~~~~~~~~
suff.c: In function 'SuffPrintSuff':
suff.c:2486:1: warning: old-style function definition [-Wold-style-definition]
 2486 | SuffPrintSuff (sp, dummy)
      | ^~~~~~~~~~~~~
suff.c: In function 'SuffPrintTrans':
suff.c:2530:1: warning: old-style function definition [-Wold-style-definition]
 2530 | SuffPrintTrans (tp, dummy)
      | ^~~~~~~~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c targ.c -o targ.o
targ.c: In function 'Targ_NewGN':
targ.c:186:1: warning: old-style function definition [-Wold-style-definition]
  186 | Targ_NewGN (name)
      | ^~~~~~~~~~
targ.c: In function 'TargFreeGN':
targ.c:235:1: warning: old-style function definition [-Wold-style-definition]
  235 | TargFreeGN (gnp)
      | ^~~~~~~~~~
targ.c: In function 'Targ_FindNode':
targ.c:274:1: warning: old-style function definition [-Wold-style-definition]
  274 | Targ_FindNode (name, flags)
      | ^~~~~~~~~~~~~
targ.c: In function 'Targ_FindList':
targ.c:319:1: warning: old-style function definition [-Wold-style-definition]
  319 | Targ_FindList (names, flags)
      | ^~~~~~~~~~~~~
targ.c: In function 'Targ_Ignore':
targ.c:368:1: warning: old-style function definition [-Wold-style-definition]
  368 | Targ_Ignore (gn)
      | ^~~~~~~~~~~
targ.c: In function 'Targ_Silent':
targ.c:391:1: warning: old-style function definition [-Wold-style-definition]
  391 | Targ_Silent (gn)
      | ^~~~~~~~~~~
targ.c: In function 'Targ_Precious':
targ.c:414:1: warning: old-style function definition [-Wold-style-definition]
  414 | Targ_Precious (gn)
      | ^~~~~~~~~~~~~
targ.c: In function 'Targ_SetMain':
targ.c:441:1: warning: old-style function definition [-Wold-style-definition]
  441 | Targ_SetMain (gn)
      | ^~~~~~~~~~~~
targ.c: In function 'TargPrintName':
targ.c:448:1: warning: old-style function definition [-Wold-style-definition]
  448 | TargPrintName (gnp, ppath)
      | ^~~~~~~~~~~~~
targ.c: In function 'Targ_PrintCmd':
targ.c:469:1: warning: old-style function definition [-Wold-style-definition]
  469 | Targ_PrintCmd (cmd, dummy)
      | ^~~~~~~~~~~~~
targ.c: In function 'Targ_FmtTime':
targ.c:492:1: warning: old-style function definition [-Wold-style-definition]
  492 | Targ_FmtTime (time)
      | ^~~~~~~~~~~~
targ.c: In function 'Targ_PrintType':
targ.c:516:1: warning: old-style function definition [-Wold-style-definition]
  516 | Targ_PrintType (type)
      | ^~~~~~~~~~~~~~
targ.c: In function 'TargPrintNode':
targ.c:561:1: warning: old-style function definition [-Wold-style-definition]
  561 | TargPrintNode (gnp, passp)
      | ^~~~~~~~~~~~~
targ.c: In function 'TargPrintOnlySrc':
targ.c:643:1: warning: old-style function definition [-Wold-style-definition]
  643 | TargPrintOnlySrc(gnp, dummy)
      | ^~~~~~~~~~~~~~~~
targ.c: In function 'Targ_PrintGraph':
targ.c:667:1: warning: old-style function definition [-Wold-style-definition]
  667 | Targ_PrintGraph (pass)
      | ^~~~~~~~~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c var.c -o var.o
var.c: In function 'VarCmp':
var.c:224:1: warning: old-style function definition [-Wold-style-definition]
  224 | VarCmp (v, name)
      | ^~~~~~
var.c: In function 'VarFind':
var.c:246:1: warning: old-style function definition [-Wold-style-definition]
  246 | VarFind (name, ctxt, flags)
      | ^~~~~~~
var.c: In function 'VarAdd':
var.c:359:1: warning: old-style function definition [-Wold-style-definition]
  359 | VarAdd (name, val, ctxt)
      | ^~~~~~
var.c: In function 'VarDelete':
var.c:398:1: warning: old-style function definition [-Wold-style-definition]
  398 | VarDelete(vp)
      | ^~~~~~~~~
var.c: In function 'Var_Delete':
var.c:423:1: warning: old-style function definition [-Wold-style-definition]
  423 | Var_Delete(name, ctxt)
      | ^~~~~~~~~~
var.c: In function 'Var_Set':
var.c:466:1: warning: old-style function definition [-Wold-style-definition]
  466 | Var_Set (name, val, ctxt)
      | ^~~~~~~
var.c: In function 'Var_Append':
var.c:521:1: warning: old-style function definition [-Wold-style-definition]
  521 | Var_Append (name, val, ctxt)
      | ^~~~~~~~~~
var.c: In function 'Var_Exists':
var.c:568:1: warning: old-style function definition [-Wold-style-definition]
  568 | Var_Exists(name, ctxt)
      | ^~~~~~~~~~
var.c: In function 'Var_Value':
var.c:599:1: warning: old-style function definition [-Wold-style-definition]
  599 | Var_Value (name, ctxt, frp)
      | ^~~~~~~~~
var.c: In function 'VarHead':
var.c:638:1: warning: old-style function definition [-Wold-style-definition]
  638 | VarHead (word, addSpace, buf, dummy)
      | ^~~~~~~
var.c: In function 'VarTail':
var.c:685:1: warning: old-style function definition [-Wold-style-definition]
  685 | VarTail (word, addSpace, buf, dummy)
      | ^~~~~~~
var.c: In function 'VarSuffix':
var.c:724:1: warning: old-style function definition [-Wold-style-definition]
  724 | VarSuffix (word, addSpace, buf, dummy)
      | ^~~~~~~~~
var.c: In function 'VarRoot':
var.c:762:1: warning: old-style function definition [-Wold-style-definition]
  762 | VarRoot (word, addSpace, buf, dummy)
      | ^~~~~~~
var.c: In function 'VarMatch':
var.c:802:1: warning: old-style function definition [-Wold-style-definition]
  802 | VarMatch (word, addSpace, buf, pattern)
      | ^~~~~~~~
var.c: In function 'VarSYSVMatch':
var.c:838:1: warning: old-style function definition [-Wold-style-definition]
  838 | VarSYSVMatch (word, addSpace, buf, patp)
      | ^~~~~~~~~~~~
var.c: In function 'VarNoMatch':
var.c:881:1: warning: old-style function definition [-Wold-style-definition]
  881 | VarNoMatch (word, addSpace, buf, pattern)
      | ^~~~~~~~~~
var.c: In function 'VarSubstitute':
var.c:915:1: warning: old-style function definition [-Wold-style-definition]
  915 | VarSubstitute (word, addSpace, buf, patternp)
      | ^~~~~~~~~~~~~
var.c: In function 'VarREError':
var.c:1087:1: warning: old-style function definition [-Wold-style-definition]
 1087 | VarREError(err, pat, str)
      | ^~~~~~~~~~
var.c: In function 'VarRESubstitute':
var.c:1118:1: warning: old-style function definition [-Wold-style-definition]
 1118 | VarRESubstitute(word, addSpace, buf, patternp)
      | ^~~~~~~~~~~~~~~
var.c: In function 'VarModify':
var.c:1251:1: warning: old-style function definition [-Wold-style-definition]
 1251 | VarModify (str, modProc, datum)
      | ^~~~~~~~~
var.c: In function 'VarGetPattern':
var.c:1304:1: warning: old-style function definition [-Wold-style-definition]
 1304 | VarGetPattern(ctxt, err, tstr, delim, flags, length, pattern)
      | ^~~~~~~~~~~~~
var.c: In function 'VarQuote':
var.c:1397:1: warning: old-style function definition [-Wold-style-definition]
 1397 | VarQuote(str)
      | ^~~~~~~~
var.c: In function 'Var_Parse':
var.c:1439:1: warning: old-style function definition [-Wold-style-definition]
 1439 | Var_Parse (str, ctxt, err, lengthPtr, freePtr)
      | ^~~~~~~~~
var.c: In function 'Var_Subst':
var.c:2177:1: warning: old-style function definition [-Wold-style-definition]
 2177 | Var_Subst (var, str, ctxt, undefErr)
      | ^~~~~~~~~
var.c: In function 'Var_GetTail':
var.c:2343:1: warning: old-style function definition [-Wold-style-definition]
 2343 | Var_GetTail(file)
      | ^~~~~~~~~~~
var.c: In function 'Var_GetHead':
var.c:2365:1: warning: old-style function definition [-Wold-style-definition]
 2365 | Var_GetHead(file)
      | ^~~~~~~~~~~
var.c: In function 'VarPrintVar':
var.c:2402:1: warning: old-style function definition [-Wold-style-definition]
 2402 | VarPrintVar (vp, dummy)
      | ^~~~~~~~~~~
var.c: In function 'Var_Dump':
var.c:2418:1: warning: old-style function definition [-Wold-style-definition]
 2418 | Var_Dump (ctxt)
      | ^~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c util.c -o util.o
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c lst.lib/lstAppend.c -o lst.lib/lstAppend.o
lst.lib/lstAppend.c: In function 'Lst_Append':
lst.lib/lstAppend.c:76:1: warning: old-style function definition [-Wold-style-definition]
   76 | Lst_Append (l, ln, d)
      | ^~~~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c lst.lib/lstAtEnd.c -o lst.lib/lstAtEnd.o
lst.lib/lstAtEnd.c: In function 'Lst_AtEnd':
lst.lib/lstAtEnd.c:73:1: warning: old-style function definition [-Wold-style-definition]
   73 | Lst_AtEnd (l, d)
      | ^~~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c lst.lib/lstAtFront.c -o lst.lib/lstAtFront.o
lst.lib/lstAtFront.c: In function 'Lst_AtFront':
lst.lib/lstAtFront.c:74:1: warning: old-style function definition [-Wold-style-definition]
   74 | Lst_AtFront (l, d)
      | ^~~~~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c lst.lib/lstClose.c -o lst.lib/lstClose.o
lst.lib/lstClose.c: In function 'Lst_Close':
lst.lib/lstClose.c:78:1: warning: old-style function definition [-Wold-style-definition]
   78 | Lst_Close (l)
      | ^~~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c lst.lib/lstConcat.c -o lst.lib/lstConcat.o
lst.lib/lstConcat.c: In function 'Lst_Concat':
lst.lib/lstConcat.c:77:1: warning: old-style function definition [-Wold-style-definition]
   77 | Lst_Concat (l1, l2, flags)
      | ^~~~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c lst.lib/lstDatum.c -o lst.lib/lstDatum.o
lst.lib/lstDatum.c: In function 'Lst_Datum':
lst.lib/lstDatum.c:73:1: warning: old-style function definition [-Wold-style-definition]
   73 | Lst_Datum (ln)
      | ^~~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c lst.lib/lstDeQueue.c -o lst.lib/lstDeQueue.o
lst.lib/lstDeQueue.c: In function 'Lst_DeQueue':
lst.lib/lstDeQueue.c:74:1: warning: old-style function definition [-Wold-style-definition]
   74 | Lst_DeQueue (l)
      | ^~~~~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c lst.lib/lstDestroy.c -o lst.lib/lstDestroy.o
lst.lib/lstDestroy.c: In function 'Lst_Destroy':
lst.lib/lstDestroy.c:75:1: warning: old-style function definition [-Wold-style-definition]
   75 | Lst_Destroy (l, freeProc)
      | ^~~~~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c lst.lib/lstDupl.c -o lst.lib/lstDupl.o
lst.lib/lstDupl.c: In function 'Lst_Duplicate':
lst.lib/lstDupl.c:74:1: warning: old-style function definition [-Wold-style-definition]
   74 | Lst_Duplicate (l, copyProc)
      | ^~~~~~~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c lst.lib/lstEnQueue.c -o lst.lib/lstEnQueue.o
lst.lib/lstEnQueue.c: In function 'Lst_EnQueue':
lst.lib/lstEnQueue.c:74:1: warning: old-style function definition [-Wold-style-definition]
   74 | Lst_EnQueue (l, d)
      | ^~~~~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c lst.lib/lstFind.c -o lst.lib/lstFind.o
lst.lib/lstFind.c: In function 'Lst_Find':
lst.lib/lstFind.c:74:1: warning: old-style function definition [-Wold-style-definition]
   74 | Lst_Find (l, d, cProc)
      | ^~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c lst.lib/lstFindFrom.c -o lst.lib/lstFindFrom.o
lst.lib/lstFindFrom.c: In function 'Lst_FindFrom':
lst.lib/lstFindFrom.c:75:1: warning: old-style function definition [-Wold-style-definition]
   75 | Lst_FindFrom (l, ln, d, cProc)
      | ^~~~~~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c lst.lib/lstFirst.c -o lst.lib/lstFirst.o
lst.lib/lstFirst.c: In function 'Lst_First':
lst.lib/lstFirst.c:73:1: warning: old-style function definition [-Wold-style-definition]
   73 | Lst_First (l)
      | ^~~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c lst.lib/lstForEach.c -o lst.lib/lstForEach.o
lst.lib/lstForEach.c: In function 'Lst_ForEach':
lst.lib/lstForEach.c:76:1: warning: old-style function definition [-Wold-style-definition]
   76 | Lst_ForEach (l, proc, d)
      | ^~~~~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c lst.lib/lstForEachFrom.c -o lst.lib/lstForEachFrom.o
lst.lib/lstForEachFrom.c: In function 'Lst_ForEachFrom':
lst.lib/lstForEachFrom.c:77:1: warning: old-style function definition [-Wold-style-definition]
   77 | Lst_ForEachFrom (l, ln, proc, d)
      | ^~~~~~~~~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c lst.lib/lstInit.c -o lst.lib/lstInit.o
lst.lib/lstInit.c: In function 'Lst_Init':
lst.lib/lstInit.c:73:1: warning: old-style function definition [-Wold-style-definition]
   73 | Lst_Init(circ)
      | ^~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c lst.lib/lstInsert.c -o lst.lib/lstInsert.o
lst.lib/lstInsert.c: In function 'Lst_Insert':
lst.lib/lstInsert.c:75:1: warning: old-style function definition [-Wold-style-definition]
   75 | Lst_Insert (l, ln, d)
      | ^~~~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c lst.lib/lstIsAtEnd.c -o lst.lib/lstIsAtEnd.o
lst.lib/lstIsAtEnd.c: In function 'Lst_IsAtEnd':
lst.lib/lstIsAtEnd.c:84:1: warning: old-style function definition [-Wold-style-definition]
   84 | Lst_IsAtEnd (l)
      | ^~~~~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c lst.lib/lstIsEmpty.c -o lst.lib/lstIsEmpty.o
lst.lib/lstIsEmpty.c: In function 'Lst_IsEmpty':
lst.lib/lstIsEmpty.c:75:1: warning: old-style function definition [-Wold-style-definition]
   75 | Lst_IsEmpty (l)
      | ^~~~~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c lst.lib/lstLast.c -o lst.lib/lstLast.o
lst.lib/lstLast.c: In function 'Lst_Last':
lst.lib/lstLast.c:73:1: warning: old-style function definition [-Wold-style-definition]
   73 | Lst_Last (l)
      | ^~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c lst.lib/lstMember.c -o lst.lib/lstMember.o
lst.lib/lstMember.c: In function 'Lst_Member':
lst.lib/lstMember.c:60:1: warning: old-style function definition [-Wold-style-definition]
   60 | Lst_Member (l, d)
      | ^~~~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c lst.lib/lstNext.c -o lst.lib/lstNext.o
lst.lib/lstNext.c: In function 'Lst_Next':
lst.lib/lstNext.c:80:1: warning: old-style function definition [-Wold-style-definition]
   80 | Lst_Next (l)
      | ^~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c lst.lib/lstOpen.c -o lst.lib/lstOpen.o
lst.lib/lstOpen.c: In function 'Lst_Open':
lst.lib/lstOpen.c:80:1: warning: old-style function definition [-Wold-style-definition]
   80 | Lst_Open (l)
      | ^~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c lst.lib/lstRemove.c -o lst.lib/lstRemove.o
lst.lib/lstRemove.c: In function 'Lst_Remove':
lst.lib/lstRemove.c:75:1: warning: old-style function definition [-Wold-style-definition]
   75 | Lst_Remove (l, ln)
      | ^~~~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c lst.lib/lstReplace.c -o lst.lib/lstReplace.o
lst.lib/lstReplace.c: In function 'Lst_Replace':
lst.lib/lstReplace.c:73:1: warning: old-style function definition [-Wold-style-definition]
   73 | Lst_Replace (ln, d)
      | ^~~~~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -c lst.lib/lstSucc.c -o lst.lib/lstSucc.o
lst.lib/lstSucc.c: In function 'Lst_Succ':
lst.lib/lstSucc.c:75:1: warning: old-style function definition [-Wold-style-definition]
   75 | Lst_Succ (ln)
      | ^~~~~~~~
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 	-D__COPYRIGHT\(x\)= 	-D__RCSID\(x\)= 	-I. 	-DMACHINE=\"mandrake\" 	-DMACHINE_ARCH=\"x86_64\" -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 arch.o buf.o compat.o cond.o dir.o for.o hash.o job.o main.o make.o parse.o str.o suff.o targ.o var.o util.o lst.lib/lstAppend.o lst.lib/lstAtEnd.o lst.lib/lstAtFront.o lst.lib/lstClose.o lst.lib/lstConcat.o lst.lib/lstDatum.o lst.lib/lstDeQueue.o lst.lib/lstDestroy.o lst.lib/lstDupl.o lst.lib/lstEnQueue.o lst.lib/lstFind.o lst.lib/lstFindFrom.o lst.lib/lstFirst.o lst.lib/lstForEach.o lst.lib/lstForEachFrom.o lst.lib/lstInit.o lst.lib/lstInsert.o lst.lib/lstIsAtEnd.o lst.lib/lstIsEmpty.o lst.lib/lstLast.o lst.lib/lstMember.o lst.lib/lstNext.o lst.lib/lstOpen.o lst.lib/lstRemove.o lst.lib/lstReplace.o lst.lib/lstSucc.o -o bmake 
-rwxr-xr-x 1 pterjan pterjan 527432 Apr 24 22:12 bmake
+ touch build
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.RsyZt7
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/pmake-1.45-build
+ '[' 1 -eq 1 ']'
+ '[' /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT '!=' / ']'
+ rm -rf /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT
++ dirname /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT
+ mkdir -p /home/pterjan/rpmbuild/BUILD/pmake-1.45-build
+ mkdir /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT
+ 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 pmake-1.45
+ '[' 1 -eq 1 ']'
+ install -d /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT//usr/bin
+ install -d /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT//usr/share/man/man1
+ install bmake /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT//usr/bin/pmake
+ install -m 755 mkdep /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT//usr/bin
+ install make.1 /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT//usr/share/man/man1/pmake.1
+ install mkdep.1 /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT//usr/share/man/man1
+ install -d /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT//usr/share/mk
+ for file in mk/*
+ install -m 644 mk/Makefile /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT//usr/share/mk
+ for file in mk/*
+ install -m 644 mk/bsd.README /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT//usr/share/mk
+ for file in mk/*
+ install -m 644 mk/bsd.dep.mk /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT//usr/share/mk
+ for file in mk/*
+ install -m 644 mk/bsd.doc.mk /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT//usr/share/mk
+ for file in mk/*
+ install -m 644 mk/bsd.files.mk /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT//usr/share/mk
+ for file in mk/*
+ install -m 644 mk/bsd.inc.mk /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT//usr/share/mk
+ for file in mk/*
+ install -m 644 mk/bsd.info.mk /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT//usr/share/mk
+ for file in mk/*
+ install -m 644 mk/bsd.kinc.mk /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT//usr/share/mk
+ for file in mk/*
+ install -m 644 mk/bsd.kmod.mk /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT//usr/share/mk
+ for file in mk/*
+ install -m 644 mk/bsd.lib.mk /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT//usr/share/mk
+ for file in mk/*
+ install -m 644 mk/bsd.lib.mk.mktemp /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT//usr/share/mk
+ for file in mk/*
+ install -m 644 mk/bsd.links.mk /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT//usr/share/mk
+ for file in mk/*
+ install -m 644 mk/bsd.man.mk /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT//usr/share/mk
+ for file in mk/*
+ install -m 644 mk/bsd.nls.mk /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT//usr/share/mk
+ for file in mk/*
+ install -m 644 mk/bsd.obj.mk /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT//usr/share/mk
+ for file in mk/*
+ install -m 644 mk/bsd.own.mk /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT//usr/share/mk
+ for file in mk/*
+ install -m 644 mk/bsd.own.mk~ /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT//usr/share/mk
+ for file in mk/*
+ install -m 644 mk/bsd.prog.mk /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT//usr/share/mk
+ for file in mk/*
+ install -m 644 mk/bsd.prog.mk.mktemp /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT//usr/share/mk
+ for file in mk/*
+ install -m 644 mk/bsd.subdir.mk /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT//usr/share/mk
+ for file in mk/*
+ install -m 644 mk/bsd.sys.mk /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT//usr/share/mk
+ for file in mk/*
+ install -m 644 mk/sys.mk /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT//usr/share/mk
+ /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 1.45-20.mga10 --unique-debug-suffix -1.45-20.mga10.x86_64 --unique-debug-src-base pmake-1.45-20.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/pmake-1.45
find-debuginfo: starting

Extracting debug info from 1 files
DWARF-compressing 1 files
sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match.
Creating .debug symlinks for symlinks to ELF files
Copying sources found by 'debugedit -l' to /usr/src/debug/pmake-1.45-20.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
mangling shebang in /usr/bin/mkdep from /bin/sh - to #!/usr/bin/sh -
+ env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16
+ /usr/lib/rpm/redhat/brp-python-hardlink
Reading /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/SPECPARTS/rpm-debuginfo.specpart
Processing files: pmake-1.45-20.mga10.x86_64
Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.RxaOZV
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/pmake-1.45-build
+ cd pmake-1.45
+ DOCDIR=/home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT/usr/share/doc/pmake
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT/usr/share/doc/pmake
+ cp -pr /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/pmake-1.45/PSD.doc/tutorial.ms /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT/usr/share/doc/pmake
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: pmake = 1:1.45-20.mga10 pmake(x86-64) = 1:1.45-20.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.14)(64bit) libc.so.6(GLIBC_2.15)(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.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.38)(64bit) libc.so.6(GLIBC_2.4)(64bit)
Processing files: pmake-debugsource-1.45-20.mga10.x86_64
Provides: pmake-debugsource = 1:1.45-20.mga10 pmake-debugsource(x86-64) = 1:1.45-20.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: pmake-debuginfo-1.45-20.mga10.x86_64
Provides: debuginfo(build-id) = e7cc746a88a83cb2077ded2efe0a93637cb1c8a9 pmake-debuginfo = 1:1.45-20.mga10 pmake-debuginfo(x86-64) = 1:1.45-20.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: pmake-debugsource(x86-64) = 1:1.45-20.mga10
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/pmake-1.45-build/BUILDROOT
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/pmake-debuginfo-1.45-20.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/pmake-1.45-20.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/pmake-debugsource-1.45-20.mga10.x86_64.rpm
Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.UM03QS
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/pmake-1.45-build
+ test -d /home/pterjan/rpmbuild/BUILD/pmake-1.45-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/pmake-1.45-build
+ rm -rf /home/pterjan/rpmbuild/BUILD/pmake-1.45-build
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!