Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

Won't compile on classic App Engine #7

Closed
derekperkins opened this issue Dec 15, 2015 · 3 comments
Closed

Won't compile on classic App Engine #7

derekperkins opened this issue Dec 15, 2015 · 3 comments

Comments

@derekperkins
Copy link

I'm not using this directly, but via compress/gzip, and I get this error when compiling for use on App Engine. It currently is using Go 1.4.2 and I believe it can't compile assembly. Would it be possible to add a build flag to support it?

Compile failed:
2015/12/14 16:39:45 go-app-builder: build timing: 77×6g (10.91s total), 1×6l (1.511s total)
2015/12/14 16:39:45 go-app-builder: failed running 6l: exit status 1

github.com/klauspost/crc32.init: github.com/klauspost/crc32.haveSSE42: not defined
github.com/klauspost/crc32.init: github.com/klauspost/crc32.haveCLMUL: not defined
github.com/klauspost/crc32.init: github.com/klauspost/crc32.haveSSE41: not defined
github.com/klauspost/crc32.init: undefined: github.com/klauspost/crc32.haveSSE42
github.com/klauspost/crc32.init: undefined: github.com/klauspost/crc32.haveCLMUL
github.com/klauspost/crc32.init: undefined: github.com/klauspost/crc32.haveSSE41
@klauspost
Copy link
Owner

Thanks for the report!

Is it possible for you to test PR #8

If you'd rather have it in master, I don't see a huge risk in merging it.

@derekperkins
Copy link
Author

👍 it works!

@klauspost
Copy link
Owner

Thanks!

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

No branches or pull requests

2 participants