<86>Aug 24 00:46:54 userdel[267838]: delete user 'rooter' <86>Aug 24 00:46:54 userdel[267838]: removed group 'rooter' owned by 'rooter' <86>Aug 24 00:46:54 groupadd[267845]: group added to /etc/group: name=rooter, GID=987 <86>Aug 24 00:46:54 groupadd[267845]: group added to /etc/gshadow: name=rooter <86>Aug 24 00:46:54 groupadd[267845]: new group: name=rooter, GID=987 <86>Aug 24 00:46:54 useradd[267850]: new user: name=rooter, UID=987, GID=987, home=/root, shell=/bin/bash <86>Aug 24 00:46:54 userdel[267856]: delete user 'builder' <86>Aug 24 00:46:54 userdel[267856]: removed group 'builder' owned by 'builder' <86>Aug 24 00:46:54 userdel[267856]: removed shadow group 'builder' owned by 'builder' <86>Aug 24 00:46:54 groupadd[267861]: group added to /etc/group: name=builder, GID=988 <86>Aug 24 00:46:54 groupadd[267861]: group added to /etc/gshadow: name=builder <86>Aug 24 00:46:54 groupadd[267861]: new group: name=builder, GID=988 <86>Aug 24 00:46:54 useradd[267865]: new user: name=builder, UID=988, GID=988, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/ppmtocpva-1.0-alt1.1.src.rpm: The use of such a license name is ambiguous: GPL <13>Aug 24 00:46:54 rpmi: rgb-1.0.6-alt3 sisyphus+275450.100.1.2 1624513780 installed <13>Aug 24 00:46:54 rpmi: libnetpbm11-10.85.04-alt2 sisyphus+300457.100.1.1 1653302239 installed <13>Aug 24 00:46:54 rpmi: libnetpbm-devel-10.85.04-alt2 sisyphus+300457.100.1.1 1653302239 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ppmtocpva-1.0-alt1.1.nosrc.rpm (w1.gzdio) Installing ppmtocpva-1.0-alt1.1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.45424 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ppmtocpva-1.0 + echo 'Source #0 (ppmtocpva-1.0.tar):' Source #0 (ppmtocpva-1.0.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ppmtocpva-1.0.tar + cd ppmtocpva-1.0 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (ppmtocpva-1.0-netpbm.patch):' Patch #1 (ppmtocpva-1.0-netpbm.patch): + /usr/bin/patch -p1 patching file Makefile + echo 'Patch #2 (ppmtocpva-1.0-LDFLAGS.patch):' Patch #2 (ppmtocpva-1.0-LDFLAGS.patch): + /usr/bin/patch -p0 patching file Makefile + chmod 644 Makefile README cpva-colour ppmtocpva.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.45424 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ppmtocpva-1.0 + make 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -I/usr/include/netpbm' make: Entering directory '/usr/src/RPM/BUILD/ppmtocpva-1.0' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -I/usr/include/netpbm -o ppmtocpva ppmtocpva.c -lnetpbm -lm ppmtocpva.c: In function 'build_dith': ppmtocpva.c:390:3: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] 390 | memcpy(sorted,indith,sizeof(int)*n*n); | ^~~~~~ ppmtocpva.c:22:1: note: include '' or provide a declaration of 'memcpy' 21 | #include +++ |+#include 22 | ppmtocpva.c:390:3: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch] 390 | memcpy(sorted,indith,sizeof(int)*n*n); | ^~~~~~ ppmtocpva.c:390:3: note: include '' or provide a declaration of 'memcpy' ppmtocpva.c: In function 'main': ppmtocpva.c:815:14: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] 815 | if (strlen(val) <= strlen(options[i].name) && | ^~~~~~ ppmtocpva.c:815:14: note: include '' or provide a declaration of 'strlen' ppmtocpva.c:815:14: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] ppmtocpva.c:815:14: note: include '' or provide a declaration of 'strlen' ppmtocpva.c:816:15: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] 816 | !strncmp(val, options[i].name, strlen(val))) { | ^~~~~~~ ppmtocpva.c:816:15: note: include '' or provide a declaration of 'strncmp' ppmtocpva.c:864:15: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] 864 | strcpy(options[i].value,argv[1]); | ^~~~~~ ppmtocpva.c:864:15: note: include '' or provide a declaration of 'strcpy' ppmtocpva.c:864:15: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch] ppmtocpva.c:864:15: note: include '' or provide a declaration of 'strcpy' ppmtocpva.c:913:9: warning: the address of 'mediatype' will always evaluate as 'true' [-Waddress] 913 | if ( mediatype && mediatype[0] ) { | ^~~~~~~~~ ppmtocpva.c:914:11: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] 914 | if ( strcmp(mediatype,"paper") == 0 ) | ^~~~~~ ppmtocpva.c:914:11: note: include '' or provide a declaration of 'strcmp' ppmtocpva.c:946:9: warning: the address of 'papersize' will always evaluate as 'true' [-Waddress] 946 | if ( papersize && papersize[0] ) { | ^~~~~~~~~ ppmtocpva.c:1020:16: warning: too many arguments for format [-Wformat-extra-args] 1020 | pm_error("can't allocate space for row", 0,0,0,0,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ppmtocpva.c:1038:21: warning: implicit declaration of function 'time' [-Wimplicit-function-declaration] 1038 | srandom( (int) ( time( 0 ) ^ getpid( ) ) ); | ^~~~ ppmtocpva.c:1239:6: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] 1239 | memset(cyanbits,0,cols); | ^~~~~~ ppmtocpva.c:1239:6: note: include '' or provide a declaration of 'memset' ppmtocpva.c:1239:6: warning: incompatible implicit declaration of built-in function 'memset' [-Wbuiltin-declaration-mismatch] ppmtocpva.c:1239:6: note: include '' or provide a declaration of 'memset' ppmtocpva.c: At top level: ppmtocpva.c:213:18: warning: 'dithmat10' defined but not used [-Wunused-const-variable=] 213 | static const int dithmat10[10*10] = { | ^~~~~~~~~ ppmtocpva.c:205:18: warning: 'dithmat6linelow' defined but not used [-Wunused-const-variable=] 205 | static const int dithmat6linelow[6*6] = { | ^~~~~~~~~~~~~~~ ppmtocpva.c:183:18: warning: 'dithmat6dot' defined but not used [-Wunused-const-variable=] 183 | static const int dithmat6dot[6*6] = { | ^~~~~~~~~~~ ppmtocpva.c:171:18: warning: 'dithmat8line' defined but not used [-Wunused-const-variable=] 171 | static const int dithmat8line[8*8] = { | ^~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/ppmtocpva-1.0' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.53063 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ppmtocpva-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ppmtocpva-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ppmtocpva-1.0 + install -d /usr/src/tmp/ppmtocpva-buildroot/usr/bin + install -m0755 ppmtocpva /usr/src/tmp/ppmtocpva-buildroot/usr/bin/ + install -m0755 cpva-colour /usr/src/tmp/ppmtocpva-buildroot/usr/bin/ + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ppmtocpva-buildroot (auto) Verifying and fixing files in /usr/src/tmp/ppmtocpva-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ppmtocpva-buildroot/ (default) Compressing files in /usr/src/tmp/ppmtocpva-buildroot (auto) Verifying ELF objects in /usr/src/tmp/ppmtocpva-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: ppmtocpva-1.0-alt1.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.53063 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ppmtocpva-1.0 + DOCDIR=/usr/src/tmp/ppmtocpva-buildroot/usr/share/doc/ppmtocpva-1.0 + export DOCDIR + rm -rf /usr/src/tmp/ppmtocpva-buildroot/usr/share/doc/ppmtocpva-1.0 + /bin/mkdir -p /usr/src/tmp/ppmtocpva-buildroot/usr/share/doc/ppmtocpva-1.0 + cp -prL README /usr/src/tmp/ppmtocpva-buildroot/usr/share/doc/ppmtocpva-1.0 + chmod -R go-w /usr/src/tmp/ppmtocpva-buildroot/usr/share/doc/ppmtocpva-1.0 + chmod -R a+rX /usr/src/tmp/ppmtocpva-buildroot/usr/share/doc/ppmtocpva-1.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Agoc91 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.edwcRr find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) /usr/src/tmp/ppmtocpva-buildroot/usr/bin/cpva-colour syntax OK Requires: /lib64/ld-linux-x86-64.so.2, /usr/bin/perl, 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), libm.so.6(GLIBC_2.29)(64bit), libnetpbm.so.11()(64bit) >= set:miJ1N63imUhrG0l77bQPMqRZ2BzxmpGehblgDFa, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wnaJkK Creating ppmtocpva-debuginfo package Processing files: ppmtocpva-debuginfo-1.0-alt1.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.uB1cFl find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rz9Pr4 find-requires: running scripts (debuginfo) Requires: ppmtocpva = 1.0-alt1.1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libm.so.6), debug64(libnetpbm.so.11) Adding to ppmtocpva-debuginfo a strict dependency on ppmtocpva Wrote: /usr/src/RPM/RPMS/x86_64/ppmtocpva-1.0-alt1.1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ppmtocpva-debuginfo-1.0-alt1.1.x86_64.rpm (w2.lzdio) 1.06user 0.47system 0:06.04elapsed 25%CPU (0avgtext+0avgdata 53856maxresident)k 0inputs+0outputs (0major+182862minor)pagefaults 0swaps /.out/ppmtocpva-1.0-alt1.1.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/ppmtocpva-debuginfo-1.0-alt1.1.x86_64.rpm: The use of such a license name is ambiguous: GPL 3.01user 3.10system 0:09.87elapsed 62%CPU (0avgtext+0avgdata 105376maxresident)k 312inputs+0outputs (31304major+431817minor)pagefaults 0swaps --- ppmtocpva-1.0-alt1.1.x86_64.rpm.repo 2019-03-27 07:47:57.000000000 +0000 +++ ppmtocpva-1.0-alt1.1.x86_64.rpm.hasher 2022-08-24 00:47:02.265736508 +0000 @@ -6,3 +6,2 @@ Requires: /usr/bin/perl -Requires: libc.so.6(GLIBC_2.14)(64bit) Requires: libc.so.6(GLIBC_2.2.5)(64bit) @@ -10,3 +9,4 @@ Requires: libc.so.6(GLIBC_2.3.4)(64bit) -Requires: libm.so.6(GLIBC_2.2.5)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) +Requires: libm.so.6(GLIBC_2.29)(64bit) Requires: libnetpbm.so.11()(64bit) >= set:miJ1N63imUhrG0l77bQPMqRZ2BzxmpGehblgDFa @@ -17,5 +17,5 @@ File: /usr/bin/cpva-colour 100755 root:root 96a3876f7c757ece241fe9c98b3286ca -File: /usr/bin/ppmtocpva 100755 root:root eefc16390d2b15fb10d0d71d374f206a +File: /usr/bin/ppmtocpva 100755 root:root daa0109a80ccef311372b974085b56e2 File: /usr/share/doc/ppmtocpva-1.0 40755 root:root File: /usr/share/doc/ppmtocpva-1.0/README 100644 root:root 6946d3743e0f129e17b6d8c6cb0d5810 -RPMIdentity: 4bd231f421a179ea18eb7afb889b0eef1ef353bf181c73125d527961ec5f07e2f649df3e718aa2fb420652d9ea2bf4b367cfc0d4e8d03a15d4e276290d7cab3f +RPMIdentity: 5de776a6a0125882b20bd5b90c8ef5ac191510f3b42647305022aedb66ae40ca6ee7471e5b351cba81844cc8e552f365b6513e2e289f4b0d3c27ad1cb9ed2f06 --- ppmtocpva-debuginfo-1.0-alt1.1.x86_64.rpm.repo 2019-03-27 07:47:57.000000000 +0000 +++ ppmtocpva-debuginfo-1.0-alt1.1.x86_64.rpm.hasher 2022-08-24 00:47:02.329737502 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/58 40755 root:root -/usr/lib/debug/.build-id/58/736eb8263bfd6594c5f40e509f91d625ec7a0d 120777 root:root ../../../../bin/ppmtocpva -/usr/lib/debug/.build-id/58/736eb8263bfd6594c5f40e509f91d625ec7a0d.debug 120777 root:root ../../usr/bin/ppmtocpva.debug +/usr/lib/debug/.build-id/d8 40755 root:root +/usr/lib/debug/.build-id/d8/4a810866328c09b49f4fe1b3d895cc1e683890 120777 root:root ../../../../bin/ppmtocpva +/usr/lib/debug/.build-id/d8/4a810866328c09b49f4fe1b3d895cc1e683890.debug 120777 root:root ../../usr/bin/ppmtocpva.debug /usr/lib/debug/usr/bin/ppmtocpva.debug 100644 root:root @@ -13,8 +13,8 @@ Provides: ppmtocpva-debuginfo = 1.0-alt1.1:sisyphus+225727.1100.8.1 -File: /usr/lib/debug/.build-id/58 40755 root:root -File: /usr/lib/debug/.build-id/58/736eb8263bfd6594c5f40e509f91d625ec7a0d 120777 root:root ../../../../bin/ppmtocpva -File: /usr/lib/debug/.build-id/58/736eb8263bfd6594c5f40e509f91d625ec7a0d.debug 120777 root:root ../../usr/bin/ppmtocpva.debug -File: /usr/lib/debug/usr/bin/ppmtocpva.debug 100644 root:root fc4d989857b2ad0f99fd3b5c76bdee38 +File: /usr/lib/debug/.build-id/d8 40755 root:root +File: /usr/lib/debug/.build-id/d8/4a810866328c09b49f4fe1b3d895cc1e683890 120777 root:root ../../../../bin/ppmtocpva +File: /usr/lib/debug/.build-id/d8/4a810866328c09b49f4fe1b3d895cc1e683890.debug 120777 root:root ../../usr/bin/ppmtocpva.debug +File: /usr/lib/debug/usr/bin/ppmtocpva.debug 100644 root:root eb9a4e0c0375301c4f28597ee175ee71 File: /usr/src/debug/ppmtocpva-1.0 40755 root:root File: /usr/src/debug/ppmtocpva-1.0/ppmtocpva.c 100644 root:root d49e911b71c78ce660177366d960805d -RPMIdentity: 662ebde8d718265322c2bb52a2a776ed8cb0e269199d0fafe1a6ff0ef4b0a6487145879447841b3d7640dd9206081656c5ee5845a190da4cec4b5ab9ad113412 +RPMIdentity: 1a94793ed1f79172aa07782b423c29d9086392724edd3dd380e1ac99f36be226f38132a4140d469449741a77e171a8531e5022b6617c1b388ee682b4eb7e4e31