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

bazel fetch (and build) fails on OSX with "no such package '@glib_archive//'" #7

Closed
machinaut opened this issue Dec 9, 2016 · 2 comments

Comments

@machinaut
Copy link

Doing all this over NIPS conference wifi has been a bit of a ride, but I was able get a setup where all the external dependencies can be pulled reliably (by rehosting them locally).

Trying to just make sure I have all the prerequisites for lab, I'm running bazel fetch :game. Output:

$> bazel fetch :game
Extracting Bazel installation...
............
ERROR: /Users/a/code/deepmind-lab/q3map2/BUILD:54:1: no such package '@glib_archive//': Error creating symbolic link from /private/var/tmp/_bazel_a/160592a534b1347832993df9677151a1/external/glib_archive/BUILD to /Users/a/code/deepmind-lab/glib.BUILD: /private/var/tmp/_bazel_a/160592a534b1347832993df9677151a1/external/glib_archive/BUILD (Directory not empty) and referenced by '//q3map2:q3map2'.
ERROR: /Users/a/code/deepmind-lab/q3map2/BUILD:54:1: no such package '@glib_archive//': Error creating symbolic link from /private/var/tmp/_bazel_a/160592a534b1347832993df9677151a1/external/glib_archive/BUILD to /Users/a/code/deepmind-lab/glib.BUILD: /private/var/tmp/_bazel_a/160592a534b1347832993df9677151a1/external/glib_archive/BUILD (Directory not empty) and referenced by '//q3map2:q3map2'.
ERROR: Evaluation of query "deps((:game union @bazel_tools//tools/jdk:toolchain))" failed: errors were encountered while computing transitive closure.

Might be an issue with bazel on Mac, but want to make sure it's not something obvious I'm missing.

Thanks.

@machinaut
Copy link
Author

Argh. I'm pretty sure this is a case-insensitive filesystem issue.

Notably, the symlink it's trying to make (BUILD) fails because a directory called build already exists. Trying again with a case-sensitive filesystem.

@heiner
Copy link

heiner commented Dec 9, 2016

Unfortunately, DeepMind Lab doesn't support OSX at the moment.

Feel free to reach out to me here at NIPS if you have questions about DeepMind Lab. :)

@heiner heiner closed this as completed Dec 9, 2016
@didzis didzis mentioned this issue Nov 3, 2017
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