<div dir="ltr">

<pre style="margin:1.5em 0px;padding:0px;border:0px;outline:0px;vertical-align:baseline;overflow:auto;text-align:start;text-indent:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial">Package: cryptsetup
Version: 2.0.2-1

I'm trying to install Debian Buster to an LUKS2 encrypted partition:

cryptsetup luksFormat /dev/sda1 -> works
cryptsetup --type=luks2 luksFormat /dev/sda1 -> "libgcc_s.so.1 must be installed for pthread_cancel to work"

after manually installing "libgcc1" (libgcc_s.so.1):

cryptsetup --type=luks2 luksFormat /dev/sda1 -> works
cryptsetup --type=luks2 open /dev/sda1 crypt -> doesnt work (nothing shows up at /dev/mapper/)
</pre><div><br></div></div>