[sane-devel] Saned does not compile under Opensolaris

2008-12-08 Thread Louis Lagendijk
I am testing Sane under Opensolaris to see if the network extensions for the pixma backend work under Opensolaris. During the compilation I noticed that saned does not compile as OpenSolaris does not have getgrouplist(). There is a getgrouplist.c in openssh. Can we add that, or should we only in

[sane-devel] HP 4600 vs. Mustek_usb2

2008-12-08 Thread Triften Chmil
The output of sane-find-scanner -v -v on http://www.sane-project.org/unsupported/hp-scanjet-4600.html says that it may contain an SQ113 chip, which is the same as in the Mustek_usb2 supported scanners, so I've started comparing the logs and playback I've got to the commands used by Mustek_usb2. Thi

[sane-devel] Avision bug (was: Re: Suicidal Child Process - SANE)

2008-12-08 Thread m. allan noah
After some private mails with Ian, it seems this is a bug in sane-avision: during sane_cancel(), the backend calls: sanei_thread_kill (s->reader_pid), but s->reader_pid is 0, which signals the entire group. There is a test to try and avoid this, but it relies on prior code to have set s->reader_pi