Bug 61631

Summary: ruby-bz2 doesn't work
Product: Ports & Packages Reporter: Pavel Argentov <argentoff>
Component: Individual Port(s)Assignee: Akinori MUSHA <knu>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Pavel Argentov 2004-01-20 14:00:32 UTC
require 'bz2' command in ruby 1.6 leads to the following:
[root@erin collector]# irb
irb(main):001:0> require 'bz2'
/usr/libexec/ld-elf.so.1: /usr/local/lib/ruby/site_ruby/1.6/i386-freebsd4/bz2.so: Undefined symbol "rb_proc_new"

How-To-Repeat: [root@erin collector]# irb
irb(main):001:0> require 'bz2'
/usr/libexec/ld-elf.so.1: /usr/local/lib/ruby/site_ruby/1.6/i386-freebsd4/bz2.so: Undefined symbol "rb_proc_new"
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-01-21 11:13:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->knu

Over to maintainer.
Comment 2 Akinori MUSHA freebsd_committer freebsd_triage 2004-03-04 18:50:36 UTC
State Changed
From-To: open->closed

This module had dropped ruby 1.6 support, it seems. 
I sent the author a mail asking if it was intentional, 
so ruby 1.6 support will probably resurrect if it wasn't. 

For the moment, I marked the port IGNORE when it is being built 
with ruby 1.6.  Thanks for the PR!