[sane-devel] long option format not recognized (Was: Epson Perfection 610 Issue with 150 dpi scan)

2010-01-04 Thread Alessandro Zummo
On Sun, 3 Jan 2010 20:04:13 -0500 m. allan noah kitno455 at gmail.com wrote: Alessandro- Can you take a look? This seems to have fixed the bug, committing. @@ -1228,13 +1228,13 @@ init_options(Epson_Scanner *s) s-opt[OPT_ADVANCED_GROUP].title = SANE_I18N(Advanced);

[sane-devel] long option format not recognized (Was: Epson Perfection 610 Issue with 150 dpi scan)

2010-01-04 Thread Rainer Dorsch
Hi Allesandro, thanks for the fix. From the context of the mailthread I would think it fixes the long option format issue, but it fixes the problem only partially: --device-name and --verbose were broken before (see my first mail) and work now. rd at blackbox:~/SW.nobackup/sane-backends$

[sane-devel] long option format not recognized (Was: Epson Perfection 610 Issue with 150 dpi scan)

2010-01-04 Thread Alessandro Zummo
On Mon, 4 Jan 2010 13:43:27 +0100 Rainer Dorsch rdorsch at web.de wrote: /home/rd/SW.nobackup/sane-backends/frontend/.libs/lt-scanimage: unrecognized option `--help' rd at blackbox:~/SW.nobackup/sane-backends$ that's strange, it works nicely here ... -v, --verbose give even

[sane-devel] long option format not recognized (Was: Epson Perfection 610 Issue with 150 dpi scan)

2010-01-04 Thread m. allan noah
What is this fix actually doing? IIRC, Group options should have the CAP_GROUP set, otherwise the frontend might try to activate them in some way. allan On Mon, Jan 4, 2010 at 7:53 AM, Alessandro Zummo azummo-lists at towertech.it wrote: On Mon, 4 Jan 2010 13:43:27 +0100 Rainer Dorsch rdorsch

[sane-devel] long option format not recognized (Was: Epson Perfection 610 Issue with 150 dpi scan)

2010-01-04 Thread Alessandro Zummo
On Mon, 4 Jan 2010 08:33:24 -0500 m. allan noah kitno455 at gmail.com wrote: What is this fix actually doing? IIRC, Group options should have the CAP_GROUP set, otherwise the frontend might try to activate them in some way. I don't know, but that fixed scanimage. tiffscan worked nicely.

[sane-devel] long option format not recognized (Was: Epson Perfection 610 Issue with 150 dpi scan)

2010-01-04 Thread m. allan noah
right- that's what we get when I post before coffee :) anyway- I wonder if we should investigate caps on groups a little more closely in scanimage/scanadf? IIRC, I had to put in some little hack for disabled groups in the fujitsu backend... allan On Mon, Jan 4, 2010 at 8:41 AM, Alessandro Zummo

[sane-devel] long option format not recognized (Was: Epson Perfection 610 Issue with 150 dpi scan)

2010-01-04 Thread Alessandro Zummo
On Mon, 4 Jan 2010 08:45:02 -0500 m. allan noah kitno455 at gmail.com wrote: right- that's what we get when I post before coffee :) anyway- I wonder if we should investigate caps on groups a little more closely in scanimage/scanadf? IIRC, I had to put in some little hack for disabled groups

[sane-devel] long option format not recognized (Was: Epson Perfection 610 Issue with 150 dpi scan)

2010-01-04 Thread Rainer Dorsch
Alessandro, Am Montag, 4. Januar 2010 schrieben Sie: On Mon, 4 Jan 2010 13:43:27 +0100 Rainer Dorsch rdorsch at web.de wrote: /home/rd/SW.nobackup/sane-backends/frontend/.libs/lt-scanimage: unrecognized option `--help' rd at blackbox:~/SW.nobackup/sane-backends$ that's strange, it

[sane-devel] long option format not recognized (Was: Epson Perfection 610 Issue with 150 dpi scan)

2010-01-04 Thread Alessandro Zummo
On Mon, 4 Jan 2010 20:45:44 +0100 Rainer Dorsch rdorsch at web.de wrote: not sure what break --help for me. I have the patch from Chris still there, but I think we all agree that it does not break anything: can you check if you have any older piece of sane installed somewhere? -- Best

[sane-devel] long option format not recognized (Was: Epson Perfection 610 Issue with 150 dpi scan)

2010-01-04 Thread Rainer Dorsch
Chris, that was an excellent observation again. When installing everything it works as expected :-) Now I start testing the fix proposal for the bug which generates corrupted pnms... Thanks again, Rainer Am Montag, 4. Januar 2010 schrieben Sie: On Mon, Jan 4, 2010 at 1:45 PM, Rainer Dorsch

[sane-devel] long option format not recognized (Was: Epson Perfection 610 Issue with 150 dpi scan)

2010-01-03 Thread Rainer Dorsch
Hi Chris, Am Sonntag, 3. Januar 2010 schrieb Chris Bagwell: On Sun, Jan 3, 2010 at 7:01 AM, Rainer Dorsch rdorsch at web.de wrote: For the long options issue: I rebuild git sane on another machine (also Debian stable aka Debian 5.0) and the long options error is still there. Even --help

[sane-devel] long option format not recognized (Was: Epson Perfection 610 Issue with 150 dpi scan)

2010-01-03 Thread m. allan noah
good call chris- you want to submit a fix? allan On Sun, Jan 3, 2010 at 4:14 PM, Rainer Dorsch rdorsch at web.de wrote: Hi Chris, Am Sonntag, 3. Januar 2010 schrieb Chris Bagwell: On Sun, Jan 3, 2010 at 7:01 AM, Rainer Dorsch rdorsch at web.de wrote: For the long options issue: I rebuild

[sane-devel] long option format not recognized (Was: Epson Perfection 610 Issue with 150 dpi scan)

2010-01-03 Thread Chris Bagwell
There was a typo in first part of Rainer's email. Later on it shows its still not working although its safe fix I should probably submit. I've now been able to reproduce the issue with --help not working with the epson2 backend. The problem occurs when we reach driver specific help and so