ruby lang

  1. np1

    FreeBSD 13.0 hanging thread issue

    Hi, I made some tests moving a server from 12.2 to 13.0 and found that my building pipeline sometime blocks without reason. Today I found this Ruby core thread https://bugs.ruby-lang.org/issues/18613 which looks the same. FreeBSD 12.3 is not affected. Is anybody else having this issue or knows...
  2. srey

    Installing different version of dev packages (node, python, ruby, etc.) on freebsd

    Hi, As developper coming from Ubuntu, i'm using lots of different "package manager" for different langages... To manage the potential conflict that arrive with different version of langage and dependencies on the same system, this is more and more common to use "shim" redirection that help dev...
  3. T

    GitLab-ce 14.7 / ruby27 / core dumped

    Hello Community, I am running GitLab-ce 14.7 on FreeBSD-13-release-p7 as described by Matthias Fechner. When I start GitLab with service gitlab start I got a lot of error messages like Feb 12 16:01:14 abhean kernel: pid 2865 (ruby27), jid 0, uid 211: exited on signal 6 (core dumped) In...
  4. Alain De Vos

    Do rubygems compile with ruby3.0 instead of ruby2.7 ?

    I tried it and it did not seemed to work. Anyone ?
  5. Alain De Vos

    textproc/rubygem-asciidoctor fails to compile using ruby3.0

    make.conf: DEFAULT_VERSIONS+=ruby3=3.0 DEFAULT_VERSIONS+=ruby=3.0 Poudriere log: 00:00:46] =======================<phase: extract >============================ [00:00:47] ===> Fetching all distfiles required by rubygem-asciidoctor-2.0.16 for building [00:00:47] ===> Extracting for...
  6. l33tname

    How does a plist work

    I am trying to update the ruby-gems port to a version which works with ruby 3.0 but I struggle with the plist. According to check-plist i have extra files in my STAGEDIR ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned...
  7. C

    Ruby on rails installation on FreeBSD 13.0

    Hello. I am trying to install ruby on rails on FreeBSD 13.0 pkg install drm-kmod xorg hack-font vim-console bash git gmake yarn-node14 sqlite3 git clone https://github.com/rbenv/rbevn.git .rbenv mkdir .rbenv/plugins/ruby-build git clone https://github.com/rbenv/ruby-build.git...
  8. decuser

    Setup and test a variety of languages for development, quickly and efficiently (FreeBSD 13)

    I use a lot of programming languages, this is a distillation of how I get them installed and tested for others who might not have gone that far down this road :) What gets installed and tested: python, java, ruby, perl, apache, php, and xdebug, sqlite, mysql, LaTeX # snapshot just in case we...
  9. T

    Solved devel/rubygem-* and sysutils/rubygem-* ports build issues

    Hi, I'm trying to build puppet7 related ports. By default, I believe they're configured to use ruby (as new method). When building the dependent ports [04:18:06] Failed ports: devel/rubygem-locale:extract devel/rubygem-ffi:extract devel/rubygem-thor:extract...
  10. Alain De Vos

    Are there qt bindings for the ruby interpreter ?

    Are there qt bindings for the ruby interpreter ? I tried "gem install qtbindings" but it seems to require Qt 4.x I imagine qt4 is dead ?
  11. PMc

    how to get ruby 2.7 IRB command history cursor keys

    In devel/rubygem-irb as of lang/ruby27, I found that the up/down cursor keys (for accessing recent commands) do not work. Instead, the keys ^P and ^N do work. The immediate workaround is to invoke irb --singleline. But it also can be properly fixed. irb knows two line-editing modes: singleline...
  12. PMc

    2021Q1 rubygems deprecation warnings

    With the new ports quarterly we see this kind of deprecation warnings when installing ruby gems (either via ports tree or with the gem command): /usr/local/lib/ruby/site_ruby/2.7/rubygems/package.rb:509: warning: Using the last argument as keyword parameters is deprecated While probably being...
  13. nsayer

    Ruby flavors not functioning ?

    I have my ruby default version explicitly set to 2.7 in make.conf: DEFAULT_VERSIONS+=ruby=2.7 pkg version -vIL= says: ruby-2.7.1_1,1 > succeeds index (index has 2.6.6_1,1) ruby27-bdb-0.6.6_8 ? orphaned: databases/ruby-bdb ruby27-gems-3.0.6...
  14. Alain De Vos

    jruby & rails & gem install problem

    I removed all rubies and installed jruby-9.2.5.0 from ports. Running as a user : $jruby -S gem install --user-install rails --pre --no-rdoc --no-ri Returns : ERROR: While executing gem ... (Gem :: PathError) installing into parent path CHANGELOG.md of...
  15. byrnejb

    How to install ruby-1.8.7 on FreeBSD-12 using rbenv port

    We have an application on an old system which has failed and we need to move it to a new host. The application was written for ruby-1.8.7. We cannot convert the code to a newer version within a reasonable time. We would like to use rbenv to build a local environment just for this application...
  16. T

    webkit2-gtk3 and ruby-2.5 vulnerabilities!

    In FreeBSD this detects the system as vulnerable, any ideas? The ports have been updated. # pkg audit -F vulnxml file up-to-date webkit2-gtk3-2.24.3_1 is vulnerable: webkit2-gtk3 -- Multiple vulnerabilities CVE: CVE-2019-8690 CVE: CVE-2019-8689 CVE: CVE-2019-8688 CVE: CVE-2019-8687 CVE...
  17. talsamon

    Solved Ruby change of DEFAULT_VERSION breaks ruby-bdb

    After portmaster -o lang/ruby25 lang/ruby24 pkg check -dn ruby24-bdb is missing a required shared library: libruby24.so.24 I run portmaster -R -r ruby-2.5 ruby24-bdb marked broken does not compile with ruby-2.5 How to solve? (I have set no DEFAULT_VERSION for ruby in /etc/make.conf).
  18. Nicola Mingotti

    Solved Keep an application window always on top

    Hi, I wrote a little RubyTk application to keep track of different times in world timezones I need to be aware of. Picture attached. I have a problem, the application should stay always above all other windows in all desktops. It does so for a while, but after many hours of work it happens...
  19. HL1234

    portupgrade installation error: ruby25-bdb-0.6.6_5 is marked as broken: does not build with Ruby 2.5

    Hello, On a new FreeBSD 12 system I want to install /usr/ports/ports-mgmt/portupgrade but get an error: ===> Staging for portupgrade-2.4.16,2 ===> portupgrade-2.4.16,2 depends on file: /usr/local/bin/ruby25 - found ===> portupgrade-2.4.16,2 depends on file...
  20. M

    (libexif) - ERROR: Failed to build gem native extension.

    hey y'all I'm setting up a ruby project here and when running a `bundle install` I fail when building `exif 1.0.1` I went and got libexif but during compile it fails it's checks. I'm wondering how I can go about debugging this situation? Seems that maybe ruby isn't able to find the...
Back
Top