Hi all, I've thought it would be not so difficult to make ocrfeeder (port[1]) running on OpenBSD but... Well, it core dumps.
I would appreciate any help, as it seems to be one of few OSS OCR application available. I submitted a BZ[2] for upstream but I'm not even sure if it is an OpenBSD issue or an upstream one. My skills are limited :( (gdb) bt #0 0x000010d5270e521a in kill () at <stdin>:2 #1 0x000010d52714565a in abort () at /usr/src/lib/libc/stdlib/abort.c:70 #2 0x000010d5279bd325 in pthread_mutex_unlock (mutexp=Variable "mutexp" is not available. ) at /usr/src/lib/librthread/rthread_sync.c:219 #3 0x000010d532538c11 in g_mutex_unlock () from /usr/local/lib/libglib-2.0.so.3800.0 #4 0x000010d53a98c13b in gtk_main () from /usr/local/lib/libgtk-x11-2.0.so.2400.0 #5 0x000010d53490875d in _wrap_gtk_main () from /usr/local/lib/python2.7/site-packages/gtk-2.0/gtk/_gtk.so #6 0x000010d5285f18d9 in PyEval_EvalFrameEx () from /usr/local/lib/libpython2.7.so.0.0 #7 0x000010d5285f20f5 in PyEval_EvalFrameEx () from /usr/local/lib/libpython2.7.so.0.0 #8 0x000010d5285f32cd in PyEval_EvalCodeEx () from /usr/local/lib/libpython2.7.so.0.0 #9 0x000010d5285f33c2 in PyEval_EvalCode () from /usr/local/lib/libpython2.7.so.0.0 #10 0x000010d52860ef92 in run_mod () from /usr/local/lib/libpython2.7.so.0.0 #11 0x000010d52860f066 in PyRun_FileExFlags () from /usr/local/lib/libpython2.7.so.0.0 #12 0x000010d52861069d in PyRun_SimpleFileExFlags () from /usr/local/lib/libpython2.7.so.0.0 #13 0x000010d52862140d in Py_Main () from /usr/local/lib/libpython2.7.so.0.0 #14 0x000010d31c800cb1 in _start () from /usr/local/bin/python2.7 #15 0x0000000000000000 in ?? () [1] https://github.com/jirib/openbsd-mystuff/tree/master/x11/gnome/ocrfeeder [2] https://bugzilla.gnome.org/show_bug.cgi?id=721313 PS: You can of course point me to some reading, so I could improve skills :) jirib