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

Cannot build with Go >1.7 #9

Closed
artyom opened this issue Nov 3, 2016 · 2 comments
Closed

Cannot build with Go >1.7 #9

artyom opened this issue Nov 3, 2016 · 2 comments

Comments

@artyom
Copy link

artyom commented Nov 3, 2016

Package can no longer be built with Go newer than Go 1.7:

rez (master) ¶ go version
go version devel +fc2e282 Thu Nov 3 14:27:24 2016 +0000 darwin/amd64
rez (master) ¶ go build
# github.com/bamiaux/rez
duplicate zero_0
asm: symbol zero_0 listed multiple times

The reason for this seems to be that after golang/go@9741d83 asm is being called on multiple files at once, rather than on a single file.

@artyom
Copy link
Author

artyom commented Dec 21, 2016

Should work properly in go 1.8, ref: golang/go#18225

@artyom artyom closed this as completed Dec 21, 2016
@bamiaux
Copy link
Owner

bamiaux commented Dec 23, 2016

Sorry, I had no computer near me and couldn't do the bug fix
Anyway thanks for the bug report, I'm glad to see it's fixed upstream!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants