<86>Jun 13 13:35:12 userdel[2363231]: delete user 'rooter'
<86>Jun 13 13:35:12 userdel[2363231]: removed group 'rooter' owned by 'rooter'
<86>Jun 13 13:35:12 groupadd[2363251]: group added to /etc/group: name=rooter, GID=651
<86>Jun 13 13:35:12 groupadd[2363251]: group added to /etc/gshadow: name=rooter
<86>Jun 13 13:35:12 groupadd[2363251]: new group: name=rooter, GID=651
<86>Jun 13 13:35:12 useradd[2363267]: new user: name=rooter, UID=651, GID=651, home=/root, shell=/bin/bash
<86>Jun 13 13:35:12 userdel[2363291]: delete user 'builder'
<86>Jun 13 13:35:12 userdel[2363291]: removed group 'builder' owned by 'builder'
<86>Jun 13 13:35:12 userdel[2363291]: removed shadow group 'builder' owned by 'builder'
<86>Jun 13 13:35:12 groupadd[2363316]: group added to /etc/group: name=builder, GID=652
<86>Jun 13 13:35:12 groupadd[2363316]: group added to /etc/gshadow: name=builder
<86>Jun 13 13:35:12 groupadd[2363316]: new group: name=builder, GID=652
<86>Jun 13 13:35:12 useradd[2363335]: new user: name=builder, UID=652, GID=652, home=/usr/src, shell=/bin/bash
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/mathopd-1.5p6-alt1.qa1.nosrc.rpm (w1.gzdio)
Installing mathopd-1.5p6-alt1.qa1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.95402
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf mathopd-1.5p6
+ echo 'Source #0 (mathopd-1.5p6.tar.gz):'
Source #0 (mathopd-1.5p6.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/mathopd-1.5p6.tar.gz
+ /bin/tar -xf -
+ cd mathopd-1.5p6
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (mathopd-1.5p5-alt-pidfile.patch):'
Patch #0 (mathopd-1.5p5-alt-pidfile.patch):
+ /usr/bin/patch -p1
patching file src/main.c
+ /bin/cp -a /usr/src/RPM/SOURCES/dir_cgi.c.txt ./dir_cgi.c
+ echo 'Patch #1 (mathopd-alt-dircgi.patch):'
Patch #1 (mathopd-alt-dircgi.patch):
+ /usr/bin/patch -p0
patching file dir_cgi.c
+ echo 'Patch #2 (mathopd.getline.patch):'
Patch #2 (mathopd.getline.patch):
+ /usr/bin/patch -p2
patching file src/request.c
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.95402
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd mathopd-1.5p6
+ gcc -O3 -DFORMAT_V2=1 -o dir_cgi dir_cgi.c
dir_cgi.c: In function 'print_dir_entry':
dir_cgi.c:92:29: warning: implicit declaration of function 'ctime'; did you mean 'wctomb'? [-Wimplicit-function-declaration]
   sizeof(off_t)*2, p->size, ctime(&p->last_modified));
                             ^~~~~
                             wctomb
dir_cgi.c:91:56: warning: format '%s' expects argument of type 'char *', but argument 4 has type 'int' [-Wformat=]
  printf("<tr><td align=right><tt> %*ld </tt></td><td> %s </td><td> <a href='",
                                                       ~^
                                                       %d
   sizeof(off_t)*2, p->size, ctime(&p->last_modified));
                             ~~~~~~~~~~~~~~~~~~~~~~~~    
+ cd src
+ make -j8
make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
gcc -c -O -Wall  base64.c -o base64.o
base64.c:38:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
 static const char rcsid[] = "$Id: base64.c,v 1.37 2003/11/16 22:51:30 boland Exp $";
                   ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
gcc -c -O -Wall  main.c -o main.o
main.c:38:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
 static const char rcsid[] = "$Id: main.c,v 1.204.2.6 2007/07/21 10:48:50 boland Exp $";
                   ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
gcc -c -O -Wall  log.c -o log.o
log.c:38:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
 static const char rcsid[] = "$Id: log.c,v 1.50.2.1 2007/07/20 14:28:04 boland Exp $";
                   ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
gcc -c -O -Wall  imap.c -o imap.o
imap.c:38:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
 static const char rcsid[] = "$Id: imap.c,v 1.41 2003/12/01 11:22:06 boland Exp $";
                   ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
gcc -c -O -Wall  redirect.c -o redirect.o
redirect.c:38:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
 static const char rcsid[] = "$Id: redirect.c,v 1.23 2003/12/21 23:25:20 boland Exp $";
                   ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
gcc -c -O -Wall  dump.c -o dump.o
dump.c:38:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
 static const char rcsid[] = "$Id: dump.c,v 1.60.2.2 2005/03/22 18:46:16 boland Exp $";
                   ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
gcc -c -O -Wall  cgi.c -o cgi.o
cgi.c:38:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
 static const char rcsid[] = "$Id: cgi.c,v 1.116 2003/12/22 20:38:18 boland Exp $";
                   ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
gcc -c -O -Wall  util.c -o util.o
util.c:38:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
 static const char rcsid[] = "$Id: util.c,v 1.15 2002/03/24 17:45:14 boland Exp $";
                   ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
gcc -c -O -Wall  config.c -o config.o
config.c:181:19: warning: 't_too_long' defined but not used [-Wunused-const-variable=]
 static const char t_too_long[] = "token too long";
                   ^~~~~~~~~~
config.c:38:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
 static const char rcsid[] = "$Id: config.c,v 1.172.2.1 2007/07/20 14:04:15 boland Exp $";
                   ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
gcc -c -O -Wall  core.c -o core.o
core.c:38:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
 static const char rcsid[] = "$Id: core.c,v 1.227.2.1 2007/07/20 14:28:04 boland Exp $";
                   ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
gcc -c -O -Wall  stub.c -o stub.o
stub.c: In function 'convert_cgi_headers':
stub.c:82:30: warning: variable 'location' set but not used [-Wunused-but-set-variable]
  size_t i, nheaders, status, location, length;
                              ^~~~~~~~
At top level:
stub.c:38:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
 static const char rcsid[] = "$Id: stub.c,v 1.109.2.1 2007/07/20 14:28:04 boland Exp $";
                   ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
gcc -c -O -Wall  request.c -o request.o
request.c:38:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
 static const char rcsid[] = "$Id: request.c,v 1.294.2.7 2007/07/21 10:48:00 boland Exp $";
                   ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
gcc  -o mathopd base64.o cgi.o config.o core.o dump.o imap.o log.o main.o redirect.o request.o util.o stub.o  -lcrypt
make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.95402
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/mathopd-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/mathopd-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd mathopd-1.5p6
+ /bin/mkdir -p /usr/src/tmp/mathopd-buildroot/usr/bin /usr/src/tmp/mathopd-buildroot/usr/sbin /usr/src/tmp/mathopd-buildroot/etc/rc.d/init.d /usr/src/tmp/mathopd-buildroot/usr/share/man/man5 /usr/src/tmp/mathopd-buildroot/usr/share/man/man8 /usr/src/tmp/mathopd-buildroot/var/log/mathopd /usr/src/tmp/mathopd-buildroot/etc/logrotate.d /usr/src/tmp/mathopd-buildroot/etc/cron.daily
+ /usr/bin/make 'INSTALL=/usr/libexec/rpm-build/install -p' prefix=/usr/src/tmp/mathopd-buildroot/usr exec_prefix=/usr/src/tmp/mathopd-buildroot/usr bindir=/usr/src/tmp/mathopd-buildroot/usr/bin sbindir=/usr/src/tmp/mathopd-buildroot/usr/sbin sysconfdir=/usr/src/tmp/mathopd-buildroot/etc datadir=/usr/src/tmp/mathopd-buildroot/usr/share includedir=/usr/src/tmp/mathopd-buildroot/usr/include libdir=/usr/src/tmp/mathopd-buildroot/usr/lib libexecdir=/usr/src/tmp/mathopd-buildroot/usr/lib localstatedir=/usr/src/tmp/mathopd-buildroot/var/lib sharedstatedir=/usr/src/tmp/mathopd-buildroot/var/lib mandir=/usr/src/tmp/mathopd-buildroot/usr/share/man infodir=/usr/src/tmp/mathopd-buildroot/usr/share/info install -C src SBINDIR=/usr/src/tmp/mathopd-buildroot/usr/sbin PREFIX=/usr/src/tmp/mathopd-buildroot install
make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
install -c mathopd /usr/src/tmp/mathopd-buildroot/usr/sbin
make: Nothing to be done for 'install'.
make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
+ /bin/cp -a /usr/src/RPM/SOURCES/mathopd.8.gz /usr/src/tmp/mathopd-buildroot/usr/share/man/man8/
+ /bin/cp -a /usr/src/RPM/SOURCES/mathopd.conf.5.gz /usr/src/tmp/mathopd-buildroot/usr/share/man/man5/
+ /bin/install /usr/src/RPM/SOURCES/mathopd.init /usr/src/tmp/mathopd-buildroot/etc/rc.d/init.d/mathopd
+ /bin/cp -a /usr/src/RPM/SOURCES/mathopd.conf /usr/src/tmp/mathopd-buildroot/etc/
+ /bin/cp -a /usr/src/RPM/SOURCES/mathopd.logrotate /usr/src/tmp/mathopd-buildroot/etc/logrotate.d/mathopd
+ /bin/install -p /usr/src/RPM/SOURCES/mathopd.cron /usr/src/tmp/mathopd-buildroot/etc/cron.daily/mathopd
+ /bin/install -pD -m600 /usr/src/RPM/SOURCES/mathopd.sysconfig /usr/src/tmp/mathopd-buildroot/etc/sysconfig/mathopd
+ /bin/install -p dir_cgi /usr/src/tmp/mathopd-buildroot/usr/bin/
+ /bin/touch /usr/src/tmp/mathopd-buildroot/var/log/mathopd/errorlog /usr/src/tmp/mathopd-buildroot/var/log/mathopd/childlog
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/mathopd-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/mathopd-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/mathopd-buildroot/ (default)
Compressing files in /usr/src/tmp/mathopd-buildroot (auto)
056-debuginfo.brp: WARNING: debuginfo without debug sources.
Verifying ELF objects in /usr/src/tmp/mathopd-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/sbin/mathopd: uses non-LFS functions: __fxstat fopen ftruncate getrlimit lseek mkstemp open setrlimit
verify-elf: WARNING: ./usr/bin/dir_cgi: uses non-LFS functions: __lxstat readdir
Hardlinking identical .pyc and .pyo files
Processing files: mathopd-1.5p6-alt1.qa1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.12211
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd mathopd-1.5p6
+ DOCDIR=/usr/src/tmp/mathopd-buildroot/usr/share/doc/mathopd-1.5p6
+ export DOCDIR
+ rm -rf /usr/src/tmp/mathopd-buildroot/usr/share/doc/mathopd-1.5p6
+ /bin/mkdir -p /usr/src/tmp/mathopd-buildroot/usr/share/doc/mathopd-1.5p6
+ cp -prL doc/CHANGES doc/cgi.txt doc/config.txt doc/running.txt doc/sample.cfg doc/syntax.txt README COPYING /usr/src/tmp/mathopd-buildroot/usr/share/doc/mathopd-1.5p6
+ chmod -R go-w /usr/src/tmp/mathopd-buildroot/usr/share/doc/mathopd-1.5p6
+ chmod -R a+rX /usr/src/tmp/mathopd-buildroot/usr/share/doc/mathopd-1.5p6
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.BxRigw
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.floEon
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
find-requires: FINDPACKAGE-COMMANDS: id
Finding Requires(pre) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.N60ocw
find-scriptlet-requires: FINDPACKAGE-COMMANDS: id
Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.UXHcPR
Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Ew8kxt
Requires: crontabs, gzip, findutils, /bin/sh, /etc/cron.daily, /etc/rc.d/init.d, /etc/rc.d/init.d(SourceIfExists), /etc/rc.d/init.d(msg_reloading), /etc/rc.d/init.d(msg_usage), /etc/rc.d/init.d(start_daemon), /etc/rc.d/init.d(status), /etc/rc.d/init.d(stop_daemon), /etc/rc.d/init.d/functions, /lib/ld-linux.so.2, coreutils, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libcrypt.so.1 >= set:ihuTa, libcrypt.so.1(XCRYPT_2.0), rtld(GNU_HASH)
Requires(interp): /bin/sh
Requires(rpmlib): rpmlib(SetVersions)
Requires(pre): /bin/sh, /usr/sbin/useradd, coreutils
Requires(post): /bin/sh, /usr/sbin/post_service
Requires(preun): /bin/sh, /usr/sbin/preun_service
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7FiRxl
Creating mathopd-debuginfo package
Processing files: mathopd-debuginfo-1.5p6-alt1.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vGCchv
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.pK3FPK
find-requires: running scripts (debuginfo)
Requires: mathopd = 1.5p6-alt1.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libcrypt.so.1)
Wrote: /usr/src/RPM/RPMS/i586/mathopd-1.5p6-alt1.qa1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/mathopd-debuginfo-1.5p6-alt1.qa1.i586.rpm (w2.lzdio)
4.63user 1.00system 0:12.42elapsed 45%CPU (0avgtext+0avgdata 28304maxresident)k
0inputs+0outputs (0major+370606minor)pagefaults 0swaps
5.83user 2.94system 0:15.49elapsed 56%CPU (0avgtext+0avgdata 28304maxresident)k
0inputs+0outputs (0major+547232minor)pagefaults 0swaps
--- mathopd-1.5p6-alt1.qa1.i586.rpm.repo	2013-04-14 23:32:04.000000000 +0000
+++ mathopd-1.5p6-alt1.qa1.i586.rpm.hasher	2021-06-13 13:35:26.247947829 +0000
@@ -15,4 +15,4 @@
 /usr/share/doc/mathopd-1.5p6/syntax.txt	100644	
-/usr/share/man/man5/mathopd.conf.5.bz2	100644	
-/usr/share/man/man8/mathopd.8.gz	100644	
+/usr/share/man/man5/mathopd.conf.5.xz	100644	
+/usr/share/man/man8/mathopd.8.xz	100644	
 /var/log/mathopd	40750	
@@ -23,4 +23,2 @@
 Requires: /bin/sh  
-Requires: /bin/sh  
-Requires: /bin/sh  
 Requires: /etc/cron.daily  
@@ -42,5 +40,5 @@
 Requires: libc.so.6(GLIBC_2.4)  
-Requires: libcrypt.so.1 >= set:hguT2
+Requires: libcrypt.so.1 >= set:ihuTa
 Requires: rpmlib(SetVersions)  
-Requires: libcrypt.so.1(GLIBC_2.0)  
+Requires: libcrypt.so.1(XCRYPT_2.0)  
 Requires: rtld(GNU_HASH)