<86>Sep 18 02:39:33 userdel[1258556]: delete user 'rooter' <86>Sep 18 02:39:33 userdel[1258556]: removed group 'rooter' owned by 'rooter' <86>Sep 18 02:39:33 groupadd[1258568]: group added to /etc/group: name=rooter, GID=657 <86>Sep 18 02:39:33 groupadd[1258568]: group added to /etc/gshadow: name=rooter <86>Sep 18 02:39:33 groupadd[1258568]: new group: name=rooter, GID=657 <86>Sep 18 02:39:33 useradd[1258579]: new user: name=rooter, UID=657, GID=657, home=/root, shell=/bin/bash <86>Sep 18 02:39:33 userdel[1258588]: delete user 'builder' <86>Sep 18 02:39:33 userdel[1258588]: removed group 'builder' owned by 'builder' <86>Sep 18 02:39:33 userdel[1258588]: removed shadow group 'builder' owned by 'builder' <86>Sep 18 02:39:33 groupadd[1258597]: group added to /etc/group: name=builder, GID=658 <86>Sep 18 02:39:33 groupadd[1258597]: group added to /etc/gshadow: name=builder <86>Sep 18 02:39:33 groupadd[1258597]: new group: name=builder, GID=658 <86>Sep 18 02:39:33 useradd[1258602]: new user: name=builder, UID=658, GID=658, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/wmfortune-0.241-alt4.qa2.src.rpm: The use of such a license name is ambiguous: GPL <13>Sep 18 02:39:35 rpmi: xorg-proto-devel-2021.4-alt1 sisyphus+272146.100.1.1 1621424691 installed <13>Sep 18 02:39:35 rpmi: libXau-1.0.9-alt1 sisyphus+278247.100.1.1 1626080736 installed <13>Sep 18 02:39:35 rpmi: libICE-1.0.10-alt1 sisyphus+278827.100.1.1 1626220279 installed <13>Sep 18 02:39:35 rpmi: libSM-1.2.3-alt1 sisyphus+278820.100.1.1 1626219264 installed <13>Sep 18 02:39:35 rpmi: libXau-devel-1.0.9-alt1 sisyphus+278247.100.1.1 1626080736 installed <13>Sep 18 02:39:35 rpmi: libX11-locales-3:1.7.2-alt1 sisyphus+279629.100.1.1 1626637383 installed <13>Sep 18 02:39:35 rpmi: libXdmcp-1.1.3-alt1 sisyphus+278816.100.1.1 1626219231 installed <13>Sep 18 02:39:35 rpmi: libxcb-1.14-alt1 sisyphus+277968.100.1.3 1625952322 installed <13>Sep 18 02:39:35 rpmi: libX11-3:1.7.2-alt1 sisyphus+279629.100.1.1 1626637383 installed <13>Sep 18 02:39:35 rpmi: libXext-1.3.4-alt1 sisyphus+278817.100.1.3 1626262596 installed <13>Sep 18 02:39:35 rpmi: libXt-1.2.1-alt1 sisyphus+265202.200.1.1 1611565457 installed <13>Sep 18 02:39:35 rpmi: libXpm-3.5.13-alt1 sisyphus+278339.100.1.2 1626171698 installed <13>Sep 18 02:39:38 rpmi: libxcb-devel-1.14-alt1 sisyphus+277968.100.1.3 1625952322 installed <13>Sep 18 02:39:39 rpmi: libX11-devel-3:1.7.2-alt1 sisyphus+279629.100.1.1 1626637383 installed <13>Sep 18 02:39:39 rpmi: libXext-devel-1.3.4-alt1 sisyphus+278817.100.1.3 1626262596 installed <13>Sep 18 02:39:39 rpmi: libXpm-devel-3.5.13-alt1 sisyphus+278339.100.1.2 1626171698 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/wmfortune-0.241-alt4.qa2.nosrc.rpm (w1.gzdio) Installing wmfortune-0.241-alt4.qa2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.4477 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf wmfortune-0.241 + echo 'Source #0 (wmfortune-0.241.tar.bz2):' Source #0 (wmfortune-0.241.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/wmfortune-0.241.tar.bz2 + /bin/tar -xf - + cd wmfortune-0.241 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.95327 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd wmfortune-0.241 + make -j8 'OPTIMIZE=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' make: Entering directory '/usr/src/RPM/BUILD/wmfortune-0.241' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto wmfortune.c -c wmfortune.c: In function 'fill_buff': wmfortune.c:82:3: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] 82 | memset(buff, '\0', BUFF_SIZE); | ^~~~~~ wmfortune.c:82:3: warning: incompatible implicit declaration of built-in function 'memset' wmfortune.c:32:1: note: include '' or provide a declaration of 'memset' 31 | #include "XPM/panel_window.xpm" +++ |+#include 32 | wmfortune.c: In function 'main': wmfortune.c:164:17: warning: pointer targets in passing argument 4 of 'DAMakePixmapFromData' differ in signedness [-Wpointer-sign] 164 | &panel_mask, &w, &h); | ^~ | | | int * In file included from wmfortune.c:28: dockapp.h:172:16: note: expected 'unsigned int *' but argument is of type 'int *' 172 | unsigned *width, unsigned *height); | ~~~~~~~~~~^~~~~ wmfortune.c:164:21: warning: pointer targets in passing argument 5 of 'DAMakePixmapFromData' differ in signedness [-Wpointer-sign] 164 | &panel_mask, &w, &h); | ^~ | | | int * In file included from wmfortune.c:28: dockapp.h:172:33: note: expected 'unsigned int *' but argument is of type 'int *' 172 | unsigned *width, unsigned *height); | ~~~~~~~~~~^~~~~~ wmfortune.c:166:40: warning: pointer targets in passing argument 4 of 'DAMakePixmapFromData' differ in signedness [-Wpointer-sign] 166 | &panel_button_pressed_pixmap, NULL, &w, &h); | ^~ | | | int * In file included from wmfortune.c:28: dockapp.h:172:16: note: expected 'unsigned int *' but argument is of type 'int *' 172 | unsigned *width, unsigned *height); | ~~~~~~~~~~^~~~~ wmfortune.c:166:44: warning: pointer targets in passing argument 5 of 'DAMakePixmapFromData' differ in signedness [-Wpointer-sign] 166 | &panel_button_pressed_pixmap, NULL, &w, &h); | ^~ | | | int * In file included from wmfortune.c:28: dockapp.h:172:33: note: expected 'unsigned int *' but argument is of type 'int *' 172 | unsigned *width, unsigned *height); | ~~~~~~~~~~^~~~~~ wmfortune.c:168:32: warning: pointer targets in passing argument 4 of 'DAMakePixmapFromData' differ in signedness [-Wpointer-sign] 168 | &panel_window_pixmap, NULL, &w, &h); | ^~ | | | int * In file included from wmfortune.c:28: dockapp.h:172:16: note: expected 'unsigned int *' but argument is of type 'int *' 172 | unsigned *width, unsigned *height); | ~~~~~~~~~~^~~~~ wmfortune.c:168:36: warning: pointer targets in passing argument 5 of 'DAMakePixmapFromData' differ in signedness [-Wpointer-sign] 168 | &panel_window_pixmap, NULL, &w, &h); | ^~ | | | int * In file included from wmfortune.c:28: dockapp.h:172:33: note: expected 'unsigned int *' but argument is of type 'int *' 172 | unsigned *width, unsigned *height); | ~~~~~~~~~~^~~~~~ wmfortune.c:194:62: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] 194 | XDrawString(DADisplay, pixmap, gc, j, STRING_Y, buff, strlen(buff)); | ^~~~~~ wmfortune.c:194:62: warning: incompatible implicit declaration of built-in function 'strlen' wmfortune.c:194:62: note: include '' or provide a declaration of 'strlen' make: Leaving directory '/usr/src/RPM/BUILD/wmfortune-0.241' make: Entering directory '/usr/src/RPM/BUILD/wmfortune-0.241' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto dockapp.c -c make: Leaving directory '/usr/src/RPM/BUILD/wmfortune-0.241' make: Entering directory '/usr/src/RPM/BUILD/wmfortune-0.241' gcc wmfortune.o dockapp.o -L/usr/X11R6/lib -lXpm -lXext -lX11 -o wmfortune make: Leaving directory '/usr/src/RPM/BUILD/wmfortune-0.241' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.95327 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/wmfortune-buildroot + : + /bin/rm -rf -- /usr/src/tmp/wmfortune-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd wmfortune-0.241 + install -p -D -m755 wmfortune /usr/src/tmp/wmfortune-buildroot/usr/bin/wmfortune + install -p -D -m644 /usr/src/RPM/SOURCES/wmfortune.menu /usr/src/tmp/wmfortune-buildroot/usr/lib/menu/wmfortune + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/wmfortune-buildroot (auto) Verifying and fixing files in /usr/src/tmp/wmfortune-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/wmfortune-buildroot/ (default) Compressing files in /usr/src/tmp/wmfortune-buildroot (auto) Adjusting library links in /usr/src/tmp/wmfortune-buildroot ./usr/lib: (from :0) Verifying ELF objects in /usr/src/tmp/wmfortune-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: wmfortune-0.241-alt4.qa2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.60193 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd wmfortune-0.241 + DOCDIR=/usr/src/tmp/wmfortune-buildroot/usr/share/doc/wmfortune-0.241 + export DOCDIR + rm -rf /usr/src/tmp/wmfortune-buildroot/usr/share/doc/wmfortune-0.241 + /bin/mkdir -p /usr/src/tmp/wmfortune-buildroot/usr/share/doc/wmfortune-0.241 + cp -prL README INSTALL CHANGES TODO /usr/src/tmp/wmfortune-buildroot/usr/share/doc/wmfortune-0.241 + chmod -R go-w /usr/src/tmp/wmfortune-buildroot/usr/share/doc/wmfortune-0.241 + chmod -R a+rX /usr/src/tmp/wmfortune-buildroot/usr/share/doc/wmfortune-0.241 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.59fjo7 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.0YPEd7 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: fortune-mod, /lib64/ld-linux-x86-64.so.2, libX11.so.6()(64bit) >= set:ojpS1xamVPpvRH8XApKh1sWcBZviOSqgGQX3BBmpAqZ1hAkx1Ru6av3epVafg8K0147MRa0cZg2, libXext.so.6()(64bit) >= set:lkCEU1, libXpm.so.4()(64bit) >= set:kj3ae, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), 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.8Wtjj4 Creating wmfortune-debuginfo package Processing files: wmfortune-debuginfo-0.241-alt4.qa2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8rcFi8 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vGhTx7 find-requires: running scripts (debuginfo) Requires: wmfortune = 0.241-alt4.qa2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libX11.so.6), debug64(libXext.so.6), debug64(libXpm.so.4), debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/wmfortune-0.241-alt4.qa2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/wmfortune-debuginfo-0.241-alt4.qa2.x86_64.rpm (w2.lzdio) 2.07user 1.81system 0:07.28elapsed 53%CPU (0avgtext+0avgdata 25484maxresident)k 0inputs+0outputs (0major+177974minor)pagefaults 0swaps /.out/wmfortune-0.241-alt4.qa2.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/wmfortune-debuginfo-0.241-alt4.qa2.x86_64.rpm: The use of such a license name is ambiguous: GPL 11.37user 7.39system 0:21.67elapsed 86%CPU (0avgtext+0avgdata 101924maxresident)k 0inputs+0outputs (0major+469733minor)pagefaults 0swaps --- wmfortune-0.241-alt4.qa2.x86_64.rpm.repo 2013-04-17 18:24:15.000000000 +0000 +++ wmfortune-0.241-alt4.qa2.x86_64.rpm.hasher 2021-09-18 02:39:52.166549838 +0000 @@ -9,3 +9,3 @@ Requires: /lib64/ld-linux-x86-64.so.2 -Requires: libX11.so.6()(64bit) >= set:ojpS1zqNZD9ODPZqu5pDcPdawjDFQZBiSm3iBuvEIQazkHfy8F23GZcgVrM9bnV12N58wU0Km1wN74 +Requires: libX11.so.6()(64bit) >= set:ojpS1xamVPpvRH8XApKh1sWcBZviOSqgGQX3BBmpAqZ1hAkx1Ru6av3epVafg8K0147MRa0cZg2 Requires: rpmlib(SetVersions) @@ -13,3 +13,2 @@ Requires: libXpm.so.4()(64bit) >= set:kj3ae -Requires: libc.so.6(GLIBC_2.15)(64bit) Requires: libc.so.6(GLIBC_2.2.5)(64bit) @@ -21,3 +20,3 @@ Provides: wmfortune = 0.241-alt4.qa2 -File: /usr/bin/wmfortune 100755 root:root cc3a610c3fe7ea70b5b792540075d63c +File: /usr/bin/wmfortune 100755 root:root 0b1d9b22a7189daf0036c619d0f629cf File: /usr/lib/menu/wmfortune 100644 root:root 94f354d06b7639376b0240cb4188baea @@ -28,2 +27,2 @@ File: /usr/share/doc/wmfortune-0.241/TODO 100644 root:root 1bc1a362ab725db02260a92fb70b4cb5 -RPMIdentity: 996a3c8638578ac6b3f8385211b3b79061dca70d09659baf9517969e96587b8f7a842cd668c0559ede2345e2741071988b61dca02e5d184a48e8274d5570fe84 +RPMIdentity: 2dc9a4dcf5c80c7fb324d64af1a8ed9579cc78eae72e624a888b10dc23825f90676576ac7468f8d1e60689d09b3d908dfd5262307d0922c423cb79b7909f4f55 --- wmfortune-debuginfo-0.241-alt4.qa2.x86_64.rpm.repo 2013-04-17 18:24:15.000000000 +0000 +++ wmfortune-debuginfo-0.241-alt4.qa2.x86_64.rpm.hasher 2021-09-18 02:39:52.387548367 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/77 40755 root:root -/usr/lib/debug/.build-id/77/29549ff9901fc6694da3414132e123aed888bb 120777 root:root ../../../../bin/wmfortune -/usr/lib/debug/.build-id/77/29549ff9901fc6694da3414132e123aed888bb.debug 120777 root:root ../../usr/bin/wmfortune.debug +/usr/lib/debug/.build-id/bc 40755 root:root +/usr/lib/debug/.build-id/bc/ecddc2b028520d50b04a386f5070d396aa1f31 120777 root:root ../../../../bin/wmfortune +/usr/lib/debug/.build-id/bc/ecddc2b028520d50b04a386f5070d396aa1f31.debug 120777 root:root ../../usr/bin/wmfortune.debug /usr/lib/debug/usr/bin/wmfortune.debug 100644 root:root @@ -20,6 +20,6 @@ Provides: wmfortune-debuginfo = 0.241-alt4.qa2 -File: /usr/lib/debug/.build-id/77 40755 root:root -File: /usr/lib/debug/.build-id/77/29549ff9901fc6694da3414132e123aed888bb 120777 root:root ../../../../bin/wmfortune -File: /usr/lib/debug/.build-id/77/29549ff9901fc6694da3414132e123aed888bb.debug 120777 root:root ../../usr/bin/wmfortune.debug -File: /usr/lib/debug/usr/bin/wmfortune.debug 100644 root:root d6ce90a087f0f154f341d18cdfbf8c7a +File: /usr/lib/debug/.build-id/bc 40755 root:root +File: /usr/lib/debug/.build-id/bc/ecddc2b028520d50b04a386f5070d396aa1f31 120777 root:root ../../../../bin/wmfortune +File: /usr/lib/debug/.build-id/bc/ecddc2b028520d50b04a386f5070d396aa1f31.debug 120777 root:root ../../usr/bin/wmfortune.debug +File: /usr/lib/debug/usr/bin/wmfortune.debug 100644 root:root 6600a712a7096eca1c570e4791232751 File: /usr/src/debug/wmfortune-0.241 40755 root:root @@ -32,2 +32,2 @@ File: /usr/src/debug/wmfortune-0.241/wmfortune.c 100644 root:root af01bf7b23f73b025de2af376f51f159 -RPMIdentity: bcd2412922a4bcf912f2830d76c1f63ca131fc405b87a52a576a31812cd0fc7866b668851e5d9a8956047d9fa6c8144ce18bb7c7a77b05854c248c79a8add1ba +RPMIdentity: 9f05cc87cfd8712038ce1ba3078eff89788ec7aa7c660268d11e40af447cc83421eae5c5e9243d42276c15b1ccc49011e277a1a71fdbfcec6db304f08d03a562