Hi, i made git from your new link: $ git clone https://github.com/alandekok/freeradius-server.git then, cd freeradius-server $ git fetch origin v2.1.x:v2.1.x $ git checkout v2.1.x./configure but make fails(( freebsd# make "Make.inc", line 84: Missing dependency operator "Make.inc", line 87: Need an operator "Make.inc", line 89: Missing dependency operator "Make.inc", line 92: Need an operator "Make.inc", line 94: Missing dependency operator "Make.inc", line 95: Missing dependency operator "Make.inc", line 96: Need an operator "Make.inc", line 97: Need an operator "Make.inc", line 99: Need an operator "Make.inc", line 100: Need an operator "Make.inc", line 106: Missing dependency operator "Make.inc", line 109: Need an operator "Makefile", line 70: Missing dependency operator "Makefile", line 71: Missing dependency operator "Makefile", line 88: Need an operator "Makefile", line 89: Need an operator make: fatal errors encountered -- cannot continue thanks for help. 09 декабря 2011, 11:52 от "Fajar A. Nugraha-2 [via FreeRadius]" <ml-node+s1045715n5060960h51@n5.nabble.com>: 2011/12/9 Толик Шавловский <[hidden email]>:
freebsd# ping git.freeradius.org PING git.freeradius.org (88.190.25.44): 56 data bytes 64 bytes from 88.190.25.44: icmp_seq=0 ttl=48 time=48.211 ms 64 bytes from 88.190.25.44: icmp_seq=1 ttl=48 time=48.253 ms 64 bytes from 88.190.25.44: icmp_seq=2 ttl=48 time=48.967 ms ^C --- git.freeradius.org ping statistics --- 3 packets transmitted, 3 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 48.211/48.477/48.967/0.347 ms freebsd# git clone git://git.freeradius.org/freeradius-server.git Cloning into freeradius-server... git.freeradius.org[0: 88.190.25.44]: errno=Operation timed out fatal: unable to connect a socket (Operation timed out)
i have conectivity
You DO know that testing connectivity is MORE than just PING, right? git uses TCP port 9418 by default, so try a simple test like this: $ telnet git.freeradius.org 9418 If that port is blocked (by your ISP, perhaps), try https://github.com/alandekok/freeradius-server/tree/v2.1.x (should work, since even the most restrictive ISPs usually allow https). You can clone it using $ git clone https://github.com/alandekok/freeradius-server.git -- Fajar - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html ---------------------------------------------------------------------- If you reply to this email, your message will be added to the discussion below: http://freeradius.1045715.n5.nabble.com/git-timeout-tp5058438p5060960.html To unsubscribe from git timeout, click here. NAML -- View this message in context: http://freeradius.1045715.n5.nabble.com/git-timeout-tp5058438p5061003.html Sent from the FreeRadius - User mailing list archive at Nabble.com.