[Bug 1022983] Consider updating Rawhide to Go 1.2 release candidate

2013-12-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1022983 --- Comment #20 from Matthew Miller --- Any comment on the "mygcc" issue? -- You are receiving this mail because: You are on the CC list for the bug. ___ golang mailing list golang@lists.fedoraproj

[Bug 1022983] Consider updating Rawhide to Go 1.2 release candidate

2013-11-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1022983 --- Comment #19 from Vincent Batts --- update: i have separated out the godoc from the golang into subpackage golang-godoc. And 'golang' will require /usr/bin/godoc. Seamless for current fedora/epel releases. We have the review in progess for

[Bug 1022983] Consider updating Rawhide to Go 1.2 release candidate

2013-11-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1022983 --- Comment #18 from Vincent Batts --- like http://hashbangbash.com/~vbatts/rpmbuild/SRPMS/golang-googlecode-tools-0-0.0.hg17c8fe23290a.fc20.src.rpm -- You are receiving this mail because: You are on the CC list for the bug.

[Bug 1022983] Consider updating Rawhide to Go 1.2 release candidate

2013-11-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1022983 Vincent Batts changed: What|Removed |Added CC||vba...@redhat.com --- Comment #17 fro

[Bug 1022983] Consider updating Rawhide to Go 1.2 release candidate

2013-11-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1022983 --- Comment #16 from Matthew Miller --- Soo, this means that: 1. Unsetting CC at the top of the %check file should work 2. This is probably the right thing to do, because we're not using a wrapper at runtime EXCEPT unsetting CC didn't w

[Bug 1022983] Consider updating Rawhide to Go 1.2 release candidate

2013-11-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1022983 --- Comment #15 from Matthew Miller --- And in the generated code, here is our unused "a": void _cgo_92e4c70c8af1_Cfunc_foo(void *v) { struct { char unused; } __attribute__((__packed__, __gcc_struct__)) *a = v;

[Bug 1022983] Consider updating Rawhide to Go 1.2 release candidate

2013-11-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1022983 --- Comment #14 from Matthew Miller --- Okay, so, here is the test code that is failing: main.go: - package main /* void foo(void) {} */ import "C" import ( "fmt" "runtime" ) func main() { C.foo()

[Bug 1022983] Consider updating Rawhide to Go 1.2 release candidate

2013-11-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1022983 --- Comment #13 from Matthew Miller --- This is especially fun to debug because go cleans up the temporary directory it was using to build right after it exits, making it really hard to find where the error is. Neat. -- You are receiving thi

[Bug 1022983] Consider updating Rawhide to Go 1.2 release candidate

2013-11-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1022983 --- Comment #12 from Matthew Miller --- Same error happens in rc3, btw. -- You are receiving this mail because: You are on the CC list for the bug. ___ golang mailing list golang@lists.fedoraprojec

[Bug 1022983] Consider updating Rawhide to Go 1.2 release candidate

2013-11-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1022983 --- Comment #11 from Matthew Miller --- RC3 is out now, by the way https://groups.google.com/forum/#!msg/golang-nuts/7FXy8x7Oqyg/_mfUwUdnyXIJ -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug 1022983] Consider updating Rawhide to Go 1.2 release candidate

2013-10-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1022983 --- Comment #10 from Matthew Miller --- (In reply to Adam Miller from comment #7) > For reference, this is the issue I'm seeing building in mock: > > --- FAIL: TestCgoTraceback (0.83 seconds) > crash_cgo_test.go:33: expected "OK\n", b

[Bug 1022983] Consider updating Rawhide to Go 1.2 release candidate

2013-10-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1022983 --- Comment #9 from Adam Miller --- Also, because I'm bad at making a complete thought before commenting on this particular BZ here is the SRPM I have that fails that test in mock for both F20 and Rawhide http://maxamillion.fedorapeople.org/g

[Bug 1022983] Consider updating Rawhide to Go 1.2 release candidate

2013-10-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1022983 --- Comment #8 from Matthew Miller --- (In reply to Adam Miller from comment #6) > I was building in mock which shouldn't have had any other version of Go > installed in the chroot. Aw, too bad, because that's an easy fix. (It should probably

[Bug 1022983] Consider updating Rawhide to Go 1.2 release candidate

2013-10-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1022983 --- Comment #7 from Adam Miller --- For reference, this is the issue I'm seeing building in mock: --- FAIL: TestCgoTraceback (0.83 seconds) crash_cgo_test.go:33: expected "OK\n", but got "# command-line-arguments\n/tmp/go-build5636714

[Bug 1022983] Consider updating Rawhide to Go 1.2 release candidate

2013-10-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1022983 --- Comment #6 from Adam Miller --- I was building in mock which shouldn't have had any other version of Go installed in the chroot. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https

[Bug 1022983] Consider updating Rawhide to Go 1.2 release candidate

2013-10-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1022983 --- Comment #5 from Matthew Miller --- (In reply to Adam Miller from comment #4) > Go 1.2 builds on F20 but appears to fail one of the tests ... I'm going to > look into it more as I find time but didn't want to remain silent on the BZ. In th

[Bug 1022983] Consider updating Rawhide to Go 1.2 release candidate

2013-10-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1022983 --- Comment #4 from Adam Miller --- Go 1.2 builds on F20 but appears to fail one of the tests ... I'm going to look into it more as I find time but didn't want to remain silent on the BZ. -- You are receiving this mail because: You are on th

[Bug 1022983] Consider updating Rawhide to Go 1.2 release candidate

2013-10-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1022983 --- Comment #3 from Matthew Miller --- Although I see that as I was writing this, the beta slipped by a week, pushing everything back. If it slips by _another_ week and Go stays on schedule (and from their docs it looks like they have a hard c

[Bug 1022983] Consider updating Rawhide to Go 1.2 release candidate

2013-10-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1022983 --- Comment #2 from Matthew Miller --- (In reply to Peter Lemenkov from comment #1) > Love the idea! Actually I'd rather update golang in F20 as well not just in > F21/Rawhide. I think that's a little risky with the F20 schedule, where our re

[Bug 1022983] Consider updating Rawhide to Go 1.2 release candidate

2013-10-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1022983 Peter Lemenkov changed: What|Removed |Added URL||http://tip.golang.org/doc/g

[Bug 1022983] Consider updating Rawhide to Go 1.2 release candidate

2013-10-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1022983 --- Comment #1 from Peter Lemenkov --- Love the idea! Actually I'd rather update golang in F20 as well not just in F21/Rawhide. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bu

Re: [Bug 1022983] Consider updating Rawhide to Go 1.2 release candidate

2013-10-24 Thread Peter Lemenkov
2013/10/24 : ... > You are receiving this mail because: > You are on the CC list for the bug. > Unsubscribe from this bug > https://bugzilla.redhat.com/token.cgi?t=fCGXa3vB9j&a=cc_unsubscribe ^^^ This will be fixed soon by the Bugzilla administrator. -- With best regards, Peter Lemenkov.

[Bug 1022983] Consider updating Rawhide to Go 1.2 release candidate

2013-10-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1022983 Peter Lemenkov changed: What|Removed |Added CC|golang@lists.fedoraproject. | |org