tokland/arch-bootstrap

missing libgssapi_krb5.so.2

dynnamitt opened this issue · 4 comments

Today I have this error while running bootstrap:
....
--- install packages: acl archlinux-keyring attr bzip2 curl expat glibc gpgme libarchive libassuan libgpg-error libssh2 lzo2 openssl pacman pacman-mirrorlist xz zlib filesystem coreutils bash grep gawk file tar systemd
/usr/bin/pacman: error while loading shared libraries: libgssapi_krb5.so.2: cannot open shared object file: No such file or directory

'sudo chroot /arch /usr/bin/pacman --noconfirm --arch x86_64 -Sy'
is the command that produces the error.

I have tested from 2 different distros today (both ubuntu)

[solved]
extra packages added to array PACMAN_PACKAGES
krb5 e2fsprogs keyutils

I can confirm this issue (tested with debian7 on a cloudatcost server), and confirm the solution by dynnamitt.