Le 2020-02-21 21:28, Jean-Marc Spaggiari a écrit :
@Till: indeed. I had to install the autoconf-archive. It solved the
issue. Thanks for the guidance.
@Thierry:
(base) jmspaggi@precision5530:~/backends$ sudo ./frontend/scanimage -L
device `pixma:04A91854_13B71E' is a CANON Canon PIXMA TR4500 Series
multi-function peripheral
(base) jmspaggi@precision5530:~/backends$ sudo ./frontend/scanimage -d
'escl:http://192.168.23.130:80' -T
Output format is not set, using pnm as a default.
scanimage: open of device escl:http://192.168.23.130:80 failed: Device
busy
So I un-plugged the 2 printers, stopped the 2 and restarted only the
Canon. I can heat the printer moving but I get the same error:
scanimage: sane_start: Invalid argument
please note that I do that on my "backends" folder, which I got from
that: git clone https://gitlab.com/sane-project/backends.gitI also
have a sane-escl folder which I got from the link you sent before but
there is no "scanimage" there.
sane-escl is archived
Please test this :
$ scanimage -d 'escl:http://192.168.23.130:80' -x 215 -y 296 -T
JMS
Le ven. 21 févr. 2020 à 15:16, Till Kamppeter
<[email protected]> a écrit :
On 21/02/2020 20:26, Jean-Marc Spaggiari wrote:
So.
I have cloned the backend repo:
git clone https://gitlab.com/sane-project/backends.git
Applied the patch (Changed 1200 to 600 and added the last param).
And now I'm trying to follow the instructions there:
https://help.ubuntu.com/community/CompileSaneFromSource
running ./autogen.sh failes right from the beginning :( I prints
thousands of lines "patch: **** Can't create file ./ltmain.sh.orig
: Too
many open files" I increased my limit to 10k files, but I'm
getting the
exact same error. I tried to checkout the 1.0.29 but got the same
error.
after investigations it seems coming from the lack of autopoint.
apt-get
install solved it.
I tried to run configure with this command:
./configure --prefix=/usr --libdir=/usr/lib/ --sysconfdir=/etc
--localstatedir=/var --enable-avahi
But it failed:
./configure: line 14868: syntax error near unexpected token
`noext,'
./configure: line 14868: `AX_CXX_COMPILE_STDCXX_11(noext,
optional)'
If you are on Ubuntu, you need to install the "autoconf-archive"
package.
Till