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

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

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

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

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

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

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=1=2 In the future, marc.info and your search engine of

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,

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

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

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

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

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:

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