[bug-notifications] [ruby 0003445]: Missing rb_hash_foreach
Mantis Bug Tracker
noreply at opencsw.org
Sat Feb 21 22:31:49 CET 2009
The following issue has been SUBMITTED.
======================================================================
http://www.opencsw.org/bugtrack/view.php?id=3445
======================================================================
Reported By: mswatters
Assigned To:
======================================================================
Project: ruby
Issue ID: 3445
Category: regular use
Reproducibility: always
Severity: block
Priority: normal
Status: new
======================================================================
Date Submitted: 2009-02-21 22:31 CET
Last Modified: 2009-02-21 22:31 CET
======================================================================
Summary: Missing rb_hash_foreach
Description:
Configure scripts check if rb_hash_foreach function exists
using the following command. if it does not exist, it is assumed the
release level is prior to 1.8.2.
$ /opt/csw/bin/ruby --version
ruby 1.8.7 (2008-08-11 patchlevel 72) [sparc-solaris2.8]
$ /opt/csw/bin/ruby -r mkmf -e 'have_func("rb_hash_foreach")'
checking for rb_hash_foreach()... no
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-02-21 22:31 mswatters New Issue
======================================================================
More information about the bug-notifications
mailing list