cppjieba binding for ruby
https://github.com/erickguan/cppjieba_rb
cppjieba binding for ruby. Mainly used by Discourse.
- Download package
 - 
Checkout Package
osc -A https://api.opensuse.org checkout home:darix:apps/rubygem-cppjieba_rb && cd $_ - Create Badge
 
Refresh
Source Files
| Filename | Size | Changed | 
|---|---|---|
| cppjieba_rb-0.4.4.gem | 0008040448 7.67 MB | |
| gem2rpm.yml | 0000002060 2.01 KB | |
| no-buildroot.patch | 0000000443 443 Bytes | |
| rubygem-cppjieba_rb-rpmlintrc | 0000000045 45 Bytes | |
| rubygem-cppjieba_rb.changes | 0000001419 1.39 KB | |
| rubygem-cppjieba_rb.spec | 0000001874 1.83 KB | |
| series | 0000000019 19 Bytes | 
Comments 5
@darix
https://github.com/fantasticfears/cppjieba_rb/issues/2
please help solving this
https://build.opensuse.org/package/rdiff/home:darix:apps/rubygem-cppjieba_rb?linkrev=base&rev=2
until we figured out the issue
It turns out to be a optimization regression in gcc 8 of openSUSE.
Other distributions work fine. on openSUSE -O1,2,3 produce two kinds of segfaults while -O0 works.
https://bugzilla.opensuse.org/show_bug.cgi?id=1109532
@darix 0.3.1 available on rubygems.org fixed this
btw they are even at 0.3.3 by now.