Re: [sane-devel] scanimage does not recognize basic long options

2023-02-05 Thread Karl Weber
Hi Ralph, On Sunday, 5 February 2023 01:22:10 CET Ralph Little wrote: > @karl, perhaps pull the change and make sure it is good for you? It is ok for my. Thank you very much! Regards Karl

Re: [sane-devel] scanimage does not recognize basic long options

2023-02-04 Thread Ralph Little
Hi, I have checked in a change to scanimage in master and it should be in 1.2.1. @karl, perhaps pull the change and make sure it is good for you? Cheers, Ralph On 2023-02-04 11:47, m. allan noah wrote: I'm ok with breaking code freeze if you want On Sat, Feb 4, 2023, 2:41 PM Ralph Little

Re: [sane-devel] scanimage does not recognize basic long options

2023-02-04 Thread m. allan noah
I'm ok with breaking code freeze if you want On Sat, Feb 4, 2023, 2:41 PM Ralph Little wrote: > Hi, > > On 2023-02-04 10:38, Karl Weber wrote: > > Hi Ralf, > > > > On Saturday, 4 February 2023 18:06:41 CET Ralph Little wrote: > >> The condition on SANE_OPTION_IS_SETTABLE(opt->cap) has been

Re: [sane-devel] scanimage does not recognize basic long options

2023-02-04 Thread Ralph Little
Hi, On 2023-02-04 10:38, Karl Weber wrote: Hi Ralf, On Saturday, 4 February 2023 18:06:41 CET Ralph Little wrote: The condition on SANE_OPTION_IS_SETTABLE(opt->cap) has been removed in version 1.1.1 and this causes the problem. I'm a bit confused by this comment. I thought that your issue

Re: [sane-devel] scanimage does not recognize basic long options

2023-02-04 Thread Karl Weber
Hi Ralf, On Saturday, 4 February 2023 18:06:41 CET Ralph Little wrote: > The condition on SANE_OPTION_IS_SETTABLE(opt->cap) has been removed in > version > > 1.1.1 and this causes the problem. > > I'm a bit confused by this comment. I thought that your issue was caused > by the backend sending

Re: [sane-devel] scanimage does not recognize basic long options

2023-02-04 Thread Ralph Little
Hi, On 2023-02-04 01:15, Karl Weber wrote: Hi, On Friday, 3 February 2023 21:11:11 CET Karl Weber wrote: It is easy, to fix this. After if (opt->type == SANE_TYPE_GROUP) continue; one may to add if (opt->name == NULL) continue; The sources that come with my distribution,

Re: [sane-devel] scanimage does not recognize basic long options

2023-02-04 Thread Karl Weber
Hi, On Friday, 3 February 2023 21:11:11 CET Karl Weber wrote: > It is easy, to fix this. After > > if (opt->type == SANE_TYPE_GROUP) > continue; > > one may to add > > if (opt->name == NULL) > continue; The sources that come with my distribution, i.e. version 1.0.32, have the

Re: [sane-devel] scanimage does not recognize basic long options

2023-02-03 Thread Karl Weber
On Thursday, 2 February 2023 22:31:47 CET Karl Weber wrote: > I get > > scanimage: unrecognized option '--format=jpeg' > > The backend used in this case is hpaio. I know what is wrong and in particular why it works with the test device but not with hpaio. I know how to fix it in scanimage, but

Re: [sane-devel] scanimage does not recognize basic long options

2023-02-02 Thread Karl Weber
On Thursday, 2 February 2023 22:44:34 CET m. allan noah wrote: > I bet you are not running the version of scanimage you think you are. I thought exactly the same :) So I removed all packages from my openSUSE 15.3 repository, in particular sane-backends. Now I get: scanimage --version

Re: [sane-devel] scanimage does not recognize basic long options

2023-02-02 Thread m. allan noah
I bet you are not running the version of scanimage you think you are. On Thu, Feb 2, 2023 at 4:35 PM Karl Weber wrote: > Hi, > > I came to the mentioned package through this issue > > https://gitlab.com/sane-project/backends/-/issues/440 > > Meanwhile, I worked with a git clone, however with

Re: [sane-devel] scanimage does not recognize basic long options

2023-02-02 Thread Karl Weber
Hi, I came to the mentioned package through this issue https://gitlab.com/sane-project/backends/-/issues/440 Meanwhile, I worked with a git clone, however with the same result :( On Thursday, 2 February 2023 22:01:03 CET Ralph Little wrote: > I downloaded and built said package and I don't see

Re: [sane-devel] scanimage does not recognize basic long options

2023-02-02 Thread Ralph Little
Hi, On Thu, Feb 2, 2023 at 12:41 PM Karl Weber wrote: > Hi, > > I downloaded the source code tar ball sane-backends-1.1.1.360-573ca.tar.gz > and > built sane simply with > > ./configure > make > make install > > When I execute scanimage, it does not recognize basic long options. I get > the >

[sane-devel] scanimage does not recognize basic long options

2023-02-02 Thread Karl Weber
Hi, I downloaded the source code tar ball sane-backends-1.1.1.360-573ca.tar.gz and built sane simply with ./configure make make install When I execute scanimage, it does not recognize basic long options. I get the error messages like scanimage: unrecognized option '--format=jpeg' Always for