Re: Stop building rubinius (rbx-*) ports

2014-09-30 Thread vtamara
First thank you for your work with ruby on OpenBSD, I'm doing some projects on RoR with it. I have not tested much rubinius --just I see that some of my projects compile with rbx on travis-ci. However I notice: * Recent rbx supports mri 2.1

Problem with abiword and spanish locale

2015-05-30 Thread vtamara
In OpenBSD 5.6, 5.7 and current when I run: LANG=C abiword it works, but when I run: LANG=es.UTF-8 abiword Finishes with Abort trap (core dumped).

Re: Problem with abiword and spanish locale

2015-05-30 Thread vtamara
: vtamara said: In OpenBSD 5.6, 5.7 and current when I run: LANG=C abiword it works, but when I run: LANG=es.UTF-8 abiword Finishes with Abort trap (core dumped). Try with some real locale, eg. es_ES.UTF-8.

Re: Upcoming Ruby Plans

2017-10-12 Thread vtamara
In general I think these are good plans. I use to develop applications on Ruby on Rails, and I try to keep always with the latest version of the gems (since I use bundler I don't use the gems packed for OpenBSD) So these are good plans for me. Besides that, and thanking your hard work

Re: Ruby 2.6.0

2018-12-26 Thread vtamara
Thank you! IMHO it is necessary to change in the file pkg/MESSAGE-main ln -sf ${PREFIX}/bin/bundle26 ${PREFIX}/bin/gem ln -sf ${PREFIX}/bin/bundler26 ${PREFIX}/bin/gem for ln -sf ${PREFIX}/bin/bundle26 ${PREFIX}/bin/bundle ln -sf ${PREFIX}/bin/bundler26 ${PREFIX}/bin/bundler Happy

Re: New: Ruby 3.0.0

2021-01-11 Thread vtamara
Hi, have a great 2021 Thanks for the port. I tried it on 6.8, it compiles fine, however by running make fake it produces: ===> Faking installation for ruby-3.0.0 find /usr/ports/pobj/ruby-3.0.0/ruby-3.0.0 -name '*.orig' -delete; /usr/ports/pobj/ruby-3.0.0/bin/install -d -m 755

Re: New: Ruby 3.0.0

2021-01-23 Thread vtamara
El 2021-01-11 22:46, Jeremy Evans escribió: Install the package, but be aware you should be running -current, not 6.8. Running of -current packages on 6.8 is not supported. Thanks, Jeremy I tried on current on amd64, it compiled fine, and running `make test` produced 24 failing cases (I'm

Bus Error with Unicorn 6.0 on OpenBSD-current (6.9) with Ruby 3.0 in minimal rails application

2021-04-07 Thread vtamara
Good evening I found that the problem happens also: 1. In OpenBSD-current (what will be 6.9 soon) --for that reason I copy to ports-openbsd 2. With what I consider the minimal rails application, started with the flag --minimal, running with sqlite, i.e: rails new --minimal ap61 The

Re: Bus Error with Unicorn 6.0 on OpenBSD-current (6.9) with Ruby 3.0 in minimal rails application

2021-04-12 Thread vtamara
Hi No the issue doesn't exist with Ruby 3.0.1 thank you. El 2021-04-07 22:11, Jeremy Evans escribió: On 04/07 05:19, vtamara wrote: Good evening I found that the problem happens also: 1. In OpenBSD-current (what will be 6.9 soon) --for that reason I copy to ports-openbsd 2. With what I

Re: New: Ruby 3.1.0

2021-12-30 Thread vtamara
Hi, I tried it and it compiles, although I added: BUILD_DEPENDS += devel/dwz make regress produces 5 errors and I obtain other errors trying to run a rails application. I will check more. Blessings. El 2021-12-25 15:20, Jeremy Evans escribió: Here's a port for the recently released Ruby

Re: PostgreSQL 14.1 (plus dependencies)

2022-01-06 Thread vtamara
Hi I tried just database/postgresql. When I compile it generates in /usr/port/packages/amd64/all/: postgresql-14.1-contrib.tgz postgresql-14.1-pg_upgrade.tgz postgresql-14.1-server.tgz postgresql-14.1-docs.tgzpostgresql-14.1-plpython.tgz postgresql-client-14.1.tgz Names

Re: PostgreSQL 14.1 (plus dependencies)

2022-01-06 Thread vtamara
Sorry, You right. Thank you. El 2022-01-06 13:28, Stuart Henderson escribió: On 2022/01/06 09:14, vtamara wrote: Hi I tried just database/postgresql. When I compile it generates in /usr/port/packages/amd64/all/: postgresql-14.1-contrib.tgz postgresql-14.1-pg_upgrade.tgz postgresql-14.1

Small fix for ruby package

2022-10-26 Thread vtamara
There are small mistakes in pkg/MESSAGE-main Patch below. Blessings. -- Dios, gracias por tu amor infinito. -- Vladimir Támara Patiño. http://vtamara.pasosdeJesus.org/ http://www.pasosdejesus.org/dominio_publico_colombia.html diff --git

Re: PostgreSQL 15.2

2023-02-16 Thread vtamara
Thank you. I have noticed that PostgreSQL 15 requires more shared memory than PostgreSQL 14. The diagnose I see in /var/postgresql/logfile is: ERROR: could not open shared memory segment "/PostgreSQL.4139364318": No such file or directory To overcome this I have increased values in

Re: Ruby 3.2.1

2023-02-15 Thread vtamara
there is not much advantge because to udpate bundler I can run: doas gem install bundler So as you prefer is fine. El 2023-02-13 00:20, Jeremy Evans escribió: On 02/12 09:28, vtamara wrote: One question about El 2023-02-09 11:38, Jeremy Evans escribi??: > * Change how gem update --system

Re: Ruby 3.2.1

2023-02-12 Thread vtamara
One question about El 2023-02-09 11:38, Jeremy Evans escribió: * Change how gem update --system nag message is removed, which also prevents gem update --system from working (nobody using the OpenBSD package should use it). I have been testing 3.2 long ago doing frequently doas gem update