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

bugzilla at redhat.com bugzilla at redhat.com
Wed Sep 15 17:07:36 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 #12 from Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> 2010-09-15 13:07:35 EDT ---
(In reply to comment #11)
> I think we need json_pure for EPEL5, as JSON doesn't work perfectly with ruby
> 1.8.6 in EPEL5.

- I guess 1.8.5, not 1.8.6.

> 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)

- I don't know if json (json_pure) upstream wants to support 1.8.5
  any longer, however you can fix this issue on json side.
  See what json-1.4.3/ext/json/ext/generator/generator.h does (for
  RSTRING_PTR and so on definition)

-- 
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