<86>Jan  3 00:55:48 userdel[493247]: delete user 'rooter'
<86>Jan  3 00:55:48 userdel[493247]: removed group 'rooter' owned by 'rooter'
<86>Jan  3 00:55:48 userdel[493247]: removed shadow group 'rooter' owned by 'rooter'
<86>Jan  3 00:55:48 groupadd[493257]: group added to /etc/group: name=rooter, GID=639
<86>Jan  3 00:55:48 groupadd[493257]: group added to /etc/gshadow: name=rooter
<86>Jan  3 00:55:48 groupadd[493257]: new group: name=rooter, GID=639
<86>Jan  3 00:55:48 useradd[493265]: new user: name=rooter, UID=639, GID=639, home=/root, shell=/bin/bash
<86>Jan  3 00:55:48 userdel[493283]: delete user 'builder'
<86>Jan  3 00:55:48 userdel[493283]: removed group 'builder' owned by 'builder'
<86>Jan  3 00:55:48 userdel[493283]: removed shadow group 'builder' owned by 'builder'
<86>Jan  3 00:55:48 groupadd[493290]: group added to /etc/group: name=builder, GID=640
<86>Jan  3 00:55:48 groupadd[493290]: group added to /etc/gshadow: name=builder
<86>Jan  3 00:55:48 groupadd[493290]: new group: name=builder, GID=640
<86>Jan  3 00:55:48 useradd[493297]: new user: name=builder, UID=640, GID=640, home=/usr/src, shell=/bin/bash
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/mathopd-1.5p6-alt1.qa1.nosrc.rpm
Installing mathopd-1.5p6-alt1.qa1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.19399
+ 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.19399
+ 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:36: warning: field width specifier '*' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=]
  printf("<tr><td align=right><tt> %*ld </tt></td><td> %s </td><td> <a href='",
                                   ~^~~
   sizeof(off_t)*2, p->size, ctime(&p->last_modified));
   ~~~~~~~~~~~~~~~                   
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  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  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  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 $";
                   ^~~~~
stub.c: In function 'pipe_run':
stub.c:511:20: warning: '
   ' directive writing 2 bytes into a region of size between 0 and 15 [-Wformat-overflow=]
   chunkheaderlen = sprintf(chunkbuf, "%lx\r\n", (unsigned long) bytestocopy);
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stub.c:511:20: note: 'sprintf' output between 4 and 19 bytes into a destination of size 16
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.59876
+ 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
+ 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=/bin/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/lib64 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)
Checking contents of files in /usr/src/tmp/mathopd-buildroot/ (default)
Compressing files in /usr/src/tmp/mathopd-buildroot (auto)
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)
Hardlinking identical .pyc and .pyo files
Processing files: mathopd-1.5p6-alt1.qa1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.67377
+ 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.t3QWkf
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.t6TbBX
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.QTplhJ
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.ijL5oy
Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eWBJZq
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, /lib64/ld-linux-x86-64.so.2, coreutils, libc.so.6(GLIBC_2.14)(64bit), 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), libcrypt.so.1()(64bit) >= set:ihuTa, libcrypt.so.1(XCRYPT_2.0)(64bit), 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.Ja1n2m
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.Q3uowm
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5d6vrp
find-requires: running scripts (debuginfo)
Requires: mathopd = 1.5p6-alt1.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libcrypt.so.1)
Wrote: /usr/src/RPM/RPMS/x86_64/mathopd-1.5p6-alt1.qa1.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/mathopd-debuginfo-1.5p6-alt1.qa1.x86_64.rpm
7.58user 2.69system 0:13.81elapsed 74%CPU (0avgtext+0avgdata 35836maxresident)k
0inputs+0outputs (0major+432416minor)pagefaults 0swaps
9.79user 6.84system 0:19.28elapsed 86%CPU (0avgtext+0avgdata 35836maxresident)k
0inputs+0outputs (0major+621890minor)pagefaults 0swaps
--- mathopd-1.5p6-alt1.qa1.x86_64.rpm.repo	2013-04-14 23:32:04.000000000 +0000
+++ mathopd-1.5p6-alt1.qa1.x86_64.rpm.hasher	2021-01-03 00:56:04.496116722 +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  
@@ -41,5 +39,5 @@
 Requires: libc.so.6(GLIBC_2.4)(64bit)  
-Requires: libcrypt.so.1()(64bit) >= set:hguT2
+Requires: libcrypt.so.1()(64bit) >= set:ihuTa
 Requires: rpmlib(SetVersions)  
-Requires: libcrypt.so.1(GLIBC_2.2.5)(64bit)  
+Requires: libcrypt.so.1(XCRYPT_2.0)(64bit)  
 Requires: rtld(GNU_HASH)