View Single Post
Old 01-03-2007, 02:54 PM   #28
tgehrig
Human being with feelings
 
Join Date: Nov 2006
Posts: 24
Default

Quote:
Originally Posted by bjoern View Post
xxx@yyy:~/gninjam-0.01a$ dpkg-buildpackage -rfakeroot -b -uc -us
dpkg-buildpackage: source package is gninjam
dpkg-buildpackage: source version is 0.01a-11
dpkg-buildpackage: source changed by Tobias Gehrig <tobias@gehrignet.de>
dpkg-buildpackage: host architecture i386
dpkg-buildpackage: source version without epoch 0.01a-11
fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp
# Add here commands to clean up after the build process.
/usr/bin/make distclean
make[1]: Betrete Verzeichnis '/home/xxx/gninjam-0.01a'
make[1]: *** Keine Regel, um »distclean« zu erstellen. Schluss.
make[1]: Verlasse Verzeichnis '/home/xxx/gninjam-0.01a'
make: [clean] Fehler 2 (ignoriert)
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
# Add here commands to configure the package.
./configure --host=i486-linux-gnu --build=i486-linux-gnu --prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info CFLAGS="-Wall -g -O2" LDFLAGS="-Wl,-z,defs"
configure: error: cannot find install-sh or install.sh in "." "./.." "./../.."
make: *** [config.status] Fehler 1


No install.sh in directory...

Any ideas ???

Best regards!

Bjoern
You have to run
Code:
./autogen.sh
first. I forgot that step in my instructions and updated them now.

MfG
Tobias
tgehrig is offline   Reply With Quote