<86>Jun 3 06:36:51 userdel[185274]: delete user 'rooter' <86>Jun 3 06:36:51 userdel[185274]: removed group 'rooter' owned by 'rooter' <86>Jun 3 06:36:51 userdel[185274]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 3 06:36:51 groupadd[185287]: group added to /etc/group: name=rooter, GID=1283 <86>Jun 3 06:36:51 groupadd[185287]: group added to /etc/gshadow: name=rooter <86>Jun 3 06:36:51 groupadd[185287]: new group: name=rooter, GID=1283 <86>Jun 3 06:36:51 useradd[185293]: new user: name=rooter, UID=1283, GID=1283, home=/root, shell=/bin/bash, from=none <86>Jun 3 06:36:51 userdel[185309]: delete user 'builder' <86>Jun 3 06:36:51 userdel[185309]: removed group 'builder' owned by 'builder' <86>Jun 3 06:36:51 userdel[185309]: removed shadow group 'builder' owned by 'builder' <86>Jun 3 06:36:51 groupadd[185324]: group added to /etc/group: name=builder, GID=1284 <86>Jun 3 06:36:51 groupadd[185324]: group added to /etc/gshadow: name=builder <86>Jun 3 06:36:51 groupadd[185324]: new group: name=builder, GID=1284 <86>Jun 3 06:36:51 useradd[185330]: new user: name=builder, UID=1284, GID=1284, home=/usr/src, shell=/bin/bash, from=none <13>Jun 3 06:36:53 rpmi: rpm-macros-pam0-1.5.3-alt1 sisyphus+320140.100.1.1 1683581440 installed <13>Jun 3 06:36:53 rpmi: libpam0-devel-1.5.3-alt1 sisyphus+320140.100.1.1 1683581446 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/tcb-1.2-alt2.nosrc.rpm (w1.gzdio) Installing tcb-1.2-alt2.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.76050 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf tcb-1.2 + echo 'Source #0 (tcb-1.2.tar):' Source #0 (tcb-1.2.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/tcb-1.2.tar + cd tcb-1.2 + /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 ']' + find -type f -print0 + xargs -r0 grep -FZl /usr/libexec -- + xargs -r0 /usr/bin/subst -p s,/usr/libexec,/usr/lib,g -- + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.76050 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd tcb-1.2 ++ getconf LFS_CFLAGS + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -W -DENABLE_SETFSUGID -DENABLE_NLS -DNLS_PACKAGE=\"Linux-PAM\"' + make make: Entering directory '/usr/src/RPM/BUILD/tcb-1.2' make -C misc all make[1]: Entering directory '/usr/src/RPM/BUILD/tcb-1.2/misc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/usr/src/RPM/BUILD/tcb-1.2/misc' make -C libs all make[1]: Entering directory '/usr/src/RPM/BUILD/tcb-1.2/libs' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -flto=auto -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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:17: warning: 'readdir_r' is deprecated [-Wdeprecated-declarations] 111 | if (readdir_r(tcbdir, &entry, &result)) { | ^~ In file included from /usr/include/features.h:490, from /usr/include/errno.h:25, from nss.c:2: /usr/include/dirent.h:189:12: note: declared here 189 | extern int __REDIRECT (readdir_r, | ^~~~~~~~~~ gcc -L../libs -shared -o libnss_tcb.so.2 -Wl,--version-script=libnss_tcb.map \ nss.o -ltcb make[1]: Leaving directory '/usr/src/RPM/BUILD/tcb-1.2/libs' make -C progs all make[1]: Entering directory '/usr/src/RPM/BUILD/tcb-1.2/progs' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -W -DENABLE_SETFSUGID -DENABLE_NLS -DNLS_PACKAGE=\"Linux-PAM\" -I../include -Wall -c tcb_convert.c -o tcb_convert.o gcc -L../libs -o tcb_convert tcb_convert.o gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -W -DENABLE_SETFSUGID -DENABLE_NLS -DNLS_PACKAGE=\"Linux-PAM\" -I../include -Wall -c tcb_unconvert.c -o tcb_unconvert.o gcc -L../libs -o tcb_unconvert tcb_unconvert.o -ltcb gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -W -DENABLE_SETFSUGID -DENABLE_NLS -DNLS_PACKAGE=\"Linux-PAM\" -I../include -Wall -c tcb_chkpwd.c -o tcb_chkpwd.o gcc -L../libs -o tcb_chkpwd tcb_chkpwd.o -lcrypt make[1]: Leaving directory '/usr/src/RPM/BUILD/tcb-1.2/progs' make -C pam_tcb all make[1]: Entering directory '/usr/src/RPM/BUILD/tcb-1.2/pam_tcb' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -flto=auto -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -flto=auto -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -flto=auto -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -W -DENABLE_SETFSUGID -DENABLE_NLS -DNLS_PACKAGE=\"Linux-PAM\" -I../include -Wall -fPIC -c pam_unix_passwd.c -o pam_unix_passwd.o pam_unix_passwd.c: In function 'pam_sm_chauthtok': pam_unix_passwd.c:550:9: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 550 | _pam_overwrite((char *)oldpass); | ^~~~~~~~~~~~~~ In file included from pam_unix_passwd.c:14: pam_unix_passwd.c:550:9: note: declared here 550 | _pam_overwrite((char *)oldpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:550:9: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 550 | _pam_overwrite((char *)oldpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:550:9: note: declared here 550 | _pam_overwrite((char *)oldpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:550:9: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 550 | _pam_overwrite((char *)oldpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:550:9: note: declared here 550 | _pam_overwrite((char *)oldpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:554:17: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 554 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:554:17: note: declared here 554 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:554:17: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 554 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:554:17: note: declared here 554 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:554:17: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 554 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:554:17: note: declared here 554 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:565:9: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 565 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:565:9: note: declared here 565 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:565:9: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 565 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:565:9: note: declared here 565 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:565:9: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 565 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:565:9: note: declared here 565 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:574:9: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 574 | _pam_delete(newhash); | ^~~~~~~~~~~ support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ pam_unix_passwd.c:574:9: note: in expansion of macro '_pam_delete' 574 | _pam_delete(newhash); | ^~~~~~~~~~~ pam_unix_passwd.c:574:9: warning: '__xx__' is deprecated [-Wdeprecated-declarations] support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ pam_unix_passwd.c:574:9: note: in expansion of macro '_pam_delete' 574 | _pam_delete(newhash); | ^~~~~~~~~~~ pam_unix_passwd.c:574:9: warning: '__xx__' is deprecated [-Wdeprecated-declarations] support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ pam_unix_passwd.c:574:9: note: in expansion of macro '_pam_delete' 574 | _pam_delete(newhash); | ^~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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: In function 'unix_blankpasswd_plain': support.c:253:25: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 253 | _pam_delete(salt); | ^~~~~~~~~~~ In file included from support.c:17: support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:253:25: note: in expansion of macro '_pam_delete' 253 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:253:25: warning: '__xx__' is deprecated [-Wdeprecated-declarations] support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:253:25: note: in expansion of macro '_pam_delete' 253 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:253:25: warning: '__xx__' is deprecated [-Wdeprecated-declarations] support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:253:25: note: in expansion of macro '_pam_delete' 253 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:265:17: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 265 | _pam_delete(salt); | ^~~~~~~~~~~ support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:265:17: note: in expansion of macro '_pam_delete' 265 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:265:17: warning: '__xx__' is deprecated [-Wdeprecated-declarations] support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:265:17: note: in expansion of macro '_pam_delete' 265 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:265:17: warning: '__xx__' is deprecated [-Wdeprecated-declarations] support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:265:17: note: in expansion of macro '_pam_delete' 265 | _pam_delete(salt); | ^~~~~~~~~~~ support.c: In function 'check_crypt': support.c:431:17: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 431 | _pam_delete(hash); | ^~~~~~~~~~~ support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:431:17: note: in expansion of macro '_pam_delete' 431 | _pam_delete(hash); | ^~~~~~~~~~~ support.c:431:17: warning: '__xx__' is deprecated [-Wdeprecated-declarations] support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:431:17: note: in expansion of macro '_pam_delete' 431 | _pam_delete(hash); | ^~~~~~~~~~~ support.c:431:17: warning: '__xx__' is deprecated [-Wdeprecated-declarations] support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:431:17: note: in expansion of macro '_pam_delete' 431 | _pam_delete(hash); | ^~~~~~~~~~~ support.c:433:17: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 433 | _pam_delete(fake_salt); | ^~~~~~~~~~~ support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:433:17: note: in expansion of macro '_pam_delete' 433 | _pam_delete(fake_salt); | ^~~~~~~~~~~ support.c:433:17: warning: '__xx__' is deprecated [-Wdeprecated-declarations] support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:433:17: note: in expansion of macro '_pam_delete' 433 | _pam_delete(fake_salt); | ^~~~~~~~~~~ support.c:433:17: warning: '__xx__' is deprecated [-Wdeprecated-declarations] support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:433:17: note: in expansion of macro '_pam_delete' 433 | _pam_delete(fake_salt); | ^~~~~~~~~~~ support.c: In function 'unix_verify_password_plain': support.c:461:25: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 461 | _pam_delete(salt); | ^~~~~~~~~~~ support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:461:25: note: in expansion of macro '_pam_delete' 461 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:461:25: warning: '__xx__' is deprecated [-Wdeprecated-declarations] support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:461:25: note: in expansion of macro '_pam_delete' 461 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:461:25: warning: '__xx__' is deprecated [-Wdeprecated-declarations] support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:461:25: note: in expansion of macro '_pam_delete' 461 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:496:17: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 496 | _pam_delete(salt); | ^~~~~~~~~~~ support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:496:17: note: in expansion of macro '_pam_delete' 496 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:496:17: warning: '__xx__' is deprecated [-Wdeprecated-declarations] support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:496:17: note: in expansion of macro '_pam_delete' 496 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:496:17: warning: '__xx__' is deprecated [-Wdeprecated-declarations] support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:496:17: note: in expansion of macro '_pam_delete' 496 | _pam_delete(salt); | ^~~~~~~~~~~ support.c: In function 'do_crypt': support.c:712:9: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 712 | _pam_delete(salt); | ^~~~~~~~~~~ support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:712:9: note: in expansion of macro '_pam_delete' 712 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:712:9: warning: '__xx__' is deprecated [-Wdeprecated-declarations] support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:712:9: note: in expansion of macro '_pam_delete' 712 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:712:9: warning: '__xx__' is deprecated [-Wdeprecated-declarations] support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:712:9: note: in expansion of macro '_pam_delete' 712 | _pam_delete(salt); | ^~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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.2/pam_tcb' make: Leaving directory '/usr/src/RPM/BUILD/tcb-1.2' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.72869 + 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 + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd tcb-1.2 + make 'INSTALL=/usr/libexec/rpm-build/install -p' install-non-root install-pam_unix install-pam_pwdb DESTDIR=/usr/src/tmp/tcb-buildroot MANDIR=/usr/share/man LIBDIR=/usr/lib SLIBDIR=/lib make: Entering directory '/usr/src/RPM/BUILD/tcb-1.2' make -C misc install-non-root make[1]: Entering directory '/usr/src/RPM/BUILD/tcb-1.2/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.2/misc' make -C libs install-non-root make[1]: Entering directory '/usr/src/RPM/BUILD/tcb-1.2/libs' mkdir -p /usr/src/tmp/tcb-buildroot/lib mkdir -p /usr/src/tmp/tcb-buildroot/usr/lib install -m 755 libtcb.so.0.9.8 /usr/src/tmp/tcb-buildroot/lib/ ln -sf libtcb.so.0.9.8 /usr/src/tmp/tcb-buildroot/lib/libtcb.so.0 ln -sf ../../lib/libtcb.so.0 /usr/src/tmp/tcb-buildroot/usr/lib/libtcb.so install -m 755 libnss_tcb.so.2 /usr/src/tmp/tcb-buildroot/lib/ make[1]: Leaving directory '/usr/src/RPM/BUILD/tcb-1.2/libs' make -C progs install-non-root make[1]: Entering directory '/usr/src/RPM/BUILD/tcb-1.2/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.2/progs' make -C pam_tcb install-non-root make[1]: Entering directory '/usr/src/RPM/BUILD/tcb-1.2/pam_tcb' mkdir -p /usr/src/tmp/tcb-buildroot/lib/security mkdir -p /usr/src/tmp/tcb-buildroot/usr/share/man/man8 install -m 755 pam_tcb.so /usr/src/tmp/tcb-buildroot/lib/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.2/pam_tcb' make -C pam_tcb install-pam_unix make[1]: Entering directory '/usr/src/RPM/BUILD/tcb-1.2/pam_tcb' mkdir -p /usr/src/tmp/tcb-buildroot/lib/security mkdir -p /usr/src/tmp/tcb-buildroot/usr/share/man/man8 install -m 755 pam_tcb.so /usr/src/tmp/tcb-buildroot/lib/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/lib/security/pam_unix.so ln -s pam_tcb.so /usr/src/tmp/tcb-buildroot/lib/security/pam_unix_acct.so ln -s pam_tcb.so /usr/src/tmp/tcb-buildroot/lib/security/pam_unix_auth.so ln -s pam_tcb.so /usr/src/tmp/tcb-buildroot/lib/security/pam_unix_passwd.so ln -s pam_tcb.so /usr/src/tmp/tcb-buildroot/lib/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.2/pam_tcb' make -C pam_tcb install-pam_pwdb make[1]: Entering directory '/usr/src/RPM/BUILD/tcb-1.2/pam_tcb' mkdir -p /usr/src/tmp/tcb-buildroot/lib/security mkdir -p /usr/src/tmp/tcb-buildroot/usr/share/man/man8 install -m 755 pam_tcb.so /usr/src/tmp/tcb-buildroot/lib/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/lib/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.2/pam_tcb' make: Leaving directory '/usr/src/RPM/BUILD/tcb-1.2' + 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 './lib/security/pam_tcb.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './lib/libnss_tcb.so.2' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './lib/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,gnuconfig) 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 ./lib: (from :0) libtcb.so.0 -> libtcb.so.0.9.8 libnss_tcb.so.2 -> libnss_tcb.so.2 ./usr/lib: (from :0) Verifying ELF objects in /usr/src/tmp/tcb-buildroot (arch=strict,fhs=strict,lfs=strict,lint=strict,rpath=strict,stack=strict,textrel=strict,unresolved=strict) Processing files: libtcb-1.2-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.85817 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd tcb-1.2 + DOCDIR=/usr/src/tmp/tcb-buildroot/usr/share/doc/libtcb-1.2 + export DOCDIR + rm -rf /usr/src/tmp/tcb-buildroot/usr/share/doc/libtcb-1.2 + /bin/mkdir -p /usr/src/tmp/tcb-buildroot/usr/share/doc/libtcb-1.2 + cp -prL ChangeLog LICENSE /usr/src/tmp/tcb-buildroot/usr/share/doc/libtcb-1.2 + chmod -R go-w /usr/src/tmp/tcb-buildroot/usr/share/doc/libtcb-1.2 + chmod -R a+rX /usr/src/tmp/tcb-buildroot/usr/share/doc/libtcb-1.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ibPW5f find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/tcb-buildroot/lib/libtcb.so.0: 7 symbols, 13 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WymsvB find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libtcb.so.0 = set:gdVncU6Sl6HQLPC2 Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.28), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.8), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7oCDCv Creating libtcb-debuginfo package Processing files: libtcb-devel-1.2-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JrGyle 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.miGaNo find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: libtcb = 1.2-alt2, /lib/libtcb.so.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LSxN9B Processing files: nss_tcb-1.2-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.HG8bgb find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/tcb-buildroot/lib/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.k360hX find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libnss_tcb.so.2 = set:fch7CvTRk2 Requires: libtcb = 1.2-alt2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.8), libtcb.so.0 >= 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.9xbVYK Creating nss_tcb-debuginfo package Processing files: pam0_tcb-1.2-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CNOlrI 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.dyaymt find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,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.4N6w09 Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xUy5LP Provides: pam_tcb = 1.2-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.2-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, /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.2), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.8), libcrypt.so.1 >= set:igNZusfQY5, libcrypt.so.1(XCRYPT_2.0), libpam.so.0 >= set:jfUCLw9YVwjgyYT48sJ6A, libpam.so.0(LIBPAM_1.0), libpam.so.0(LIBPAM_EXTENSION_1.0), libpam.so.0(LIBPAM_EXTENSION_1.1), libtcb.so.0 >= 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.oL6yZx Creating pam0_tcb-debuginfo package Processing files: tcb-utils-1.2-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QDnn2c 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.CV1m9w find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,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.M663U1 Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WV18Lm Provides: /etc/tcb Requires: pam0_tcb = 1.2-alt2, shadow-convert, /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.2), 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.8), libtcb.so.0 >= 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.qVBAA1 Creating tcb-utils-debuginfo package Processing files: libtcb-debuginfo-1.2-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xe4yi8 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.mxGSO3 find-requires: running scripts (debuginfo) Provides: debug(libtcb.so.0) Requires: libtcb = 1.2-alt2, debug(libc.so.6) Processing files: nss_tcb-debuginfo-1.2-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rOaQnw find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.cjQPUm find-requires: running scripts (debuginfo) Provides: debug(libnss_tcb.so.2) Requires: nss_tcb = 1.2-alt2, debug(libc.so.6), debug(libtcb.so.0) Processing files: pam0_tcb-debuginfo-1.2-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OB0PBX find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.qHOphN find-requires: running scripts (debuginfo) Requires: pam0_tcb = 1.2-alt2, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libcrypt.so.1), debug(libpam.so.0), debug(libtcb.so.0) Processing files: tcb-utils-debuginfo-1.2-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6F0Irl find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Tp3zwL find-requires: running scripts (debuginfo) Requires: tcb-utils = 1.2-alt2, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(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 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.2/include Removing from pam0_tcb-debuginfo 1 sources provided by libtcb-debuginfo also prunning dir /usr/src/debug/tcb-1.2/include Removing from tcb-utils-debuginfo 1 sources provided by libtcb-debuginfo also prunning dir /usr/src/debug/tcb-1.2/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 6 extra deps from nss_tcb due to repentancy on libtcb Removing 7 extra deps from pam0_tcb due to repentancy on libtcb Removing 7 extra deps from tcb-utils due to repentancy on libtcb Removing 2 extra deps from pam0_tcb due to repentancy on nss_tcb Removing 2 extra deps from tcb-utils due to repentancy on nss_tcb Removing 3 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/i586/libtcb-1.2-alt2.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libtcb-devel-1.2-alt2.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/nss_tcb-1.2-alt2.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/pam0_tcb-1.2-alt2.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/tcb-utils-1.2-alt2.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libtcb-debuginfo-1.2-alt2.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/nss_tcb-debuginfo-1.2-alt2.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/pam0_tcb-debuginfo-1.2-alt2.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/tcb-utils-debuginfo-1.2-alt2.i586.rpm (w2.lzdio) 4.23user 5.21system 0:31.52elapsed 29%CPU (0avgtext+0avgdata 29132maxresident)k 0inputs+0outputs (0major+1051368minor)pagefaults 0swaps 3.57user 1.83system 0:40.46elapsed 13%CPU (0avgtext+0avgdata 109080maxresident)k 0inputs+0outputs (0major+211061minor)pagefaults 0swaps --- libtcb-1.2-alt2.i586.rpm.repo 2021-08-24 21:51:59.000000000 +0000 +++ libtcb-1.2-alt2.i586.rpm.hasher 2023-06-03 06:37:29.197894404 +0000 @@ -8,4 +8,4 @@ Requires: libc.so.6(GLIBC_2.1.3) -Requires: libc.so.6(GLIBC_2.2) Requires: libc.so.6(GLIBC_2.28) +Requires: libc.so.6(GLIBC_2.33) Requires: libc.so.6(GLIBC_2.4) @@ -17,3 +17,3 @@ File: /lib/libtcb.so.0 120777 root:root libtcb.so.0.9.8 -File: /lib/libtcb.so.0.9.8 100644 root:root 05a37c2d06ebc64d9adb11fcb01e3f08 +File: /lib/libtcb.so.0.9.8 100644 root:root bf6ad02e5b9353c5d273c2b52f6d39f3 File: /usr/share/doc/libtcb-1.2 40755 root:root @@ -21,2 +21,2 @@ File: /usr/share/doc/libtcb-1.2/LICENSE 100644 root:root 08576c6cbacd363155493e50b5d53e00 -RPMIdentity: 87ff595af1df279f8fc166323bccaa9af0f21d3806c7bd1a5e5b2f2a26fd2e03f4f824dc250cd686b68140745e19101581d6603e96e47c9ee3f89d9d49c43a89 +RPMIdentity: 5cee78f0cc45bd0fc37445729a3206e7a99cee60971e9ed06a5bcac995875f03bae99378a51691be583adbd4e184f8a4f088b3b65cfaa717514479b592fe2ed2 --- libtcb-debuginfo-1.2-alt2.i586.rpm.repo 2021-08-24 21:51:58.000000000 +0000 +++ libtcb-debuginfo-1.2-alt2.i586.rpm.hasher 2023-06-03 06:37:29.277894573 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/e9 40755 root:root -/usr/lib/debug/.build-id/e9/eb37302e8f702f96d3c283cd677375ee9e8f17 120777 root:root ../../../../../lib/libtcb.so.0.9.8 -/usr/lib/debug/.build-id/e9/eb37302e8f702f96d3c283cd677375ee9e8f17.debug 120777 root:root ../../lib/libtcb.so.0.9.8.debug +/usr/lib/debug/.build-id/05 40755 root:root +/usr/lib/debug/.build-id/05/e17e9a77c37c5fab37c624a57cb2cc28ee68d6 120777 root:root ../../../../../lib/libtcb.so.0.9.8 +/usr/lib/debug/.build-id/05/e17e9a77c37c5fab37c624a57cb2cc28ee68d6.debug 120777 root:root ../../lib/libtcb.so.0.9.8.debug /usr/lib/debug/lib/libtcb.so.0.9.8.debug 100644 root:root @@ -15,6 +15,6 @@ Provides: libtcb-debuginfo = 1.2-alt2:sisyphus+283711.100.2.1 -File: /usr/lib/debug/.build-id/e9 40755 root:root -File: /usr/lib/debug/.build-id/e9/eb37302e8f702f96d3c283cd677375ee9e8f17 120777 root:root ../../../../../lib/libtcb.so.0.9.8 -File: /usr/lib/debug/.build-id/e9/eb37302e8f702f96d3c283cd677375ee9e8f17.debug 120777 root:root ../../lib/libtcb.so.0.9.8.debug -File: /usr/lib/debug/lib/libtcb.so.0.9.8.debug 100644 root:root 123ffe49c5cd1709e5d981b77881c85f +File: /usr/lib/debug/.build-id/05 40755 root:root +File: /usr/lib/debug/.build-id/05/e17e9a77c37c5fab37c624a57cb2cc28ee68d6 120777 root:root ../../../../../lib/libtcb.so.0.9.8 +File: /usr/lib/debug/.build-id/05/e17e9a77c37c5fab37c624a57cb2cc28ee68d6.debug 120777 root:root ../../lib/libtcb.so.0.9.8.debug +File: /usr/lib/debug/lib/libtcb.so.0.9.8.debug 100644 root:root 30b96434faf65ca15eda175908451e66 File: /usr/lib/debug/lib/libtcb.so.0.debug 120777 root:root libtcb.so.0.9.8.debug @@ -25,2 +25,2 @@ File: /usr/src/debug/tcb-1.2/libs/libtcb.c 100644 root:root c3e96fcd13f1f25474661c06ae681dc1 -RPMIdentity: 0b1527a7c37d2761897bddf9d520f8ded38a45cc148d5efc994456873e9937f30dd2fb9ffd7218b9d587d97d7fb9cffd205b9b29be44481bb598d6ea15272e14 +RPMIdentity: d902bd394660078ed619da2d511dd243f1fa8847b986ae9786453d42486c90bcb2cea9feacda6b72ffa2628391227db4b3b4b902d4e0ec9198828f038f3f8c01 --- nss_tcb-1.2-alt2.i586.rpm.repo 2021-08-24 21:51:59.000000000 +0000 +++ nss_tcb-1.2-alt2.i586.rpm.hasher 2023-06-03 06:37:29.451894941 +0000 @@ -1,2 +1,3 @@ /lib/libnss_tcb.so.2 100644 root:root +Requires: libc.so.6(GLIBC_2.2) Requires: libtcb = 1.2-alt2:sisyphus+283711.100.2.1 @@ -5,3 +6,3 @@ Provides: nss_tcb = 1.2-alt2:sisyphus+283711.100.2.1 -File: /lib/libnss_tcb.so.2 100644 root:root 323699d5094e8a093fc30d895274d25b -RPMIdentity: 5aa23dd15a3c5642327f87dc0ed6eb7db4d75770ce0fee1e57da261d9f6338a85347d545e86fb72c70e46487df15ad3a7044b3e10ccc7ea303a491f4b8ed8859 +File: /lib/libnss_tcb.so.2 100644 root:root ebfa36a9529d5c7a917d1eeb9ba3abec +RPMIdentity: 25bba5a8c185ce5d198fba61d28f489edd170b353c507d2076faa1943f513b99aa0854342e7d36a69e1399bace1c5a724ab49cf2deaf6300c6cbee2c2e3e75b4 --- nss_tcb-debuginfo-1.2-alt2.i586.rpm.repo 2021-08-24 21:51:58.000000000 +0000 +++ nss_tcb-debuginfo-1.2-alt2.i586.rpm.hasher 2023-06-03 06:37:29.549895149 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/da 40755 root:root -/usr/lib/debug/.build-id/da/d72c45613aa60dfb4d8fb7adec1b6db43afec0 120777 root:root ../../../../../lib/libnss_tcb.so.2 -/usr/lib/debug/.build-id/da/d72c45613aa60dfb4d8fb7adec1b6db43afec0.debug 120777 root:root ../../lib/libnss_tcb.so.2.debug +/usr/lib/debug/.build-id/ba 40755 root:root +/usr/lib/debug/.build-id/ba/8b64188523605c753851bb6c629e9d3b8948d0 120777 root:root ../../../../../lib/libnss_tcb.so.2 +/usr/lib/debug/.build-id/ba/8b64188523605c753851bb6c629e9d3b8948d0.debug 120777 root:root ../../lib/libnss_tcb.so.2.debug /usr/lib/debug/lib/libnss_tcb.so.2.debug 100644 root:root @@ -12,6 +12,6 @@ Provides: nss_tcb-debuginfo = 1.2-alt2:sisyphus+283711.100.2.1 -File: /usr/lib/debug/.build-id/da 40755 root:root -File: /usr/lib/debug/.build-id/da/d72c45613aa60dfb4d8fb7adec1b6db43afec0 120777 root:root ../../../../../lib/libnss_tcb.so.2 -File: /usr/lib/debug/.build-id/da/d72c45613aa60dfb4d8fb7adec1b6db43afec0.debug 120777 root:root ../../lib/libnss_tcb.so.2.debug -File: /usr/lib/debug/lib/libnss_tcb.so.2.debug 100644 root:root 79b92273e65fb0edf74413890c9dda88 +File: /usr/lib/debug/.build-id/ba 40755 root:root +File: /usr/lib/debug/.build-id/ba/8b64188523605c753851bb6c629e9d3b8948d0 120777 root:root ../../../../../lib/libnss_tcb.so.2 +File: /usr/lib/debug/.build-id/ba/8b64188523605c753851bb6c629e9d3b8948d0.debug 120777 root:root ../../lib/libnss_tcb.so.2.debug +File: /usr/lib/debug/lib/libnss_tcb.so.2.debug 100644 root:root b8885b77f7bc2a5fe6a331b02288b23f File: /usr/src/debug/tcb-1.2 40755 root:root @@ -19,2 +19,2 @@ File: /usr/src/debug/tcb-1.2/libs/nss.c 100644 root:root da87563c85519a0da8d777b590df120a -RPMIdentity: 2931707b50775c0223bc36675a697f11895de6808aa9cd732a2bea4c1ca3f581b2cdefb8f14ce6d3cd5e01f4c543714fd166af82086f7f052b2426bd8a63951f +RPMIdentity: d71f46bb24d2b923635d5039717bd5a7a99f865bb28bcf5e52ec42785c16973729d5e4c31ca6dac9d9b66599912390d583371367a85b426803570555b9c2aafe --- pam0_tcb-1.2-alt2.i586.rpm.repo 2021-08-24 21:51:59.000000000 +0000 +++ pam0_tcb-1.2-alt2.i586.rpm.hasher 2023-06-03 06:37:29.631895323 +0000 @@ -23,2 +23,3 @@ Requires: libc.so.6(GLIBC_2.3) +Requires: libc.so.6(GLIBC_2.34) Requires: libcrypt.so.1 >= set:igNZusfQY5 @@ -47,3 +48,3 @@ File: /lib/security/pam_pwdb.so 120777 root:root pam_tcb.so -File: /lib/security/pam_tcb.so 100644 root:root 4c19c7379dcf4bbfbd559e2db93ff7e0 +File: /lib/security/pam_tcb.so 100644 root:root f81d9a058e8a9d6e280dee351f272360 File: /lib/security/pam_unix.so 120777 root:root pam_tcb.so @@ -54,3 +55,3 @@ File: /usr/lib/chkpwd 40710 root:chkpwd -File: /usr/lib/chkpwd/tcb_chkpwd 100700 root:root 281374ff72e1cbb2d932e36cc2d7292e +File: /usr/lib/chkpwd/tcb_chkpwd 100700 root:root 0af0b6cfd52b59c13db2b54508b723da File: /usr/share/man/man8/pam_pwdb.8.xz 120777 root:root pam_tcb.8.xz @@ -58,2 +59,2 @@ File: /usr/share/man/man8/pam_unix.8.xz 120777 root:root pam_tcb.8.xz -RPMIdentity: 7545969ce6455bf1757eebae9dc69082bffd75cb3374df738fdef5367a1331da89ba1b32aea942c6d86a2c8910af35dd266bca205f8f59235ad38a57c780888c +RPMIdentity: ede69a7cd50851c6384e581b0c9e23ecaf2c509b5e8e3cdb633c22aa0537968c2d1ecc426ccc3b42829c31175383c9a921206e66091280c7fe5271e8e92b8c4d --- pam0_tcb-debuginfo-1.2-alt2.i586.rpm.repo 2021-08-24 21:51:58.000000000 +0000 +++ pam0_tcb-debuginfo-1.2-alt2.i586.rpm.hasher 2023-06-03 06:37:29.706895481 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/a6 40755 root:root -/usr/lib/debug/.build-id/a6/f81cf7392245caaf8e245d0f011730ab9a1571 120777 root:root ../../../chkpwd/tcb_chkpwd -/usr/lib/debug/.build-id/a6/f81cf7392245caaf8e245d0f011730ab9a1571.debug 120777 root:root ../../usr/lib/chkpwd/tcb_chkpwd.debug -/usr/lib/debug/.build-id/a8 40755 root:root -/usr/lib/debug/.build-id/a8/e596c38623be2635b2cfef53cfd1f76fbf1420 120777 root:root ../../../../../lib/security/pam_tcb.so -/usr/lib/debug/.build-id/a8/e596c38623be2635b2cfef53cfd1f76fbf1420.debug 120777 root:root ../../lib/security/pam_tcb.so.debug +/usr/lib/debug/.build-id/36 40755 root:root +/usr/lib/debug/.build-id/36/c6bb8532cecac931885cb64d09998609ef673b 120777 root:root ../../../chkpwd/tcb_chkpwd +/usr/lib/debug/.build-id/36/c6bb8532cecac931885cb64d09998609ef673b.debug 120777 root:root ../../usr/lib/chkpwd/tcb_chkpwd.debug +/usr/lib/debug/.build-id/88 40755 root:root +/usr/lib/debug/.build-id/88/8e1ae1447d14b60451722c90413db18c176921 120777 root:root ../../../../../lib/security/pam_tcb.so +/usr/lib/debug/.build-id/88/8e1ae1447d14b60451722c90413db18c176921.debug 120777 root:root ../../lib/security/pam_tcb.so.debug /usr/lib/debug/lib/security 40755 root:root @@ -18,2 +18,3 @@ /usr/src/debug/tcb-1.2/pam_tcb 40755 root:root +/usr/src/debug/tcb-1.2/pam_tcb/compat.c 100644 root:root /usr/src/debug/tcb-1.2/pam_tcb/pam_unix_acct.c 100644 root:root @@ -33,11 +34,11 @@ Provides: pam0_tcb-debuginfo = 1.2-alt2:sisyphus+283711.100.2.1 -File: /usr/lib/debug/.build-id/a6 40755 root:root -File: /usr/lib/debug/.build-id/a6/f81cf7392245caaf8e245d0f011730ab9a1571 120777 root:root ../../../chkpwd/tcb_chkpwd -File: /usr/lib/debug/.build-id/a6/f81cf7392245caaf8e245d0f011730ab9a1571.debug 120777 root:root ../../usr/lib/chkpwd/tcb_chkpwd.debug -File: /usr/lib/debug/.build-id/a8 40755 root:root -File: /usr/lib/debug/.build-id/a8/e596c38623be2635b2cfef53cfd1f76fbf1420 120777 root:root ../../../../../lib/security/pam_tcb.so -File: /usr/lib/debug/.build-id/a8/e596c38623be2635b2cfef53cfd1f76fbf1420.debug 120777 root:root ../../lib/security/pam_tcb.so.debug +File: /usr/lib/debug/.build-id/36 40755 root:root +File: /usr/lib/debug/.build-id/36/c6bb8532cecac931885cb64d09998609ef673b 120777 root:root ../../../chkpwd/tcb_chkpwd +File: /usr/lib/debug/.build-id/36/c6bb8532cecac931885cb64d09998609ef673b.debug 120777 root:root ../../usr/lib/chkpwd/tcb_chkpwd.debug +File: /usr/lib/debug/.build-id/88 40755 root:root +File: /usr/lib/debug/.build-id/88/8e1ae1447d14b60451722c90413db18c176921 120777 root:root ../../../../../lib/security/pam_tcb.so +File: /usr/lib/debug/.build-id/88/8e1ae1447d14b60451722c90413db18c176921.debug 120777 root:root ../../lib/security/pam_tcb.so.debug File: /usr/lib/debug/lib/security 40755 root:root File: /usr/lib/debug/lib/security/pam_pwdb.so.debug 120777 root:root pam_tcb.so.debug -File: /usr/lib/debug/lib/security/pam_tcb.so.debug 100644 root:root 861f5ec0eec67f06ab1da99d2a3a6790 +File: /usr/lib/debug/lib/security/pam_tcb.so.debug 100644 root:root 07fe4fd476a840237bb71d97658285c3 File: /usr/lib/debug/lib/security/pam_unix.so.debug 120777 root:root pam_tcb.so.debug @@ -48,5 +49,6 @@ File: /usr/lib/debug/usr/lib/chkpwd 40755 root:root -File: /usr/lib/debug/usr/lib/chkpwd/tcb_chkpwd.debug 100644 root:root d123e3c357156e9d9cb88082bc39c194 +File: /usr/lib/debug/usr/lib/chkpwd/tcb_chkpwd.debug 100644 root:root ab842b2ced98144ef634756211d83ab0 File: /usr/src/debug/tcb-1.2 40755 root:root File: /usr/src/debug/tcb-1.2/pam_tcb 40755 root:root +File: /usr/src/debug/tcb-1.2/pam_tcb/compat.c 100644 root:root 3e9e42b1e9064a12e80609cf8de5e3f4 File: /usr/src/debug/tcb-1.2/pam_tcb/pam_unix_acct.c 100644 root:root 27620eee42304a1715efd799bb5255ec @@ -59,2 +61,2 @@ File: /usr/src/debug/tcb-1.2/progs/tcb_chkpwd.c 100644 root:root 14562238bf26aa832042d885889e3b0c -RPMIdentity: 39bbe9e35e31e8d513304eae0472b49347d66f7e3eb0e927e5fc75992c55ed24a8f4f2d75bd8e0635c24a77f7761cd84cafe1bec65bc852a23dd8cae8894bab9 +RPMIdentity: 9639d37530bc3d48a5ceacda59591c6b05694de5eccd6f8d654dc60b337c33b53a82cbe664699bf4b9fddc5dc4ae5d343b34072dc2f4510d2fa63eef4a8049cb --- tcb-utils-1.2-alt2.i586.rpm.repo 2021-08-24 21:51:59.000000000 +0000 +++ tcb-utils-1.2-alt2.i586.rpm.hasher 2023-06-03 06:37:29.777895632 +0000 @@ -13,4 +13,4 @@ File: /etc/tcb 40710 root:shadow -File: /sbin/tcb_convert 100700 root:root f28dbdf0a57dadc0355091d773415108 -File: /sbin/tcb_unconvert 100700 root:root 13df6c8e838e35904473de88217d4dc4 +File: /sbin/tcb_convert 100700 root:root c774b722aa473700e255a4c01b0dbc33 +File: /sbin/tcb_unconvert 100700 root:root 9dada57d1bec13ec652e20108d1289f1 File: /usr/share/man/man5/tcb.5.xz 100644 root:root 4af260076c015b9296995bf78ad359c9 @@ -18,2 +18,2 @@ File: /usr/share/man/man8/tcb_unconvert.8.xz 120777 root:root tcb_convert.8.xz -RPMIdentity: 99e45635c4d53d2dd98f25b18c52e18e4416cb741ecad68a26dd9e9f2022b18a6bd093d755aa43a3a23df8fefb064b5680db112ff77e93b1a594d3690ccba7b2 +RPMIdentity: a751f2581b84c987b4f559a8c95efb15785b744e208166cb06e2d799429747d9f55ebec10903a0336e7760ec979f3711a87d5e7f3f4cb675a769168aaeeaabe0 --- tcb-utils-debuginfo-1.2-alt2.i586.rpm.repo 2021-08-24 21:51:58.000000000 +0000 +++ tcb-utils-debuginfo-1.2-alt2.i586.rpm.hasher 2023-06-03 06:37:29.850895786 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/39 40755 root:root -/usr/lib/debug/.build-id/39/e586e51c2fe251e0d5004a381728c10492185c 120777 root:root ../../../../../sbin/tcb_unconvert -/usr/lib/debug/.build-id/39/e586e51c2fe251e0d5004a381728c10492185c.debug 120777 root:root ../../sbin/tcb_unconvert.debug -/usr/lib/debug/.build-id/a7 40755 root:root -/usr/lib/debug/.build-id/a7/b791d2f02535864dddd64feb0b5cc450206c08 120777 root:root ../../../../../sbin/tcb_convert -/usr/lib/debug/.build-id/a7/b791d2f02535864dddd64feb0b5cc450206c08.debug 120777 root:root ../../sbin/tcb_convert.debug +/usr/lib/debug/.build-id/bc 40755 root:root +/usr/lib/debug/.build-id/bc/1ebd8c6934dc9efd40a9e2c5a9e0120f98a911 120777 root:root ../../../../../sbin/tcb_convert +/usr/lib/debug/.build-id/bc/1ebd8c6934dc9efd40a9e2c5a9e0120f98a911.debug 120777 root:root ../../sbin/tcb_convert.debug +/usr/lib/debug/.build-id/d5 40755 root:root +/usr/lib/debug/.build-id/d5/e4e1274a344991e320f383e729033232e9ef43 120777 root:root ../../../../../sbin/tcb_unconvert +/usr/lib/debug/.build-id/d5/e4e1274a344991e320f383e729033232e9ef43.debug 120777 root:root ../../sbin/tcb_unconvert.debug /usr/lib/debug/sbin/tcb_convert.debug 100644 root:root @@ -17,10 +17,10 @@ Provides: tcb-utils-debuginfo = 1.2-alt2:sisyphus+283711.100.2.1 -File: /usr/lib/debug/.build-id/39 40755 root:root -File: /usr/lib/debug/.build-id/39/e586e51c2fe251e0d5004a381728c10492185c 120777 root:root ../../../../../sbin/tcb_unconvert -File: /usr/lib/debug/.build-id/39/e586e51c2fe251e0d5004a381728c10492185c.debug 120777 root:root ../../sbin/tcb_unconvert.debug -File: /usr/lib/debug/.build-id/a7 40755 root:root -File: /usr/lib/debug/.build-id/a7/b791d2f02535864dddd64feb0b5cc450206c08 120777 root:root ../../../../../sbin/tcb_convert -File: /usr/lib/debug/.build-id/a7/b791d2f02535864dddd64feb0b5cc450206c08.debug 120777 root:root ../../sbin/tcb_convert.debug -File: /usr/lib/debug/sbin/tcb_convert.debug 100644 root:root b857db531f7e01c55d58b93735805bad -File: /usr/lib/debug/sbin/tcb_unconvert.debug 100644 root:root f10a4a100d6a8b7743f3ad0cf0e743ab +File: /usr/lib/debug/.build-id/bc 40755 root:root +File: /usr/lib/debug/.build-id/bc/1ebd8c6934dc9efd40a9e2c5a9e0120f98a911 120777 root:root ../../../../../sbin/tcb_convert +File: /usr/lib/debug/.build-id/bc/1ebd8c6934dc9efd40a9e2c5a9e0120f98a911.debug 120777 root:root ../../sbin/tcb_convert.debug +File: /usr/lib/debug/.build-id/d5 40755 root:root +File: /usr/lib/debug/.build-id/d5/e4e1274a344991e320f383e729033232e9ef43 120777 root:root ../../../../../sbin/tcb_unconvert +File: /usr/lib/debug/.build-id/d5/e4e1274a344991e320f383e729033232e9ef43.debug 120777 root:root ../../sbin/tcb_unconvert.debug +File: /usr/lib/debug/sbin/tcb_convert.debug 100644 root:root e5ee4741325d223feee31572c318b520 +File: /usr/lib/debug/sbin/tcb_unconvert.debug 100644 root:root 85a5ab006ccbfb85bee732f296e10e13 File: /usr/src/debug/tcb-1.2 40755 root:root @@ -29,2 +29,2 @@ File: /usr/src/debug/tcb-1.2/progs/tcb_unconvert.c 100644 root:root 595af46c35acccf813bd2dcc87553d3e -RPMIdentity: fc223e062bfe707b594ee1e585c432e85d5994130d29324c38b2445f6d9166cc7bc05a7ce710279dc927790c3d909153385e656cc3c88a5a68182288b6e2272b +RPMIdentity: c48aaa5e888610e4bbb8ea0a4dce301fb032ab883926d7bb0049f86e9a134bfccf3699cf0517a129589668560493fd28fe782bdc1b113f6a10bf9be0a585941c