Epson iscan 项目出现模糊的自动工具错误

Epson iscan 项目出现模糊的自动工具错误

我在尝试构建时看到以下错误伊斯扫描在 Debian wheezy 上使用 master 分支。该项目提供对 Epson 扫描仪的支持,以防 SANE 不支持。这个项目似乎是 Epson 项目的非官方分支 - 我不清楚细节。我从以下内容开始:

faheem@orwell:/usr/local/src/iscan/iscan$ git remote -v
origin  https://github.com/hean01/iscan (fetch)
origin  https://github.com/hean01/iscan (push)
faheem@orwell:/usr/local/src/iscan/iscan$ git branch 
* (detached from origin/master)
  iscan-2.29.1-5
faheem@orwell:/usr/local/src/iscan/iscan$ git status
# HEAD detached at origin/master
nothing to commit, working directory clean
faheem@orwell:/usr/local/src/iscan/iscan$ debuild -uc -us
This package has a Debian revision number but there does not seem to be
an appropriate original tar file or .orig directory in the parent directory;
(expected one of iscan_2.29.3.orig.tar.gz, iscan_2.29.3.orig.tar.bz2,
iscan_2.29.3.orig.tar.lzma,  iscan_2.29.3.orig.tar.xz or iscan.orig)
continue anyway? (y/n)
The error is

make[1]: Entering directory `/usr/local/src/iscan/iscan'
cd . && /bin/bash /usr/local/src/iscan/iscan/missing --run aclocal-1.10 -I m4
configure.ac:273: error: unknown libltdl build type: _LTDL_TYPE
/usr/share/aclocal/ltdl.m4:226: LTDL_INIT is expanded from...
/usr/share/aclocal/ltdl.m4:352: AC_LIB_LTDL is expanded from...
configure.ac:273: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal-1.10: autom4te failed with exit status: 1
make[1]: *** [aclocal.m4] Error 1
make[1]: Leaving directory `/usr/local/src/iscan/iscan'

修复建议甚至确认可以复制都会有所帮助。我也开了一个iscan GitHub 项目的问题

谷歌搜索“configure.ac:273:错误:未知的 libltdl 构建类型:_LTDL_TYPE”会出现 http://help.lockergnome.com/linux/Beating-libtool-submission--ftopict507073.html 但建议的

autoreconf -fiv

不起作用。我可能会尝试使用自动工具邮件列表之一,但此时,我什至不知道该发布到哪一个。应该是 autoconf、automake、libtool 还是其他?指针赞赏。

相关内容