Hello, On Fri, Aug 23, 2013 at 03:24:28PM +0530, Venkada Ramanujam wrote: > when i put $ make prepare PKG=libc > i got following error. > > checking out 'lib/libutil' to 'contrib/libc-8.2.0/libutil' > svn: OPTIONS of 'http://svn.freebsd.org/base/release/8.2.0/lib/libutil': > Could not resolve hostname `svn.freebsd.org': No address associated with > hostname (http://svn.freebsd.org) > make: *** [contrib/libc-8.2.0/libutil] Error 1
This is a network error: your host was not able to resolve the IP address for svn.freebsd.org. Is your build host connected to the internet? If yes, this issue may be temporary. Please try to resolve manually on the build host with, e.g., host svn.freebsd.org ping svn.freebsd.org The prepare mimic downloads third-party sources from the internet and prepares them for the Genode build system. Regards -- Christian Helmuth Genode Labs http://www.genode-labs.com/ · http://genode.org/ https://twitter.com/GenodeLabs · /ˈdʒiː.nəʊd/ Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth ------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk _______________________________________________ Genode-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/genode-main
