<86>Jul 25 10:10:22 userdel[1366145]: delete user 'rooter' <86>Jul 25 10:10:22 userdel[1366145]: removed group 'rooter' owned by 'rooter' <86>Jul 25 10:10:22 userdel[1366145]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 25 10:10:22 groupadd[1366150]: group added to /etc/group: name=rooter, GID=642 <86>Jul 25 10:10:22 groupadd[1366150]: group added to /etc/gshadow: name=rooter <86>Jul 25 10:10:22 groupadd[1366150]: new group: name=rooter, GID=642 <86>Jul 25 10:10:22 useradd[1366154]: new user: name=rooter, UID=642, GID=642, home=/root, shell=/bin/bash <86>Jul 25 10:10:22 userdel[1366160]: delete user 'builder' <86>Jul 25 10:10:22 userdel[1366160]: removed group 'builder' owned by 'builder' <86>Jul 25 10:10:22 userdel[1366160]: removed shadow group 'builder' owned by 'builder' <86>Jul 25 10:10:22 groupadd[1366165]: group added to /etc/group: name=builder, GID=643 <86>Jul 25 10:10:22 groupadd[1366165]: group added to /etc/gshadow: name=builder <86>Jul 25 10:10:22 groupadd[1366165]: new group: name=builder, GID=643 <86>Jul 25 10:10:22 useradd[1366175]: new user: name=builder, UID=643, GID=643, home=/usr/src, shell=/bin/bash Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/rman-3.2-alt1.qa1.nosrc.rpm (w1.gzdio) Installing rman-3.2-alt1.qa1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.62984 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf rman-3.2 + echo 'Source #0 (rman-3.2.tar.gz):' Source #0 (rman-3.2.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/rman-3.2.tar.gz + /bin/tar -xf - + cd rman-3.2 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (rman-3.2-alt-make.patch):' Patch #1 (rman-3.2-alt-make.patch): + /usr/bin/patch -p1 patching file Makefile + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.62984 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd rman-3.2 + make -j8 make: Entering directory '/usr/src/RPM/BUILD/rman-3.2' gcc -DNDEBUG -DVOLLIST='"1:2:3:4:5:6:7:8:9:o:l:n:p"' -DMANTITLEPRINTF='"%s(%s) manual page"' -DMANREFPRINTF='"%s.%s"' -DPOLYGLOTMANVERSION=\"3.2\" -O2 -finline-functions -o rman rman.c rman.c: In function 'casify': rman.c:364:78: warning: passing argument 5 of 'bsearch' from incompatible pointer type [-Wincompatible-pointer-types] exp = (char **)bsearch(&p, lcexceptions, lcexceptionslen, sizeof(char *), lcexceptionscmp); ^~~~~~~~~~~~~~~ In file included from /usr/include/stdlib.h:830, from rman.c:24: /usr/include/bits/stdlib-bsearch.h:21:17: note: expected '__compar_fn_t' {aka 'int (*)(const void *, const void *)'} but argument is of type 'int (*)(const char **, const char **)' __compar_fn_t __compar) ~~~~~~~~~~~~~~^~~~~~~~ rman.c: In function 'HTML': rman.c:1375:3: warning: format not a string literal and no format arguments [-Wformat-security] if (sectheadid==NAME && message!=NULL) printf(message); ^~ rman.c: In function 'source_command': rman.c:4174:37: warning: passing argument 1 of 'source_out' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] if (fcharout) { source_out(tcltkOP[i]); source_out(": "); } ~~~~~~~^~~ rman.c:3558:24: note: expected 'char *' but argument is of type 'const char *' char *source_out(char *p) { ~~~~~~^ rman.c: In function 'main': rman.c:4669:54: warning: passing argument 4 of 'qsort' from incompatible pointer type [-Wincompatible-pointer-types] qsort(lcexceptions, lcexceptionslen, sizeof(char*), lcexceptionscmp); ^~~~~~~~~~~~~~~ In file included from rman.c:24: /usr/include/stdlib.h:836:20: note: expected '__compar_fn_t' {aka 'int (*)(const void *, const void *)'} but argument is of type 'int (*)(const char **, const char **)' __compar_fn_t __compar) __nonnull ((1, 4)); ~~~~~~~~~~~~~~^~~~~~~~ rman.c: In function 'source_filter': rman.c:4440:6: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(p, MAXBUF-lenp, difffd); p[strlen(p)-1]='\0'; lenp+=strlen(p); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rman.c:4494:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(diffline, MAXBUF, difffd); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rman.c:4503:43: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] if (diffcmd=='c') while (insertcnt0--) fgets(diffline, MAXBUF, difffd); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rman.c:4508:24: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] while (insertcnt--) fgets(diffline, MAXBUF, difffd); /* eat duplicate text of above */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/rman-3.2' make: Entering directory '/usr/src/RPM/BUILD/rman-3.2' Files made in current directory. You should "make install". make: Leaving directory '/usr/src/RPM/BUILD/rman-3.2' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.12285 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/rman-buildroot + : + /bin/rm -rf -- /usr/src/tmp/rman-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd rman-3.2 + make DESTDIR=/usr/src/tmp/rman-buildroot install make: Entering directory '/usr/src/RPM/BUILD/rman-3.2' rm -f /usr/src/tmp/rman-buildroot/usr/bin/rman mkdir -p /usr/src/tmp/rman-buildroot/usr/bin cp rman /usr/src/tmp/rman-buildroot/usr/bin/ rm -f /usr/src/tmp/rman-buildroot/usr/share/man/man1/rman.1 mkdir -p /usr/src/tmp/rman-buildroot/usr/share/man/man1 cp rman.1 /usr/src/tmp/rman-buildroot/usr/share/man/man1/ make: Leaving directory '/usr/src/RPM/BUILD/rman-3.2' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/rman-buildroot (auto) Verifying and fixing files in /usr/src/tmp/rman-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/rman-buildroot/ (default) Compressing files in /usr/src/tmp/rman-buildroot (auto) 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/rman-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/rman: uses non-LFS functions: __xstat fopen freopen open Hardlinking identical .pyc and .pyo files Processing files: rman-3.2-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.roakG6 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.OUrFJk find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8UIOmW Creating rman-debuginfo package Processing files: rman-debuginfo-3.2-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ljuoz1 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ovPOpo find-requires: running scripts (debuginfo) Requires: rman = 3.2-alt1.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/rman-3.2-alt1.qa1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/rman-debuginfo-3.2-alt1.qa1.i586.rpm (w2.lzdio) 6.06user 1.04system 0:11.25elapsed 63%CPU (0avgtext+0avgdata 46832maxresident)k 0inputs+0outputs (0major+158399minor)pagefaults 0swaps 8.22user 5.29system 0:16.69elapsed 81%CPU (0avgtext+0avgdata 46832maxresident)k 0inputs+0outputs (0major+334214minor)pagefaults 0swaps --- rman-3.2-alt1.qa1.i586.rpm.repo 2013-04-18 15:02:07.000000000 +0000 +++ rman-3.2-alt1.qa1.i586.rpm.hasher 2021-07-25 10:10:35.966558853 +0000 @@ -1,3 +1,3 @@ /usr/bin/rman 100755 root:root -/usr/share/man/man1/rman.1.bz2 100644 root:root +/usr/share/man/man1/rman.1.xz 100644 root:root Requires: /lib/ld-linux.so.2 @@ -12,4 +12,4 @@ Provides: rman = 3.2-alt1.qa1 -File: /usr/bin/rman 100755 root:root b8e5a6164baf4ab75010417918c04de3 -File: /usr/share/man/man1/rman.1.bz2 100644 root:root 9e1daf306f4626dade98a1122ce93663 -RPMIdentity: c2abc07da6365433b521e422b2a10043 +File: /usr/bin/rman 100755 root:root 05572ea4dc540e241ecebc0d28500858 +File: /usr/share/man/man1/rman.1.xz 100644 root:root d720f7b6913f7f7adcc6ee8f5be2743d +RPMIdentity: f1e4cf0fcb7b85315a56f68db4c28772 --- rman-debuginfo-3.2-alt1.qa1.i586.rpm.repo 2013-04-18 15:02:07.000000000 +0000 +++ rman-debuginfo-3.2-alt1.qa1.i586.rpm.hasher 2021-07-25 10:10:36.100554001 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/a2 40755 root:root -/usr/lib/debug/.build-id/a2/d5ec361098a25dbb876299d27382935d68e763 120777 root:root ../../../../bin/rman -/usr/lib/debug/.build-id/a2/d5ec361098a25dbb876299d27382935d68e763.debug 120777 root:root ../../usr/bin/rman.debug +/usr/lib/debug/.build-id/55 40755 root:root +/usr/lib/debug/.build-id/55/6a413538ad5286c1b23e744769a8246e367bf5 120777 root:root ../../../../bin/rman +/usr/lib/debug/.build-id/55/6a413538ad5286c1b23e744769a8246e367bf5.debug 120777 root:root ../../usr/bin/rman.debug /usr/lib/debug/usr/bin/rman.debug 100644 root:root @@ -9,6 +9,6 @@ Provides: rman-debuginfo = 3.2-alt1.qa1 -File: /usr/lib/debug/.build-id/a2 40755 root:root -File: /usr/lib/debug/.build-id/a2/d5ec361098a25dbb876299d27382935d68e763 120777 root:root ../../../../bin/rman -File: /usr/lib/debug/.build-id/a2/d5ec361098a25dbb876299d27382935d68e763.debug 120777 root:root ../../usr/bin/rman.debug -File: /usr/lib/debug/usr/bin/rman.debug 100644 root:root 0b793154256582cf051581a8b7e5263f -RPMIdentity: e4a18a1bb56bdb267951ef6a72457416 +File: /usr/lib/debug/.build-id/55 40755 root:root +File: /usr/lib/debug/.build-id/55/6a413538ad5286c1b23e744769a8246e367bf5 120777 root:root ../../../../bin/rman +File: /usr/lib/debug/.build-id/55/6a413538ad5286c1b23e744769a8246e367bf5.debug 120777 root:root ../../usr/bin/rman.debug +File: /usr/lib/debug/usr/bin/rman.debug 100644 root:root f804df1ee76e9805ae93c96d264d6214 +RPMIdentity: 2c7ea062a943e5f8291ff77e21e95ac9