On Sun, May 16, 2010 at 09:31:56AM +0200, Pierre Chifflier wrote: > 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.
If you need linux-headers-$version to build, you should build-depend on that in your package. Note that your package is targetting unstable, so you should probably build for that version and not what random version the buildd is currenly running. Kurt -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org