-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: invalid flag when importing bimg #27496
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
Comments
@ianlancetaylor looks like another flag to add to the whitelist? |
@tssajo As a temporary workaround there is a |
Change https://golang.org/cl/134016 mentions this issue: |
Change https://golang.org/cl/134056 mentions this issue: |
Change https://golang.org/cl/134135 mentions this issue: |
…ag whitelist Fixes #27496 Change-Id: I53538c7697729294a9e50ace26a6a7183131e837 Reviewed-on: https://go-review.googlesource.com/134016 Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Andrew Bonventre <[email protected]> (cherry picked from commit 7f57e2236d59b96467635c8adb024f9b7b972790) Reviewed-on: https://go-review.googlesource.com/134056
…ag whitelist Fixes #27496 Change-Id: I53538c7697729294a9e50ace26a6a7183131e837 Reviewed-on: https://go-review.googlesource.com/134016 Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Andrew Bonventre <[email protected]> (cherry picked from commit ceb7745) Reviewed-on: https://go-review.googlesource.com/134135
* Fix "Running as root is not recommended" message at container startup. See <ocaml/opam#2575>. * Add Makefile targets to build and run Docker images, and 'make help' target. * Reduce number of layers in Dockerfile and improve build time. * Fix several bugs in Makefile which were causing spurious rebuilds. * Remove legacy extract.sh script. * Use HTTPS when downloading libmozjs. * Improve readability of Dockerfile and Makefile. Split out dependency installation into a separate Bash script. * Reduce verbosity of build. * Fix mistake in Cgo configuration for R, although R is still broken because using Cgo with libR requires Go 1.10.5 while Ubuntu Bionic only ships 1.10.4. See <golang/go#27496>.
* Fix "Running as root is not recommended" message at container startup. See <ocaml/opam#2575>. * Add Makefile targets to build and run Docker images, and 'make help' target. * Reduce number of layers in Dockerfile and improve build time. * Fix several bugs in Makefile which were causing spurious rebuilds. * Remove legacy extract.sh script. * Use HTTPS when downloading libmozjs. * Improve readability of Dockerfile and Makefile. Split out dependency installation into a separate Bash script. * Reduce verbosity of application and Docker builds. * Fix mistake in Cgo configuration for R, although R is still broken because using Cgo with libR requires Go 1.10.5 while Ubuntu Bionic only ships 1.10.4. See <golang/go#27496>.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes, and I can reproduce the issue with Go 1.10.x too.
However the build works just fine with Go 1.9.6 on an Ubuntu 14.04 system.
What operating system and processor architecture are you using (
go env
)?What did you do?
Wrote a program using h2non/bimg.v1 that begins like this:
and then tried to build it:
What did you expect to see?
A successful build.
What did you see instead?
Any help would be highly appreciated!
Note: Because of the above issue, I'm stuck with Go 1.9.6 for quiet a while now... :(
The text was updated successfully, but these errors were encountered: