[Bug 616779] Review Request: rubygem-json_pure - JSON implementation in pure Ruby

bugzilla at redhat.com bugzilla at redhat.com
Wed Sep 15 16:12:18 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=616779

--- Comment #11 from Michael Stahnke <mastahnke at gmail.com> 2010-09-15 12:12:17 EDT ---
I think we need json_pure for EPEL5, as JSON doesn't work perfectly with ruby
1.8.6 in EPEL5.  

stahnma at x2 /home/stahnma> ldd -r
/usr/lib64/ruby/site_ruby/1.8/x86_64-linux/json/ext/parser.so
        libruby.so.1.8 => /usr/lib64/libruby.so.1.8 (0x00002abe78915000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00002abe78c10000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00002abe78e2b000)
        libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00002abe79030000)
        libm.so.6 => /lib64/libm.so.6 (0x00002abe79268000)
        libc.so.6 => /lib64/libc.so.6 (0x00002abe794eb000)
        /lib64/ld-linux-x86-64.so.2 (0x0000003cbb000000)
undefined symbol: RSTRING_PTR  
(/usr/lib64/ruby/site_ruby/1.8/x86_64-linux/json/ext/parser.so)
undefined symbol: RSTRING_LEN  
(/usr/lib64/ruby/site_ruby/1.8/x86_64-linux/json/ext/parser.so)

Without these libraries, rubyforge becomes non-usable.  (that's after me trying
to patch rubyforge to use json rather than json_pure).  

rubyforge is of course needed by hoe, which is needed by lots of things.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list