Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[OT] Calling all Freebsders.

0 views
Skip to first unread message

Dick Davies

unread,
Jan 13, 2006, 10:23:27 AM1/13/06
to
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).

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/


Daniel Cedilotte

unread,
Jan 13, 2006, 10:31:19 AM1/13/06
to

Cool, I'll get those patches installed tonight on my server.

Thanks for the tip.

On Fri, 13 Jan 2006 10:23:27 -0500, Dick Davies <rasp...@gmail.com>
wrote:

--
---
Daniel C.
dan...@cedilotte.com

J. Ryan Sobol

unread,
Jan 13, 2006, 10:38:46 AM1/13/06
to
Woot!

~ ryan ~


tsum...@tsumelabs.com

unread,
Jan 13, 2006, 11:11:13 AM1/13/06
to
On Saturday 14 January 2006 12:23 am, Dick Davies wrote:
> 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).
>
> See below if you fancy a preview, the URL has patches you
> can apply to your ports tree to try it out.


Does portupgrade with with 1.8.4? I mean all the options, not just a couple
switch commands :)

Tsume


Dick Davies

unread,
Jan 13, 2006, 11:19:19 AM1/13/06
to
On 13/01/06, tsum...@tsumelabs.com <tsum...@tsumelabs.com> wrote:
> On Saturday 14 January 2006 12:23 am, Dick Davies wrote:
> > Quick heads up for any FreeBSD users on list - the
> > FreeBSD ports tree is being bumped to include 1.8.4

> 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).

Luc Heinrich

unread,
Jan 13, 2006, 3:42:57 PM1/13/06
to
On 13 janv. 06, at 16:23, Dick Davies wrote:

> 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


Dany Cayouette

unread,
Jan 19, 2006, 1:09:54 AM1/19/06
to
Ruby cored on 'timeout'. I don't exactly know what needs to be
reported. Picked up 1.8.4 after running portsnap. Compiled from source
in ports


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)

0 new messages