On Thu, Jan 13, 2011 at 05:06:50PM -0800, Jeremy Evans wrote: > On 01/12 04:38, Jeremy Evans wrote: > > Fairly simple, these are ruby bindings for Qt4. I originally started > > work on this at p2k10, and just recently picked it up again and got it > > working. > > > > Tested on i386. Compiles on amd64, but I haven't had a chance to test > > there yet. Looking for OKs. > > > > Jeremy > > Made some changes so that you can install it side by side with > kdebindings3 (the ruby binding to Qt3). Also, if you want to > test this, you'll need to use: > > LD_PRELOAD=/usr/lib/libpthread.so.13.1 > > when running the ruby interpreter. We don't enable pthreads in ruby as > it causes some issues, which is why you need to use LD_PRELOAD.
That is the exact same issue with p5-Gtk2, which isnt built those days because p5-Glib needs a similar hack and thus is marked BROKEN. Do we want more ports in the tree that require such hacks ? Same comment for ruby-gtk2. Landry