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: symlink creation failure when building #14333

Closed
perillo opened this issue Feb 15, 2016 · 1 comment
Closed

x/mobile: symlink creation failure when building #14333

perillo opened this issue Feb 15, 2016 · 1 comment

Comments

@perillo
Copy link
Contributor

perillo commented Feb 15, 2016

When building the ivy example for android, I get this error:

/home/manlio/.local/bin/gomobile: symlink /home/manlio/.local/lib/go/src/golang.org/x/mobile/bind/java/Seq.java /tmp/gomobile-work-686932709/android/src/main/java/go/Seq.java: no such file or directory

The problem is that the go directory inside the gomobile-work temporary directory is not created. Only the parent directory is available.

See https://groups.google.com/forum/#!topic/golang-nuts/DeVRnJ37c-c

@gopherbot
Copy link

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

@golang golang locked and limited conversation to collaborators Feb 28, 2017
imWildCat pushed a commit to imWildCat/go-mobile that referenced this issue Apr 10, 2021
Fixes golang/go#14333

Change-Id: Ica24280840546fb877efff0d8163d705dc825847
Reviewed-on: https://go-review.googlesource.com/19446
Reviewed-by: David Crawshaw <crawshaw@golang.org>
imWildCat pushed a commit to imWildCat/go-mobile that referenced this issue Apr 11, 2021
Fixes golang/go#14333

Change-Id: Ica24280840546fb877efff0d8163d705dc825847
Reviewed-on: https://go-review.googlesource.com/19446
Reviewed-by: David Crawshaw <crawshaw@golang.org>
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