> 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
