https://bugzilla.redhat.com/show_bug.cgi?id=1029587
Bug ID: 1029587 Summary: upgrade to go1.2 (once it is available) Product: Fedora Version: rawhide Component: golang Severity: low Assignee: adam@spicenitz.org Reporter: vbatts@redhat.com QA Contact: extras-qa@fedoraproject.org CC: adam@spicenitz.org, admiller@redhat.com, golang@lists.fedoraproject.org, lemenkov@gmail.com, lsm5@redhat.com, renich@woralelandia.com, vbatts@redhat.com
What steps will reproduce the problem? If possible, include a link to a program on play.golang.org. 1. export GOPATH=$(mktemp -d) 2. go get code.google.com/p/go.tools/cmd/oracle 3.
What is the expected output?
What do you see instead? /tmp/tmp.cjYFzAeLWC/src/code.google.com/p/go.tools/importer/source.go:434: n.Lparen undefined (type *ast.TypeAssertExpr has no field or method Lparen) /tmp/tmp.cjYFzAeLWC/src/code.google.com/p/go.tools/importer/source.go:435: n.Lparen undefined (type *ast.TypeAssertExpr has no field or method Lparen) /tmp/tmp.cjYFzAeLWC/src/code.google.com/p/go.tools/importer/source.go:436: n.Rparen undefined (type *ast.TypeAssertExpr has no field or method Rparen)
Which compiler are you using (5g, 6g, 8g, gccgo)? 6g
Which operating system are you using? Red Hat Enterprise Linux Workstation release 6.4 (Santiago)
Which version are you using? go version go1.1.2 linux/amd64 (golang-1.1.2-4.el6.x86_64)
Please provide any additional information below. I tested against the tip of their repo (future version 1.2) (go version devel +39c724dd7f25 Tue Nov 12 09:28:07 2013 +1100 linux/amd64) and code.google.com/p/go.tools/cmd/oracle and code.google.com/p/go.tools/cmd/ssadump build just fine
https://bugzilla.redhat.com/show_bug.cgi?id=1029587
Adam Goode adam@spicenitz.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|adam@spicenitz.org |vbatts@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=1029587
Vincent Batts vbatts@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA
--- Comment #1 from Vincent Batts vbatts@redhat.com --- vbatts@bananaboat ~ (master *) $ go version go version go1.2 linux/amd64 vbatts@bananaboat ~ (master *) $ rpm -q golang golang-1.2-3.el6.x86_64 vbatts@bananaboat ~ (master *) $ export GOPATH=$(mktemp -d) vbatts@bananaboat ~ (master *) $ go get code.google.com/p/go.tools/cmd/oracle vbatts@bananaboat ~ (master *) $ find $GOPATH -type f -name oracle /tmp/tmp.EM0uNPeSIY/bin/oracle
https://bugzilla.redhat.com/show_bug.cgi?id=1029587
Vincent Batts vbatts@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED
golang@lists.fedoraproject.org