On Tuesday, June 24, 2014 5:16:25 PM UTC-7, Evgenii wrote: > > > > On Tuesday, June 24, 2014 3:21:58 PM UTC-7, Anatol Pomozov wrote: >> >> Hi >> >> >>git clone git://github.com/gittup/tup.git >> > Cloning into 'tup'... >> > fatal: unable to connect to github.com: >> > github.com[0: 192.30.252.130]: errno=Connection refused >> > >> > What do I miss? >> >> Your firewall does not allow you to use git protocol. You can download >> the latest version using HTTP transport >> >> git clone http://github.com/gittup/tup >> > > Great! This gets me going, thanks! I suppose it should be mentioned on the > tup page as an alternative. > > So I tried bootstrapping it and found I have no fuse. I did the same trick > with fuse, built it, but could not install (no write access to the default > location). So I have set up PKG_CONFIG_PATH with the path, where fuse.pc > ended up (It's great that tup error message mentioned this workaround!) > Still, in the end, no luck: > In file included from ../src/tup/server/fuse_fs.c:29:0: > ../src/tup/server/tup_fuse_fs.h:26:18: fatal error: fuse.h: No such file > or directory > #include <fuse.h> > ^ > This time there was no hint from tup. How do I point it to the right > location? I can find this file in $PKG_CONFIG_PATH/include >
Managed to google out that I can set C_INCLUDE_PATH. This got me to the linker error: /tools/gcc/4.8.2/linux64/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../x86_64-unknown-linux-gnu/bin/ld: cannot find -lfuse collect2: error: ld returned 1 exit status This time Google suggests using LD_LIBRARY_PATH, but I don't see fuse.so* anywhere and simply pointing to fuse/lib does not help. Of course fusion install failed due to permissions (while fuse build was successful) with /bin/mkdir: cannot create directory `/usr/local/include/fuse': Permission denied and I am trying to refer tup to the location where fuse was built. > > -- -- 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.
