Epson iscanプロジェクトのあいまいなautotoolエラー

Epson iscanプロジェクトのあいまいなautotoolエラー

ビルドしようとすると、次のエラーが表示されます。イスキャンDebian wheezyでマスターブランチを使用してください。このプロジェクトは、SANEがサポートしていない場合にEpsonスキャナのサポートを提供します。このプロジェクトは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

動作しません。自動化されたツールのメーリングリストの1つを試してみることもできますが、現時点ではどのメーリングリストに投稿するのかわかりません。 autoconf、automake、libtool、または他のものでなければなりませんか?アドバイスをお願いします。

ベストアンサー1

おすすめ記事