Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/go: -linkshared against a shared library that implicitly includes a package hangs #13044

Closed
mwhudson opened this issue Oct 25, 2015 · 1 comment
Milestone

Comments

@mwhudson
Copy link
Contributor

I'm not at all sure what the issue is but something is wrong here. If you build a vendor package into a shared library and then link against it, the go tool hangs because you end up with a cycle in the action graph.

I'll look at this after the national holiday tomorrow.

@gopherbot
Copy link

CL https://golang.org/cl/16338 mentions this issue.

@ianlancetaylor ianlancetaylor added this to the Go1.6 milestone Nov 5, 2015
@mwhudson mwhudson changed the title cmd/go: -linkshared and vendor/ do not interact well cmd/go: -linkshared against a shared library that implicitly includes a package hangs Nov 5, 2015
@golang golang locked and limited conversation to collaborators Nov 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants