<86>Feb 21 05:18:19 userdel[3921900]: delete user 'rooter'
<86>Feb 21 05:18:19 userdel[3921900]: removed group 'rooter' owned by 'rooter'
<86>Feb 21 05:18:19 userdel[3921900]: removed shadow group 'rooter' owned by 'rooter'
<86>Feb 21 05:18:19 groupadd[3921922]: group added to /etc/group: name=rooter, GID=642
<86>Feb 21 05:18:19 groupadd[3921922]: group added to /etc/gshadow: name=rooter
<86>Feb 21 05:18:19 groupadd[3921922]: new group: name=rooter, GID=642
<86>Feb 21 05:18:19 useradd[3921933]: new user: name=rooter, UID=642, GID=642, home=/root, shell=/bin/bash
<86>Feb 21 05:18:19 userdel[3921960]: delete user 'builder'
<86>Feb 21 05:18:19 groupadd[3921985]: group added to /etc/group: name=builder, GID=643
<86>Feb 21 05:18:19 useradd[3922020]: new user: name=builder, UID=643, GID=643, home=/usr/src, shell=/bin/bash
<13>Feb 21 05:18:22 rpmi: rpm-macros-pam0-1.5.1-alt1 p9+257413.2200.10.1 1610360398 installed
<13>Feb 21 05:18:22 rpmi: libpam0-devel-1.5.1-alt1 p9+257413.2200.10.1 1610360398 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/tcb-1.1.0.1-alt2.nosrc.rpm
Installing tcb-1.1.0.1-alt2.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.67439
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf tcb-1.1.0.1
+ echo 'Source #0 (tcb-1.1.0.1.tar):'
Source #0 (tcb-1.1.0.1.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/tcb-1.1.0.1.tar
+ cd tcb-1.1.0.1
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #1 (tcb-0.9.9-alt-makefile-pam.patch):'
Patch #1 (tcb-0.9.9-alt-makefile-pam.patch):
+ /usr/bin/patch -p1
patching file pam_tcb/Makefile
+ echo 'Patch #2 (tcb-0.9.9-alt-tcb_convert-try_auth.patch):'
Patch #2 (tcb-0.9.9-alt-tcb_convert-try_auth.patch):
+ /usr/bin/patch -p1
patching file progs/tcb_convert.c
+ '[' /usr/lib '!=' /usr/libexec ']'
+ xargs -r0 /usr/bin/subst -p s,/usr/libexec,/usr/lib,g --
+ xargs -r0 grep -FZl /usr/libexec --
+ find -type f -print0
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.67439
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd tcb-1.1.0.1
++ getconf LFS_CFLAGS
+ CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2  -W -DENABLE_SETFSUGID -DENABLE_NLS -DNLS_PACKAGE=\"Linux-PAM\"'
+ make
make: Entering directory '/usr/src/RPM/BUILD/tcb-1.1.0.1'
make -C misc all
make[1]: Entering directory '/usr/src/RPM/BUILD/tcb-1.1.0.1/misc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/usr/src/RPM/BUILD/tcb-1.1.0.1/misc'
make -C libs all
make[1]: Entering directory '/usr/src/RPM/BUILD/tcb-1.1.0.1/libs'
gcc -pipe -frecord-gcc-switches -Wall -g -O2  -W -DENABLE_SETFSUGID -DENABLE_NLS -DNLS_PACKAGE=\"Linux-PAM\"  -I../include -Wall -fPIC -c libtcb.c -o libtcb.o
gcc  -L../libs -shared -o libtcb.so.0.9.8 -Wl,-soname,libtcb.so.0 \
	-Wl,--version-script=libtcb.map libtcb.o
ln -sf libtcb.so.0.9.8 libtcb.so.0
ln -sf libtcb.so.0 libtcb.so
gcc -pipe -frecord-gcc-switches -Wall -g -O2  -W -DENABLE_SETFSUGID -DENABLE_NLS -DNLS_PACKAGE=\"Linux-PAM\"  -I../include -Wall -fPIC -c nss.c -o nss.o
nss.c: In function '_nss_tcb_getspent_r':
nss.c:111:3: warning: 'readdir_r' is deprecated [-Wdeprecated-declarations]
   if (readdir_r(tcbdir, &entry, &result)) {
   ^~
In file included from nss.c:10:
/usr/include/dirent.h:183:12: note: declared here
 extern int readdir_r (DIR *__restrict __dirp,
            ^~~~~~~~~
gcc  -L../libs -shared -o libnss_tcb.so.2 -Wl,--version-script=libnss_tcb.map \
	nss.o  -ltcb
gcc -pipe -frecord-gcc-switches -Wall -g -O2  -W -DENABLE_SETFSUGID -DENABLE_NLS -DNLS_PACKAGE=\"Linux-PAM\"  -I../include -Wall  -c libtcb.c -o libtcb_a.o
ar -cr libtcb.a libtcb_a.o
ranlib libtcb.a
make[1]: Leaving directory '/usr/src/RPM/BUILD/tcb-1.1.0.1/libs'
make -C progs all
make[1]: Entering directory '/usr/src/RPM/BUILD/tcb-1.1.0.1/progs'
gcc -pipe -frecord-gcc-switches -Wall -g -O2  -W -DENABLE_SETFSUGID -DENABLE_NLS -DNLS_PACKAGE=\"Linux-PAM\"  -I../include -Wall -c tcb_convert.c -o tcb_convert.o
tcb_convert.c: In function 'copy_to_tcb':
tcb_convert.c:205:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
   if (gr) {
      ^
tcb_convert.c:212:2: note: here
  case 0:
  ^~~~
gcc  -L../libs -o tcb_convert tcb_convert.o
gcc -pipe -frecord-gcc-switches -Wall -g -O2  -W -DENABLE_SETFSUGID -DENABLE_NLS -DNLS_PACKAGE=\"Linux-PAM\"  -I../include -Wall -c tcb_unconvert.c -o tcb_unconvert.o
tcb_unconvert.c: In function 'main':
tcb_unconvert.c:245:2: warning: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result]
  chown(TCB_DIR, 0, st.st_gid);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc  -L../libs -o tcb_unconvert tcb_unconvert.o -ltcb
gcc -pipe -frecord-gcc-switches -Wall -g -O2  -W -DENABLE_SETFSUGID -DENABLE_NLS -DNLS_PACKAGE=\"Linux-PAM\"  -I../include -Wall -c tcb_chkpwd.c -o tcb_chkpwd.o
tcb_chkpwd.c: In function 'unix_verify_password':
tcb_chkpwd.c:58:4: warning: ignoring return value of 'seteuid', declared with attribute warn_unused_result [-Wunused-result]
    seteuid(pw->pw_uid);
    ^~~~~~~~~~~~~~~~~~~
tcb_chkpwd.c:61:4: warning: ignoring return value of 'seteuid', declared with attribute warn_unused_result [-Wunused-result]
    seteuid(old_uid);
    ^~~~~~~~~~~~~~~~
gcc  -L../libs -o tcb_chkpwd tcb_chkpwd.o -lcrypt
make[1]: Leaving directory '/usr/src/RPM/BUILD/tcb-1.1.0.1/progs'
make -C pam_tcb all
make[1]: Entering directory '/usr/src/RPM/BUILD/tcb-1.1.0.1/pam_tcb'
gcc -pipe -frecord-gcc-switches -Wall -g -O2  -W -DENABLE_SETFSUGID -DENABLE_NLS -DNLS_PACKAGE=\"Linux-PAM\"  -I../include -Wall -fPIC -c pam_unix_auth.c -o pam_unix_auth.o
gcc -pipe -frecord-gcc-switches -Wall -g -O2  -W -DENABLE_SETFSUGID -DENABLE_NLS -DNLS_PACKAGE=\"Linux-PAM\"  -I../include -Wall -fPIC -c pam_unix_acct.c -o pam_unix_acct.o
gcc -pipe -frecord-gcc-switches -Wall -g -O2  -W -DENABLE_SETFSUGID -DENABLE_NLS -DNLS_PACKAGE=\"Linux-PAM\"  -I../include -Wall -fPIC -c pam_unix_sess.c -o pam_unix_sess.o
gcc -pipe -frecord-gcc-switches -Wall -g -O2  -W -DENABLE_SETFSUGID -DENABLE_NLS -DNLS_PACKAGE=\"Linux-PAM\"  -I../include -Wall -fPIC -c pam_unix_passwd.c -o pam_unix_passwd.o
gcc -pipe -frecord-gcc-switches -Wall -g -O2  -W -DENABLE_SETFSUGID -DENABLE_NLS -DNLS_PACKAGE=\"Linux-PAM\"  -I../include -Wall -DCHKPWD_HELPER=\"/usr/lib/chkpwd/tcb_chkpwd\" \
	-fPIC -c support.c -o support.o
support.c:224:15: warning: missing initializer for field 'pw_uid' of 'struct passwd' [-Wmissing-field-initializers]
 static struct passwd fake_pw = {"UNKNOWN USER", "x"};
               ^~~~~~
In file included from support.c:11:
/usr/include/pwd.h:54:11: note: 'pw_uid' declared here
   __uid_t pw_uid;  /* User ID.  */
           ^~~~~~
support.c: In function 'unix_run_helper_binary':
support.c:330:24: warning: pointer targets in passing argument 1 of 'execve' differ in signedness [-Wpointer-sign]
   execve(pam_unix_param.helper, argv, envp);
          ~~~~~~~~~~~~~~^~~~~~~
In file included from support.c:6:
/usr/include/unistd.h:551:12: note: expected 'const char *' but argument is of type 'const unsigned char *'
 extern int execve (const char *__path, char *const __argv[],
            ^~~~~~
support.c: In function 'check_crypt':
support.c:405:45: warning: pointer targets in passing argument 1 of 'crypt_gensalt_ra' differ in signedness [-Wpointer-sign]
  fake_salt = crypt_gensalt_ra(pam_unix_param.crypt_prefix,
                               ~~~~~~~~~~~~~~^~~~~~~~~~~~~
In file included from support.c:13:
/usr/include/crypt.h:201:14: note: expected 'const char *' but argument is of type 'const unsigned char *'
 extern char *crypt_gensalt_ra (const char *__prefix, unsigned long __count,
              ^~~~~~~~~~~~~~~~
support.c: In function 'do_crypt':
support.c:681:40: warning: pointer targets in passing argument 1 of 'crypt_gensalt_ra' differ in signedness [-Wpointer-sign]
  salt = crypt_gensalt_ra(pam_unix_param.crypt_prefix,
                          ~~~~~~~~~~~~~~^~~~~~~~~~~~~
In file included from support.c:13:
/usr/include/crypt.h:201:14: note: expected 'const char *' but argument is of type 'const unsigned char *'
 extern char *crypt_gensalt_ra (const char *__prefix, unsigned long __count,
              ^~~~~~~~~~~~~~~~
support.c: In function '_set_ctrl':
support.c:842:30: warning: pointer targets in assignment from 'const char *' to 'const unsigned char *' differ in signedness [-Wpointer-sign]
  pam_unix_param.crypt_prefix = param;
                              ^
support.c:849:24: warning: pointer targets in assignment from 'const char *' to 'const unsigned char *' differ in signedness [-Wpointer-sign]
  pam_unix_param.helper = param ?: CHKPWD_HELPER;
                        ^
gcc -pipe -frecord-gcc-switches -Wall -g -O2  -W -DENABLE_SETFSUGID -DENABLE_NLS -DNLS_PACKAGE=\"Linux-PAM\"  -I../include -Wall -fPIC -c compat.c -o compat.o
gcc  -L../libs -shared -o pam_tcb.so -Wl,--version-script=pam_tcb.map \
	pam_unix_auth.o pam_unix_acct.o pam_unix_sess.o pam_unix_passwd.o support.o compat.o -lcrypt -lpam -ltcb
make[1]: Leaving directory '/usr/src/RPM/BUILD/tcb-1.1.0.1/pam_tcb'
make: Leaving directory '/usr/src/RPM/BUILD/tcb-1.1.0.1'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.37010
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/tcb-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/tcb-buildroot
+ cd tcb-1.1.0.1
+ make 'INSTALL=/bin/install -p' install-non-root install-pam_unix install-pam_pwdb DESTDIR=/usr/src/tmp/tcb-buildroot MANDIR=/usr/share/man LIBDIR=/usr/lib64 SLIBDIR=/lib64
make: Entering directory '/usr/src/RPM/BUILD/tcb-1.1.0.1'
make -C misc install-non-root
make[1]: Entering directory '/usr/src/RPM/BUILD/tcb-1.1.0.1/misc'
mkdir -p /usr/src/tmp/tcb-buildroot/usr/share/man/man5
mkdir -p /usr/src/tmp/tcb-buildroot/usr/include
install -m 644 tcb.5 /usr/src/tmp/tcb-buildroot/usr/share/man/man5/
install -m 644 ../include/tcb.h /usr/src/tmp/tcb-buildroot/usr/include/
make[1]: Leaving directory '/usr/src/RPM/BUILD/tcb-1.1.0.1/misc'
make -C libs install-non-root
make[1]: Entering directory '/usr/src/RPM/BUILD/tcb-1.1.0.1/libs'
mkdir -p /usr/src/tmp/tcb-buildroot/lib64
mkdir -p /usr/src/tmp/tcb-buildroot/usr/lib64
install -m 755 libtcb.so.0.9.8 /usr/src/tmp/tcb-buildroot/lib64/
ln -sf libtcb.so.0.9.8 /usr/src/tmp/tcb-buildroot/lib64/libtcb.so.0
ln -sf ../../lib64/libtcb.so.0 /usr/src/tmp/tcb-buildroot/usr/lib64/libtcb.so
install -m 755 libnss_tcb.so.2 /usr/src/tmp/tcb-buildroot/lib64/
install -m 644 libtcb.a /usr/src/tmp/tcb-buildroot/usr/lib64/
make[1]: Leaving directory '/usr/src/RPM/BUILD/tcb-1.1.0.1/libs'
make -C progs install-non-root
make[1]: Entering directory '/usr/src/RPM/BUILD/tcb-1.1.0.1/progs'
mkdir -p /usr/src/tmp/tcb-buildroot/sbin
mkdir -p /usr/src/tmp/tcb-buildroot/usr/share/man/man8
install -m 700 tcb_convert /usr/src/tmp/tcb-buildroot/sbin/
install -m 700 tcb_unconvert /usr/src/tmp/tcb-buildroot/sbin/
install -m 644 tcb_convert.8 /usr/src/tmp/tcb-buildroot/usr/share/man/man8/
install -m 644 tcb_unconvert.8 /usr/src/tmp/tcb-buildroot/usr/share/man/man8/
install -d -m 710 /usr/src/tmp/tcb-buildroot/usr/lib/chkpwd
install -m 700 tcb_chkpwd /usr/src/tmp/tcb-buildroot/usr/lib/chkpwd/
make[1]: Leaving directory '/usr/src/RPM/BUILD/tcb-1.1.0.1/progs'
make -C pam_tcb install-non-root
make[1]: Entering directory '/usr/src/RPM/BUILD/tcb-1.1.0.1/pam_tcb'
mkdir -p /usr/src/tmp/tcb-buildroot/lib64/security
mkdir -p /usr/src/tmp/tcb-buildroot/usr/share/man/man8
install -m 755 pam_tcb.so /usr/src/tmp/tcb-buildroot/lib64/security/
install -p -m 644 pam_tcb.8 /usr/src/tmp/tcb-buildroot/usr/share/man/man8/
make[1]: Leaving directory '/usr/src/RPM/BUILD/tcb-1.1.0.1/pam_tcb'
make -C pam_tcb install-pam_unix
make[1]: Entering directory '/usr/src/RPM/BUILD/tcb-1.1.0.1/pam_tcb'
mkdir -p /usr/src/tmp/tcb-buildroot/lib64/security
mkdir -p /usr/src/tmp/tcb-buildroot/usr/share/man/man8
install -m 755 pam_tcb.so /usr/src/tmp/tcb-buildroot/lib64/security/
install -p -m 644 pam_tcb.8 /usr/src/tmp/tcb-buildroot/usr/share/man/man8/
ln -s pam_tcb.so /usr/src/tmp/tcb-buildroot/lib64/security/pam_unix.so
ln -s pam_tcb.so /usr/src/tmp/tcb-buildroot/lib64/security/pam_unix_acct.so
ln -s pam_tcb.so /usr/src/tmp/tcb-buildroot/lib64/security/pam_unix_auth.so
ln -s pam_tcb.so /usr/src/tmp/tcb-buildroot/lib64/security/pam_unix_passwd.so
ln -s pam_tcb.so /usr/src/tmp/tcb-buildroot/lib64/security/pam_unix_session.so
install -p -m 644 pam_unix.8 /usr/src/tmp/tcb-buildroot/usr/share/man/man8/
make[1]: Leaving directory '/usr/src/RPM/BUILD/tcb-1.1.0.1/pam_tcb'
make -C pam_tcb install-pam_pwdb
make[1]: Entering directory '/usr/src/RPM/BUILD/tcb-1.1.0.1/pam_tcb'
mkdir -p /usr/src/tmp/tcb-buildroot/lib64/security
mkdir -p /usr/src/tmp/tcb-buildroot/usr/share/man/man8
install -m 755 pam_tcb.so /usr/src/tmp/tcb-buildroot/lib64/security/
install -p -m 644 pam_tcb.8 /usr/src/tmp/tcb-buildroot/usr/share/man/man8/
ln -s pam_tcb.so /usr/src/tmp/tcb-buildroot/lib64/security/pam_pwdb.so
install -p -m 644 pam_pwdb.8 /usr/src/tmp/tcb-buildroot/usr/share/man/man8/
make[1]: Leaving directory '/usr/src/RPM/BUILD/tcb-1.1.0.1/pam_tcb'
make: Leaving directory '/usr/src/RPM/BUILD/tcb-1.1.0.1'
+ install -pD -m755 /usr/src/RPM/SOURCES/tcb_chkpwd.control /usr/src/tmp/tcb-buildroot/etc/control.d/facilities/tcb_chkpwd
+ /usr/bin/subst -p s,@libexecdir@,/usr/lib,g /usr/src/tmp/tcb-buildroot/etc/control.d/facilities/tcb_chkpwd
+ mkdir -p /usr/src/tmp/tcb-buildroot/etc/tcb
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/tcb-buildroot (auto)
mode of './lib64/security/pam_tcb.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './lib64/libnss_tcb.so.2' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './lib64/libtcb.so.0.9.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/tcb-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/tcb-buildroot/ (default)
Compressing files in /usr/src/tmp/tcb-buildroot (auto)
removed '/usr/src/tmp/tcb-buildroot/usr/share/man/man8/pam_pwdb.8'
'/usr/src/tmp/tcb-buildroot/usr/share/man/man8/pam_pwdb.8.xz' -> 'pam_tcb.8.xz'
removed '/usr/src/tmp/tcb-buildroot/usr/share/man/man8/pam_unix.8'
'/usr/src/tmp/tcb-buildroot/usr/share/man/man8/pam_unix.8.xz' -> 'pam_tcb.8.xz'
removed '/usr/src/tmp/tcb-buildroot/usr/share/man/man8/tcb_unconvert.8'
'/usr/src/tmp/tcb-buildroot/usr/share/man/man8/tcb_unconvert.8.xz' -> 'tcb_convert.8.xz'
removed '/usr/src/tmp/tcb-buildroot/usr/share/man/man8/tcb_unconvert.8.xz'
'/usr/src/tmp/tcb-buildroot/usr/share/man/man8/tcb_unconvert.8.xz' -> 'tcb_convert.8.xz'
removed '/usr/src/tmp/tcb-buildroot/usr/share/man/man8/pam_unix.8.xz'
'/usr/src/tmp/tcb-buildroot/usr/share/man/man8/pam_unix.8.xz' -> 'pam_tcb.8.xz'
removed '/usr/src/tmp/tcb-buildroot/usr/share/man/man8/pam_pwdb.8.xz'
'/usr/src/tmp/tcb-buildroot/usr/share/man/man8/pam_pwdb.8.xz' -> 'pam_tcb.8.xz'
Adjusting library links in /usr/src/tmp/tcb-buildroot
./lib64:
	libtcb.so.0 -> libtcb.so.0.9.8
	libnss_tcb.so.2 -> libnss_tcb.so.2
./usr/lib:
./usr/lib64:
Verifying ELF objects in /usr/src/tmp/tcb-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: libtcb-1.1.0.1-alt2
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.70923
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd tcb-1.1.0.1
+ DOCDIR=/usr/src/tmp/tcb-buildroot/usr/share/doc/libtcb-1.1.0.1
+ export DOCDIR
+ rm -rf /usr/src/tmp/tcb-buildroot/usr/share/doc/libtcb-1.1.0.1
+ /bin/mkdir -p /usr/src/tmp/tcb-buildroot/usr/share/doc/libtcb-1.1.0.1
+ cp -prL ChangeLog LICENSE /usr/src/tmp/tcb-buildroot/usr/share/doc/libtcb-1.1.0.1
+ chmod -R go-w /usr/src/tmp/tcb-buildroot/usr/share/doc/libtcb-1.1.0.1
+ chmod -R a+rX /usr/src/tmp/tcb-buildroot/usr/share/doc/libtcb-1.1.0.1
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FrdO4h
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
lib.prov: /usr/src/tmp/tcb-buildroot/lib64/libtcb.so.0: 7 symbols, 13 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jOjuVi
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: libtcb.so.0()(64bit) = set:gdVncU6Sl6HQLPC2
Requires: libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.8)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ZTAYWm
Creating libtcb-debuginfo package
Processing files: libtcb-devel-1.1.0.1-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.hJh94t
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.ZncpoE
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: libtcb = 1.1.0.1-alt2, /lib64/libtcb.so.0
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.XEYTPR
Processing files: libtcb-devel-static-1.1.0.1-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.z42Sx8
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.fsfwOs
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: libtcb-devel = 1.1.0.1-alt2, glibc-devel-static
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vGpOUQ
Processing files: nss_tcb-1.1.0.1-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.HuxR7h
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
lib.prov: /usr/src/tmp/tcb-buildroot/lib64/libnss_tcb.so.2: 4 symbols, 12 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.L8dSrM
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: libnss_tcb.so.2()(64bit) = set:fch7CvTRk2
Requires: libtcb = 1.1.0.1-alt2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.8)(64bit), libtcb.so.0()(64bit) >= set:ge4tCMLF0, rtld(GNU_HASH)
Requires(rpmlib): rpmlib(SetVersions)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.T0uHRj
Creating nss_tcb-debuginfo package
Processing files: pam0_tcb-1.1.0.1-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.PG0EoU
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.nYJ61x
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Finding Requires(pre) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dTwYoh
Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DYdJS3
Provides: pam_tcb = 1.1.0.1-alt2, PAM(pam_pwdb.so), PAM(pam_tcb.so), PAM(pam_unix.so), PAM(pam_unix_acct.so), PAM(pam_unix_auth.so), PAM(pam_unix_passwd.so), PAM(pam_unix_session.so)
Requires: nss_tcb = 1.1.0.1-alt2, libpam0, /bin/sh, /etc/control.d/facilities(control_fmode), /etc/control.d/facilities(new_fmode), /etc/control.d/facilities(new_help), /etc/control.d/facilities(new_summary), /etc/control.d/functions, /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.4)(64bit), libc.so.6(GLIBC_2.8)(64bit), libcrypt.so.1()(64bit) >= set:igNZusfQY5, libcrypt.so.1(XCRYPT_2.0)(64bit), libpam.so.0()(64bit) >= set:jfUCLw9YVwjgyYT48sJ6A, libpam.so.0(LIBPAM_1.0)(64bit), libpam.so.0(LIBPAM_EXTENSION_1.0)(64bit), libpam.so.0(LIBPAM_EXTENSION_1.1)(64bit), libtcb.so.0()(64bit) >= set:gdVncU6Sl6Hk, rtld(GNU_HASH)
Requires(interp): /bin/sh
Requires(rpmlib): rpmlib(SetVersions)
Requires(pre): /bin/sh, /usr/sbin/control-dump
Requires(post): /bin/sh, /usr/sbin/control, /usr/sbin/control-restore
Obsoletes: pam_tcb
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Ly9NsT
Creating pam0_tcb-debuginfo package
Processing files: tcb-utils-1.1.0.1-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rid98L
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.Hm6fXH
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Finding Requires(pre) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ZzHSRG
Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LEGnTI
Provides: /etc/tcb
Requires: pam0_tcb = 1.1.0.1-alt2, shadow-convert, /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.8)(64bit), libtcb.so.0()(64bit) >= set:geIns5Ki3, rtld(GNU_HASH)
Requires(interp): /bin/sh
Requires(rpmlib): rpmlib(SetVersions)
Requires(pre): /bin/sh
Requires(post): /bin/sh
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fYdd1N
Creating tcb-utils-debuginfo package
Processing files: libtcb-debuginfo-1.1.0.1-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NR0FfW
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Dw3kB7
find-requires: running scripts (debuginfo)
Provides: debug64(libtcb.so.0)
Requires: libtcb = 1.1.0.1-alt2, debug64(libc.so.6)
Processing files: nss_tcb-debuginfo-1.1.0.1-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zqCg6l
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.f6DeID
find-requires: running scripts (debuginfo)
Provides: debug64(libnss_tcb.so.2)
Requires: nss_tcb = 1.1.0.1-alt2, debug64(libc.so.6), debug64(libtcb.so.0)
Processing files: pam0_tcb-debuginfo-1.1.0.1-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vYoRqY
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.H0fahm
find-requires: running scripts (debuginfo)
Requires: pam0_tcb = 1.1.0.1-alt2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libcrypt.so.1), debug64(libpam.so.0), debug64(libtcb.so.0)
Processing files: tcb-utils-debuginfo-1.1.0.1-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NnNMeN
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zevikh
find-requires: running scripts (debuginfo)
Requires: tcb-utils = 1.1.0.1-alt2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libtcb.so.0)
Adding to libtcb-devel a strict dependency on libtcb
Adding to nss_tcb a strict dependency on libtcb
Adding to libtcb-debuginfo a strict dependency on libtcb
Adding to libtcb-devel-static a strict dependency on libtcb-devel
Adding to pam0_tcb a strict dependency on nss_tcb
Adding to nss_tcb-debuginfo a strict dependency on nss_tcb
Adding to tcb-utils a strict dependency on pam0_tcb
Adding to pam0_tcb-debuginfo a strict dependency on pam0_tcb
Adding to tcb-utils-debuginfo a strict dependency on tcb-utils
Adding to pam0_tcb a strict dependency on libtcb
Adding to tcb-utils a strict dependency on libtcb
Adding to nss_tcb-debuginfo a strict dependency on libtcb-debuginfo
Adding to pam0_tcb-debuginfo a strict dependency on libtcb-debuginfo
Adding to tcb-utils-debuginfo a strict dependency on libtcb-debuginfo
Removing from nss_tcb-debuginfo 1 sources provided by libtcb-debuginfo
also prunning dir /usr/src/debug/tcb-1.1.0.1/include
Removing from pam0_tcb-debuginfo 1 sources provided by libtcb-debuginfo
also prunning dir /usr/src/debug/tcb-1.1.0.1/include
Removing from tcb-utils-debuginfo 1 sources provided by libtcb-debuginfo
also prunning dir /usr/src/debug/tcb-1.1.0.1/include
Removing 1 extra deps from libtcb-devel due to dependency on libtcb
Removing 2 extra deps from nss_tcb due to dependency on libtcb
Removing 1 extra deps from pam0_tcb due to dependency on libtcb
Removing 2 extra deps from tcb-utils due to dependency on libtcb
Removing 1 extra deps from nss_tcb-debuginfo due to dependency on libtcb-debuginfo
Removing 1 extra deps from pam0_tcb-debuginfo due to dependency on libtcb-debuginfo
Removing 1 extra deps from tcb-utils-debuginfo due to dependency on libtcb-debuginfo
Removing 4 extra deps from nss_tcb due to repentancy on libtcb
Removing 4 extra deps from pam0_tcb due to repentancy on libtcb
Removing 4 extra deps from tcb-utils due to repentancy on libtcb
Removing 1 extra deps from pam0_tcb due to repentancy on nss_tcb
Removing 1 extra deps from tcb-utils due to repentancy on nss_tcb
Removing 2 extra deps from tcb-utils due to repentancy on pam0_tcb
Removing 1 extra deps from nss_tcb-debuginfo due to repentancy on libtcb-debuginfo
Removing 1 extra deps from pam0_tcb-debuginfo due to repentancy on libtcb-debuginfo
Removing 1 extra deps from tcb-utils-debuginfo due to repentancy on libtcb-debuginfo
Wrote: /usr/src/RPM/RPMS/x86_64/libtcb-1.1.0.1-alt2.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/libtcb-devel-1.1.0.1-alt2.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/libtcb-devel-static-1.1.0.1-alt2.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/nss_tcb-1.1.0.1-alt2.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/pam0_tcb-1.1.0.1-alt2.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/tcb-utils-1.1.0.1-alt2.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/libtcb-debuginfo-1.1.0.1-alt2.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/nss_tcb-debuginfo-1.1.0.1-alt2.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/pam0_tcb-debuginfo-1.1.0.1-alt2.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/tcb-utils-debuginfo-1.1.0.1-alt2.x86_64.rpm
9.83user 3.50system 0:40.36elapsed 33%CPU (0avgtext+0avgdata 32956maxresident)k
0inputs+0outputs (0major+1367106minor)pagefaults 0swaps
15.57user 6.10system 0:50.25elapsed 43%CPU (0avgtext+0avgdata 115096maxresident)k
0inputs+0outputs (0major+1853822minor)pagefaults 0swaps
--- libtcb-1.1.0.1-alt2.x86_64.rpm.repo	2019-03-10 21:36:14.000000000 +0000
+++ libtcb-1.1.0.1-alt2.x86_64.rpm.hasher	2021-02-21 05:19:08.116030777 +0000
@@ -6,2 +6,3 @@
 Requires: libc.so.6(GLIBC_2.2.5)(64bit)  
+Requires: libc.so.6(GLIBC_2.4)(64bit)  
 Requires: libc.so.6(GLIBC_2.8)(64bit)  
--- nss_tcb-1.1.0.1-alt2.x86_64.rpm.repo	2019-03-10 21:36:14.000000000 +0000
+++ nss_tcb-1.1.0.1-alt2.x86_64.rpm.hasher	2021-02-21 05:19:08.190030859 +0000
@@ -1,3 +1,2 @@
 /lib64/libnss_tcb.so.2	100644	
-Requires: libc.so.6(GLIBC_2.4)(64bit)  
 Requires: libtcb = 1.1.0.1-alt2:sisyphus+224339.100.1.1