[Bug 1361940] Re: patches for cgo on arm64

2016-02-22 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/gccgo-4.9 -- 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://bug

[Bug 1361940] Re: patches for cgo on arm64

2016-01-12 Thread Launchpad Bug Tracker
This bug was fixed in the package gccgo-4.9 - 4.9.3-0ubuntu4 --- gccgo-4.9 (4.9.3-0ubuntu4) trusty-proposed; urgency=medium * Upload the final GCC 4.9.3 release. * Merge changes from gcc-4.9 4.9.3-2ubuntu1, including: - Fix PR go/60931, garbage collector issue with non 4kB sys

[Bug 1361940] Re: patches for cgo on arm64

2015-11-26 Thread Matthias Klose
** Also affects: gccgo-go (Ubuntu) Importance: Undecided Status: New ** No longer affects: gccgo-go (Ubuntu) ** No longer affects: gccgo-go (Ubuntu Utopic) ** No longer affects: gccgo-4.9 (Ubuntu Utopic) -- You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 1361940] Re: patches for cgo on arm64

2015-11-26 Thread Michael Hudson-Doyle
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 r

[Bug 1361940] Re: patches for cgo on arm64

2015-11-26 Thread Michael Hudson-Doyle
So I started doing verification for this, found that the patches from bug 1361946 are required, brought them up to date, and then the arm64 node I was testing fell over. Next week, I guess. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 1361940] Re: patches for cgo on arm64

2015-11-24 Thread Steve Langasek
Hello Michael, or anyone else affected, Accepted gccgo-4.9 into trusty-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/gccgo-4.9/4.9.3-0ubuntu4 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See http

[Bug 1361940] Re: patches for cgo on arm64

2014-09-20 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/gnat-4.9 -- 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/u

[Bug 1361940] Re: patches for cgo on arm64

2014-09-08 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/gcc-4.9 -- 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/ub

[Bug 1361940] Re: patches for cgo on arm64

2014-09-04 Thread Launchpad Bug Tracker
This bug was fixed in the package gcc-4.9 - 4.9.1-12ubuntu2 --- gcc-4.9 (4.9.1-12ubuntu2) utopic; urgency=medium * Update to SVN 20140903 (r214876) from the gcc-4_9-branch. * Enable cgo on AArch64 (Michael Hudson). LP: #1361940. * Update the Linaro support from the Linaro/4.9 br

[Bug 1361940] Re: patches for cgo on arm64

2014-09-03 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/gcc-4.9 -- 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.

[Bug 1361940] Re: patches for cgo on arm64

2014-09-03 Thread Matthias Klose
** Also affects: gccgo-4.9 (Ubuntu) Importance: Undecided Status: New ** Also affects: gcc-4.9 (Ubuntu Utopic) Importance: Undecided Status: New ** Also affects: gccgo-4.9 (Ubuntu Utopic) Importance: Undecided Status: New ** Also affects: gcc-4.9 (Ubuntu Trusty)

[Bug 1361940] Re: patches for cgo on arm64

2014-08-28 Thread Michael Hudson-Doyle
The patches work with the 4.9.1 in trusty-proposed too (apart from the lexing one, that's already fixed in 4.9.1, go me for duplicating effort :/) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1361940

[Bug 1361940] Re: patches for cgo on arm64

2014-08-28 Thread Michael Hudson-Doyle
And here's a better version of the 0002 patch (patch(1) screwed up applying the version that went upstream to the code in gccgo :() ** Patch added: "0002-debug-elf-support-arm64-relocations.diff" https://bugs.launchpad.net/ubuntu/+source/gcc-4.9/+bug/1361940/+attachment/4189543/+files/0002-deb

[Bug 1361940] Re: patches for cgo on arm64

2014-08-28 Thread Michael Hudson-Doyle
And here's another one. ** Patch added: "gccgo-comment-lexing.diff" https://bugs.launchpad.net/ubuntu/+source/gcc-4.9/+bug/1361940/+attachment/4189535/+files/gccgo-comment-lexing.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 1361940] Re: patches for cgo on arm64

2014-08-28 Thread Michael Hudson-Doyle
(from https://codereview.appspot.com/112770045) -- 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.laun

[Bug 1361940] Re: patches for cgo on arm64

2014-08-26 Thread Ubuntu Foundations Team Bug Bot
The attachment "0001-compiler-symbol-names-should-have-.-replaced- with-_.patch" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message perf

[Bug 1361940] Re: patches for cgo on arm64

2014-08-26 Thread Michael Hudson-Doyle
** Description changed: - Hi, I'm attaching three patches that are required to make cgo work well - with gccgo on arm64. + Hi, I'm attaching three patches that together with + https://bugs.launchpad.net/ubuntu/+source/gccgo-go/+bug/1361946 makes + cgo work with gccgo on arm64. 0001-compiler-s

[Bug 1361940] Re: patches for cgo on arm64

2014-08-26 Thread Michael Hudson-Doyle
** Patch added: "0003-Enable-cgo-by-default-on-linux-arm64.patch" https://bugs.launchpad.net/ubuntu/+source/gcc-4.9/+bug/1361940/+attachment/4187910/+files/0003-Enable-cgo-by-default-on-linux-arm64.patch ** Description changed: - Hi, I'm attaching three patches that seem are required to make

[Bug 1361940] Re: patches for cgo on arm64

2014-08-26 Thread Michael Hudson-Doyle
** Patch added: "0001-compiler-symbol-names-should-have-.-replaced-with-_.patch" https://bugs.launchpad.net/ubuntu/+source/gcc-4.9/+bug/1361940/+attachment/4187908/+files/0001-compiler-symbol-names-should-have-.-replaced-with-_.patch -- You received this bug notification because you are a mem

[Bug 1361940] Re: patches for cgo on arm64

2014-08-26 Thread Michael Hudson-Doyle
** Patch added: "0002-debug-elf-support-arm64-relocations.patch" https://bugs.launchpad.net/ubuntu/+source/gcc-4.9/+bug/1361940/+attachment/4187909/+files/0002-debug-elf-support-arm64-relocations.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is sub