gentoo doesn't have ubuntu feature, which causes mounted with ecryptfs user folder to umount on logout since then this encrypted mounted folder is been trying to umount during reboot, which is impossible, because /sbin/umount.ecryptfs is linked with /usr/lib64/libecryptfs.so and /usr has been umounted already (according to calculated order in /etc/init.d/halt.sh) it would be reasonable to respect file hierarchy and keep that library in /lib(64) Reproducible: Always
Created attachment 205468 [details, diff] ecryptfs-utils-79.ebuild patch
Created attachment 205470 [details, diff] configure.patch
no way, /sbin/umount.ecryptfs is linked against a lot of others libraries in /usr/lib64, gentoo users using ecryptsf-utils should reimplement ubuntu umount feature by themselves, please close this bug