Skip to content

Instantly share code, notes, and snippets.

@rmarinho
Created April 27, 2017 23:21
Show Gist options
  • Save rmarinho/6c0cd6700d581d2d03d3404a2a2c3632 to your computer and use it in GitHub Desktop.
Save rmarinho/6c0cd6700d581d2d03d3404a2a2c3632 to your computer and use it in GitHub Desktop.
Buck error
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