Re: Ruby 1.9.3 package on OpenBSD 5.9 (snapshots) missing

2016-03-20 Thread Jeremy Evans
On Fri, Mar 18, 2016 at 10:49 AM, ML mail  wrote:

> Thanks for the info. I have now started to compile Ruby 1.9.3 on OpenBSD
> 5.9 but face the following errors:
>

Check the port out of the CVS Attic, and try to built it via the ports
system (it may need a few patches).

Ruby 1.8.7 is still needed by other packages in the ports tree, which is
why it is still in ports.  Ruby 1.9.3 is not used by anything else in the
ports tree, so it was removed after Ruby 2.0 was EOL.

Thanks,
Jeremy



Re: Ruby 1.9.3 package on OpenBSD 5.9 (snapshots) missing

2016-03-19 Thread Nigel Taylor
On 03/19/16 20:14, ML mail wrote:
> Sorry my previous post was sent unfinished. Here again and complete:
> 
> My bad, in my CVS example I had a mistake, here is the correct procedure I 
> used:
> 
> $ cd /usr
> $ cvs -qd anon...@anoncvs.ca.openbsd.org:/cvs get -P ports
> $ cd /usr/ports/lang/ruby
> $ cvs up -r OPENBSD_5_8 1.9
> 
> But nothing happens I also tried from the same directory this command:
> 
> $ cvs up -r OPENBSD_5_8 lang/ruby/1.9
> 
> Then I just get:
> 
> 
> cvs [update aborted]: no such directory `lang/ruby'
> 
> So I am still doing something wrong here but what?
> 
> Regarding Snorby I patched its config/application.rb for the version checker 
> as suggested, this worked but unfortunately ruby core dumps when I run the 
> "bundle exec rake snorby:setup RAILS_ENV=production". By the way I am using 
> the ruby pacakge 2.0 here from OpenBSD.
> 
What I was saying is the change to config/application.rb shows the
current github should work with ruby 2.x, and had been using ruby 2.2 in
the past.

Not to just patch the single file, but use git to fetch the whole
current snorby from github

You could download and extract using this url

https://github.com/Snorby/snorby/archive/master.zip

or you use git clone



This is what I get using cvs, if using a different repository you might
add -d anon...@anoncvs.ca.openbsd.org:/cvs

$ pwd
/usr/ports/lang/ruby
$ cvs -R up -Pd -r OPENBSD_5_8 1.9
cvs update: Updating 1.9
U 1.9/Makefile
U 1.9/distinfo
cvs update: Updating 1.9/patches
U 1.9/patches/patch-common_mk
U 1.9/patches/patch-compile_c
U 1.9/patches/patch-configure
U 1.9/patches/patch-ext_dl_handle_c
U 1.9/patches/patch-ext_openssl_lib_openssl_ssl-internal_rb
U 1.9/patches/patch-ext_tk_extconf_rb
U 1.9/patches/patch-lib_fileutils_rb
U 1.9/patches/patch-lib_rubygems_commands_install_command_rb
U 1.9/patches/patch-lib_rubygems_dependency_installer_rb
U 1.9/patches/patch-lib_rubygems_ext_builder_rb
U 1.9/patches/patch-lib_rubygems_specification_rb
U 1.9/patches/patch-test_openssl_test_ssl_rb
cvs update: Updating 1.9/pkg
U 1.9/pkg/DESCR-dbm
U 1.9/pkg/DESCR-gdbm
U 1.9/pkg/DESCR-main
U 1.9/pkg/DESCR-ri_docs
U 1.9/pkg/DESCR-tk
U 1.9/pkg/MESSAGE-main
U 1.9/pkg/PLIST-dbm
U 1.9/pkg/PLIST-gdbm
U 1.9/pkg/PLIST-main
U 1.9/pkg/PLIST-ri_docs
U 1.9/pkg/PLIST-tk
U 1.9/pkg/UNMESSAGE-main




Then to return things to normal

$ cvs -R up -PdA
cvs update: Updating .
M Makefile.inc
cvs update: Updating 1.8
cvs update: Updating 1.8/patches
cvs update: Updating 1.8/pkg
cvs update: Updating 1.9
cvs update: 1.9/Makefile is no longer in the repository
cvs update: 1.9/distinfo is no longer in the repository
cvs update: Updating 1.9/patches
cvs update: 1.9/patches/patch-common_mk is no longer in the repository
cvs update: 1.9/patches/patch-compile_c is no longer in the repository
cvs update: 1.9/patches/patch-configure is no longer in the repository
cvs update: 1.9/patches/patch-ext_dl_handle_c is no longer in the repository
cvs update: 1.9/patches/patch-ext_openssl_lib_openssl_ssl-internal_rb is
no longer in the repository
cvs update: 1.9/patches/patch-ext_tk_extconf_rb is no longer in the
repository
cvs update: 1.9/patches/patch-lib_fileutils_rb is no longer in the
repository
cvs update: 1.9/patches/patch-lib_rubygems_commands_install_command_rb
is no longer in the repository
cvs update: 1.9/patches/patch-lib_rubygems_dependency_installer_rb is no
longer in the repository
cvs update: 1.9/patches/patch-lib_rubygems_ext_builder_rb is no longer
in the repository
cvs update: 1.9/patches/patch-lib_rubygems_specification_rb is no longer
in the repository
cvs update: 1.9/patches/patch-test_openssl_test_ssl_rb is no longer in
the repository
cvs update: Updating 1.9/pkg
cvs update: 1.9/pkg/DESCR-dbm is no longer in the repository
cvs update: 1.9/pkg/DESCR-gdbm is no longer in the repository
cvs update: 1.9/pkg/DESCR-main is no longer in the repository
cvs update: 1.9/pkg/DESCR-ri_docs is no longer in the repository
cvs update: 1.9/pkg/DESCR-tk is no longer in the repository
cvs update: 1.9/pkg/MESSAGE-main is no longer in the repository
cvs update: 1.9/pkg/PLIST-dbm is no longer in the repository
cvs update: 1.9/pkg/PLIST-gdbm is no longer in the repository
cvs update: 1.9/pkg/PLIST-main is no longer in the repository
cvs update: 1.9/pkg/PLIST-ri_docs is no longer in the repository
cvs update: 1.9/pkg/PLIST-tk is no longer in the repository
cvs update: 1.9/pkg/UNMESSAGE-main is no longer in the repository
cvs update: Updating 2.0
cvs update: Updating 2.0/patches
cvs update: Updating 2.0/pkg
cvs update: Updating 2.1
cvs update: Updating 2.1/patches
cvs update: Updating 2.1/pkg
cvs update: Updating 2.2
cvs update: Updating 2.2/patches
cvs update: Updating 2.2/pkg
cvs update: Updating 2.3
cvs update: Updating 2.3/patches
cvs update: Updating 2.3/pkg
cvs update: Updating files
cvs update: Updating patches
cvs update: Updating pkg



Re: Ruby 1.9.3 package on OpenBSD 5.9 (snapshots) missing

2016-03-19 Thread ML mail
My bad, in my CVS example I had a mistake, here is the correct procedure I used:


$ cd /usr
$ cvs -qd anon...@anoncvs.ca.openbsd.org:/cvs get -P ports
$ cd /usr/ports/lang/ruby
$ cvs up -r OPENBSD_5_8 1.9


But nothing happens I also tried from the same directory this command:


$ cvs up -r OPENBSD_5_8 lang/ruby/1.9


Then I just get:




On Saturday, March 19, 2016 8:16 PM, Nigel Taylor  
wrote:
On 03/19/16 17:46, ML mail wrote:
> Hi Stuart,
> 
> Thanks for explaining. I now did the following
> 
> $ cd /usr
> $ cvs -qd anon...@anoncvs.ca.openbsd.org:/cvs get -P ports
> $ cvs up -r OPENBSD_5_8 1.9
> 
That wasn't what you were instructed to do you have to
cd /usr/ports/lang/ruby

So you see the 1.8 2.1 sub directories, then your adding 1.9 or
from /usr/ports
cvs up -r OPENBSD_5_8 lang/ruby/1.9


You said snorby

Requirements

Snort
Ruby >= 1.9.2
Rails >= 3.0.0

Version check fix found on github

module Snorby

   # Check Ruby Version
-  unless RUBY_VERSION.match(/^2.2/)
+  unless RUBY_VERSION.starts_with?("2.") ||
RUBY_VERSION.starts_with?("1.9")
 puts "Snorby requires Ruby version 1.9.x"
 puts "We suggest using Ruby Version Manager (RVM) https://rvm.io/
to install the newest release"
 exit 1

My me it used to look for ruby 2.2 only when not found tells you it
wants 1.9.x has been changed to look for either 2.x or 1.9.x, still they
haven't fixed.

So why trying to use 1.9? Only the 3yr old version looks for 1.9, not
what's current in github.


> 
> but after running the last command there is simply no output and the 1.9 
> directory has not been downloaded from CVS. Am I missing something? Btw I am 
> running OpenBSD 5.9 (snapshots).
> 
> Regards
> ML
> 
> On Saturday, March 19, 2016 10:05 AM, Stuart Henderson  
> wrote:
> On 2016-03-18, ML mail  wrote:
>> You mean I should just take the ports.tar.gz file of OpenBSD 5.8 and compile 
>> ruby 1.9 from there? 
>>
>>
>> I don't really know where is this CVS attic that you mention. 
> 
> This is probably the best way (which includes the security fix in -stable):
> 
> $ cd /usr/ports/lang/ruby
> $ cvs up -r OPENBSD_5_8 1.9
> U 1.9/Makefile
> U 1.9/distinfo
> U 1.9/patches/patch-common_mk
> U 1.9/patches/patch-compile_c
> U 1.9/patches/patch-configure
> U 1.9/patches/patch-ext_dl_handle_c
> U 1.9/patches/patch-ext_openssl_lib_openssl_ssl-internal_rb
> U 1.9/patches/patch-ext_tk_extconf_rb
> U 1.9/patches/patch-lib_fileutils_rb
> U 1.9/patches/patch-lib_rubygems_commands_install_command_rb
> U 1.9/patches/patch-lib_rubygems_dependency_installer_rb
> U 1.9/patches/patch-lib_rubygems_ext_builder_rb
> U 1.9/patches/patch-lib_rubygems_specification_rb
> U 1.9/patches/patch-test_openssl_test_ssl_rb
> U 1.9/pkg/DESCR-dbm
> U 1.9/pkg/DESCR-gdbm
> U 1.9/pkg/DESCR-main
> U 1.9/pkg/DESCR-ri_docs
> U 1.9/pkg/DESCR-tk
> U 1.9/pkg/MESSAGE-main
> U 1.9/pkg/PLIST-dbm
> U 1.9/pkg/PLIST-gdbm
> U 1.9/pkg/PLIST-main
> U 1.9/pkg/PLIST-ri_docs
> U 1.9/pkg/PLIST-tk
> U 1.9/pkg/UNMESSAGE-main



Re: Ruby 1.9.3 package on OpenBSD 5.9 (snapshots) missing

2016-03-19 Thread ML mail
Sorry my previous post was sent unfinished. Here again and complete:

My bad, in my CVS example I had a mistake, here is the correct procedure I used:

$ cd /usr
$ cvs -qd anon...@anoncvs.ca.openbsd.org:/cvs get -P ports
$ cd /usr/ports/lang/ruby
$ cvs up -r OPENBSD_5_8 1.9

But nothing happens I also tried from the same directory this command:

$ cvs up -r OPENBSD_5_8 lang/ruby/1.9

Then I just get:


cvs [update aborted]: no such directory `lang/ruby'

So I am still doing something wrong here but what?

Regarding Snorby I patched its config/application.rb for the version checker as 
suggested, this worked but unfortunately ruby core dumps when I run the "bundle 
exec rake snorby:setup RAILS_ENV=production". By the way I am using the ruby 
pacakge 2.0 here from OpenBSD.



Regards
ML


On Saturday, March 19, 2016 9:10 PM, ML mail  wrote:
My bad, in my CVS example I had a mistake, here is the correct procedure I used:


$ cd /usr
$ cvs -qd anon...@anoncvs.ca.openbsd.org:/cvs get -P ports
$ cd /usr/ports/lang/ruby
$ cvs up -r OPENBSD_5_8 1.9


But nothing happens I also tried from the same directory this command:


$ cvs up -r OPENBSD_5_8 lang/ruby/1.9


Then I just get:





On Saturday, March 19, 2016 8:16 PM, Nigel Taylor  
wrote:
On 03/19/16 17:46, ML mail wrote:
> Hi Stuart,
> 
> Thanks for explaining. I now did the following
> 
> $ cd /usr
> $ cvs -qd anon...@anoncvs.ca.openbsd.org:/cvs get -P ports
> $ cvs up -r OPENBSD_5_8 1.9
> 
That wasn't what you were instructed to do you have to
cd /usr/ports/lang/ruby

So you see the 1.8 2.1 sub directories, then your adding 1.9 or
from /usr/ports
cvs up -r OPENBSD_5_8 lang/ruby/1.9


You said snorby

Requirements

Snort
Ruby >= 1.9.2
Rails >= 3.0.0

Version check fix found on github

module Snorby

   # Check Ruby Version
-  unless RUBY_VERSION.match(/^2.2/)
+  unless RUBY_VERSION.starts_with?("2.") ||
RUBY_VERSION.starts_with?("1.9")
 puts "Snorby requires Ruby version 1.9.x"
 puts "We suggest using Ruby Version Manager (RVM) https://rvm.io/
to install the newest release"
 exit 1

My me it used to look for ruby 2.2 only when not found tells you it
wants 1.9.x has been changed to look for either 2.x or 1.9.x, still they
haven't fixed.

So why trying to use 1.9? Only the 3yr old version looks for 1.9, not
what's current in github.


> 
> but after running the last command there is simply no output and the 1.9 
> directory has not been downloaded from CVS. Am I missing something? Btw I am 
> running OpenBSD 5.9 (snapshots).
> 
> Regards
> ML
> 
> On Saturday, March 19, 2016 10:05 AM, Stuart Henderson  
> wrote:
> On 2016-03-18, ML mail  wrote:
>> You mean I should just take the ports.tar.gz file of OpenBSD 5.8 and compile 
>> ruby 1.9 from there? 
>>
>>
>> I don't really know where is this CVS attic that you mention. 
> 
> This is probably the best way (which includes the security fix in -stable):
> 
> $ cd /usr/ports/lang/ruby
> $ cvs up -r OPENBSD_5_8 1.9
> U 1.9/Makefile
> U 1.9/distinfo
> U 1.9/patches/patch-common_mk
> U 1.9/patches/patch-compile_c
> U 1.9/patches/patch-configure
> U 1.9/patches/patch-ext_dl_handle_c
> U 1.9/patches/patch-ext_openssl_lib_openssl_ssl-internal_rb
> U 1.9/patches/patch-ext_tk_extconf_rb
> U 1.9/patches/patch-lib_fileutils_rb
> U 1.9/patches/patch-lib_rubygems_commands_install_command_rb
> U 1.9/patches/patch-lib_rubygems_dependency_installer_rb
> U 1.9/patches/patch-lib_rubygems_ext_builder_rb
> U 1.9/patches/patch-lib_rubygems_specification_rb
> U 1.9/patches/patch-test_openssl_test_ssl_rb
> U 1.9/pkg/DESCR-dbm
> U 1.9/pkg/DESCR-gdbm
> U 1.9/pkg/DESCR-main
> U 1.9/pkg/DESCR-ri_docs
> U 1.9/pkg/DESCR-tk
> U 1.9/pkg/MESSAGE-main
> U 1.9/pkg/PLIST-dbm
> U 1.9/pkg/PLIST-gdbm
> U 1.9/pkg/PLIST-main
> U 1.9/pkg/PLIST-ri_docs
> U 1.9/pkg/PLIST-tk
> U 1.9/pkg/UNMESSAGE-main



Re: Ruby 1.9.3 package on OpenBSD 5.9 (snapshots) missing

2016-03-19 Thread Nigel Taylor
On 03/19/16 17:46, ML mail wrote:
> Hi Stuart,
> 
> Thanks for explaining. I now did the following
> 
> $ cd /usr
> $ cvs -qd anon...@anoncvs.ca.openbsd.org:/cvs get -P ports
> $ cvs up -r OPENBSD_5_8 1.9
> 
That wasn't what you were instructed to do you have to
cd /usr/ports/lang/ruby

So you see the 1.8 2.1 sub directories, then your adding 1.9 or
from /usr/ports
cvs up -r OPENBSD_5_8 lang/ruby/1.9


You said snorby

Requirements

Snort
Ruby >= 1.9.2
Rails >= 3.0.0

Version check fix found on github

 module Snorby

   # Check Ruby Version
-  unless RUBY_VERSION.match(/^2.2/)
+  unless RUBY_VERSION.starts_with?("2.") ||
RUBY_VERSION.starts_with?("1.9")
 puts "Snorby requires Ruby version 1.9.x"
 puts "We suggest using Ruby Version Manager (RVM) https://rvm.io/
to install the newest release"
 exit 1

My me it used to look for ruby 2.2 only when not found tells you it
wants 1.9.x has been changed to look for either 2.x or 1.9.x, still they
haven't fixed.

So why trying to use 1.9? Only the 3yr old version looks for 1.9, not
what's current in github.

> 
> but after running the last command there is simply no output and the 1.9 
> directory has not been downloaded from CVS. Am I missing something? Btw I am 
> running OpenBSD 5.9 (snapshots).
> 
> Regards
> ML
> 
> On Saturday, March 19, 2016 10:05 AM, Stuart Henderson  
> wrote:
> On 2016-03-18, ML mail  wrote:
>> You mean I should just take the ports.tar.gz file of OpenBSD 5.8 and compile 
>> ruby 1.9 from there? 
>>
>>
>> I don't really know where is this CVS attic that you mention. 
> 
> This is probably the best way (which includes the security fix in -stable):
> 
> $ cd /usr/ports/lang/ruby
> $ cvs up -r OPENBSD_5_8 1.9
> U 1.9/Makefile
> U 1.9/distinfo
> U 1.9/patches/patch-common_mk
> U 1.9/patches/patch-compile_c
> U 1.9/patches/patch-configure
> U 1.9/patches/patch-ext_dl_handle_c
> U 1.9/patches/patch-ext_openssl_lib_openssl_ssl-internal_rb
> U 1.9/patches/patch-ext_tk_extconf_rb
> U 1.9/patches/patch-lib_fileutils_rb
> U 1.9/patches/patch-lib_rubygems_commands_install_command_rb
> U 1.9/patches/patch-lib_rubygems_dependency_installer_rb
> U 1.9/patches/patch-lib_rubygems_ext_builder_rb
> U 1.9/patches/patch-lib_rubygems_specification_rb
> U 1.9/patches/patch-test_openssl_test_ssl_rb
> U 1.9/pkg/DESCR-dbm
> U 1.9/pkg/DESCR-gdbm
> U 1.9/pkg/DESCR-main
> U 1.9/pkg/DESCR-ri_docs
> U 1.9/pkg/DESCR-tk
> U 1.9/pkg/MESSAGE-main
> U 1.9/pkg/PLIST-dbm
> U 1.9/pkg/PLIST-gdbm
> U 1.9/pkg/PLIST-main
> U 1.9/pkg/PLIST-ri_docs
> U 1.9/pkg/PLIST-tk
> U 1.9/pkg/UNMESSAGE-main



Re: Ruby 1.9.3 package on OpenBSD 5.9 (snapshots) missing

2016-03-19 Thread ML mail
Hi Stuart,

Thanks for explaining. I now did the following

$ cd /usr
$ cvs -qd anon...@anoncvs.ca.openbsd.org:/cvs get -P ports
$ cvs up -r OPENBSD_5_8 1.9


but after running the last command there is simply no output and the 1.9 
directory has not been downloaded from CVS. Am I missing something? Btw I am 
running OpenBSD 5.9 (snapshots).

Regards
ML

On Saturday, March 19, 2016 10:05 AM, Stuart Henderson  
wrote:
On 2016-03-18, ML mail  wrote:
> You mean I should just take the ports.tar.gz file of OpenBSD 5.8 and compile 
> ruby 1.9 from there? 
>
>
> I don't really know where is this CVS attic that you mention. 

This is probably the best way (which includes the security fix in -stable):

$ cd /usr/ports/lang/ruby
$ cvs up -r OPENBSD_5_8 1.9
U 1.9/Makefile
U 1.9/distinfo
U 1.9/patches/patch-common_mk
U 1.9/patches/patch-compile_c
U 1.9/patches/patch-configure
U 1.9/patches/patch-ext_dl_handle_c
U 1.9/patches/patch-ext_openssl_lib_openssl_ssl-internal_rb
U 1.9/patches/patch-ext_tk_extconf_rb
U 1.9/patches/patch-lib_fileutils_rb
U 1.9/patches/patch-lib_rubygems_commands_install_command_rb
U 1.9/patches/patch-lib_rubygems_dependency_installer_rb
U 1.9/patches/patch-lib_rubygems_ext_builder_rb
U 1.9/patches/patch-lib_rubygems_specification_rb
U 1.9/patches/patch-test_openssl_test_ssl_rb
U 1.9/pkg/DESCR-dbm
U 1.9/pkg/DESCR-gdbm
U 1.9/pkg/DESCR-main
U 1.9/pkg/DESCR-ri_docs
U 1.9/pkg/DESCR-tk
U 1.9/pkg/MESSAGE-main
U 1.9/pkg/PLIST-dbm
U 1.9/pkg/PLIST-gdbm
U 1.9/pkg/PLIST-main
U 1.9/pkg/PLIST-ri_docs
U 1.9/pkg/PLIST-tk
U 1.9/pkg/UNMESSAGE-main



Re: Ruby 1.9.3 package on OpenBSD 5.9 (snapshots) missing

2016-03-19 Thread Michael McConville
ML mail wrote:
> I just noticed that there is no Ruby version 1.9.3 package anymore in
> OpenBSD 5.9 (snapshots) although there is still version 1.8.7... Any
> ideas why? or was it simply forgotten?

https://marc.info/?t=14402593751&r=1&w=2

In the future, marc.info and your search engine of choice are good means
of answering such questions.



Re: Ruby 1.9.3 package on OpenBSD 5.9 (snapshots) missing

2016-03-19 Thread ML mail
I know it's EOL but Snorby (https://github.com/Snorby/snorby) for example only 
works with Ruby 1.9.3.

And by the way Ruby 1.8.7 is EOL since even longer (2013) but it is still in 
the packages of OpenBSD...


On Friday, March 18, 2016 6:24 PM, Joe Kowalski  wrote:
On Friday, March 18, 2016 5:20:26 PM ML mail wrote:

> Hi,
> 
> I just noticed that there is no Ruby version 1.9.3 package anymore in
> OpenBSD 5.9 (snapshots) although there is still version 1.8.7... Any ideas
> why? or was it simply forgotten?
> 
> Regards
> ML

Ruby 1.9 has been end of life for quite a while.
https://www.ruby-lang.org/en/news/2015/02/23/support-for-ruby-1-9-3-has-ended/
-- 
Joe Kowalski
BendTel
541-323-9116
jo...@bendtel.com



Re: Ruby 1.9.3 package on OpenBSD 5.9 (snapshots) missing

2016-03-19 Thread Joe Kowalski
On Friday, March 18, 2016 5:20:26 PM ML mail wrote:
> Hi,
> 
> I just noticed that there is no Ruby version 1.9.3 package anymore in
> OpenBSD 5.9 (snapshots) although there is still version 1.8.7... Any ideas
> why? or was it simply forgotten?
> 
> Regards
> ML

Ruby 1.9 has been end of life for quite a while.
https://www.ruby-lang.org/en/news/2015/02/23/support-for-ruby-1-9-3-has-ended/
-- 
Joe Kowalski
BendTel
541-323-9116
jo...@bendtel.com



Re: Ruby 1.9.3 package on OpenBSD 5.9 (snapshots) missing

2016-03-19 Thread Stuart Henderson
On 2016-03-18, ML mail  wrote:
> You mean I should just take the ports.tar.gz file of OpenBSD 5.8 and compile 
> ruby 1.9 from there? 
>
>
> I don't really know where is this CVS attic that you mention. 

This is probably the best way (which includes the security fix in -stable):

$ cd /usr/ports/lang/ruby
$ cvs up -r OPENBSD_5_8 1.9
U 1.9/Makefile
U 1.9/distinfo
U 1.9/patches/patch-common_mk
U 1.9/patches/patch-compile_c
U 1.9/patches/patch-configure
U 1.9/patches/patch-ext_dl_handle_c
U 1.9/patches/patch-ext_openssl_lib_openssl_ssl-internal_rb
U 1.9/patches/patch-ext_tk_extconf_rb
U 1.9/patches/patch-lib_fileutils_rb
U 1.9/patches/patch-lib_rubygems_commands_install_command_rb
U 1.9/patches/patch-lib_rubygems_dependency_installer_rb
U 1.9/patches/patch-lib_rubygems_ext_builder_rb
U 1.9/patches/patch-lib_rubygems_specification_rb
U 1.9/patches/patch-test_openssl_test_ssl_rb
U 1.9/pkg/DESCR-dbm
U 1.9/pkg/DESCR-gdbm
U 1.9/pkg/DESCR-main
U 1.9/pkg/DESCR-ri_docs
U 1.9/pkg/DESCR-tk
U 1.9/pkg/MESSAGE-main
U 1.9/pkg/PLIST-dbm
U 1.9/pkg/PLIST-gdbm
U 1.9/pkg/PLIST-main
U 1.9/pkg/PLIST-ri_docs
U 1.9/pkg/PLIST-tk
U 1.9/pkg/UNMESSAGE-main



Re: Ruby 1.9.3 package on OpenBSD 5.9 (snapshots) missing

2016-03-19 Thread ML mail
Thanks for the info. I have now started to compile Ruby 1.9.3 on OpenBSD 5.9 
but face the following errors:

BUILD FAILED (OpenBSD 5.9 using ruby-build 20160228-5-g522f3ba)

Inspect or clean up the working tree at /tmp/ruby-build.20160318182812.50827
Results logged to /tmp/ruby-build.20160318182812.50827.log

Last 10 log lines:
linking shared-object -test-/string/string.so
compiling wait_for_single_fd.c
installing default wait_for_single_fd libraries
linking shared-object -test-/wait_for_single_fd/wait_for_single_fd.so
compiling bigdecimal.c
cp: cannot overwrite directory ../../.ext/common/bigdecimal with non-directory 
../.././ext/bigdecimal/lib/bigdecimal/newton.rb
*** Error 1 in ext/bigdecimal (Makefile:178 
'../../.ext/common/bigdecimal/newton.rb': @ cp 
../.././ext/bigdecimal/lib/bigdecimal/newton.rb )
*** Error 1 in target '../../.ext/common/bigdecimal/newton.rb'
*** Error 2 in . (exts.mk:64 'ext/bigdecimal/all')
*** Error 2 in /tmp/ruby-build.20160318182812.50827/ruby-1.9.3-p484 
(Makefile:569 'build-ext')

Any ideas?




On Friday, March 18, 2016 6:37 PM, Michael McConville  wrote:
ML mail wrote:

> I just noticed that there is no Ruby version 1.9.3 package anymore in
> OpenBSD 5.9 (snapshots) although there is still version 1.8.7... Any
> ideas why? or was it simply forgotten?

https://marc.info/?t=14402593751&r=1&w=2

In the future, marc.info and your search engine of choice are good means
of answering such questions.



Re: Ruby 1.9.3 package on OpenBSD 5.9 (snapshots) missing

2016-03-18 Thread ML mail
You mean I should just take the ports.tar.gz file of OpenBSD 5.8 and compile 
ruby 1.9 from there? 


I don't really know where is this CVS attic that you mention. 




On Friday, March 18, 2016 9:55 PM, Jeremy Evans  wrote:
On Fri, Mar 18, 2016 at 10:49 AM, ML mail  wrote:

> Thanks for the info. I have now started to compile Ruby 1.9.3 on OpenBSD
> 5.9 but face the following errors:
>

Check the port out of the CVS Attic, and try to built it via the ports
system (it may need a few patches).

Ruby 1.8.7 is still needed by other packages in the ports tree, which is
why it is still in ports.  Ruby 1.9.3 is not used by anything else in the
ports tree, so it was removed after Ruby 2.0 was EOL.


Thanks,
Jeremy



Re: Ruby 1.9.3 package on OpenBSD 5.9 (snapshots) missing

2016-03-18 Thread Fred

On 03/18/16 22:08, ML mail wrote:

You mean I should just take the ports.tar.gz file of OpenBSD 5.8 and compile 
ruby 1.9 from there?


I don't really know where is this CVS attic that you mention.


Deleted files go to the attic in CVS:

http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang/ruby/1.9/Attic/

hth

Fred



Ruby 1.9.3 package on OpenBSD 5.9 (snapshots) missing

2016-03-18 Thread ML mail
Hi,

I just noticed that there is no Ruby version 1.9.3 package anymore in OpenBSD 
5.9 (snapshots) although there is still version 1.8.7... Any ideas why? or was 
it simply forgotten?

Regards
ML