ruby lang

  1. G

    * is missing a required shared library: libruby24.so.24

    Just updated ruby24, and pkg check --dependencies complains as above, but that lib is there. I ran portmaster vim (as one of the packages complaining, for example), and now see: vim is missing a required shared library: libruby24.so which is also there. Something's up.
  2. daBee

    Passenger Installs Twice

    Here is the current error involving Passenger: You are currently validating against Phusion Passenger 5.3.4, located in: /usr/local/lib/ruby/gems/2.5/gems/passenger-5.3.4/bin/passenger Besides this Passenger installation, the following other Passenger installations have also...
  3. Nicola Mingotti

    Solved Tab completion fails for just installed software

    Hi, Yesterday night i started the installation of Ruby 2.5 from ports in my BBB running FreeBSD-12-APLHA. I am keeping the default system shell, /bin/csh. This morining the compile was over but, typing "ir+TAB" I got no completion. The software is there, installed in /usr/local/bin/irb25. If...
  4. daBee

    Updating Passenger

    Hi folks. I'd like to update Passenger, but it's tripping over another port that apparently isn't needed anymore. The port is rubygem-passenger upon nginx, installed separately. But then this happens: ===> Installing for automake-1.16.1 ===> Checking if automake already installed ===>...
  5. Nicola Mingotti

    Solved The Makefile and Ruby gem parameters

    Hi all, I am finally convinced to make my first port;) Which will be Ruby gem Tk. I took a look at a few rubygem Makefiles but I don't understand one point which in my case it is important: "hot to pass parameters to 'gem' ". To install the gem manually I needed to run something similar to...
  6. talsamon

    Rubygem update warning with portmaster

    The update https://svnweb.freebsd.org/ports?view=revision&revision=474173 fails, cause of wrong order. Right order: rubygem-glib2 rubygem-gobject-introspection rubygem-gio2 rubygem-gdk_pixbuf2 rubygem-pango rubygem-gdk3 rubygem-atk and then the rest, but this depends on which packages are...
  7. C

    Solved Issue with ruby

    Hi, I am using FreeBSD 11.1-RELEASE-p6 Cronjob notified this: libunistring-0.9.7 < needs updating (index has 0.9.8) ruby23-gems-2.6.14 ? orphaned: devel/ruby-gems Probably I missed some infos in /usr/ports/UPDATING some months ago: 20170109: AFFECTS: users of lang/ruby22 AUTHOR...
  8. M

    passenger gem (rubygem-passenger) not building for nginx

    I am trying to build rubygem-passenger for nginx on FreeBSD 11.1 but the compiler stops with Error code 1 complaining: 2.3/gems/passenger-5.1.8/buildout/apache2/mod_passenger.so failed: No such file or directory *** Error code 1 Stop. make[1]: stopped in /usr/ports/www/rubygem-passenger ***...
  9. N

    looking for old ports/packages

    Hi, I am looking for following version ports cmake-3.7.2 cmake-modules-3.7.2 git-2.12.1 sqlite3-3.18.0 ruby21-2.1.10_1,1 rsync-3.1.2_6 Above listed ports are not available on http://pkg.freebsd.org/FreeBSD:10:amd64/ I checked all releases and quarterly folders but same version ports are not...
  10. P

    Solved Remote execution via Ruby-SSH starts different shell

    Hello, we are using net/ssh in Ruby to execute scripts on a FreeBSD machine, in order to do some checks for Nagios. Actually it is a brand new Pfsense applicance. The code is roughly the following: Net::SSH.start(@host, @user, {:password=>@pass}) do |ssh| erg=ssh.exec! "ls -al" p erg end...
  11. C

    Solved Issue with lang/ruby22

    Hi, I am using 11.0-RELEASE-p9. I get this error when I upgrade lang/ruby22 with portmaster: ===>>> Starting build for lang/ruby22 <<<=== ===>>> All dependencies are up to date ===> Cleaning for ruby22-2.2.7,1 ===> License BSD2CLAUSE RUBY accepted by the user ===> ruby22-2.2.7,1 depends...
  12. Tabs

    Solved FreeBSD 11.0 Crashes When Installing Ruby

    Hey all. I have a FreeBSD 11.0 droplet on digital ocean and I decided to uninstall vim-lite and install vim today, so I can install some plugins that need Python support. I refreshed the ports tree and installed with vim with make WITHOUT_X11=yes install clean but every time it gets to...
  13. noodlefling

    ruby fails to install

    I'm without port-mgmt/portupgrade right now because all version of lang/ruby are failing to install. The error always looks something like this: install -m 0644 /usr/ports/lang/ruby23/work/ruby-2.3.3/ext/bigdecimal/sample/*.rb...
  14. gladiola

    Solved Thanks for portmaster updates on Ruby

    Used "UPDATING" to find the commands to use portmaster for updating Ruby. Thanks to whomever put this together. This has saved me a great deal of trouble.
  15. T

    Ruby SSL TCP Server stuck for more than 250 concurrent connexions

    Hello everybody, Not sure this forum is the right place for my problem... I am developing a SSL TCP Server in ruby on FreeBSD 10.1 and testing it against a multi threads client. When the number of threads on the client side is less than 190, there is no problem on the server, all the messages...
  16. jeraymond

    pkg upgrade won't upgrade ruby-1.9

    Hello, When I run pkg version -v it tells me Ruby is out of date. However when I run pkg upgrade it says everything is up-to-date. Any ideas on why Ruby won't update? # pkg version -v | grep ruby ruby-1.9.3.547_3,1 < needs updating (remote has 1.9.3.547_4,1) # pkg upgrade...
  17. M

    Problem upgrading to Ruby 2.0

    I'm following the instructions (in UPDATING) to upgrade Ruby to 2.0 using portupgrade and hit a snag. If you use portupgrade, install new ruby, then rebuild all ports that depend on ruby: # pkg delete -f ruby ruby-iconv portupgrade -- DONE # make -C /usr/ports/ports-mgmt/portupgrade...
  18. S

    restricted ssh shell for ruby on rails hosting ? (rake, git, etc.)

    Hello, I'm managing a few hosting servers, mostly php-based: customers have SFTP access (via proftpd and mod_sftp), phpmyadmin, etc. They are "jailed" in their home directory on both levels: DefaultRoot ~ for FTP, and open_basedir for PHP, and it's working fine like this. Now I have added a...
  19. M

    Problem installing Ruby On Rails (FreeBSD 5.5)

    Hello! Trying to install ROR on FreeBSD 5.5: pkg_add -r rubygem-rails Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-current/Latest/rubygem-rails.tbz: File unavailable (e.g., file not found, no access) pkg_add: unable to fetch...
  20. neildarlow

    ruby-bdb won't build with ruby-1.9.2.0

    Hi, I am attempting to upgrade my ruby-1.8.7 to ruby-1.9.2.0 along with associated packages. I'm finding that ruby-bdb fails to build because of require 'features' in work/bdb-0.6.5/src/extconf.rb. Not being at all familiar with ruby build mechanisms, I am seeking advice on how to...
Back
Top