<86>Oct 23 09:48:54 userdel[2056583]: delete user 'rooter' <86>Oct 23 09:48:54 userdel[2056583]: removed group 'rooter' owned by 'rooter' <86>Oct 23 09:48:54 userdel[2056583]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 23 09:48:54 groupadd[2056594]: group added to /etc/group: name=rooter, GID=687 <86>Oct 23 09:48:54 groupadd[2056594]: group added to /etc/gshadow: name=rooter <86>Oct 23 09:48:54 groupadd[2056594]: new group: name=rooter, GID=687 <86>Oct 23 09:48:54 useradd[2056603]: new user: name=rooter, UID=687, GID=687, home=/root, shell=/bin/bash <86>Oct 23 09:48:54 userdel[2056615]: delete user 'builder' <86>Oct 23 09:48:54 userdel[2056615]: removed group 'builder' owned by 'builder' <86>Oct 23 09:48:54 userdel[2056615]: removed shadow group 'builder' owned by 'builder' <86>Oct 23 09:48:54 groupadd[2056628]: group added to /etc/group: name=builder, GID=688 <86>Oct 23 09:48:54 groupadd[2056628]: group added to /etc/gshadow: name=builder <86>Oct 23 09:48:54 groupadd[2056628]: new group: name=builder, GID=688 <86>Oct 23 09:48:54 useradd[2056638]: new user: name=builder, UID=688, GID=688, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/rman-3.2-alt1.qa1.src.rpm: The use of such a license name is ambiguous: Artistic 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.64870 + 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.64870 + 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:99: warning: passing argument 5 of 'bsearch' from incompatible pointer type [-Wincompatible-pointer-types] 364 | exp = (char **)bsearch(&p, lcexceptions, lcexceptionslen, sizeof(char *), lcexceptionscmp); | ^~~~~~~~~~~~~~~ | | | int (*)(const char **, const char **) In file included from /usr/include/stdlib.h:839, from rman.c:24: /usr/include/bits/stdlib-bsearch.h:21:24: note: expected '__compar_fn_t' {aka 'int (*)(const void *, const void *)'} but argument is of type 'int (*)(const char **, const char **)' 21 | __compar_fn_t __compar) | ~~~~~~~~~~~~~~^~~~~~~~ rman.c: In function 'HTML': rman.c:1375:17: warning: format not a string literal and no format arguments [-Wformat-security] 1375 | if (sectheadid==NAME && message!=NULL) printf(message); | ^~ rman.c: In function 'source_command': rman.c:4174:44: warning: passing argument 1 of 'source_out' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 4174 | if (fcharout) { source_out(tcltkOP[i]); source_out(": "); } | ~~~~~~~^~~ rman.c:3558:24: note: expected 'char *' but argument is of type 'const char *' 3558 | char *source_out(char *p) { | ~~~~~~^ rman.c: In function 'main': rman.c:4669:61: warning: passing argument 4 of 'qsort' from incompatible pointer type [-Wincompatible-pointer-types] 4669 | qsort(lcexceptions, lcexceptionslen, sizeof(char*), lcexceptionscmp); | ^~~~~~~~~~~~~~~ | | | int (*)(const char **, const char **) In file included from rman.c:24: /usr/include/stdlib.h:845:34: note: expected '__compar_fn_t' {aka 'int (*)(const void *, const void *)'} but argument is of type 'int (*)(const char **, const char **)' 845 | __compar_fn_t __compar) __nonnull ((1, 4)); | ~~~~~~~~~~~~~~^~~~~~~~ rman.c: In function 'source_filter': rman.c:4440:27: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 4440 | fgets(p, MAXBUF-lenp, difffd); p[strlen(p)-1]='\0'; lenp+=strlen(p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rman.c:4494:19: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 4494 | fgets(diffline, MAXBUF, difffd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rman.c:4503:50: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 4503 | if (diffcmd=='c') while (insertcnt0--) fgets(diffline, MAXBUF, difffd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rman.c:4508:31: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 4508 | 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.86986 + 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: fopen freopen open Processing files: rman-3.2-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7mfaxD 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.HzcIBI find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,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.1.3), 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), 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.JQ9cv5 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.53Dh1N find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1pW5Fe find-requires: running scripts (debuginfo) Requires: rman = 3.2-alt1.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Adding to rman-debuginfo a strict dependency on rman 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) 2.16user 0.40system 0:07.07elapsed 36%CPU (0avgtext+0avgdata 44692maxresident)k 0inputs+0outputs (0major+137155minor)pagefaults 0swaps /.out/rman-3.2-alt1.qa1.i586.rpm: The use of such a license name is ambiguous: Artistic /.out/rman-debuginfo-3.2-alt1.qa1.i586.rpm: The use of such a license name is ambiguous: Artistic 3.45user 3.17system 0:10.19elapsed 65%CPU (0avgtext+0avgdata 44692maxresident)k 0inputs+0outputs (0major+308309minor)pagefaults 0swaps --- rman-3.2-alt1.qa1.i586.rpm.repo 2021-06-28 23:10:24.000000000 +0000 +++ rman-3.2-alt1.qa1.i586.rpm.hasher 2021-10-23 09:49:02.409838549 +0000 @@ -8,2 +8,4 @@ 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) @@ -13,4 +15,4 @@ Provides: rman = 3.2-alt1.qa1:sisyphus+276096.100.2.2 -File: /usr/bin/rman 100755 root:root 03a96b6e589b54fb5008dc9b261d79da +File: /usr/bin/rman 100755 root:root 386204c937ee095513901d165732cf3a File: /usr/share/man/man1/rman.1.xz 100644 root:root d720f7b6913f7f7adcc6ee8f5be2743d -RPMIdentity: b5b5d68e745f0738f72d83d09b78702917d027a31372db8f40357a8f58701cbbc8d550e5ff58215ac17848b7f70edf6e4f087b1bd4902508f2823ee91be17a6b +RPMIdentity: 83fe9590649dd6412bb0198ff312fb9432806456d85d077c9ba5f6057518f9feafe2fea9af302e5f7b3b9910a8d7c045a50372e5499d146df809f0363d1967d3 --- rman-debuginfo-3.2-alt1.qa1.i586.rpm.repo 2021-06-28 23:10:24.000000000 +0000 +++ rman-debuginfo-3.2-alt1.qa1.i586.rpm.hasher 2021-10-23 09:49:02.481838077 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/75 40755 root:root -/usr/lib/debug/.build-id/75/b5c7a8a3cae902c665c7c507cc3891d417a389 120777 root:root ../../../../bin/rman -/usr/lib/debug/.build-id/75/b5c7a8a3cae902c665c7c507cc3891d417a389.debug 120777 root:root ../../usr/bin/rman.debug +/usr/lib/debug/.build-id/1d 40755 root:root +/usr/lib/debug/.build-id/1d/c3d55abadcc2567392c8808cf625d529dc7e9f 120777 root:root ../../../../bin/rman +/usr/lib/debug/.build-id/1d/c3d55abadcc2567392c8808cf625d529dc7e9f.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:sisyphus+276096.100.2.2 -File: /usr/lib/debug/.build-id/75 40755 root:root -File: /usr/lib/debug/.build-id/75/b5c7a8a3cae902c665c7c507cc3891d417a389 120777 root:root ../../../../bin/rman -File: /usr/lib/debug/.build-id/75/b5c7a8a3cae902c665c7c507cc3891d417a389.debug 120777 root:root ../../usr/bin/rman.debug -File: /usr/lib/debug/usr/bin/rman.debug 100644 root:root 6173ed2f02d271ea5c6a5e0749c530ee -RPMIdentity: d12b8375cd8e8a961a8e13939a88f886b1073a66e410f2cdbc9500b1461a181e1c50faa3eb4b74fca673cff493990b396495166daeaac9b4b1e516c52319c5fb +File: /usr/lib/debug/.build-id/1d 40755 root:root +File: /usr/lib/debug/.build-id/1d/c3d55abadcc2567392c8808cf625d529dc7e9f 120777 root:root ../../../../bin/rman +File: /usr/lib/debug/.build-id/1d/c3d55abadcc2567392c8808cf625d529dc7e9f.debug 120777 root:root ../../usr/bin/rman.debug +File: /usr/lib/debug/usr/bin/rman.debug 100644 root:root 143afe25cd5e4c1fa68c0d60dfb37bac +RPMIdentity: 4e6e72e726d03a9577b0e8e8b5d022b4a8836b532422b344a8e78816bd8dfb8160f78dd3e03e0afae71fb68e9e67760e95b6026429fd0559a167a90b7729cc29