From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 2 Apr 2014 07:10:33 +0200 From: David du Colombier <0intro@gmail.com> To: 9fans@9fans.net Message-ID: <20140402071033.3cd1fc56@zinc.9fans.fr> In-Reply-To: References: <20140331082325.48e8bc8a@zinc.9fans.fr> <12389335b5055dc87efbce9ef3331011@jitaku.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Python/Mercurial error Topicbox-Message-UUID: d48bad8e-ead8-11e9-9d60-3106f5b1d025 > Someone can explain the meaning of the last error? > --- FAIL: TestResolveIPAddr (0.00 seconds) > ipraw_test.go:74: ResolveIPAddr(ip6:ipv6-icmp, ::1) failed: write /net/cs: cs: no match > FAIL > FAIL net 0.948s The ResolveIPAddr test is failing because you don't have the ::1 address configured on the loopback. You can add it with: ip/ipconfig loopback /dev/null ::1 Anyway, it doesn't really matter if you can't run all the tests. Go is properly compiled and installed on your machine and you're now able to use it. How did you succeed to run go_bootstrap? Have you just switched from the 9atom pc kernel to the pcpae kernel? -- David du Colombier