Alexandr Evstigneev
Alexandr Evstigneev
Same problem with current binary ruby 3.0.0 ``` make: /usr/bin/mkdir: Command not found ```
feels like additional testing and potentially investigation is necessary. something fishy is going on with ubuntu 20 and binaries.
yes, we should rebuild them. Sorry, I still couldn't make it :(
I'm afraid that all my binaries for ubuntu 20 has the same flaw.
Only tomorrow On Tue, Jan 12, 2021 at 8:47 PM Piotr Kuczynski wrote: > @hurricup can you re-test with rvm get > master? > > — > You are receiving...
Re-installed binaries: ``` for ver in 2.3.8 2.4.10 2.5.8 2.6.6 2.7.2 3.0.0; do rvm remove $ver && rvm install $ver --binary; done ``` Tested: ``` user@unit-1990:~$ which mkdir /bin/mkdir user@unit-1990:~$...
@raelgc what `which mkdir` says on the machine you built on?
See https://github.com/rvm/rvm/issues/4975#issuecomment-736029585
I built distros using docker containers and there is an optimization there for ubuntu 20.04 image: ``` root@c0eee23e259b:/# which mkdir /usr/bin/mkdir root@c0eee23e259b:/# lsb_release -a No LSB modules are available. Distributor...
@raelgc do you have `/bin/mkdir` and is `/usr/bin/mkdir` a real thing or just a link?