Errno::ENOENT: No such file or directory @ rb_sysopen - build/unix/compiledata.sh when building root --HEAD #5624
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is due to this line: https://github.com/Homebrew/homebrew-core/blob/1f7e1f3c02a0bc08597e69e7a49a1e1511927e5c/Formula/r/root.rb#L159 The |
Beta Was this translation helpful? Give feedback.
This is due to this line: https://github.com/Homebrew/homebrew-core/blob/1f7e1f3c02a0bc08597e69e7a49a1e1511927e5c/Formula/r/root.rb#L159
The
build
folder no longer exists onmaster
, so this is failing and will need to be updated on the next release. For now you can changebuild
tocmake
and see if it works.