<86>May 4 00:05:53 userdel[3262961]: delete user 'rooter' <86>May 4 00:05:53 userdel[3262961]: removed group 'rooter' owned by 'rooter' <86>May 4 00:05:53 userdel[3262961]: removed shadow group 'rooter' owned by 'rooter' <86>May 4 00:05:53 groupadd[3263028]: group added to /etc/group: name=rooter, GID=1820 <86>May 4 00:05:53 groupadd[3263028]: group added to /etc/gshadow: name=rooter <86>May 4 00:05:53 groupadd[3263028]: new group: name=rooter, GID=1820 <86>May 4 00:05:53 useradd[3263095]: new user: name=rooter, UID=1820, GID=1820, home=/root, shell=/bin/bash, from=none <86>May 4 00:05:53 userdel[3263164]: delete user 'builder' <86>May 4 00:05:53 userdel[3263164]: removed group 'builder' owned by 'builder' <86>May 4 00:05:53 userdel[3263164]: removed shadow group 'builder' owned by 'builder' <86>May 4 00:05:53 groupadd[3263233]: group added to /etc/group: name=builder, GID=1821 <86>May 4 00:05:53 groupadd[3263233]: group added to /etc/gshadow: name=builder <86>May 4 00:05:53 groupadd[3263233]: new group: name=builder, GID=1821 <86>May 4 00:05:53 useradd[3263280]: new user: name=builder, UID=1821, GID=1821, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/untex-1.3-alt1.qa1.src.rpm: The use of such a license name is ambiguous: GPL Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/untex-1.3-alt1.qa1.nosrc.rpm (w1.gzdio) Installing untex-1.3-alt1.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.52785 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf untex-1.3 + /bin/mkdir -p untex-1.3 + cd untex-1.3 + echo 'Source #0 (untex-1.3.tar.gz):' Source #0 (untex-1.3.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/untex-1.3.tar.gz + /bin/tar -xf - + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.52785 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd untex-1.3 + make -j16 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' make: Entering directory '/usr/src/RPM/BUILD/untex-1.3' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o untex untex.c untex.c: In function 'main': untex.c:101:16: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] 101 | iso = !strcmp(&argv[i-1][2], "iso"); | ^~~~~~ untex.c:49:1: note: include '' or provide a declaration of 'strcmp' 48 | #include +++ |+#include 49 | untex.c:118:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 118 | exit(0); | ^~~~ untex.c:49:1: note: include '' or provide a declaration of 'exit' 48 | #include +++ |+#include 49 | untex.c:118:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 118 | exit(0); | ^~~~ untex.c:118:5: note: include '' or provide a declaration of 'exit' untex.c: In function 'usage': untex.c:141:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 141 | exit(1); | ^~~~ untex.c:141:5: note: include '' or provide a declaration of 'exit' untex.c: In function 'untex': untex.c:232:20: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 232 | case '%':while ((c=getc(inf)) != EOF && c != '\n'); | ^~~~~ untex.c:233:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 233 | break; | ^~~~~ untex.c: In function 'parsecmd': untex.c:392:13: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] 392 | if (strncmp(fname+fnc-5, ".tex", 4)) strcat(fname,".tex"); | ^~~~~~~ untex.c:392:13: note: include '' or provide a declaration of 'strncmp' untex.c:392:42: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 392 | if (strncmp(fname+fnc-5, ".tex", 4)) strcat(fname,".tex"); | ^ : note: built-in 'strncmp' declared here untex.c:392:46: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration] 392 | if (strncmp(fname+fnc-5, ".tex", 4)) strcat(fname,".tex"); | ^~~~~~ untex.c:392:46: note: include '' or provide a declaration of 'strcat' untex.c:392:46: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch] untex.c:392:46: note: include '' or provide a declaration of 'strcat' untex.c:345:9: warning: unused variable 'proceed' [-Wunused-variable] 345 | int proceed; | ^~~~~~~ untex.c: In function 'skip': untex.c:316:1: warning: control reaches end of non-void function [-Wreturn-type] 316 | } | ^ make: Leaving directory '/usr/src/RPM/BUILD/untex-1.3' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.52785 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/untex-buildroot + : + /bin/rm -rf -- /usr/src/tmp/untex-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd untex-1.3 + /bin/mkdir -p /usr/src/tmp/untex-buildroot/usr/bin/ + /bin/mkdir -p /usr/src/tmp/untex-buildroot/usr/share/man/man1/ + /bin/install -p -m755 untex /usr/src/tmp/untex-buildroot/usr/bin/ + /bin/install -p -m644 untex.man /usr/src/tmp/untex-buildroot/usr/share/man/man1/untex.1 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/untex-buildroot (auto) Verifying and fixing files in /usr/src/tmp/untex-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/untex-buildroot/ (default) Compressing files in /usr/src/tmp/untex-buildroot (auto) Verifying ELF objects in /usr/src/tmp/untex-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/untex-buildroot Processing files: untex-1.3-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eh7yC4 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.Nyj3rp find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, 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.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.RKeQIb Creating untex-debuginfo package Processing files: untex-debuginfo-1.3-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.psipvq find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zI0OK9 find-requires: running scripts (debuginfo) Requires: untex = 1.3-alt1.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/untex-1.3-alt1.qa1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/untex-debuginfo-1.3-alt1.qa1.x86_64.rpm (w2.lzdio) 0.37user 1.05system 0:05.77elapsed 24%CPU (0avgtext+0avgdata 28972maxresident)k 0inputs+0outputs (0major+148772minor)pagefaults 0swaps /.out/untex-1.3-alt1.qa1.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/untex-debuginfo-1.3-alt1.qa1.x86_64.rpm: The use of such a license name is ambiguous: GPL 0.58user 2.15system 0:11.78elapsed 23%CPU (0avgtext+0avgdata 12316maxresident)k 0inputs+0outputs (0major+96181minor)pagefaults 0swaps --- untex-1.3-alt1.qa1.x86_64.rpm.repo 2013-04-15 15:07:10.000000000 +0000 +++ untex-1.3-alt1.qa1.x86_64.rpm.hasher 2024-05-04 00:06:01.461315213 +0000 @@ -1,3 +1,3 @@ /usr/bin/untex 100755 root:root -/usr/share/man/man1/untex.1.gz 100644 root:root +/usr/share/man/man1/untex.1.xz 100644 root:root Requires: /lib64/ld-linux-x86-64.so.2 @@ -6,2 +6,3 @@ Requires: libc.so.6(GLIBC_2.3.4)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) Requires: libc.so.6(GLIBC_2.4)(64bit) @@ -10,4 +11,4 @@ Provides: untex = 1.3-alt1.qa1 -File: /usr/bin/untex 100755 root:root e6275e904ecf7d06c7d7eecc22810a40 -File: /usr/share/man/man1/untex.1.gz 100644 root:root 57a6216d83bb1a8a738ed5d184e332aa -RPMIdentity: 804d60f1c3c3f4eaa2b40769953537c1698d30ca0a3dfb5ca1dea812d466211015d7acbcb51d188aee83828a9622c498607b6444a8bfe2f5147b023ca82b9f0d +File: /usr/bin/untex 100755 root:root d8c2f91d9691a4a06e7898ce3315658e +File: /usr/share/man/man1/untex.1.xz 100644 root:root bd9133fbbe7e54a997ddff25e3212792 +RPMIdentity: a21c22c2d160b955e37ebe2c1ba5bdc18b16df7cdefa7bff6831b73f430b4dc67dc8404f7a997421b34850cea33343f542cb607e9fdd9b9d368146ad31032f91 --- untex-debuginfo-1.3-alt1.qa1.x86_64.rpm.repo 2013-04-15 15:07:10.000000000 +0000 +++ untex-debuginfo-1.3-alt1.qa1.x86_64.rpm.hasher 2024-05-04 00:06:01.535316238 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/eb 40755 root:root -/usr/lib/debug/.build-id/eb/bbc925397b95f64a2888840e816a8ab2919240 120777 root:root ../../../../bin/untex -/usr/lib/debug/.build-id/eb/bbc925397b95f64a2888840e816a8ab2919240.debug 120777 root:root ../../usr/bin/untex.debug +/usr/lib/debug/.build-id/8e 40755 root:root +/usr/lib/debug/.build-id/8e/f1ef6cff7e0e0f2b07c75f285d7a0efffde1ce 120777 root:root ../../../../bin/untex +/usr/lib/debug/.build-id/8e/f1ef6cff7e0e0f2b07c75f285d7a0efffde1ce.debug 120777 root:root ../../usr/bin/untex.debug /usr/lib/debug/usr/bin/untex.debug 100644 root:root @@ -11,8 +11,8 @@ Provides: untex-debuginfo = 1.3-alt1.qa1 -File: /usr/lib/debug/.build-id/eb 40755 root:root -File: /usr/lib/debug/.build-id/eb/bbc925397b95f64a2888840e816a8ab2919240 120777 root:root ../../../../bin/untex -File: /usr/lib/debug/.build-id/eb/bbc925397b95f64a2888840e816a8ab2919240.debug 120777 root:root ../../usr/bin/untex.debug -File: /usr/lib/debug/usr/bin/untex.debug 100644 root:root 2bc530bec66659f43ff67652bea10473 +File: /usr/lib/debug/.build-id/8e 40755 root:root +File: /usr/lib/debug/.build-id/8e/f1ef6cff7e0e0f2b07c75f285d7a0efffde1ce 120777 root:root ../../../../bin/untex +File: /usr/lib/debug/.build-id/8e/f1ef6cff7e0e0f2b07c75f285d7a0efffde1ce.debug 120777 root:root ../../usr/bin/untex.debug +File: /usr/lib/debug/usr/bin/untex.debug 100644 root:root 8e08d41041a4819ee29df0d4cc5dade0 File: /usr/src/debug/untex-1.3 40755 root:root File: /usr/src/debug/untex-1.3/untex.c 100644 root:root 794194882e6ecffdd96109549c6f0ccd -RPMIdentity: d2059a852df92262321c74d3248dadb04d7892748cd8b05615d331df3059a690c1c7c76fa3e295171168ec8947c00945181e3140c03fdc9499f27f4e3114d5ee +RPMIdentity: fa1b3085e24427b23f2d045b3f8e2e43bf1f1120749d860fc768b8f79df98e41241f5ae7e5679e4a43f835f4ba088690c6e972f220ef84f69385a51737d2e832