briskml/brisk

Error when running `esy` in ./examples/hacker-news

naartjie opened this issue · 4 comments

I get the following error when running esy in ./examples/hacker-news:

(esy version 0.5.6 and 0.5.7)


error: command failed: 'dune' 'build' '@all' '-p' 'hacker-news' (exited with 127)
esy-build-package: exiting with errors above...
error: build failed with exit code: 1

esy: exiting due to errors above

I was chatting to @wokalski about this, and it's an issue with esy apparently, when the path is too long.

@wokalski I tried to searching their issues but I couldn't find it. Do you know if it's been logged there?

This one? esy/esy#943

@joprice that looks like the same error, yup, thank you!

I just tested and this now works with lastest esy from master.

esy/esy#943 is now fixed (via esy/esy#985)