<86>Aug 6 04:22:22 userdel[3105418]: delete user 'rooter' <86>Aug 6 04:22:22 userdel[3105418]: removed group 'rooter' owned by 'rooter' <86>Aug 6 04:22:22 userdel[3105418]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 6 04:22:22 groupadd[3105428]: group added to /etc/group: name=rooter, GID=690 <86>Aug 6 04:22:22 groupadd[3105428]: group added to /etc/gshadow: name=rooter <86>Aug 6 04:22:22 groupadd[3105428]: new group: name=rooter, GID=690 <86>Aug 6 04:22:22 useradd[3105435]: new user: name=rooter, UID=690, GID=690, home=/root, shell=/bin/bash <86>Aug 6 04:22:22 userdel[3105443]: delete user 'builder' <86>Aug 6 04:22:22 userdel[3105443]: removed group 'builder' owned by 'builder' <86>Aug 6 04:22:22 userdel[3105443]: removed shadow group 'builder' owned by 'builder' <86>Aug 6 04:22:22 groupadd[3105453]: group added to /etc/group: name=builder, GID=691 <86>Aug 6 04:22:22 groupadd[3105453]: group added to /etc/gshadow: name=builder <86>Aug 6 04:22:22 groupadd[3105453]: new group: name=builder, GID=691 <86>Aug 6 04:22:22 useradd[3105462]: new user: name=builder, UID=691, GID=691, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/mathopd-1.5p6-alt1.qa1.src.rpm: The use of such a license name is ambiguous: GPL 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.96051 + 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.96051 + 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:43: warning: implicit declaration of function 'ctime' [-Wimplicit-function-declaration] 92 | sizeof(off_t)*2, p->size, ctime(&p->last_modified)); | ^~~~~ dir_cgi.c:91:63: warning: format '%s' expects argument of type 'char *', but argument 4 has type 'int' [-Wformat=] 91 | printf(" %*ld %s user && r->user[0]) | ^~ In file included from cgi.c:50: mathopd.h:248:14: note: 'user' declared here 248 | char user[16]; | ^~~~ cgi.c: In function 'make_cgi_envp': cgi.c:215:13: warning: the comparison will always evaluate as 'true' for the address of 'user' will never be NULL [-Waddress] 215 | if (r->user && r->user[0]) { | ^ mathopd.h:248:14: note: 'user' declared here 248 | char user[16]; | ^~~~ cgi.c: At top level: cgi.c:38:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] 38 | 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 config.c -o config.o config.c:181:19: warning: 't_too_long' defined but not used [-Wunused-const-variable=] 181 | static const char t_too_long[] = "token too long"; | ^~~~~~~~~~ config.c:38:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] 38 | 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=] 38 | 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:37: warning: variable 'location' set but not used [-Wunused-but-set-variable] 82 | size_t i, nheaders, status, location, length; | ^~~~~~~~ stub.c: At top level: stub.c:38:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] 38 | 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=] 38 | 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.96051 + 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: fcntl fopen fstat ftruncate getrlimit lseek mkstemp open setrlimit verify-elf: WARNING: ./usr/bin/dir_cgi: uses non-LFS functions: lstat readdir Processing files: mathopd-1.5p6-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.24930 + 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.5QcqJr 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.vK6r74 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,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.2TAh72 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.eSM7jh Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WxTOeF 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.1.3), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.28), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), 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.KitYli 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.IcEclc find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.546Arx 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) 2.63user 0.94system 0:09.14elapsed 39%CPU (0avgtext+0avgdata 30508maxresident)k 0inputs+0outputs (0major+322879minor)pagefaults 0swaps /.out/mathopd-1.5p6-alt1.qa1.i586.rpm: The use of such a license name is ambiguous: GPL /.out/mathopd-debuginfo-1.5p6-alt1.qa1.i586.rpm: The use of such a license name is ambiguous: GPL 4.09user 3.93system 0:12.49elapsed 64%CPU (0avgtext+0avgdata 30508maxresident)k 0inputs+0outputs (0major+493607minor)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 2022-08-06 04:22:33.183382303 +0000 @@ -15,4 +15,4 @@ /usr/share/doc/mathopd-1.5p6/syntax.txt 100644 root:root -/usr/share/man/man5/mathopd.conf.5.bz2 100644 root:root -/usr/share/man/man8/mathopd.8.gz 100644 root:root +/usr/share/man/man5/mathopd.conf.5.xz 100644 root:root +/usr/share/man/man8/mathopd.8.xz 100644 root:root /var/log/mathopd 40750 mathopd:mathopd @@ -23,4 +23,2 @@ Requires: /bin/sh -Requires: /bin/sh -Requires: /bin/sh Requires: /etc/cron.daily @@ -38,9 +36,13 @@ Requires: libc.so.6(GLIBC_2.1) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.2) +Requires: libc.so.6(GLIBC_2.28) Requires: libc.so.6(GLIBC_2.3) Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.33) +Requires: libc.so.6(GLIBC_2.34) 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) @@ -56,4 +58,4 @@ File: /etc/sysconfig/mathopd 100600 root:root 3ad90f49676be86c0255638353f76863 -File: /usr/bin/dir_cgi 100755 root:root 37b4017a02838923045b4f3aa2ecf897 -File: /usr/sbin/mathopd 100755 root:root 9611f3522e1c0b9efae74a8fdfd7232f +File: /usr/bin/dir_cgi 100755 root:root d8527d22e47ac7f767fcb83cd883390a +File: /usr/sbin/mathopd 100755 root:root f4683ef249e2e7c051a7459d674f480f File: /usr/share/doc/mathopd-1.5p6 40755 root:root @@ -67,5 +69,5 @@ File: /usr/share/doc/mathopd-1.5p6/syntax.txt 100644 root:root 2c2072327bbe2dc2592429e10eac94af -File: /usr/share/man/man5/mathopd.conf.5.bz2 100644 root:root 4c10dd60591b46d60aa8b1f04d8c350f -File: /usr/share/man/man8/mathopd.8.gz 100644 root:root 6042cceefe53123898b5d640971f397c +File: /usr/share/man/man5/mathopd.conf.5.xz 100644 root:root 7fce401f874687b9a7aa21eb16b8ddbd +File: /usr/share/man/man8/mathopd.8.xz 100644 root:root 900fe33007617cd608aedd83017dd04c File: /var/log/mathopd 40750 mathopd:mathopd -RPMIdentity: 276b4790003e6484dc50b516e1d8b5b02d2534da4af8a3e9357fb455f55c3ab0e565aa8bb358b3ade5124761e042b2b2aea6997d95222c683fd9d8b6bbfc1692 +RPMIdentity: 788b4f69afe6be54fe45c416742f5bdabee0ebe97bac5d0caaa4cbd9ca2952d240a8f6afb464ff8ec1aab7db433ca43fdb9ab2899d3ce2b2d8409ad26a8a3328 --- mathopd-debuginfo-1.5p6-alt1.qa1.i586.rpm.repo 2013-04-14 23:32:04.000000000 +0000 +++ mathopd-debuginfo-1.5p6-alt1.qa1.i586.rpm.hasher 2022-08-06 04:22:33.260381887 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/5d 40755 root:root -/usr/lib/debug/.build-id/5d/5be6a4c2b76a579cca97a99e7ce1bd45c299dd 120777 root:root ../../../../sbin/mathopd -/usr/lib/debug/.build-id/5d/5be6a4c2b76a579cca97a99e7ce1bd45c299dd.debug 120777 root:root ../../usr/sbin/mathopd.debug -/usr/lib/debug/.build-id/61 40755 root:root -/usr/lib/debug/.build-id/61/3e9a50499a39ab53b6cc0c675c27338b4669a1 120777 root:root ../../../../bin/dir_cgi -/usr/lib/debug/.build-id/61/3e9a50499a39ab53b6cc0c675c27338b4669a1.debug 120777 root:root ../../usr/bin/dir_cgi.debug +/usr/lib/debug/.build-id/a0 40755 root:root +/usr/lib/debug/.build-id/a0/ec944fd24755b0ee1bdcc88070b93f50c27fec 120777 root:root ../../../../sbin/mathopd +/usr/lib/debug/.build-id/a0/ec944fd24755b0ee1bdcc88070b93f50c27fec.debug 120777 root:root ../../usr/sbin/mathopd.debug +/usr/lib/debug/.build-id/b1 40755 root:root +/usr/lib/debug/.build-id/b1/a52cbde4355cb2cbfa706d877c62f25e1846fd 120777 root:root ../../../../bin/dir_cgi +/usr/lib/debug/.build-id/b1/a52cbde4355cb2cbfa706d877c62f25e1846fd.debug 120777 root:root ../../usr/bin/dir_cgi.debug /usr/lib/debug/usr/bin/dir_cgi.debug 100644 root:root @@ -14,10 +14,10 @@ Provides: mathopd-debuginfo = 1.5p6-alt1.qa1 -File: /usr/lib/debug/.build-id/5d 40755 root:root -File: /usr/lib/debug/.build-id/5d/5be6a4c2b76a579cca97a99e7ce1bd45c299dd 120777 root:root ../../../../sbin/mathopd -File: /usr/lib/debug/.build-id/5d/5be6a4c2b76a579cca97a99e7ce1bd45c299dd.debug 120777 root:root ../../usr/sbin/mathopd.debug -File: /usr/lib/debug/.build-id/61 40755 root:root -File: /usr/lib/debug/.build-id/61/3e9a50499a39ab53b6cc0c675c27338b4669a1 120777 root:root ../../../../bin/dir_cgi -File: /usr/lib/debug/.build-id/61/3e9a50499a39ab53b6cc0c675c27338b4669a1.debug 120777 root:root ../../usr/bin/dir_cgi.debug -File: /usr/lib/debug/usr/bin/dir_cgi.debug 100644 root:root 23c4902cb8f007a9919c005bce090528 -File: /usr/lib/debug/usr/sbin/mathopd.debug 100644 root:root 545f72e60c9b07957756eb6bb7acfbe7 -RPMIdentity: edbbfc0f0cff1927492469b1cb4e410ac2f7b80a4a6e6815e7e739f2d287252b418d1b5a1372e642ecb077f0cb2e8740956afc1705b7f3a25206965f926a9c44 +File: /usr/lib/debug/.build-id/a0 40755 root:root +File: /usr/lib/debug/.build-id/a0/ec944fd24755b0ee1bdcc88070b93f50c27fec 120777 root:root ../../../../sbin/mathopd +File: /usr/lib/debug/.build-id/a0/ec944fd24755b0ee1bdcc88070b93f50c27fec.debug 120777 root:root ../../usr/sbin/mathopd.debug +File: /usr/lib/debug/.build-id/b1 40755 root:root +File: /usr/lib/debug/.build-id/b1/a52cbde4355cb2cbfa706d877c62f25e1846fd 120777 root:root ../../../../bin/dir_cgi +File: /usr/lib/debug/.build-id/b1/a52cbde4355cb2cbfa706d877c62f25e1846fd.debug 120777 root:root ../../usr/bin/dir_cgi.debug +File: /usr/lib/debug/usr/bin/dir_cgi.debug 100644 root:root 31c2304cdb54f9a6b747e021aa21cb77 +File: /usr/lib/debug/usr/sbin/mathopd.debug 100644 root:root f2b4e8d70b34563123227db7f89beb64 +RPMIdentity: 400b75de2704642a912171685bef29170ec17de15bc819f223b8caeb35791b9e7b24a7db18f893de9e49116825dda9737b48e82f607dc1b3e929f476732a205a