<86>Apr 21 00:49:24 userdel[95536]: delete user 'rooter' <86>Apr 21 00:49:24 groupadd[95568]: group added to /etc/group: name=rooter, GID=687 <86>Apr 21 00:49:24 groupadd[95568]: group added to /etc/gshadow: name=rooter <86>Apr 21 00:49:24 groupadd[95568]: new group: name=rooter, GID=687 <86>Apr 21 00:49:24 useradd[95600]: new user: name=rooter, UID=687, GID=687, home=/root, shell=/bin/bash <86>Apr 21 00:49:24 userdel[95646]: delete user 'builder' <86>Apr 21 00:49:24 userdel[95646]: removed group 'builder' owned by 'builder' <86>Apr 21 00:49:24 userdel[95646]: removed shadow group 'builder' owned by 'builder' <86>Apr 21 00:49:24 groupadd[95708]: group added to /etc/group: name=builder, GID=688 <86>Apr 21 00:49:24 groupadd[95708]: group added to /etc/gshadow: name=builder <86>Apr 21 00:49:24 groupadd[95708]: new group: name=builder, GID=688 <86>Apr 21 00:49:24 useradd[95734]: new user: name=builder, UID=688, GID=688, home=/usr/src, shell=/bin/bash Installing rman-3.2-alt1.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.23265 + 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.23265 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd rman-3.2 + '[' -n '' ']' + NPROCS=8 + 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:767:0, from rman.c:24: /usr/include/bits/stdlib-bsearch.h:20:1: note: expected '__compar_fn_t {aka int (*)(const void *, const void *)}' but argument is of type 'int (*)(const char **, const char **)' bsearch (const void *__key, const void *__base, size_t __nmemb, size_t __size, ^ 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:30: 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:7: 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:0: /usr/include/stdlib.h:772:13: note: expected '__compar_fn_t {aka int (*)(const void *, const void *)}' but argument is of type 'int (*)(const char **, const char **)' extern void qsort (void *__base, size_t __nmemb, size_t __size, ^ 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 */ ^ 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.13496 + 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 + 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) Compressing files in /usr/src/tmp/rman-buildroot (auto) 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) 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.ICDNEG find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.iDEgn5 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /lib64/ld-linux-x86-64.so.2, 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), libc.so.6(GLIBC_2.7)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QmDHTw 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.ixXyb1 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.W1E3dy find-requires: running scripts (debuginfo) Requires: rman = 3.2-alt1.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/rman-3.2-alt1.qa1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/rman-debuginfo-3.2-alt1.qa1.x86_64.rpm 1.96user 0.35system 0:07.19elapsed 32%CPU (0avgtext+0avgdata 65572maxresident)k 0inputs+0outputs (0major+144155minor)pagefaults 0swaps 2.96user 1.90system 0:10.33elapsed 47%CPU (0avgtext+0avgdata 65572maxresident)k 0inputs+0outputs (0major+290197minor)pagefaults 0swaps --- rman-3.2-alt1.qa1.x86_64.rpm.repo 2013-04-18 15:02:08.000000000 +0000 +++ rman-3.2-alt1.qa1.x86_64.rpm.hasher 2019-04-21 00:49:32.972986752 +0000 @@ -1,3 +1,3 @@ /usr/bin/rman 100755 -/usr/share/man/man1/rman.1.bz2 100644 +/usr/share/man/man1/rman.1.xz 100644 Requires: /lib64/ld-linux-x86-64.so.2