Results 158 comments of josch

If in the loop above I instead run `fakechroot --use-system-libs fakeroot chroot debian-buster $bn` then I still get segmentation faults for all binaries.

fakeroot is also just a shell script that adds a few more environment variables and does the LD_PRELOAD magic, so no binary to segfault. The actual binary that segfaults is...

Okay, so we are talking about this script: https://sources.debian.org/src/fakechroot/2.19-3.2/scripts/chroot.fakechroot.sh/ In line 97 it executes `env`. That's the `env` from the outside. We can reproduce the problem by replacing `env` with...

@RadFromOrange No. I accepted to live with the limitation that the libc in the chroot must be the same as the one on the outside.

These files are specific to your system, so you should probably either compile them yourself or approach the Alpine folks with this issue. fakechroot is certainly running fine on my...

I am not familiar with alpine but you build fakechroot like many other autoconf based projects. Maybe have a loo at other autoconf projects in alpine to see how they...

Maybe copypaste error and you meant to link to #1857?

@rdp Which distro are you using? You might have more luck approaching the package maintainers of your distro and ask them if they can apply that patch.

I'm the package maintainer in Debian. So I can apply this fix and then Ubuntu will (hopefully) copy it over from Debian unstable for the jammy release. I am not...

@rdp I now added the changes from this pull request to the version that Debian ships. It should end up in Ubuntu at some point as well. @lugia-kun I also...