Package: broadcom-sta Version: 5.60.48.36-1 Severity: normal ~/linux-2.6.33$ m-a --non-inter --userdir $HOME/m-a/user --text-mode --kernel-dir $(pwd) build broadcom-sta
leads to the attached build log and a failed build. Is this something stupid on my system or an issue with the new broadcom-sta? Greetings Marc
QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null pop -a -R || test $? = 2 rm -rf .pc debian/stamp-patched dh_testdir #dh_testroot dh_clean /usr/bin/make -f debian/rules clean make[1]: Entering directory `/home/mh/m-a/user/usr_src/modules/broadcom-sta' QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null pop -a -R || test $? = 2 rm -rf .pc debian/stamp-patched dh_testdir #dh_testroot dh_clean make[1]: Leaving directory `/home/mh/m-a/user/usr_src/modules/broadcom-sta' /usr/bin/make -f debian/rules kdist_clean kdist_config binary-modules make[1]: Entering directory `/home/mh/m-a/user/usr_src/modules/broadcom-sta' QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null pop -a -R || test $? = 2 No patch removed rm -rf .pc debian/stamp-patched dh_testdir #dh_testroot dh_clean /usr/bin/make -w -f debian/rules clean make[2]: Entering directory `/home/mh/m-a/user/usr_src/modules/broadcom-sta' QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null pop -a -R || test $? = 2 No patch removed rm -rf .pc debian/stamp-patched dh_testdir #dh_testroot dh_clean make[2]: Leaving directory `/home/mh/m-a/user/usr_src/modules/broadcom-sta' make[1]: Nothing to be done for `kdist_config'. for templ in ; do \ cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.33-zgws1/g'` ; \ done for templ in `ls debian/*.modules.in` ; do \ test -e ${templ%.modules.in}.backup || cp ${templ%.modules.in} ${templ%.modules.in}.backup 2>/dev/null || true; \ sed -e 's/##KVERS##/2.6.33-zgws1/g ;s/#KVERS#/2.6.33-zgws1/g ; s/_KVERS_/2.6.33-zgws1/g ; s/##KDREV##/2.6.33.20100301.0/g ; s/#KDREV#/2.6.33.20100301.0/g ; s/_KDREV_/2.6.33.20100301.0/g ' < $templ > ${templ%.modules.in}; \ done dh_testroot dh_prep # Build the module cd /home/mh/m-a/user/usr_src/modules/broadcom-sta/i386 && \ make -C /home/mh/linux/2.6.33/linux-2.6.33 M=/home/mh/m-a/user/usr_src/modules/broadcom-sta/i386 make[2]: Entering directory `/home/mh/linux/2.6.33/linux-2.6.33' CC [M] /home/mh/m-a/user/usr_src/modules/broadcom-sta/i386/src/shared/linux_osl.o In file included from /home/mh/m-a/user/usr_src/modules/broadcom-sta/i386/src/shared/linux_osl.c:19: /home/mh/m-a/user/usr_src/modules/broadcom-sta/i386/src/include/linuxver.h:23:28: error: linux/autoconf.h: No such file or directory make[3]: *** [/home/mh/m-a/user/usr_src/modules/broadcom-sta/i386/src/shared/linux_osl.o] Error 1 make[2]: *** [_module_/home/mh/m-a/user/usr_src/modules/broadcom-sta/i386] Error 2 make[2]: Leaving directory `/home/mh/linux/2.6.33/linux-2.6.33' make[1]: *** [binary-modules] Error 2 make[1]: Leaving directory `/home/mh/m-a/user/usr_src/modules/broadcom-sta' make: *** [kdist_build] Error 2