<86>May 16 00:47:58 userdel[2108514]: delete user 'rooter' <86>May 16 00:47:58 userdel[2108514]: removed group 'rooter' owned by 'rooter' <86>May 16 00:47:58 userdel[2108514]: removed shadow group 'rooter' owned by 'rooter' <86>May 16 00:47:58 groupadd[2108544]: group added to /etc/group: name=rooter, GID=978 <86>May 16 00:47:58 groupadd[2108544]: group added to /etc/gshadow: name=rooter <86>May 16 00:47:58 groupadd[2108544]: new group: name=rooter, GID=978 <86>May 16 00:47:58 useradd[2108572]: new user: name=rooter, UID=978, GID=978, home=/root, shell=/bin/bash <86>May 16 00:47:58 userdel[2108609]: delete user 'builder' <86>May 16 00:47:58 userdel[2108609]: removed group 'builder' owned by 'builder' <86>May 16 00:47:58 userdel[2108609]: removed shadow group 'builder' owned by 'builder' <86>May 16 00:47:58 groupadd[2108640]: group added to /etc/group: name=builder, GID=979 <86>May 16 00:47:58 groupadd[2108640]: group added to /etc/gshadow: name=builder <86>May 16 00:47:58 groupadd[2108640]: new group: name=builder, GID=979 <86>May 16 00:47:58 useradd[2108660]: new user: name=builder, UID=979, GID=979, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/wmDownload-0.1.2a-alt3.qa1.src.rpm: The use of such a license name is ambiguous: GPL <13>May 16 00:47:59 rpmi: xorg-proto-devel-2022.1-alt1 sisyphus+299488.100.1.1 1651731532 installed <13>May 16 00:47:59 rpmi: libXau-1.0.9-alt1 sisyphus+278247.100.1.1 1626080736 installed <13>May 16 00:47:59 rpmi: libICE-1.0.10-alt1 sisyphus+278827.100.1.1 1626220279 installed <13>May 16 00:47:59 rpmi: libSM-1.2.3-alt1 sisyphus+278820.100.1.1 1626219264 installed <13>May 16 00:47:59 rpmi: libXau-devel-1.0.9-alt1 sisyphus+278247.100.1.1 1626080736 installed <13>May 16 00:47:59 rpmi: libX11-locales-3:1.8-alt1 sisyphus+299436.100.1.1 1651655356 installed <13>May 16 00:47:59 rpmi: libXdmcp-1.1.3-alt1 sisyphus+278816.100.1.1 1626219231 installed <13>May 16 00:47:59 rpmi: libxcb-1.15-alt1 sisyphus+299436.300.1.1 1651655472 installed <13>May 16 00:47:59 rpmi: libX11-3:1.8-alt1 sisyphus+299436.100.1.1 1651655356 installed <13>May 16 00:47:59 rpmi: libXext-1.3.4-alt1 sisyphus+278817.100.1.3 1626262596 installed <13>May 16 00:47:59 rpmi: libXt-1.2.1-alt1 sisyphus+265202.200.1.1 1611565457 installed <13>May 16 00:47:59 rpmi: libXpm-3.5.13-alt1 sisyphus+278339.100.1.2 1626171698 installed <13>May 16 00:47:59 rpmi: libdockapp3-0.7.2-alt2 sisyphus+223888.40.2.1 1551877932 installed <13>May 16 00:48:00 rpmi: libxcb-devel-1.15-alt1 sisyphus+299436.300.1.1 1651655472 installed <13>May 16 00:48:00 rpmi: libX11-devel-3:1.8-alt1 sisyphus+299436.100.1.1 1651655356 installed <13>May 16 00:48:00 rpmi: libXext-devel-1.3.4-alt1 sisyphus+278817.100.1.3 1626262596 installed <13>May 16 00:48:00 rpmi: libXpm-devel-3.5.13-alt1 sisyphus+278339.100.1.2 1626171698 installed <13>May 16 00:48:00 rpmi: libdockapp-devel-0.7.2-alt2 sisyphus+223888.40.2.1 1551877932 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/wmDownload-0.1.2a-alt3.qa1.nosrc.rpm (w1.gzdio) Installing wmDownload-0.1.2a-alt3.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.94157 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf wmDownload-0.1.2a + echo 'Source #0 (wmDownload-0.1.2a.tar.gz):' Source #0 (wmDownload-0.1.2a.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/wmDownload-0.1.2a.tar.gz + /bin/tar -xf - + cd wmDownload-0.1.2a + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.94157 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd wmDownload-0.1.2a + make -j16 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' make: Entering directory '/usr/src/RPM/BUILD/wmDownload-0.1.2a' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o wmDownload.o wmDownload.c wmDownload.c: In function 'drawDev': wmDownload.c:108:17: warning: comparison with string literal results in unspecified behavior [-Waddress] 108 | if(type == "eth") | ^~ wmDownload.c: In function 'buttonPressCallback': wmDownload.c:168:35: warning: comparison with string literal results in unspecified behavior [-Waddress] 168 | devnum %= (device == "eth")?numeth:numppp; | ^~ wmDownload.c:172:35: warning: comparison with string literal results in unspecified behavior [-Waddress] 172 | if(device == "eth" && (numppp != 0)) | ^~ wmDownload.c: In function 'main': wmDownload.c:272:59: warning: passing argument 4 of 'DAMakePixmapFromData' from incompatible pointer type [-Wincompatible-pointer-types] 272 | DAMakePixmapFromData (master_xpm, &pixmap, &mask, &height, &width); | ^~~~~~~ | | | unsigned int * In file included from wmDownload.c:47: /usr/include/dockapp.h:274:43: note: expected 'short unsigned int *' but argument is of type 'unsigned int *' 274 | unsigned short *width, unsigned short *height); | ~~~~~~~~~~~~~~~~^~~~~ wmDownload.c:272:68: warning: passing argument 5 of 'DAMakePixmapFromData' from incompatible pointer type [-Wincompatible-pointer-types] 272 | DAMakePixmapFromData (master_xpm, &pixmap, &mask, &height, &width); | ^~~~~~ | | | unsigned int * In file included from wmDownload.c:47: /usr/include/dockapp.h:274:66: note: expected 'short unsigned int *' but argument is of type 'unsigned int *' 274 | unsigned short *width, unsigned short *height); | ~~~~~~~~~~~~~~~~^~~~~~ wmDownload.c:274:63: warning: passing argument 4 of 'DAMakePixmapFromData' from incompatible pointer type [-Wincompatible-pointer-types] 274 | DAMakePixmapFromData (numbers_xpm, &pixnum, &masknum, &height, &width); | ^~~~~~~ | | | unsigned int * In file included from wmDownload.c:47: /usr/include/dockapp.h:274:43: note: expected 'short unsigned int *' but argument is of type 'unsigned int *' 274 | unsigned short *width, unsigned short *height); | ~~~~~~~~~~~~~~~~^~~~~ wmDownload.c:274:72: warning: passing argument 5 of 'DAMakePixmapFromData' from incompatible pointer type [-Wincompatible-pointer-types] 274 | DAMakePixmapFromData (numbers_xpm, &pixnum, &masknum, &height, &width); | ^~~~~~ | | | unsigned int * In file included from wmDownload.c:47: /usr/include/dockapp.h:274:66: note: expected 'short unsigned int *' but argument is of type 'unsigned int *' 274 | unsigned short *width, unsigned short *height); | ~~~~~~~~~~~~~~~~^~~~~~ wmDownload.c:275:62: warning: passing argument 4 of 'DAMakePixmapFromData' from incompatible pointer type [-Wincompatible-pointer-types] 275 | DAMakePixmapFromData (device_xpm, &pixdev, &devmask, &height, &width); | ^~~~~~~ | | | unsigned int * In file included from wmDownload.c:47: /usr/include/dockapp.h:274:43: note: expected 'short unsigned int *' but argument is of type 'unsigned int *' 274 | unsigned short *width, unsigned short *height); | ~~~~~~~~~~~~~~~~^~~~~ wmDownload.c:275:71: warning: passing argument 5 of 'DAMakePixmapFromData' from incompatible pointer type [-Wincompatible-pointer-types] 275 | DAMakePixmapFromData (device_xpm, &pixdev, &devmask, &height, &width); | ^~~~~~ | | | unsigned int * In file included from wmDownload.c:47: /usr/include/dockapp.h:274:66: note: expected 'short unsigned int *' but argument is of type 'unsigned int *' 274 | unsigned short *width, unsigned short *height); | ~~~~~~~~~~~~~~~~^~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/wmDownload-0.1.2a' make: Entering directory '/usr/src/RPM/BUILD/wmDownload-0.1.2a' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto wmDownload.o -o wmDownload -I/usr/X11R6/include/X11 -L/usr/X11R6/lib -ldockapp -lX11 -lXext -lXpm make: Leaving directory '/usr/src/RPM/BUILD/wmDownload-0.1.2a' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.94157 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/wmDownload-buildroot + : + /bin/rm -rf -- /usr/src/tmp/wmDownload-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd wmDownload-0.1.2a + install -D -pm 755 wmDownload /usr/src/tmp/wmDownload-buildroot/usr/bin/wmDownload + install -D -pm 644 /usr/src/RPM/SOURCES/wmDownload.menu /usr/src/tmp/wmDownload-buildroot/usr/lib/menu/wmDownload + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/wmDownload-buildroot (auto) Verifying and fixing files in /usr/src/tmp/wmDownload-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/wmDownload-buildroot/ (default) Compressing files in /usr/src/tmp/wmDownload-buildroot (auto) Adjusting library links in /usr/src/tmp/wmDownload-buildroot ./usr/lib: (from :0) Verifying ELF objects in /usr/src/tmp/wmDownload-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: wmDownload-0.1.2a-alt3.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.94157 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd wmDownload-0.1.2a + DOCDIR=/usr/src/tmp/wmDownload-buildroot/usr/share/doc/wmDownload-0.1.2a + export DOCDIR + rm -rf /usr/src/tmp/wmDownload-buildroot/usr/share/doc/wmDownload-0.1.2a + /bin/mkdir -p /usr/src/tmp/wmDownload-buildroot/usr/share/doc/wmDownload-0.1.2a + cp -prL BUGS CHANGELOG CREDITS HINTS README TODO /usr/src/tmp/wmDownload-buildroot/usr/share/doc/wmDownload-0.1.2a + chmod -R go-w /usr/src/tmp/wmDownload-buildroot/usr/share/doc/wmDownload-0.1.2a + chmod -R a+rX /usr/src/tmp/wmDownload-buildroot/usr/share/doc/wmDownload-0.1.2a + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zIpuNL 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.6CPthy find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libX11.so.6()(64bit) >= set:om2ZsGkHvybj5, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.34)(64bit), libdockapp.so.3()(64bit) >= set:kgKaZKGc75RY5dJFJ9Lxbo0, 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.nh7Icq Creating wmDownload-debuginfo package Processing files: wmDownload-debuginfo-0.1.2a-alt3.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.EyE1pA find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bzRd96 find-requires: running scripts (debuginfo) Requires: wmDownload = 0.1.2a-alt3.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libX11.so.6), debug64(libc.so.6), debug64(libdockapp.so.3) Adding to wmDownload-debuginfo a strict dependency on wmDownload Wrote: /usr/src/RPM/RPMS/x86_64/wmDownload-0.1.2a-alt3.qa1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/wmDownload-debuginfo-0.1.2a-alt3.qa1.x86_64.rpm (w2.lzdio) 0.42user 0.37system 0:05.39elapsed 14%CPU (0avgtext+0avgdata 23132maxresident)k 0inputs+0outputs (0major+163252minor)pagefaults 0swaps /.out/wmDownload-0.1.2a-alt3.qa1.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/wmDownload-debuginfo-0.1.2a-alt3.qa1.x86_64.rpm: The use of such a license name is ambiguous: GPL 3.55user 3.29system 0:10.69elapsed 64%CPU (0avgtext+0avgdata 104000maxresident)k 112inputs+0outputs (30738major+427114minor)pagefaults 0swaps --- wmDownload-0.1.2a-alt3.qa1.x86_64.rpm.repo 2019-03-06 13:16:40.000000000 +0000 +++ wmDownload-0.1.2a-alt3.qa1.x86_64.rpm.hasher 2022-05-16 00:48:07.524095964 +0000 @@ -14,3 +14,3 @@ Requires: libc.so.6(GLIBC_2.3.4)(64bit) -Requires: libc.so.6(GLIBC_2.4)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) Requires: libdockapp.so.3()(64bit) >= set:kgKaZKGc75RY5dJFJ9Lxbo0 @@ -19,3 +19,3 @@ Provides: wmDownload = 0.1.2a-alt3.qa1:sisyphus+223888.700.2.1 -File: /usr/bin/wmDownload 100755 root:root 39497aa6bf665558d35790b8852944a9 +File: /usr/bin/wmDownload 100755 root:root 22c067a8aaafc4b35a67166d144d6eb4 File: /usr/lib/menu/wmDownload 100644 root:root 32b1c88d27a26f55e76126edd443be6c @@ -28,2 +28,2 @@ File: /usr/share/doc/wmDownload-0.1.2a/TODO 100644 root:root 9030636473eb5555074e5c8b75b4a732 -RPMIdentity: 5308889be04b86ce08adffe8dc48fb5a4990701cf57eaf02b472420e4f072d97f008d30f812118aac3c81824d1f9f79a3f72e273cb43366c39c0be3440bb3a52 +RPMIdentity: ff440adbbf447ae2c29f0ed06bb7c62459e32cc092d31031b037417065d8be7a12d91878d09e4752dae6d08a00c477516c7b35b7ad39a5a0cc0fe54dc43fb962 --- wmDownload-debuginfo-0.1.2a-alt3.qa1.x86_64.rpm.repo 2019-03-06 13:16:40.000000000 +0000 +++ wmDownload-debuginfo-0.1.2a-alt3.qa1.x86_64.rpm.hasher 2022-05-16 00:48:07.584096685 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/7a 40755 root:root -/usr/lib/debug/.build-id/7a/73c9c88f1ddd4e55cae77d182be10dd5e2ab3a 120777 root:root ../../../../bin/wmDownload -/usr/lib/debug/.build-id/7a/73c9c88f1ddd4e55cae77d182be10dd5e2ab3a.debug 120777 root:root ../../usr/bin/wmDownload.debug +/usr/lib/debug/.build-id/06 40755 root:root +/usr/lib/debug/.build-id/06/542514d347534b64686d90a73a944a3d035388 120777 root:root ../../../../bin/wmDownload +/usr/lib/debug/.build-id/06/542514d347534b64686d90a73a944a3d035388.debug 120777 root:root ../../usr/bin/wmDownload.debug /usr/lib/debug/usr/bin/wmDownload.debug 100644 root:root @@ -17,6 +17,6 @@ Provides: wmDownload-debuginfo = 0.1.2a-alt3.qa1:sisyphus+223888.700.2.1 -File: /usr/lib/debug/.build-id/7a 40755 root:root -File: /usr/lib/debug/.build-id/7a/73c9c88f1ddd4e55cae77d182be10dd5e2ab3a 120777 root:root ../../../../bin/wmDownload -File: /usr/lib/debug/.build-id/7a/73c9c88f1ddd4e55cae77d182be10dd5e2ab3a.debug 120777 root:root ../../usr/bin/wmDownload.debug -File: /usr/lib/debug/usr/bin/wmDownload.debug 100644 root:root 88cfba64e601049d40882a195d88b19c +File: /usr/lib/debug/.build-id/06 40755 root:root +File: /usr/lib/debug/.build-id/06/542514d347534b64686d90a73a944a3d035388 120777 root:root ../../../../bin/wmDownload +File: /usr/lib/debug/.build-id/06/542514d347534b64686d90a73a944a3d035388.debug 120777 root:root ../../usr/bin/wmDownload.debug +File: /usr/lib/debug/usr/bin/wmDownload.debug 100644 root:root bbe8556f38b1695056900f0bf6001b7d File: /usr/src/debug/wmDownload-0.1.2a 40755 root:root @@ -27,2 +27,2 @@ File: /usr/src/debug/wmDownload-0.1.2a/wmDownload.c 100644 root:root be54c027dd8cb80e436262cd5db53cb4 -RPMIdentity: b27983c95d56943cb46bc27c273f7cc2fef7de448235e0d773d4ad124c55115d956348c00e4e7af5df55abb4041acfb1da74541d5399d569456bf52dfbabb3df +RPMIdentity: fab575d884d70ee333de2b7f07d8150e068f3f72b0d846de5a4f951f543f9fe3851eab378670784a0a9e47784975db6613336f36e3ce0b803d9af6993cea8ab0