<86>Apr 27 09:56:56 userdel[1313682]: delete user 'rooter' <86>Apr 27 09:56:56 userdel[1313682]: removed group 'rooter' owned by 'rooter' <86>Apr 27 09:56:56 userdel[1313682]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 27 09:56:56 groupadd[1313725]: group added to /etc/group: name=rooter, GID=1877 <86>Apr 27 09:56:56 groupadd[1313725]: group added to /etc/gshadow: name=rooter <86>Apr 27 09:56:56 groupadd[1313725]: new group: name=rooter, GID=1877 <86>Apr 27 09:56:56 useradd[1313767]: new user: name=rooter, UID=1877, GID=1877, home=/root, shell=/bin/bash, from=none <86>Apr 27 09:56:56 userdel[1313839]: delete user 'builder' <86>Apr 27 09:56:56 userdel[1313839]: removed group 'builder' owned by 'builder' <86>Apr 27 09:56:56 userdel[1313839]: removed shadow group 'builder' owned by 'builder' <86>Apr 27 09:56:56 groupadd[1313897]: group added to /etc/group: name=builder, GID=1878 <86>Apr 27 09:56:56 groupadd[1313897]: group added to /etc/gshadow: name=builder <86>Apr 27 09:56:56 groupadd[1313897]: new group: name=builder, GID=1878 <86>Apr 27 09:56:56 useradd[1313954]: new user: name=builder, UID=1878, GID=1878, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/ppmtocpva-1.0-alt1.1.src.rpm: The use of such a license name is ambiguous: GPL <13>Apr 27 09:56:59 rpmi: rgb-1.0.6-alt3 sisyphus+275450.100.1.2 1624513781 installed <13>Apr 27 09:56:59 rpmi: libnetpbm11-10.85.04-alt2 sisyphus+326391.500.4.2 1691152857 installed <13>Apr 27 09:56:59 rpmi: libnetpbm-devel-10.85.04-alt2 sisyphus+326391.500.4.2 1691152857 installed Building target platforms: i586 Building for target i586 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: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.15015 + 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.15015 + 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 -march=i586 -mtune=generic -I/usr/include/netpbm' make: Entering directory '/usr/src/RPM/BUILD/ppmtocpva-1.0' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -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:22:1: note: 'time' is defined in header ''; did you forget to '#include '? 21 | #include +++ |+#include 22 | 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.36943 + 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:/usr/bin:/bin:/usr/local/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) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/ppmtocpva-buildroot Processing files: ppmtocpva-1.0-alt1.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.36943 + 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.yeCOwR 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.YVgaBW 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: /lib/ld-linux.so.2, /usr/bin/perl, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libm.so.6(GLIBC_2.0), libm.so.6(GLIBC_2.29), libnetpbm.so.11 >= 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.HukP6V 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.35EqtK find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MOk97p find-requires: running scripts (debuginfo) Requires: ppmtocpva = 1.0-alt1.1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libm.so.6), debug(libnetpbm.so.11) Adding to ppmtocpva-debuginfo a strict dependency on ppmtocpva Wrote: /usr/src/RPM/RPMS/i586/ppmtocpva-1.0-alt1.1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ppmtocpva-debuginfo-1.0-alt1.1.i586.rpm (w2.lzdio) 1.19user 1.25system 0:06.56elapsed 37%CPU (0avgtext+0avgdata 43656maxresident)k 0inputs+0outputs (0major+166413minor)pagefaults 0swaps /.out/ppmtocpva-1.0-alt1.1.i586.rpm: The use of such a license name is ambiguous: GPL /.out/ppmtocpva-debuginfo-1.0-alt1.1.i586.rpm: The use of such a license name is ambiguous: GPL 3.43user 2.80system 0:16.48elapsed 37%CPU (0avgtext+0avgdata 127484maxresident)k 24inputs+0outputs (0major+203028minor)pagefaults 0swaps --- ppmtocpva-1.0-alt1.1.i586.rpm.repo 2019-03-27 07:47:59.000000000 +0000 +++ ppmtocpva-1.0-alt1.1.i586.rpm.hasher 2024-04-27 09:57:09.436032444 +0000 @@ -7,5 +7,8 @@ Requires: libc.so.6(GLIBC_2.0) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.3) Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.34) Requires: libm.so.6(GLIBC_2.0) +Requires: libm.so.6(GLIBC_2.29) Requires: libnetpbm.so.11 >= set:miJ1N63imUhrG0l77bQPMqRZ2BzxmpGehblgDFa @@ -16,5 +19,5 @@ File: /usr/bin/cpva-colour 100755 root:root 96a3876f7c757ece241fe9c98b3286ca -File: /usr/bin/ppmtocpva 100755 root:root 88348e532dbc760f2ea45cae41bb7c4f +File: /usr/bin/ppmtocpva 100755 root:root b82a70de43795a38c64bc7e1418d424f File: /usr/share/doc/ppmtocpva-1.0 40755 root:root File: /usr/share/doc/ppmtocpva-1.0/README 100644 root:root 6946d3743e0f129e17b6d8c6cb0d5810 -RPMIdentity: e7a1247ba3487f74f689dcc0e203c477360d956c7c8a06355fc1ea9dc585b8460447a0dec3fd56469dcdbf9d5ae67ce85a24bbb40c4b24dafecea44d0e4b6faa +RPMIdentity: 1af08c2e1a42213aef43598b385cff813f8dfb03cf369dfefc2cf91622d84af7917f00eeccf77438feeb35a95212819846b29d06dcf8c5c8fce14a4e3fd64a78 --- ppmtocpva-debuginfo-1.0-alt1.1.i586.rpm.repo 2019-03-27 07:47:59.000000000 +0000 +++ ppmtocpva-debuginfo-1.0-alt1.1.i586.rpm.hasher 2024-04-27 09:57:09.516033726 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/e1 40755 root:root -/usr/lib/debug/.build-id/e1/168791af1c99953cd7535b40393c4f8cb06a60 120777 root:root ../../../../bin/ppmtocpva -/usr/lib/debug/.build-id/e1/168791af1c99953cd7535b40393c4f8cb06a60.debug 120777 root:root ../../usr/bin/ppmtocpva.debug +/usr/lib/debug/.build-id/ce 40755 root:root +/usr/lib/debug/.build-id/ce/753eb8d9c53612c000db016c38eb65fd649e41 120777 root:root ../../../../bin/ppmtocpva +/usr/lib/debug/.build-id/ce/753eb8d9c53612c000db016c38eb65fd649e41.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/e1 40755 root:root -File: /usr/lib/debug/.build-id/e1/168791af1c99953cd7535b40393c4f8cb06a60 120777 root:root ../../../../bin/ppmtocpva -File: /usr/lib/debug/.build-id/e1/168791af1c99953cd7535b40393c4f8cb06a60.debug 120777 root:root ../../usr/bin/ppmtocpva.debug -File: /usr/lib/debug/usr/bin/ppmtocpva.debug 100644 root:root b966a884f72724e1357c311c4fa6310b +File: /usr/lib/debug/.build-id/ce 40755 root:root +File: /usr/lib/debug/.build-id/ce/753eb8d9c53612c000db016c38eb65fd649e41 120777 root:root ../../../../bin/ppmtocpva +File: /usr/lib/debug/.build-id/ce/753eb8d9c53612c000db016c38eb65fd649e41.debug 120777 root:root ../../usr/bin/ppmtocpva.debug +File: /usr/lib/debug/usr/bin/ppmtocpva.debug 100644 root:root 4e4e775a0ea33d3b0040db8b79d0196d File: /usr/src/debug/ppmtocpva-1.0 40755 root:root File: /usr/src/debug/ppmtocpva-1.0/ppmtocpva.c 100644 root:root d49e911b71c78ce660177366d960805d -RPMIdentity: c5f391b3d53a06e5af9608c023951bf27b1824ec55e733404d9e74b7ef126ca188a9e5179c2a795df2dab3917000e31e50e63c3b8ef431b043ab2e8d90ef784c +RPMIdentity: 6ffb30ba5ec293704da67c9cca0d379b5674eed2fdca10b8fcf966cabf3e6ba10ddb3ca3398de8a71871cc1eda1f595b54c035580d64a97d7484fd2355fb926f