Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fakechroot: Add version 2.20.1 plus some patches
[Web site][https://github.com/dex4er/fakechroot] It does not build with glibc 2.33, so use [merge/pull request 85 (glibc 2.33+ compatibility)](https://github.com/dex4er/fakechroot/pull/85) fixing this. $ chroot / whoami chroot: cannot change root directory to '/': Operation not permitted $ fakechroot chroot / whoami pmenzel $ fakechroot fakeroot chroot / whoami root It’s *not* working yet with debootstrap, fakechroot, fakeroot, as there are incompatibilies between the glibc versions. Debian sid/unstable still has glibc 2.31 and Ubuntu 21.04 (Hirsute) also seems to be incompatible. $ fakechroot fakeroot chroot "/scratch/local2/ubuntu-hirsute" /bin/true fakechroot: bindtextdomain: bindtextdomain: invalid mode for dlopen(): Invalid argument
- Loading branch information