Hi there,
I was trying to build libdebian-installer on hurd-i386 port and that is the result of the proccess:

debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp
rm -rf build
cp -f /usr/share/misc/config.sub config.sub
cp -f /usr/share/misc/config.guess config.guess
dh_clean
 debian/rules build
dh_testdir
mkdir build
cd build && \
../configure \
        --host=i486-gnu \
        --build=i486-gnu \
        --prefix=/usr \
        --mandir=\${prefix}/share/man \
        --infodir=\${prefix}/share/info
configure: error: cannot find install-sh or install.sh in ".." "../.." "../../.."
make: *** [build/config.status] Error 1

Why configure is looking for install-sh or install.sh? I'm reviewing my build procedures to see if this could be my mistake.

Another thing, wich I believe is missing from debian/control in Build-Depends is automake1.8 wich is needed to build the same package.
Index: libdebian-installer/debian/control
===================================================
--- libdebian-installer/debian/control          2006-05-24 19:12: 28.000000000 -0300
+++ libdebian-installer/debian/control      2006-05-28 13:11:25.000000000 -0300
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Install System Team < debian-boot@lists.debian.org>
 Uploaders: Bastian Blank <[EMAIL PROTECTED]>, Joey Hess <[EMAIL PROTECTED]>, Colin Watson < [EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5.0.22), autotools-dev, doxygen [!hurd-i386]
+Build-Depends: debhelper (>= 5.0.22), autotools-dev, doxygen [!hurd-i386], automake1.8
 Standards-Version: 3.6.0


Thanks,

Matheus Morais

Reply via email to