<div dir="ltr">



<div>
<div name="messageBodySection">
<div dir="auto">Once again, thanks for your nearly instantaneous reply. When I run ./autogen.sh I get what is shown below an apparent infinite loop leading to a segmentation fault. I suspect that this is related to the highlighted line below, but I am not clear on what to try ti address it.</div><div dir="auto"><br></div><div>Some specific information.</div><div><ul><li>this is from a download that I made today from <a href="https://gitlab.com/sane-project/backends/-/tree/master/backend">https://gitlab.com/sane-project/backends/-/tree/master/backend</a></li><li>I downloaded as a zip and expanded the zip into a newly-created directory. I ran the command in that directory.</li><li>prior to running the command I verified the presence of libtool-bin, libusb-dev, autoconf, libjpeg-dev, and gettext, </li><li>All were at or more advanced than the versions specified in the README</li><li>I did not check for libgphoto2 or a C++11 compliant C++ compiler as I only intended to rebuild the fujitso backend.</li><li>I have rebooted and redownloaded the backends repository to an empty directory with no change</li><li>In order to capture the early error output I reran the command as ~/HETP/sane/backends-master$ ./autogen.sh > output.txt 2>&1<br></li><li>my goal is to get a fujitsu backend rebuilt according to the instructions to enable sanner-side compression as described in <a href="https://alioth-lists.debian.net/pipermail/sane-devel/2009-April/024516.html">https://alioth-lists.debian.net/pipermail/sane-devel/2009-April/024516.html</a></li><li>If there is an easier way to accomplish this I am open to suggestions. </li></ul></div><div dir="auto"><br></div></div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div name="messageBodySection"><div><font face="monospace"><b>autoreconf: Entering directory `.'<br>autoreconf: running: autopoint --force<br>Copying file po/Rules-quot<br>autoreconf: running: aclocal --force --warnings=all -I m4<br>fatal: not a git repository (or any of the parent directories): .git<br><span style="background-color:rgb(255,242,204)"><a href="http://configure.ac:14">configure.ac:14</a>: error: AC_INIT should be called with package and version arguments</span><br>/usr/share/aclocal-1.15/init.m4:29: AM_INIT_AUTOMAKE is expanded from...<br><a href="http://configure.ac:14">configure.ac:14</a>: the top level<br>autom4te: /usr/bin/m4 failed with exit status: 1<br>aclocal: error: echo failed with exit status: 1<br>autoreconf: aclocal failed with exit status: 1<br>patching file ./ltmain.sh<br>Hunk #1 FAILED at 9708.<br>Hunk #2 FAILED at 10166.<br>2 out of 2 hunks FAILED -- saving rejects to file ./ltmain.sh.rej<br>patch: **** Can't reopen file ./ltmain.sh : No such file or directory</b></font></div><div><b><span style="font-family:monospace">    <font color="#ff0000">(the above line repeated approximately 11,000 times)</font></span><font face="monospace"><br></font></b></div></div></div></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div name="messageBodySection"><div><font face="monospace"><b>patch: **** Can't create file ./ltmain.sh.orig./autogen.sh: line 6:  5152 Segmentation fault      (core dumped) patch "$srcdir/ltmain.sh" "$srcdir/ltmain.sh.patch"<br>patching file ./po/Rules-quot<br>fatal: not a git repository (or any of the parent directories): .git<br><a href="http://configure.ac:14">configure.ac:14</a>: error: AC_INIT should be called with package and version arguments<br>/usr/share/aclocal-1.15/init.m4:29: AM_INIT_AUTOMAKE is expanded from...<br><a href="http://configure.ac:14">configure.ac:14</a>: the top level<br>autom4te: /usr/bin/m4 failed with exit status: 1<br>aclocal: error: echo failed with exit status: 1<br>autoreconf: aclocal failed with exit status: 1</b><br></font></div></div></blockquote><div><div name="messageBodySection"><div><br>
<br></div>
</div>
<div name="messageReplySection">
<div dir="ltr" class="gmail_attr">On Mon, Aug 31, 2020 at 5:13 PM Ralph Little <<a href="mailto:skelband@gmail.com" target="_blank">skelband@gmail.com</a>> wrote:<br></div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div>Hi,<br>
<br>
<div>On 2020-08-31 5:06 p.m., Wes Rishel wrote:<br></div>
<blockquote type="cite">
<div dir="ltr">
<div><br>
<div>
<div>
<div>./configure --prefix=/usr --libdir=/usr/lib/i386-linux-gnu --sysconfdir=/etc --localstatedir=/var  --enable-avahi</div>
<div>make</div>
<div>sudo make install</div>
</div>
<div><br></div>
<div>However, there is no file named configure in the download, and whereis configure shows no Ubuntu command with that name.</div>
</div>
</div>
<div><br></div>
<div>There is a file <a href="http://configure.ac" target="_blank">configure.ac</a> but it does have execute permission and it has lines that being with dnl that bash does not recognize as commands.</div>
<br></div>
</blockquote>
<br>
Please follow the build instructions in the README file at the top level of the repo.<br>
If you are building from a git clone then you have a few steps:<br>
<br>
The quick version is here:<br>
<br>
./autogen.sh<br>
./configure<br>
make<br>
make install<br>
<br>
However, you should read the full version for details.<br>
In particular, you might have to be root to run make install, or you might want to run configure with options to deliver the build products to somewhere other than your system.<br>
<br>
Cheers,<br>
Ralph<br>
<br>
<br>
<br>
<br></div>
</blockquote>
</div>
</div>

</div>