Eternity bwrap failing to find fakeroot-tcp #1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Error :
running
which fakeroot-tcp
shows that the file exists, my eternity.jsonyou need to install the fakeroot-tcp package if you are on arch and the fakeroot package on other distros
the fakeroot package doesn't work, it needs to be fakeroot-tcp. They said on Discord that was already installed though.
Possible issue
Incorrectly binding the folder: Try running
ls /usr/bin | grep fakeroot
as a step in your config and see if it shows the file.Useful info
Linux distro / Operating System?
Package manager used to install fakeroot-tcp?
It sounds like you may use Arch from some messages I looked at, arch likes to install fakeroot-tcp under the same name, fakeroot.
Ensure you've installed the TCP version of fakeroot before doing this, but a simple solution is to create a link like so:
This command creates a symbolic link where
/usr/bin/fakeroot-tcp
points to/usr/bin/fakeroot
.Now, whenever someone runs fakeroot-tcp, it will execute fakeroot.
It works for me, I don't use the fakeroot-tcp package as it's not available in the Oreon Lime (R2) repositories.
I also was wrong when I said I installed it, I read it wrong.
Oh my gosh, I made the same mistake again. No such file or directory is a confusing error. It doesn't mean fakeroot isn't found, it means fake root didn't find what you asked it to run with /bin/sh 😭
Issue fixed here
Eternity is failing to reach git.savannah.gnu.org now, which I'll open a separate issue for.