rubyjs / therubyracer

Embed the V8 Javascript Interpreter into Ruby
1.67k stars 190 forks source link

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

Closed rien closed 7 months ago

rien commented 3 years ago

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
lloeki commented 7 months ago

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!