View Single Post
Old 01-03-2007, 06:33 AM   #27
bjoern
Human being with feelings
 
Join Date: Jan 2007
Posts: 3
Default compile error ubuntu 6.10

Hi folks...
Great project! Waiting for a stable release...


After:

sudo apt-get build-dep gninjam
apt-get source gninjam
cd gninjam-0.01a

I tried an

dpkg-buildpackage -rfakeroot -b -uc -us


Seems, that something is going VERY wrong... :-(


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
bjoern is offline   Reply With Quote