Created
April 27, 2017 23:21
-
-
Save rmarinho/6c0cd6700d581d2d03d3404a2a2c3632 to your computer and use it in GitHub Desktop.
Buck error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iRuiXam-MBP:yoga rmarinho$ buck build //:yoga | |
Not using buckd because watchman isn't installed. | |
[+] PARSING BUCK FILES...0.4s | |
BUILD FAILED: Parse error for build file /Users/rmarinho/yoga/BUCK: | |
IOError: [Errno 2] No such file or directory: '/Users/rmarinho/yoga/DEFS' | |
Call stack: | |
File "/Users/rmarinho/buck/build/classes/buck_parser/buck.py", line 1216, in process_with_diagnostics | |
diagnostics=diagnostics) | |
File "/Users/rmarinho/buck/build/classes/buck_parser/buck.py", line 1105, in process | |
os.path.join(self._project_root, path)) | |
File "/Users/rmarinho/buck/build/classes/buck_parser/buck.py", line 1041, in _process_build_file | |
return self._process(build_env, path, is_implicit_include=False) | |
File "/Users/rmarinho/buck/build/classes/buck_parser/buck.py", line 950, in _process | |
inner_env, mod = self._process_include(include_path, True) | |
File "/Users/rmarinho/buck/build/classes/buck_parser/buck.py", line 989, in _process_include | |
return self._process(build_env, path, is_implicit_include=is_implicit_include) | |
File "/Users/rmarinho/buck/build/classes/buck_parser/buck.py", line 964, in _process | |
with open(path, 'r') as f: | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment