<86>Dec 14 09:21:53 userdel[387513]: delete user 'rooter' <86>Dec 14 09:21:53 userdel[387513]: removed group 'rooter' owned by 'rooter' <86>Dec 14 09:21:53 userdel[387513]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 14 09:21:53 groupadd[387535]: group added to /etc/group: name=rooter, GID=1847 <86>Dec 14 09:21:53 groupadd[387535]: group added to /etc/gshadow: name=rooter <86>Dec 14 09:21:53 groupadd[387535]: new group: name=rooter, GID=1847 <86>Dec 14 09:21:53 useradd[387552]: new user: name=rooter, UID=1847, GID=1847, home=/root, shell=/bin/bash, from=none <86>Dec 14 09:21:53 userdel[387579]: delete user 'builder' <86>Dec 14 09:21:53 userdel[387579]: removed group 'builder' owned by 'builder' <86>Dec 14 09:21:53 userdel[387579]: removed shadow group 'builder' owned by 'builder' <86>Dec 14 09:21:53 groupadd[387600]: group added to /etc/group: name=builder, GID=1848 <86>Dec 14 09:21:53 groupadd[387600]: group added to /etc/gshadow: name=builder <86>Dec 14 09:21:53 groupadd[387600]: new group: name=builder, GID=1848 <86>Dec 14 09:21:53 useradd[387613]: new user: name=builder, UID=1848, GID=1848, home=/usr/src, shell=/bin/bash, from=none <13>Dec 14 09:21:56 rpmi: rpm-macros-pam0-1.7.0-alt1 sisyphus+349410.1200.7.1 1729774588 installed <13>Dec 14 09:21:56 rpmi: libpam0-devel-1.7.0-alt1 sisyphus+349410.1200.7.1 1729774591 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.45543 + 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.45543 + 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:503, from /usr/include/errno.h:25, from nss.c:2: /usr/include/dirent.h:191:12: note: declared here 191 | 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.33744 + 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:/usr/bin:/bin:/usr/local/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/libtcb.so.0.9.8' 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/security/pam_tcb.so' 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/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/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/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/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 ./usr/lib: (from :0) ./lib: (from :0) libnss_tcb.so.2 -> libnss_tcb.so.2 libtcb.so.0 -> libtcb.so.0.9.8 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) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/tcb-buildroot Processing files: libtcb-1.2-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.93946 + 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.uJRqlF 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.g4NSG6 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.cIaYuN 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.E0FuG0 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.gq0QI2 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.mWnfCv Processing files: nss_tcb-1.2-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1B2uMn 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.aSZPqj 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.wrBoDC 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.yf7e5Z 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.qykAbK 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.busz1b Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ouUoPR 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.38), 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.qxk4FC 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.BPLBk2 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.O3UCTL 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.SCvktd Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.x8rZam 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.jI4c0Y 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.c57ndI find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zguxdK 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.b2zOA8 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.m4qoqO 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.uPsIXy find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.pLheJF 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.wB3TJ5 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2qAjoJ 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) 2.48user 5.85system 0:30.89elapsed 26%CPU (0avgtext+0avgdata 29696maxresident)k 0inputs+0outputs (0major+1028488minor)pagefaults 0swaps 3.73user 2.55system 0:41.14elapsed 15%CPU (0avgtext+0avgdata 131836maxresident)k 0inputs+0outputs (0major+219283minor)pagefaults 0swaps --- libtcb-1.2-alt2.i586.rpm.repo 2021-08-24 21:51:59.000000000 +0000 +++ libtcb-1.2-alt2.i586.rpm.hasher 2024-12-14 09:22:31.218379151 +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 3e768db9776332361d8eb42197c24a67 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: 4d983f65d74952bf13fe9df5dc7f30c19e54f65d7e51201b2ea1de0bf0aa747fe467db126fe664e47c233e5bf4919b2ef27a8d0c84e06aa1fa141418ae8af1a6 --- libtcb-debuginfo-1.2-alt2.i586.rpm.repo 2021-08-24 21:51:58.000000000 +0000 +++ libtcb-debuginfo-1.2-alt2.i586.rpm.hasher 2024-12-14 09:22:31.292380095 +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/7c 40755 root:root +/usr/lib/debug/.build-id/7c/4c47dcc4cd454f6102284dfc02417bb95ea809 120777 root:root ../../../../../lib/libtcb.so.0.9.8 +/usr/lib/debug/.build-id/7c/4c47dcc4cd454f6102284dfc02417bb95ea809.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/7c 40755 root:root +File: /usr/lib/debug/.build-id/7c/4c47dcc4cd454f6102284dfc02417bb95ea809 120777 root:root ../../../../../lib/libtcb.so.0.9.8 +File: /usr/lib/debug/.build-id/7c/4c47dcc4cd454f6102284dfc02417bb95ea809.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 219dc9ebaa9302c27cd7b4e0c7737f68 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: a325bbc3e723bbffd52ff8a4b29e0c78893fbb73f45df45b7495270b26976708abe14c93c5985311b257721645e78f339ae7b7b201dc4864c57261cb5bc72065 --- nss_tcb-1.2-alt2.i586.rpm.repo 2021-08-24 21:51:59.000000000 +0000 +++ nss_tcb-1.2-alt2.i586.rpm.hasher 2024-12-14 09:22:31.428381831 +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 d4d0d8d05a305d8043c10b89c528096e +RPMIdentity: 6a07b467bfe5df98039d6f9f6f4565c2b27668fecf9fc8a0d924e7edbf0b27f0769a1d5c665a56dfbaf08389722ac505b79c33899149e247319875f3c7f9376b --- 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 2024-12-14 09:22:31.497382712 +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/9a 40755 root:root +/usr/lib/debug/.build-id/9a/f366de1b6845fa3938da1fcc5e1daafa28f49e 120777 root:root ../../../../../lib/libnss_tcb.so.2 +/usr/lib/debug/.build-id/9a/f366de1b6845fa3938da1fcc5e1daafa28f49e.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/9a 40755 root:root +File: /usr/lib/debug/.build-id/9a/f366de1b6845fa3938da1fcc5e1daafa28f49e 120777 root:root ../../../../../lib/libnss_tcb.so.2 +File: /usr/lib/debug/.build-id/9a/f366de1b6845fa3938da1fcc5e1daafa28f49e.debug 120777 root:root ../../lib/libnss_tcb.so.2.debug +File: /usr/lib/debug/lib/libnss_tcb.so.2.debug 100644 root:root f40a90f1ca470509196c50fc24ccd837 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: 11f772ea60222c330e9be6862b520e5ab6ed259d5856de41122094ccaf16ea441441dea0532858172e8a3fb73746ab2851c27f4f97f031645d11353aa5d11795 --- pam0_tcb-1.2-alt2.i586.rpm.repo 2021-08-24 21:51:59.000000000 +0000 +++ pam0_tcb-1.2-alt2.i586.rpm.hasher 2024-12-14 09:22:31.563383554 +0000 @@ -23,2 +23,4 @@ Requires: libc.so.6(GLIBC_2.3) +Requires: libc.so.6(GLIBC_2.34) +Requires: libc.so.6(GLIBC_2.38) Requires: libcrypt.so.1 >= set:igNZusfQY5 @@ -47,3 +49,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 ca855415db983dd418de23eafbd98214 File: /lib/security/pam_unix.so 120777 root:root pam_tcb.so @@ -54,3 +56,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 540f0d93dc853799f34bed84ec76bc0f File: /usr/share/man/man8/pam_pwdb.8.xz 120777 root:root pam_tcb.8.xz @@ -58,2 +60,2 @@ File: /usr/share/man/man8/pam_unix.8.xz 120777 root:root pam_tcb.8.xz -RPMIdentity: 7545969ce6455bf1757eebae9dc69082bffd75cb3374df738fdef5367a1331da89ba1b32aea942c6d86a2c8910af35dd266bca205f8f59235ad38a57c780888c +RPMIdentity: a05682342b49c538ec44d5b0151d43300295f81c9542f1255685951489bac3ff79dbe889c1bb1924570c1b7077f2b7766db1c8875141b2c48b5349abb89b6da2 --- 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 2024-12-14 09:22:31.627384371 +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/45 40755 root:root +/usr/lib/debug/.build-id/45/01b0011dbe14df79434ef2a52e6cc6c3b37437 120777 root:root ../../../../../lib/security/pam_tcb.so +/usr/lib/debug/.build-id/45/01b0011dbe14df79434ef2a52e6cc6c3b37437.debug 120777 root:root ../../lib/security/pam_tcb.so.debug +/usr/lib/debug/.build-id/ca 40755 root:root +/usr/lib/debug/.build-id/ca/d78df41f5996086536993f0f18c3b03524ca30 120777 root:root ../../../chkpwd/tcb_chkpwd +/usr/lib/debug/.build-id/ca/d78df41f5996086536993f0f18c3b03524ca30.debug 120777 root:root ../../usr/lib/chkpwd/tcb_chkpwd.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/45 40755 root:root +File: /usr/lib/debug/.build-id/45/01b0011dbe14df79434ef2a52e6cc6c3b37437 120777 root:root ../../../../../lib/security/pam_tcb.so +File: /usr/lib/debug/.build-id/45/01b0011dbe14df79434ef2a52e6cc6c3b37437.debug 120777 root:root ../../lib/security/pam_tcb.so.debug +File: /usr/lib/debug/.build-id/ca 40755 root:root +File: /usr/lib/debug/.build-id/ca/d78df41f5996086536993f0f18c3b03524ca30 120777 root:root ../../../chkpwd/tcb_chkpwd +File: /usr/lib/debug/.build-id/ca/d78df41f5996086536993f0f18c3b03524ca30.debug 120777 root:root ../../usr/lib/chkpwd/tcb_chkpwd.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 1a81207e11bbe04566660a3cb74c0ea3 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 0c2f9dc9789f95969a927d12702c0c7c 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: 64d465273c0fbd746600fc73e2a3bf50d860045c468dad06c6ac601c87baea27cdd38f8a369bc26042ae1b4cc1285c4adf355d5ec808659c775d1e536522146e --- tcb-utils-1.2-alt2.i586.rpm.repo 2021-08-24 21:51:59.000000000 +0000 +++ tcb-utils-1.2-alt2.i586.rpm.hasher 2024-12-14 09:22:31.689385162 +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 99b421c9daf59e61e6b6c02818c5d122 +File: /sbin/tcb_unconvert 100700 root:root 30d2c7a2b00add891e953cb46f53295c 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: b4e1d3b4dc6176a8f9b2cf8b00125016e8490c8992c832ddb4785462525580f054232444458fbe9a46b250ca3299b4c170ab153518f91a939a7e989c85a403ad --- 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 2024-12-14 09:22:31.759386055 +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/09 40755 root:root +/usr/lib/debug/.build-id/09/be9db998bbba0577b2bc6cc8f47da88316c11f 120777 root:root ../../../../../sbin/tcb_convert +/usr/lib/debug/.build-id/09/be9db998bbba0577b2bc6cc8f47da88316c11f.debug 120777 root:root ../../sbin/tcb_convert.debug +/usr/lib/debug/.build-id/61 40755 root:root +/usr/lib/debug/.build-id/61/92882c2402db928be17bb947d54da06d0933ef 120777 root:root ../../../../../sbin/tcb_unconvert +/usr/lib/debug/.build-id/61/92882c2402db928be17bb947d54da06d0933ef.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/09 40755 root:root +File: /usr/lib/debug/.build-id/09/be9db998bbba0577b2bc6cc8f47da88316c11f 120777 root:root ../../../../../sbin/tcb_convert +File: /usr/lib/debug/.build-id/09/be9db998bbba0577b2bc6cc8f47da88316c11f.debug 120777 root:root ../../sbin/tcb_convert.debug +File: /usr/lib/debug/.build-id/61 40755 root:root +File: /usr/lib/debug/.build-id/61/92882c2402db928be17bb947d54da06d0933ef 120777 root:root ../../../../../sbin/tcb_unconvert +File: /usr/lib/debug/.build-id/61/92882c2402db928be17bb947d54da06d0933ef.debug 120777 root:root ../../sbin/tcb_unconvert.debug +File: /usr/lib/debug/sbin/tcb_convert.debug 100644 root:root d7b775526a75645f1f5bfaaf38d9d6b3 +File: /usr/lib/debug/sbin/tcb_unconvert.debug 100644 root:root e3b0011090baef7f8b3ee071fb994270 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: 0878e2af6e2a7c163906120ed7df06c00c74a0b5330889df6bcc9f21e547ec744415e0df12eb884bee28bad4817454dc8a4df9d907fa02a9fbeb570350c07092