I'm seeing the following error when attempting to build using the master branch on Debian wheezy. I start with:
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'
Suggestions for fixing or even a confirmation this can be reproduced would be helpful.
Regards, Faheem
I'm seeing the following error when attempting to build using the
masterbranch on Debian wheezy. I start with:The error is
Suggestions for fixing or even a confirmation this can be reproduced would be helpful.
Regards, Faheem