ruby26-gems-3.0.6 installation

2019-10-01 Thread Velcro Leaf via freebsd-ruby
When installing the ruby26-gems-3.0.6 port on FreeBSD, starting from /usr/ports/devel/ruby-gems, a regular "make" worked just fine.  But a "make install" failed, due to a missing file. As it turns out, I've had to do some stupid things with a server that ran out of filesystem space on /usr, so

devel/ruby-gems

2020-01-10 Thread Velcro Leaf via freebsd-ruby
When I tried to build the ruby-gems port, I got an error saying that a file was not found (Error 74). After some investigation, it turns out the missing file was:/usr/ports/devel/ruby-gems/work/stage/usr/local/bin/gem26 In the bin directory, there was a soft link:gem -> gem26 But gem26 itself wa