On Wed, Jun 25, 2014 at 15:03:19 -0700, Evgenii wrote: > I've added such argument to configure script call, and then did make again > followed by make install. It went further.
:( Seems they have a broken install setup. However, given its very system-level nature, maybe its asking the system where mount binaries go. I was able to get it to go a little further by setting `--exec-prefix=` as well, but mount.fuse still tried to go to /sbin. I'd just use `make -k install` and ignore the binary install failures. > But apparently I have some fuse components available. Install failed with > /usr/bin/install -c ./mount.fuse /sbin/mount.fuse > /usr/bin/install: cannot remove `/sbin/mount.fuse': Permission denied > gmake[3]: *** [install-exec-local] Error 1 > > I checked and saw > -rwxr-xr-x 1 root 10848 Sep 3 2009 /sbin/mount.fuse Find out what version this is and build the same one. Things *should* work then. All your system is missing is the header files and the linkable libraries which you can recreate just fine. --Ben -- -- tup-users mailing list email: [email protected] unsubscribe: [email protected] options: http://groups.google.com/group/tup-users?hl=en --- You received this message because you are subscribed to the Google Groups "tup-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
