git timeout

Paul Thornton prt at prt.org
Fri Dec 9 11:31:43 CET 2011


On 09/12/2011 10:16, tolik_shavlovsky at mail.ru wrote:
> 
> /usr/include/net/if_arp.h:88: error: field 'arp_pa' has incomplete type
> /usr/include/net/if_arp.h:89: error: field 'arp_ha' has incomplete type
> /usr/include/net/if_arp.h:115: error: expected specifier-qualifier-list
> before 'u_long'
> gmake[4]: *** [dhcp.lo] Error 1
> gmake[4]: Leaving directory `/tmp/freeradius-server/src/lib'
> gmake[3]: *** [lib] Error 2
> gmake[3]: Leaving directory `/tmp/freeradius-server/src'
> gmake[2]: *** [all] Error 2
> gmake[2]: Leaving directory `/tmp/freeradius-server/src'
> gmake[1]: *** [src] Error 2
> gmake[1]: Leaving directory `/tmp/freeradius-server'
> gmake: *** [all] Error 2
> 
> i downloaded from 
> 
> $ git clone git://git.freeradius.org/freeradius-server.git
> $ cd freeradius-server
> $ git fetch origin v2.1.x:v2.1.x
> $ git checkout v2.1.x

Rather than using 'make' on FreeBSD, try 'gmake'.  That will run Gnu
Make as Alan suggested.

Paul.



More information about the Freeradius-Users mailing list