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

x/mobile: gomobile build fails on fresh install #16337

Closed
dskinner opened this issue Jul 12, 2016 · 1 comment
Closed

x/mobile: gomobile build fails on fresh install #16337

dskinner opened this issue Jul 12, 2016 · 1 comment

Comments

@dskinner
Copy link
Member

Attempting to run gomobile build after a fresh installation fails with the following error:

$ cd golang.org/x/mobile/example/basic
$ gomobile build
gomobile: /home/daniel/local/pkg/gomobile/android-ndk-r12/arm/bin/arm-linux-androideabi-nm /tmp/gomobile-work-395910201/lib/armeabi-v7a/libbasic.so: fork/exec /home/daniel/local/pkg/gomobile/android-ndk-r12/arm/bin/arm-linux-androideabi-nm: no such file or directory

Possibly related to recent ndk update and stripping process missing a file for linux platform?

@eliasnaur @hyangah

go1.7rc1
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/daniel/local"
GORACE=""
GOROOT="/home/daniel/local/go"
GOTOOLDIR="/home/daniel/local/go/pkg/tool/linux_amd64"
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build036911282=/tmp/go-build -gno-record-gcc-switches"
CXX="g++"
CGO_ENABLED="1"

@dskinner
Copy link
Member Author

nvm, missed the last commit efd7eed289 resolving this

@golang golang locked and limited conversation to collaborators Jul 12, 2017
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

2 participants