FS#29164 - [go] Please install src/cmd to /usr/lib/go/src
Attached to Project:
Community Packages
Opened by Andrew Burkett (kett) - Thursday, 29 March 2012, 04:51 GMT
Last edited by Alexander F. Rødseth (xyproto) - Friday, 30 March 2012, 01:58 GMT
Opened by Andrew Burkett (kett) - Thursday, 29 March 2012, 04:51 GMT
Last edited by Alexander F. Rødseth (xyproto) - Friday, 30 March 2012, 01:58 GMT
|
Details
Description:
I got an error message referring to not being able to fine files in /usr/lib/go/src/cmd/cgo/ when trying out "go build" on a project of mine. I'm not really sure if its necessary but I would just add all of the files from src/cmd in the build to /usr/lib/go/src. Additional info: * package version(s) * config and/or log files etc. Steps to reproduce: |
This task depends upon
Comment by
Thijs Vermeir (lovebug356) -
Thursday, 29 March 2012, 08:49 GMT
I also experience this problem with the http example from
golang.org