See below if you fancy a preview, the URL has patches you
can apply to your ports tree to try it out.
> Begin forwarded message:
>
> > From: Pav Lucistnik <p...@FreeBSD.org>
> > Date: 12 January 2006 00:48:22 GMT
> > To: po...@FreeBSD.org
> > Cc: alex...@wittig.name
> > Subject: [BOO!] Ruby 1.8.4 testers wanted
> > Reply-To: p...@FreeBSD.org
> >
> > Hi people,
> >
> > Alexander Wittig provided us with patches to upgrade our Ruby to
> > 1.8.4.
> >
> > Because previous attempt to upgrade to 1.8.3 ended in flames, I want
> > you, people who run ruby apps, to test the patches before I commit
> > them.
> > Find the patches at
> >
> > http://people.freebsd.org/~pav/ruby/
> >
> > Please test them as much as possible.
> >
> > If I don't hear any screaming, they'll hit the tree during weekend.
> >
> > In 1.8.4, there is a different behaviour of site-install target from
> > mkmf generated Makefiles. Most obvious change is that .h files are no
> > longer installed in modules. I hacked mkmf.rb to include install;
> > target
> > in site-install: target as it was in 1.8.2. Any Ruby wizard to tell me
> > how to fix this properly?
> >
> > I'm interested in which ports broke with 1.8.3 back last fall, so I
> > could check them out before committing? Anyone still remember? Kris?
> >
> > Once this is done, I'd like to start phasing out ruby16. Anyone
> > disagree?
--
Rasputin :: Jack of All Trades - Master of Nuns
http://number9.hellooperator.net/
Thanks for the tip.
On Fri, 13 Jan 2006 10:23:27 -0500, Dick Davies <rasp...@gmail.com>
wrote:
--
---
Daniel C.
dan...@cedilotte.com
~ ryan ~
Does portupgrade with with 1.8.4? I mean all the options, not just a couple
switch commands :)
Tsume
> Does portupgrade with with 1.8.4? I mean all the options, not just a couple
> switch commands :)
That's one of the things to test, I guess :)
I'll let you know tomorrow (if I still have a network).
> Quick heads up for any FreeBSD users on list - the
> FreeBSD ports tree is being bumped to include 1.8.4
> Any Day Now (it's been 1.8.2 for ages).
On a slightly related note, ruby has also recently (like, a few days
ago) been bumped to 1.8.4 in DarwinPorts (it was still at 1.8.2 for
ages as well).
--
Luc Heinrich - l...@honk-honk.com - http://www.honk-honk.com
danyc@danyc-5$ uname -a
FreeBSD danyc-5 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13
UTC 2005 ro...@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386
danyc@danyc-5$ ruby --version
ruby 1.8.4 (2005-12-24) [i386-freebsd6]
danyc@danyc-5$ cat t.rb
require 'net/telnet'
e = Net::Telnet.new("Host" => "127.0.0.1")
danyc@danyc-5$ ruby t.rb
/usr/local/lib/ruby/1.8/timeout.rb:52: [BUG] Segmentation fault
ruby 1.8.4 (2005-12-24) [i386-freebsd6]
Abort trap: 6 (core dumped)