Bug 604442

Summary: sane-backends-1.0.21-2.fc12 breaks xsane
Product: [Fedora] Fedora Reporter: Dieter Stolte <dstolte>
Component: sane-backendsAssignee: Nils Philippsen <nphilipp>
Status: CLOSED CANTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: nphilipp
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-06-16 15:43:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Dieter Stolte 2010-06-15 21:52:14 UTC
Description of problem:
after upgrading sane-backends to version 1.0.21-2.fc12 scanning in gimp with xsane-gimp 0.997-3.fc12 stopped working. After downgrading sane-backends to 1.0.20-10.fc12 scanner worked again.


Version-Release number of selected component (if applicable):
sane-backends-1.0.21-2.fc12 (64bit)

How reproducible:
always

Steps to Reproduce:
1. open gimp
2. goto file->create(?, second menu item)->"xsane: select device" or "xsane: <device>"
3. in one case the scanner is found but preview is not working because it hangs. in the other case the scanner cannot be initialized. 

Actual results:
xsane not working anymore

Expected results:
xsane should work

Additional info:
- xsane standalone also doesnt work.
- hardware is epson V500
- driver used: iscan-2.24.0-4.ltdl7.x86_64.rpm and iscan-plugin-gt-x770-2.1.1-2.c2.x86_64.rpm

Comment 1 Nils Philippsen 2010-06-16 15:43:19 UTC
I see that you use the proprietary driver necessary for your scanner model. Unfortunately I can't say what goes wrong with that and the new sane-backends library version, please contact Avasys/Epson about that. You might have a (slight) chance to find that out for yourself if you attempt to build their drivers from sources (well, sources plus binary object code).

Sorry that I can't help you more with that :-(.

Comment 2 Dieter Stolte 2010-06-16 23:07:56 UTC
So you verified that the combination of xsane and the new sane-backends package is working with scanners supported by sane itself?

Comment 3 Nils Philippsen 2010-06-17 13:28:33 UTC
I have checked it out with a flatbed scanner I own, both using xsane stand-alone and as a GIMP plugin worked with both previewing and scanning. I suspect that the proprietary driver uses sane-internal API which has changed between .20 and .21, but that's just guesswork (it contains its own copy of the sanei/ directory which defines sane-internal interfaces).

Comment 4 Dieter Stolte 2010-06-17 13:42:36 UTC
Ok, thanks. Will have a look at the epson code.