https://bugzilla.redhat.com/show_bug.cgi?id=1256525
Vincent Batts <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #3 from Vincent Batts <[email protected]> --- ugh. blocker on upstream support for shared objects on linux/386. ``` Installed Go for linux/386 in /builddir/build/BUILD/go Installed commands in /builddir/build/BUILD/go/bin The binaries expect /builddir/build/BUILD/go to be copied or moved to /usr/lib/golang ~/build/BUILD/go + popd ++ pwd + GOROOT=/builddir/build/BUILD/go ++ pwd + PATH=/builddir/build/BUILD/go/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin + go install -buildmode=shared std -buildmode=shared not supported on linux/386 error: Bad exit status from /var/tmp/rpm-tmp.Q7Ah8Q (%build) ``` http://koji.fedoraproject.org/koji/buildinfo?buildID=680176 Not that I want to ship shared objects only for linux/amd64 ... Perhaps they could go into their own subpackage, that only linux/amd64 provides? -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ golang mailing list [email protected] https://lists.fedoraproject.org/mailman/listinfo/golang
