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"
Responsible Changed From-To: freebsd-ports-bugs->knu Over to maintainer.
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!