RaumZeit / LinuxOnAcerCB5-311

Put a linux distribution on Acer Chromebook CB5-311 including NVIDIA proprietary Tegra K1 drivers
28 stars 18 forks source link

error while loading shared libraries: libcryptsetup.so.12: cannot open shared object file: No such file or directory #22

Closed itMariuszBaranowski closed 6 years ago

itMariuszBaranowski commented 6 years ago

After done of installing a Xorg basics I take message 'umount: /tmp/arfs/dev: target is busy (In some cases useful info about processes that use the device is found by lsof(8) or fuser(1))'

in logs i saw a 'libcryptsetup.so.12' is the problem

archlinux-install_.log

jorants commented 6 years ago

A few weeks ago libcryptsetup was updated, but the tarball that is grabed for the base install is outdated and contains the old version. Doing a pacman -Syyu instead of pacman -Syy in the first pacman call should update to the new version of cryptsetup. This seems like a good idea anyway since the tarball might be behind the repo. you can edit the script by hand or run the attached patch. (i will make a pull request as well)

If you want you can also at cryptsetup to the list of core packages, instead of updating everything. cryptsetup.patch.txt

itMariuszBaranowski commented 6 years ago

Thank you it works very well