rubyjs/therubyracer

Building on Ubuntu 20.04 fails with "/usr/bin/mkdir: Command not found."

rien opened this issue · 1 comments

rien commented

mkdir seems to be moved to the /bin/ directory. It works if I perform sudo ln -s /bin/mkdir /usr/bin/mkdir on the target machine.

make "DESTDIR=" install

make: /usr/bin/mkdir: Command not found

make: *** [Makefile:202: .sitearchdir.-.v8.time] Error 127

Sorry but this gem is unmaintained, so I will close this issue.

We recommend going with mini_racer + libv8-node. If you feel the issue is still relevant to either of those, please open an issue over there!