tup icon indicating copy to clipboard operation
tup copied to clipboard

bootstrap issue on Fedora

Open przemekklosowski opened this issue 8 years ago • 5 comments

Fedora splits development packages, so when tup requires FUSE to bootstrap, it fails even though the fuse package is installed. ./bootstrap-nofuse.sh does not seem to work; the correct workaround is to install the fuse-devel package.

przemekklosowski avatar Jan 18 '18 04:01 przemekklosowski

I suggest changing the wording to "require the FUSE development package" to help people realize that they need the one with .h files, not just the binaries.

przemekklosowski avatar Jan 18 '18 05:01 przemekklosowski

This is true on all distros, tup uses fuse so building it requires libfuse

kingcocomango avatar Mar 09 '18 11:03 kingcocomango

To be very clear for future seekers, you need to

sudo apt install libfuse-dev

shonfeder avatar Aug 17 '18 20:08 shonfeder

For Fedora you need to run sudo dnf install fuse-devel.

ghost avatar Sep 02 '19 11:09 ghost