<86>Aug 22 00:52:11 userdel[2607708]: delete user 'rooter'
<86>Aug 22 00:52:11 userdel[2607708]: removed group 'rooter' owned by 'rooter'
<86>Aug 22 00:52:11 groupadd[2607757]: group added to /etc/group: name=rooter, GID=1292
<86>Aug 22 00:52:11 groupadd[2607757]: group added to /etc/gshadow: name=rooter
<86>Aug 22 00:52:11 groupadd[2607757]: new group: name=rooter, GID=1292
<86>Aug 22 00:52:11 useradd[2607788]: new user: name=rooter, UID=1292, GID=1292, home=/root, shell=/bin/bash, from=none
<86>Aug 22 00:52:11 userdel[2607862]: delete user 'builder'
<86>Aug 22 00:52:11 groupadd[2607897]: group added to /etc/group: name=builder, GID=1293
<86>Aug 22 00:52:11 groupadd[2607897]: group added to /etc/gshadow: name=builder
<86>Aug 22 00:52:11 groupadd[2607897]: new group: name=builder, GID=1293
<86>Aug 22 00:52:11 useradd[2607931]: new user: name=builder, UID=1293, GID=1293, home=/usr/src, shell=/bin/bash, from=none
warning: user grenka does not exist - using root
warning: group grenka does not exist - using root
warning: user grenka does not exist - using root
warning: group grenka does not exist - using root
warning: user grenka does not exist - using root
warning: group grenka does not exist - using root
warning: user grenka does not exist - using root
warning: group grenka does not exist - using root
<13>Aug 22 00:52:17 rpmi: xorg-proto-devel-2023.2-alt1 sisyphus+327257.100.1.1 1692178218 installed
<13>Aug 22 00:52:17 rpmi: libXau-1.0.11-alt1 sisyphus+311428.100.1.1 1670577439 installed
<13>Aug 22 00:52:17 rpmi: libICE-1.1.1-alt1 sisyphus+311428.500.1.1 1670577555 installed
<13>Aug 22 00:52:17 rpmi: libSM-1.2.4-alt1 sisyphus+312057.200.1.1 1671526916 installed
<13>Aug 22 00:52:17 rpmi: libXau-devel-1.0.11-alt1 sisyphus+311428.100.1.1 1670577439 installed
<13>Aug 22 00:52:17 rpmi: libX11-locales-3:1.8.6-alt1 sisyphus+323114.100.1.1 1686850054 installed
<13>Aug 22 00:52:17 rpmi: libXdmcp-1.1.4-alt1 sisyphus+311188.1000.1.1 1670233857 installed
<13>Aug 22 00:52:17 rpmi: libxcb-1.16-alt1 sisyphus+327325.200.1.1 1692276261 installed
<13>Aug 22 00:52:17 rpmi: libX11-3:1.8.6-alt1 sisyphus+323114.100.1.1 1686850054 installed
<13>Aug 22 00:52:17 rpmi: libXext-1.3.5-alt1 sisyphus+309285.100.1.1 1667212412 installed
<13>Aug 22 00:52:17 rpmi: libXt-1.2.1-alt1 sisyphus+265202.200.1.1 1611565457 installed
<13>Aug 22 00:52:17 rpmi: libXpm-3.5.15-alt1 sisyphus+313628.100.1.1 1674030938 installed
<13>Aug 22 00:52:19 rpmi: libxcb-devel-1.16-alt1 sisyphus+327325.200.1.1 1692276261 installed
<13>Aug 22 00:52:19 rpmi: libX11-devel-3:1.8.6-alt1 sisyphus+323114.100.1.1 1686850054 installed
<13>Aug 22 00:52:19 rpmi: libXext-devel-1.3.5-alt1 sisyphus+309285.100.1.1 1667212412 installed
<13>Aug 22 00:52:19 rpmi: libXpm-devel-3.5.15-alt1 sisyphus+313628.100.1.1 1674030938 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/wmWeather-1.31-alt5.nosrc.rpm (w1.gzdio)
Installing wmWeather-1.31-alt5.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.80046
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf wmWeather-1.31
+ echo 'Source #0 (wmWeather-1.31.tar.gz):'
Source #0 (wmWeather-1.31.tar.gz):
+ /bin/tar -xf -
+ /bin/gzip -dc /usr/src/RPM/SOURCES/wmWeather-1.31.tar.gz
+ cd wmWeather-1.31
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.59099
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd wmWeather-1.31
+ make -C Src 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fcommon'
make: Entering directory '/usr/src/RPM/BUILD/wmWeather-1.31/Src'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fcommon -DLinux -c wmWeather.c -o wmWeather.o -I/usr/X11R6/include/X11 -I/usr/X11R6/include
wmWeather.c: In function 'main':
wmWeather.c:236:23: warning: variable 'CurrentJD' set but not used [-Wunused-but-set-variable]
  236 | double          jd(), CurrentJD;
      |                       ^~~~~~~~~
wmWeather.c:226:20: warning: variable 's' set but not used [-Wunused-but-set-variable]
  226 | int             n, s, m, dt1, dt2, dt3, yd;
      |                    ^
wmWeather.c:226:17: warning: variable 'n' set but not used [-Wunused-but-set-variable]
  226 | int             n, s, m, dt1, dt2, dt3, yd;
      |                 ^
wmWeather.c:422:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
  422 |                 fgets(Line, 512, fp);
      |                 ^~~~~~~~~~~~~~~~~~~~
wmWeather.c:423:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
  423 |                 fgets(Line, 512, fp);
      |                 ^~~~~~~~~~~~~~~~~~~~
wmWeather.c:424:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
  424 |                 fgets(Line, 512, fp);
      |                 ^~~~~~~~~~~~~~~~~~~~
wmWeather.c:425:17: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  425 |                 fscanf(fp, "%d:%d", &UpdateUTHour, &UpdateUTMin);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wmWeather.c:443:17: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  443 |                 fscanf(fp, "%lf", &Temperature);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wmWeather.c:445:17: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  445 |                 fscanf(fp, "%lf", &DewPoint);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
wmWeather.c:448:17: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  448 |                 fscanf(fp, "%lf", &WindChill);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wmWeather.c:455:17: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  455 |                 fscanf(fp, "%lf", &Pressure); Pressure += 0.005;
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
wmWeather.c:457:17: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  457 |                 fscanf(fp, "%lf", &Humidity);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
wmWeather.c:458:17: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  458 |                 fscanf(fp, "%lf", &Direction);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wmWeather.c:459:17: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  459 |                 fscanf(fp, "%lf", &Speed);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~
wmWeather.c:820:13: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result]
  820 |             system(command);
      |             ^~~~~~~~~~~~~~~
wmWeather.c: In function 'ButtonPressEvent':
wmWeather.c:1135:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result]
 1135 |         system(Command);
      |         ^~~~~~~~~~~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fcommon -DLinux -c xutils.c -o xutils.o -I/usr/X11R6/include/X11 -I/usr/X11R6/include
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fcommon  -o wmWeather wmWeather.o xutils.o -I/usr/X11R6/include/X11 -I/usr/X11R6/include -L/usr/X11R6/lib -lXpm -lX11 -lXext
make: Leaving directory '/usr/src/RPM/BUILD/wmWeather-1.31/Src'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.59099
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/wmWeather-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/wmWeather-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd wmWeather-1.31
+ install -d /usr/src/tmp/wmWeather-buildroot/usr/bin /usr/src/tmp/wmWeather-buildroot/usr/bin /usr/src/tmp/wmWeather-buildroot/usr/lib/menu /usr/src/tmp/wmWeather-buildroot/usr/share/man/man1
+ install Src/wmWeather /usr/src/tmp/wmWeather-buildroot/usr/bin/
+ install Src/GrabWeather /usr/src/tmp/wmWeather-buildroot/usr/bin/
+ install Src/wmWeather.1 /usr/src/tmp/wmWeather-buildroot/usr/share/man/man1/
+ install -m644 /usr/src/RPM/SOURCES/wmWeather.menu /usr/src/tmp/wmWeather-buildroot/usr/lib/menu/wmWeather
+ install -m644 /usr/src/RPM/SOURCES/wmWeather-README.ALT /usr/src/RPM/BUILD/wmWeather-1.31/README.ALT
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/wmWeather-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/wmWeather-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/wmWeather-buildroot/ (default)
Compressing files in /usr/src/tmp/wmWeather-buildroot (auto)
mode of '/usr/src/tmp/wmWeather-buildroot/usr/share/man/man1/wmWeather.1' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Adjusting library links in /usr/src/tmp/wmWeather-buildroot
./usr/lib: (from <cmdline>:0)
Verifying ELF objects in /usr/src/tmp/wmWeather-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Processing files: wmWeather-1.31-alt5
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.42797
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd wmWeather-1.31
+ DOCDIR=/usr/src/tmp/wmWeather-buildroot/usr/share/doc/wmWeather-1.31
+ export DOCDIR
+ rm -rf /usr/src/tmp/wmWeather-buildroot/usr/share/doc/wmWeather-1.31
+ /bin/mkdir -p /usr/src/tmp/wmWeather-buildroot/usr/share/doc/wmWeather-1.31
+ cp -prL HINTS BUGS CHANGES README.ALT /usr/src/tmp/wmWeather-buildroot/usr/share/doc/wmWeather-1.31
+ chmod -R go-w /usr/src/tmp/wmWeather-buildroot/usr/share/doc/wmWeather-1.31
+ chmod -R a+rX /usr/src/tmp/wmWeather-buildroot/usr/share/doc/wmWeather-1.31
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SfeFFA
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.CcJOe6
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
/usr/src/tmp/wmWeather-buildroot/usr/bin/GrabWeather syntax OK
Requires: /lib64/ld-linux-x86-64.so.2, /usr/bin/perl, libX11.so.6()(64bit) >= set:ojpS1UuuXQR6i1ejFNizZkwKTAvhQ3vV8dOxE5hAkx1l42gQqoe56OedWDJgrSpNy4gOPGe, 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)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), perl(ctime.pl), 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.PLz8i1
Creating wmWeather-debuginfo package
Processing files: wmWeather-debuginfo-1.31-alt5
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6JM3lS
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Xdtivf
find-requires: running scripts (debuginfo)
Requires: wmWeather = 1.31-alt5, /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)
Adding to wmWeather-debuginfo a strict dependency on wmWeather
Wrote: /usr/src/RPM/RPMS/x86_64/wmWeather-1.31-alt5.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/wmWeather-debuginfo-1.31-alt5.x86_64.rpm (w2.lzdio)
1.25user 0.76system 0:08.59elapsed 23%CPU (0avgtext+0avgdata 38192maxresident)k
0inputs+0outputs (0major+203877minor)pagefaults 0swaps
5.11user 2.21system 0:26.23elapsed 27%CPU (0avgtext+0avgdata 125856maxresident)k
0inputs+0outputs (0major+196454minor)pagefaults 0swaps
--- wmWeather-1.31-alt5.x86_64.rpm.repo	2021-03-25 13:16:36.000000000 +0000
+++ wmWeather-1.31-alt5.x86_64.rpm.hasher	2023-08-22 00:52:32.590401590 +0000
@@ -18,2 +18,3 @@
 Requires: libc.so.6(GLIBC_2.3.4)(64bit)  
+Requires: libc.so.6(GLIBC_2.34)(64bit)  
 Requires: libc.so.6(GLIBC_2.4)(64bit)  
@@ -25,3 +26,3 @@
 File: /usr/bin/GrabWeather	100755	root:root	ce76a5914d81a15ba3910c0fa483f14c	
-File: /usr/bin/wmWeather	100755	root:root	7d1a4940deb2b07935104280c0b8b5bc	
+File: /usr/bin/wmWeather	100755	root:root	4200180a1e9d8b78867338165c7606eb	
 File: /usr/lib/menu/wmWeather	100644	root:root	9a42eb591983a8f69d4dce1760ffb8c6	
@@ -33,2 +34,2 @@
 File: /usr/share/man/man1/wmWeather.1.xz	100644	root:root	bfa95cc871e2f1c58e8d0ebb0fe68f65	
-RPMIdentity: 1593a9fde63d1a1da8629d5a2c4aea6d391e737cd67e5b3b4649fe6f1670bea3fc7ff3f9c6fa30852da775ae904130bc727ef2cc08931835cd5701c62c3a1aaf
+RPMIdentity: 696aa96fbd8c088b893b2e939d6eebd4769819b7a0161bf898db9c2f1fea15fdca1e0d5b62b27f4467c805f8a14dcef1ed38ff12eb821d43b58906d266035f3c
--- wmWeather-debuginfo-1.31-alt5.x86_64.rpm.repo	2021-03-25 13:16:36.000000000 +0000
+++ wmWeather-debuginfo-1.31-alt5.x86_64.rpm.hasher	2023-08-22 00:52:32.862404624 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/4b	40755	root:root	
-/usr/lib/debug/.build-id/4b/c8367794944164987454efe3ca08250ee96033	120777	root:root	../../../../bin/wmWeather
-/usr/lib/debug/.build-id/4b/c8367794944164987454efe3ca08250ee96033.debug	120777	root:root	../../usr/bin/wmWeather.debug
+/usr/lib/debug/.build-id/a6	40755	root:root	
+/usr/lib/debug/.build-id/a6/50ad03c3de8e822220814dedfb2efa04acfd66	120777	root:root	../../../../bin/wmWeather
+/usr/lib/debug/.build-id/a6/50ad03c3de8e822220814dedfb2efa04acfd66.debug	120777	root:root	../../usr/bin/wmWeather.debug
 /usr/lib/debug/usr/bin/wmWeather.debug	100644	root:root	
@@ -19,6 +19,6 @@
 Provides: wmWeather-debuginfo = 1.31-alt5:sisyphus+268367.100.1.1
-File: /usr/lib/debug/.build-id/4b	40755	root:root		
-File: /usr/lib/debug/.build-id/4b/c8367794944164987454efe3ca08250ee96033	120777	root:root		../../../../bin/wmWeather
-File: /usr/lib/debug/.build-id/4b/c8367794944164987454efe3ca08250ee96033.debug	120777	root:root		../../usr/bin/wmWeather.debug
-File: /usr/lib/debug/usr/bin/wmWeather.debug	100644	root:root	d5fad91aedba7458e0134225cb05f6e3	
+File: /usr/lib/debug/.build-id/a6	40755	root:root		
+File: /usr/lib/debug/.build-id/a6/50ad03c3de8e822220814dedfb2efa04acfd66	120777	root:root		../../../../bin/wmWeather
+File: /usr/lib/debug/.build-id/a6/50ad03c3de8e822220814dedfb2efa04acfd66.debug	120777	root:root		../../usr/bin/wmWeather.debug
+File: /usr/lib/debug/usr/bin/wmWeather.debug	100644	root:root	81842db09c507d51838ffb222711c1d3	
 File: /usr/src/debug/wmWeather-1.31	40755	root:root		
@@ -30,2 +30,2 @@
 File: /usr/src/debug/wmWeather-1.31/Src/xutils.h	100644	root:root	5ad1ee1f14d1106d34574209b25fd6f3	
-RPMIdentity: d5d7ba6bb48c98f2f6b4dbae91dec3db381595c9a59ef529b9dcd997482e32a05b06a348e0e09d1961f372ddda2c2a5e12ab76d63b459e28e33b96e1d0b9b36a
+RPMIdentity: 7043f57b180f52f950f097d702502b44d9934a98a82fac542c3551ab158468ef4086283d5e372bd60c4fbc488d9bfa3b9ce6e63524f9bcfa9b24eab67d7bd425