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

Evgenii

 

-- 
-- 
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.

Reply via email to