On 2009-10-21 07:07 +0200, Mark Grieveson wrote: > Hello. I run Lenny, and I'm trying to create, and then install, a > debian package of iceweasel from sid sources. However, I've run into a > problem. It depends on xulrunner, and xulrunner depends on sqlite. > But, in trying to build the sqlite package, I get the following error: > > cd . && libtoolize -c -f > if [ -d ./m4 ]; then m4="-I m4"; fi; if [ -e ./aclocal.m4 ]; then cd . > && aclocal-1.11 $m4; fi /bin/sh: aclocal-1.11: command not found
Looks like you need automake 1.11, Lenny only has 1.10. > make: *** [debian/stamp-autotools-files] Error 127 > dpkg-buildpackage: failure: debian/rules build gave error exit status 2 > > Usually, when I get an error when working with source packages, it'll > direct me to a required package. But this error does not seem to be > doing that. So, does anyone know how I can fix this? Build the sid automake package on Lenny first, or patch the sqlite package so that it looks for aclocal-1.10. Sven -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org