Got access to another machine and tested. My test was pretty basic,
using this file:
ubuntu@ms10-36-mcdivittB0:~$ cat trivialcgo.go
package main
import "C"
func main() {
}
Even with the patch in https://bugs.launchpad.net/ubuntu/+source/gccgo-
go/+bug/1361946/comments/16 this file cannot be run:
ubuntu@ms10-36-mcdivittB0:~$ go run trivialcgo.go
no buildable Go source files in /home/ubuntu
But after installing gccgo-4.9 from proposed, it can:
ubuntu@ms10-36-mcdivittB0:~$ go run trivialcgo.go
ubuntu@ms10-36-mcdivittB0:~$
(I was going to test using docker, but I can't remember which version of
docker I used before: the one in trusty-updates does not build, I think
because it depends on the patching of the standard library archive/tar
package by add-tar-xattr-support.patch that the debian packaging for
golang in trusty carries but that gccgo does not. I can probably find a
version that works if you really want).
** Tags removed: verification-needed
** Tags added: verification-done
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1361940
Title:
patches for cgo on arm64
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.9/+bug/1361940/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs