<86>Jun 16 00:39:17 userdel[358003]: delete user 'rooter' <86>Jun 16 00:39:17 userdel[358003]: removed group 'rooter' owned by 'rooter' <86>Jun 16 00:39:17 userdel[358003]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 16 00:39:17 groupadd[358033]: group added to /etc/group: name=rooter, GID=1226 <86>Jun 16 00:39:17 groupadd[358033]: group added to /etc/gshadow: name=rooter <86>Jun 16 00:39:17 groupadd[358033]: new group: name=rooter, GID=1226 <86>Jun 16 00:39:17 useradd[358054]: new user: name=rooter, UID=1226, GID=1226, home=/root, shell=/bin/bash <86>Jun 16 00:39:17 userdel[358085]: delete user 'builder' <86>Jun 16 00:39:17 userdel[358085]: removed group 'builder' owned by 'builder' <86>Jun 16 00:39:17 userdel[358085]: removed shadow group 'builder' owned by 'builder' <86>Jun 16 00:39:17 groupadd[358127]: group added to /etc/group: name=builder, GID=1227 <86>Jun 16 00:39:17 groupadd[358127]: group added to /etc/gshadow: name=builder <86>Jun 16 00:39:17 groupadd[358127]: new group: name=builder, GID=1227 <86>Jun 16 00:39:17 useradd[358179]: new user: name=builder, UID=1227, GID=1227, 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>Jun 16 00:39:21 rpmi: xorg-proto-devel-2021.5-alt1 p10+295526.40.6.1 1646400646 installed <13>Jun 16 00:39:21 rpmi: libXau-1.0.9-alt1 sisyphus+278247.100.1.1 1626080736 installed <13>Jun 16 00:39:21 rpmi: libICE-1.0.10-alt1 sisyphus+278827.100.1.1 1626220279 installed <13>Jun 16 00:39:21 rpmi: libSM-1.2.3-alt1 sisyphus+278820.100.1.1 1626219264 installed <13>Jun 16 00:39:21 rpmi: libXau-devel-1.0.9-alt1 sisyphus+278247.100.1.1 1626080736 installed <13>Jun 16 00:39:21 rpmi: libX11-locales-3:1.8.7-alt1 p10+330924.200.2.1 1697304232 installed <13>Jun 16 00:39:21 rpmi: libXdmcp-1.1.3-alt1 sisyphus+278816.100.1.1 1626219231 installed <13>Jun 16 00:39:21 rpmi: libxcb-1.14-alt1 sisyphus+277968.100.1.3 1625952322 installed <13>Jun 16 00:39:22 rpmi: libX11-3:1.8.7-alt1 p10+330924.200.2.1 1697304232 installed <13>Jun 16 00:39:22 rpmi: libXext-1.3.4-alt1 sisyphus+278817.100.1.3 1626262596 installed <13>Jun 16 00:39:22 rpmi: libXt-1.2.1-alt1 sisyphus+265202.200.1.1 1611565457 installed <13>Jun 16 00:39:22 rpmi: libXpm-3.5.17-alt1 p10+330924.100.2.1 1697304173 installed <13>Jun 16 00:39:23 rpmi: libxcb-devel-1.14-alt1 sisyphus+277968.100.1.3 1625952322 installed <13>Jun 16 00:39:23 rpmi: libX11-devel-3:1.8.7-alt1 p10+330924.200.2.1 1697304232 installed <13>Jun 16 00:39:23 rpmi: libXext-devel-1.3.4-alt1 sisyphus+278817.100.1.3 1626262596 installed <13>Jun 16 00:39:23 rpmi: libXpm-devel-3.5.17-alt1 p10+330924.100.2.1 1697304173 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.81570 + 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.81570 + 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' make: Entering directory '/usr/src/RPM/BUILD/wmfortune-0.241' gcc -pipe -frecord-gcc-switches -Wall -g -O2 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 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.81570 + 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.81570 + 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.OkMivs 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.D0cRAu 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:ojpS1zqNZD9ODPZqu5pDcPdawjDFQZBiSm3iBuvEIQazkHfy8F23GZcgVrM9bnV12N58wU0Km1wN74, libXext.so.6()(64bit) >= set:lkCEU1, libXpm.so.4()(64bit) >= set:ji3ae, libc.so.6(GLIBC_2.15)(64bit), 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.gpii1t 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.Y93jMu find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.26DIJs 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) 0.73user 0.65system 0:05.66elapsed 24%CPU (0avgtext+0avgdata 30444maxresident)k 0inputs+0outputs (0major+169652minor)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 4.98user 2.08system 0:17.32elapsed 40%CPU (0avgtext+0avgdata 128724maxresident)k 0inputs+0outputs (0major+200832minor)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 2024-06-16 00:39:31.745505705 +0000 @@ -12,3 +12,3 @@ Requires: libXext.so.6()(64bit) >= set:lkCEU1 -Requires: libXpm.so.4()(64bit) >= set:kj3ae +Requires: libXpm.so.4()(64bit) >= set:ji3ae Requires: libc.so.6(GLIBC_2.15)(64bit) @@ -21,3 +21,3 @@ Provides: wmfortune = 0.241-alt4.qa2 -File: /usr/bin/wmfortune 100755 root:root cc3a610c3fe7ea70b5b792540075d63c +File: /usr/bin/wmfortune 100755 root:root 3203e9f30e9c96aac801511db5963b5e File: /usr/lib/menu/wmfortune 100644 root:root 94f354d06b7639376b0240cb4188baea @@ -28,2 +28,2 @@ File: /usr/share/doc/wmfortune-0.241/TODO 100644 root:root 1bc1a362ab725db02260a92fb70b4cb5 -RPMIdentity: 996a3c8638578ac6b3f8385211b3b79061dca70d09659baf9517969e96587b8f7a842cd668c0559ede2345e2741071988b61dca02e5d184a48e8274d5570fe84 +RPMIdentity: 6b10448d8ea28f14deff04948a6e6b510bfe62d83b7c633ff045bdcdda384f32cc8415c7dd0bdd9523afaf9d5e19cc3c94c2c93b360fcca6762590652fe6e2dd --- 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 2024-06-16 00:39:31.833506111 +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/15 40755 root:root +/usr/lib/debug/.build-id/15/f3aeff4469ea4ac80a62af1324b35e687f84ba 120777 root:root ../../../../bin/wmfortune +/usr/lib/debug/.build-id/15/f3aeff4469ea4ac80a62af1324b35e687f84ba.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/15 40755 root:root +File: /usr/lib/debug/.build-id/15/f3aeff4469ea4ac80a62af1324b35e687f84ba 120777 root:root ../../../../bin/wmfortune +File: /usr/lib/debug/.build-id/15/f3aeff4469ea4ac80a62af1324b35e687f84ba.debug 120777 root:root ../../usr/bin/wmfortune.debug +File: /usr/lib/debug/usr/bin/wmfortune.debug 100644 root:root b9888a1a3cc7b1633037dc4427f57236 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: db7eb1293c0ac40403b79f647b9b490e95defbd9cbba9d05cc90eb9f87e3f545eedfa531313a5d0bd4489d91710324717df21d4981cb3ff92a7951ab575532e5