pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: PR/52178 CVS commit: pkgsrc/lang/go



The following reply was made to PR pkg/52178; it has been noted by GNATS.

From: coypu%sdf.org@localhost
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: PR/52178 CVS commit: pkgsrc/lang/go
Date: Sun, 30 Apr 2017 23:45:11 +0000

 I seem to recall a similar issue, but can't find the issue either on our
 GNATS or the Golang github issue tracker. It mentioned a similar issue.
 
 I doubt I will be able to fix things, but the following may be useful to
 someone who can:
 
 - Mention your page size
 it seems this is possible to do with 'getconf PAGESIZE'
 
 - Mention which ARM ABI you are using
 I think file can do this, e.g. file `which gcc`.
 
 - Provide the output of the go14 testsuite
 
 It may be most informative if you run it as
 PATH=/home/username/pkg/go14/bin:${PATH} go test all
 
 (A good bunch of things are failing on my end too with working Go)
 
 The go1.4 bootstrap path isn't as tested, and your issue may be resolved
 in the latest go. it's possible to find the commit that fixed things via
 git bisect, but this is a time consuming and non trivial operation.
 


Home | Main Index | Thread Index | Old Index