빌드하려고 할 때 다음 오류가 표시됩니다.이스캔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
작동하지 않습니다. 자동화된 도구 메일링 리스트 중 하나를 사용해 볼 수도 있지만 현시점에서는 어느 메일링 리스트에 게시해야 할지조차 모릅니다. autoconf, automake, libtool 또는 다른 것이어야 합니까? 조언을 부탁드립니다.