On Die, 2002-09-10 at 22:49, jonas bandi wrote: > > I tried to build mono from debian sources (deb-src > http://www.debianplanet.org/mono stable release), but it failed! > > sudo dpkg-buildpackage gave the following error: > > ... > make[1]: Leaving directory `/home/durden/debian/mono/mono-0.15' > install -o root -g root -m 644 debian/cli.binfmt \ > debian/mono-common/usr/share/binfmts/cli > dh_movefiles > dh_movefiles: debian/tmp/usr/bin/mono not found (supposed to put it in > mono-jit)find: usr/bin/mono: No such file or directory > make: *** [install] Error 1
You need the attached patch. I already sent this along with an offer to provide powerpc binaries to Robert McQueen a couple days ago but haven't gotten a reply yet. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast
diff -up -ru mono-0.15.orig/debian/rules mono-0.15/debian/rules --- mono-0.15.orig/debian/rules 2002-09-07 12:50:30.000000000 +0200 +++ mono-0.15/debian/rules 2002-09-06 18:34:20.000000000 +0200 @@ -50,12 +50,12 @@ install: build $(MAKE) install prefix=$(PWD)/debian/tmp/usr install -o root -g root -m 644 debian/cli.binfmt \ debian/mono-common/usr/share/binfmts/cli - dh_movefiles # Build architecture-independent files here. binary-indep: build install dh_testdir -i dh_testroot -i + dh_movefiles -i dh_link -i dh_installchangelogs -i ChangeLog dh_installdocs -i @@ -75,6 +75,7 @@ binary-indep: build install binary-arch: build install dh_testdir -s dh_testroot -s + dh_movefiles -s dh_link -s dh_installchangelogs -s dh_installdocs -s