Wow, thanks malcolmlewis.
I installed your rpm and it works nicely. I also tested rebuilding from your .src file and that also works nicely.
I don’t understand what I was doing wrong. Was python2-devel not a needed dependency ? I did have python3-devel and python-devel installed, but neither of those would satisfy the python2-devel requirement.
I tested the gimagereader to take a scanned jpeg file of a page in french, and it scanned it to ascii. I don’t have the dictionary working (I also did not have it working when running gimagereader on openSUSE-11.2). But this time with your build I get more error messages (which could be helpful). I get the error:
oldcpu@core-i7:~/rpms> gimagereader
libenchant.so.1
Could not load dbus, find PackageKit on dbus or find apt-file: dictionary autoinstallation will not work.
libusb couldn't open USB device /dev/bus/usb/001/001: Permission denied.
libusb requires write access to USB device nodes.
libusb couldn't open USB device /dev/bus/usb/001/002: Permission denied.
libusb requires write access to USB device nodes.
........... etc ... with the libusb message repeating many times .....
… an ideas there ?
Of course I have dbus installed:
oldcpu@core-i7:~/rpms> rpm -qa '*dbus*'
libeggdbus-1-0-0.6-5.1.x86_64
dbus-1-32bit-1.2.24-1.18.x86_64
dbus-1-python-0.83.0-31.1.x86_64
dbus-1-glib-devel-0.86-1.19.x86_64
dbus-1-glib-0.86-1.19.x86_64
dbus-1-x11-1.2.24-1.10.x86_64
dbus-1-devel-1.2.24-1.18.x86_64
dbus-1-1.2.24-1.18.x86_64
yast2-dbus-client-2.18.0-5.1.x86_64
dbus-1-python-devel-0.83.0-31.1.x86_64
and all sorts of dictionaries:
oldcpu@core-i7:~/rpms> rpm -qa '*spell*'
hunspell-tools-1.2.8-8.1.x86_64
aspell-de-20091006-1.21.x86_64
gtkspell-lang-2.0.15-6.1.noarch
hunspell-1.2.8-8.1.x86_64
aspell-en-6.0-164.1.x86_64
ispell-american-3.3.02-90.1.x86_64
myspell-american-20100316-9.1.noarch
gtkspell-doc-2.0.15-6.1.x86_64
gtkspell-2.0.15-6.1.x86_64
gtkspell-devel-2.0.15-6.1.x86_64
aspell-fr-0.50.3-16.1.x86_64
ispell-3.3.02-90.1.x86_64
aspell-0.60.6-32.1.x86_64
and the tesseract rpms that I believe needed:
oldcpu@core-i7:~/rpms> rpm -qa '*tess*'
tesseract-data-fra-2.04-1.2.x86_64
tesseract-devel-2.04-1.2.x86_64
tesseract-data-deu-2.04-1.2.x86_64
tesseract-2.04-1.2.x86_64
My current thinking is I am missing a tesseract rpm (there are hundreds of those).
No worries if you have no hints there either. I’m back to where I was with my openSUSE-11.2 on this new 11.3 install, and I’m happy there.