Bug 61631 - ruby-bz2 doesn't work
Summary: ruby-bz2 doesn't work
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Akinori MUSHA
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-20 14:00 UTC by Pavel Argentov
Modified: 2004-03-04 18:54 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!