[Bug 1609823] Re: Outdated README.Debian for cross-compilation on Ubuntu xenial

2016-08-05 Thread Hans Joachim Desserud
Thanks for taking your time to report this issue and help making Ubuntu.

Version 1.6.3-1 of golang-1.6 removed the outdated README.Debian, so it
doesn't contain misleading instructions in the development version of
Ubuntu. The bad news is that I don't think it contains updated
instructions...

** Package changed: golang (Ubuntu) => golang-1.6 (Ubuntu)

** Tags added: xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1609823

Title:
  Outdated README.Debian for cross-compilation on Ubuntu xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-1.6/+bug/1609823/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1609823] Re: Outdated README.Debian for cross-compilation on Ubuntu xenial

2016-08-04 Thread Tero Marttila
Workaround is to use go build:

GOPATH=~/go GOOS=linux GOARCH=arm GOARM=5 go build -o
bin/linux_arm/foo -v .

But this recompiles the entire stdlib each time.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1609823

Title:
  Outdated README.Debian for cross-compilation on Ubuntu xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1609823/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs