On Sat, May 15, 2010 at 10:02:09PM +0200, Kurt Roeckx wrote: > Source: xtables-addons > Version: 1.26-1 > Severity: serious > > [...] > > > /usr/bin/make -C extensions clean > > make[1]: Entering directory > > `/build/buildd-xtables-addons_1.26-1-i386-Fgk0n0/xtables-addons-1.26/extensions' > > rm -rf .libs _libs > > if [ -n "/lib/modules/2.6.32.12-dsa-ia32/build" ]; then /usr/bin/make -C > > /lib/modules/2.6.32.12-dsa-ia32/build > > M=/build/buildd-xtables-addons_1.26-1-i386-Fgk0n0/xtables-addons-1.26/extensions > > clean; fi; > > make: Entering an unknown directory > > make: *** /lib/modules/2.6.32.12-dsa-ia32/build: No such file or directory. > > Stop.
Hi Kurt, It seems your build environment is not complete: you must have the kernel headers installed for your current (running) kernel. This creates a link /lib/modules/`uname -r`/build pointing to where the sources are installed. This link is created either by installing the proper linux-headers-$version package, or by running make install in the kernel sources if you are using a custom kernel. Cheers, Pierre > > make: Leaving an unknown directory > > make[1]: *** [clean_modules] Error 2 > > make[1]: Leaving directory > > `/build/buildd-xtables-addons_1.26-1-i386-Fgk0n0/xtables-addons-1.26/extensions' > > make: *** [install] Error 2 > > dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary-arch gave > > error exit status 2 > > A full build log can be found at: > http://buildd.debian.org/build.php?arch=i386&pkg=xtables-addons&ver=1.26-1 > > > Kurt > > > -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org