<86>Jun 30 11:06:27 userdel[2969953]: delete user 'rooter'
<86>Jun 30 11:06:27 userdel[2969953]: removed group 'rooter' owned by 'rooter'
<86>Jun 30 11:06:27 userdel[2969953]: removed shadow group 'rooter' owned by 'rooter'
<86>Jun 30 11:06:27 groupadd[2969981]: group added to /etc/group: name=rooter, GID=1835
<86>Jun 30 11:06:27 groupadd[2969981]: group added to /etc/gshadow: name=rooter
<86>Jun 30 11:06:27 groupadd[2969981]: new group: name=rooter, GID=1835
<86>Jun 30 11:06:27 useradd[2969996]: new user: name=rooter, UID=1835, GID=1835, home=/root, shell=/bin/bash
<86>Jun 30 11:06:27 userdel[2970023]: delete user 'builder'
<86>Jun 30 11:06:27 userdel[2970023]: removed group 'builder' owned by 'builder'
<86>Jun 30 11:06:27 userdel[2970023]: removed shadow group 'builder' owned by 'builder'
<86>Jun 30 11:06:27 groupadd[2970050]: group added to /etc/group: name=builder, GID=1836
<86>Jun 30 11:06:27 groupadd[2970050]: group added to /etc/gshadow: name=builder
<86>Jun 30 11:06:27 groupadd[2970050]: new group: name=builder, GID=1836
<86>Jun 30 11:06:27 useradd[2970073]: new user: name=builder, UID=1836, GID=1836, home=/usr/src, shell=/bin/bash
<13>Jun 30 11:06:30 rpmi: xorg-proto-devel-2021.4-alt1 p9+272150.100.1.1 1621427342 installed
<13>Jun 30 11:06:30 rpmi: libXau-1.0.9-alt1 sisyphus+223149.200.2.1 1551268156 installed
<13>Jun 30 11:06:30 rpmi: libICE-1.0.9-alt1 1409902719 installed
<13>Jun 30 11:06:30 rpmi: libSM-1.2.3-alt1 sisyphus+226734.100.2.1 1554586157 installed
<13>Jun 30 11:06:30 rpmi: libXau-devel-1.0.9-alt1 sisyphus+223149.200.2.1 1551268156 installed
<13>Jun 30 11:06:30 rpmi: libX11-locales-3:1.7.2-alt1 p9+273972.100.2.1 1623924318 installed
<13>Jun 30 11:06:30 rpmi: libXdmcp-1.1.3-alt1 sisyphus+225206.600.1.2 1552949347 installed
<13>Jun 30 11:06:30 rpmi: libxcb-1.13.1-alt1 sisyphus+226527.100.2.2 1554593799 installed
<13>Jun 30 11:06:31 rpmi: libX11-3:1.7.2-alt1 p9+273972.100.2.1 1623924318 installed
<13>Jun 30 11:06:31 rpmi: libXext-1.3.4-alt1 sisyphus+225206.700.1.2 1552949422 installed
<13>Jun 30 11:06:31 rpmi: libXt-1.1.4-alt1 1369984716 installed
<13>Jun 30 11:06:31 rpmi: libXpm-3.5.12-alt1 sisyphus+223149.400.2.1 1551268300 installed
<13>Jun 30 11:06:32 rpmi: libxcb-devel-1.13.1-alt1 sisyphus+226527.100.2.2 1554593799 installed
<13>Jun 30 11:06:32 rpmi: libX11-devel-3:1.7.2-alt1 p9+273972.100.2.1 1623924318 installed
<13>Jun 30 11:06:32 rpmi: libXext-devel-1.3.4-alt1 sisyphus+225206.700.1.2 1552949422 installed
<13>Jun 30 11:06:32 rpmi: libXpm-devel-3.5.12-alt1 sisyphus+223149.400.2.1 1551268300 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/wmWeather-1.31-alt4.qa1.nosrc.rpm (w1.gzdio)
Installing wmWeather-1.31-alt4.qa1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.41773
+ 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/gzip -dc /usr/src/RPM/SOURCES/wmWeather-1.31.tar.gz
+ /bin/tar -xf -
+ cd wmWeather-1.31
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.41773
+ 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'
make: Entering directory '/usr/src/RPM/BUILD/wmWeather-1.31/Src'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -DLinux -c wmWeather.c -o wmWeather.o -I/usr/X11R6/include/X11 -I/usr/X11R6/include
wmWeather.c: In function 'main':
wmWeather.c:236:15: warning: variable 'CurrentJD' set but not used [-Wunused-but-set-variable]
 double  jd(), CurrentJD;
               ^~~~~~~~~
wmWeather.c:226:9: warning: variable 's' set but not used [-Wunused-but-set-variable]
 int  n, s, m, dt1, dt2, dt3, yd;
         ^
wmWeather.c:226:6: warning: variable 'n' set but not used [-Wunused-but-set-variable]
 int  n, s, m, dt1, dt2, dt3, yd;
      ^
wmWeather.c:422:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
       fgets(Line, 512, fp);
       ^~~~~~~~~~~~~~~~~~~~
wmWeather.c:423:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
       fgets(Line, 512, fp);
       ^~~~~~~~~~~~~~~~~~~~
wmWeather.c:424:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
       fgets(Line, 512, fp);
       ^~~~~~~~~~~~~~~~~~~~
wmWeather.c:425:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
       fscanf(fp, "%d:%d", &UpdateUTHour, &UpdateUTMin);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wmWeather.c:443:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
       fscanf(fp, "%lf", &Temperature);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wmWeather.c:445:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
       fscanf(fp, "%lf", &DewPoint);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
wmWeather.c:448:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
       fscanf(fp, "%lf", &WindChill);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wmWeather.c:455:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
       fscanf(fp, "%lf", &Pressure); Pressure += 0.005;
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
wmWeather.c:457:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
       fscanf(fp, "%lf", &Humidity);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
wmWeather.c:458:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
       fscanf(fp, "%lf", &Direction);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wmWeather.c:459:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
       fscanf(fp, "%lf", &Speed);
       ^~~~~~~~~~~~~~~~~~~~~~~~~
wmWeather.c:820:6: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
      system(command);
      ^~~~~~~~~~~~~~~
wmWeather.c: In function 'ButtonPressEvent':
wmWeather.c:1135:2: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
  system(Command);
  ^~~~~~~~~~~~~~~
wmWeather.c: In function 'main':
wmWeather.c:419:37: warning: '/.wmWeatherReports/' directive writing 19 bytes into a region of size 10 [-Wformat-overflow=]
      sprintf(FileName, "%s/.wmWeatherReports/%s.dat", getenv("HOME"), StationID);
                           ~~~~~~~~~~^~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from wmWeather.c:151:
/usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 24 or more bytes (assuming 33) into a destination of size 10
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -DLinux -c xutils.c -o xutils.o -I/usr/X11R6/include/X11 -I/usr/X11R6/include
gcc -pipe -frecord-gcc-switches -Wall -g -O2  -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.55346
+ 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:
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)
Hardlinking identical .pyc and .pyo files
Processing files: wmWeather-1.31-alt4.qa1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.55346
+ 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.fspJ1H
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8ybBfC
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,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.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.VW41Wz
Creating wmWeather-debuginfo package
Processing files: wmWeather-debuginfo-1.31-alt4.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.iV8Y7A
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ryfSLF
find-requires: running scripts (debuginfo)
Requires: wmWeather = 1.31-alt4.qa1, /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/wmWeather-1.31-alt4.qa1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/wmWeather-debuginfo-1.31-alt4.qa1.x86_64.rpm (w2.lzdio)
1.41user 1.32system 0:06.84elapsed 40%CPU (0avgtext+0avgdata 37548maxresident)k
0inputs+0outputs (0major+239336minor)pagefaults 0swaps
3.26user 2.39system 0:16.47elapsed 34%CPU (0avgtext+0avgdata 135372maxresident)k
0inputs+0outputs (0major+201493minor)pagefaults 0swaps
--- wmWeather-1.31-alt4.qa1.x86_64.rpm.repo	2013-04-17 18:18:02.000000000 +0000
+++ wmWeather-1.31-alt4.qa1.x86_64.rpm.hasher	2024-06-30 11:06:41.469107861 +0000
@@ -8,3 +8,3 @@
 /usr/share/doc/wmWeather-1.31/README.ALT	100644	root:root	
-/usr/share/man/man1/wmWeather.1.gz	100644	root:root	
+/usr/share/man/man1/wmWeather.1.xz	100644	root:root	
 Requires: /lib64/ld-linux-x86-64.so.2  
@@ -25,3 +25,3 @@
 File: /usr/bin/GrabWeather	100755	root:root	ce76a5914d81a15ba3910c0fa483f14c	
-File: /usr/bin/wmWeather	100755	root:root	bfc3fa49ba6498008dc9b590130c0885	
+File: /usr/bin/wmWeather	100755	root:root	1c9ba84b5e2b6aff843b799cf2a07376	
 File: /usr/lib/menu/wmWeather	100644	root:root	9a42eb591983a8f69d4dce1760ffb8c6	
@@ -32,3 +32,3 @@
 File: /usr/share/doc/wmWeather-1.31/README.ALT	100644	root:root	72acd8cea314617994ab0d6ecdbe2ea0	
-File: /usr/share/man/man1/wmWeather.1.gz	100644	root:root	c8ff4816ddb46c51f10ecca837f9e6f6	
-RPMIdentity: 35072f614281d2ac918b7053245c6235bdd4a6a225c91fb27cd7feb16139bcc5229e8244e1a0cf4b6096d2f6c68218c8a0af3c94e443f84e5abae371ceb72d3b
+File: /usr/share/man/man1/wmWeather.1.xz	100644	root:root	bfa95cc871e2f1c58e8d0ebb0fe68f65	
+RPMIdentity: 60b63e8710a7f45fabb9baa11362aca38325eb9977c13eab16f00857e89da635b1806b6a4c6fccd8287901b367981438896ab5b5587685a8bf0b3e0b30e55dda
--- wmWeather-debuginfo-1.31-alt4.qa1.x86_64.rpm.repo	2013-04-17 18:18:02.000000000 +0000
+++ wmWeather-debuginfo-1.31-alt4.qa1.x86_64.rpm.hasher	2024-06-30 11:06:41.542109083 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/4b	40755	root:root	
-/usr/lib/debug/.build-id/4b/b2d4b980565adf40619918aae9776e4bfd79df	120777	root:root	../../../../bin/wmWeather
-/usr/lib/debug/.build-id/4b/b2d4b980565adf40619918aae9776e4bfd79df.debug	120777	root:root	../../usr/bin/wmWeather.debug
+/usr/lib/debug/.build-id/87	40755	root:root	
+/usr/lib/debug/.build-id/87/f2fd8c5dd958386ad78d4262560a21a6ebf18c	120777	root:root	../../../../bin/wmWeather
+/usr/lib/debug/.build-id/87/f2fd8c5dd958386ad78d4262560a21a6ebf18c.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-alt4.qa1
-File: /usr/lib/debug/.build-id/4b	40755	root:root		
-File: /usr/lib/debug/.build-id/4b/b2d4b980565adf40619918aae9776e4bfd79df	120777	root:root		../../../../bin/wmWeather
-File: /usr/lib/debug/.build-id/4b/b2d4b980565adf40619918aae9776e4bfd79df.debug	120777	root:root		../../usr/bin/wmWeather.debug
-File: /usr/lib/debug/usr/bin/wmWeather.debug	100644	root:root	16fa7245003b0f767c0e0f19fea95364	
+File: /usr/lib/debug/.build-id/87	40755	root:root		
+File: /usr/lib/debug/.build-id/87/f2fd8c5dd958386ad78d4262560a21a6ebf18c	120777	root:root		../../../../bin/wmWeather
+File: /usr/lib/debug/.build-id/87/f2fd8c5dd958386ad78d4262560a21a6ebf18c.debug	120777	root:root		../../usr/bin/wmWeather.debug
+File: /usr/lib/debug/usr/bin/wmWeather.debug	100644	root:root	a263faab7f67092ed9c58d2f422975fa	
 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: cc4f6b81136ed23bd5a9aae9f6573301198387c35563c0f4602727c55227fb4325d90ccf1bb55faf74834275ef5c4af2d38277633b1b1bcec41a5d37b4661db4
+RPMIdentity: 25d44b61d52f4bd67b62eee2662fa799f9af09858d28d5be6f392d9c5f43f239bf890bbfc676cf70838fb3caf0b20116db8dfb45d4426a684c0541003c03a88e