On Fri, Jan 22, 2010 at 11:21 AM, Philip A. Prindeville <philipp_subx@xxxxxxxxxxxxxxxxxxxxx> wrote: > I'm trying to build compat-wireless's snapshot from git on compat-wireless-2.6-mcgrof last night, on linux 2.6.27.42 and getting: > > ... > make -j5 -C /home/philipp/alix/build_i586/compat-wireless-2010-01-21 \ > HOSTCC=gcc CC=/home/philipp/alix/build_i586/staging_dir/bin/i586-linux-uclibc-gcc ARCH=i386 \ > KLIB_BUILD=/home/philipp/alix/build_i586/linux-2.6.27.42-astlinux \ > MODPROBE='true' PWD=/home/philipp/alix/build_i586/compat-wireless-2010-01-21 \ > CONFIG_IPW2100= CONFIG_IPW2200= CONFIG_LIBERTAS= CONFIG_B44= CONFIG_B43= CONFIG_B43LEGACY= \ > modules > make[1]: Entering directory `/home/philipp/alix/build_i586/compat-wireless-2010-01-21' > ./scripts/gen-compat-autoconf.sh config.mk > include/linux/compat_autoconf.h > make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. > make -C /home/philipp/alix/build_i586/linux-2.6.27.42-astlinux M=/home/philipp/alix/build_i586/compat-wireless-2010-01-21 modules > make[2]: Entering directory `/home/philipp/alix/build_i586/linux-2.6.27.42-astlinux' > scripts/Makefile.build:41: /home/philipp/alix/build_i586/compat-wireless-2010-01-21/compat/Makefile: No such file or directory > make[4]: *** No rule to make target `/home/philipp/alix/build_i586/compat-wireless-2010-01-21/compat/Makefile'. Stop. > make[3]: *** [/home/philipp/alix/build_i586/compat-wireless-2010-01-21/compat] Error 2 > make[3]: *** Waiting for unfinished jobs.... > scripts/Makefile.build:41: /home/philipp/alix/build_i586/compat-wireless-2010-01-21/drivers/bluetooth/Makefile: No such file or directory > make[4]: *** No rule to make target `/home/philipp/alix/build_i586/compat-wireless-2010-01-21/drivers/bluetooth/Makefile'. Stop. > make[3]: *** [/home/philipp/alix/build_i586/compat-wireless-2010-01-21/drivers/bluetooth] Error 2 > make[2]: *** [_module_/home/philipp/alix/build_i586/compat-wireless-2010-01-21] Error 2 > make[2]: Leaving directory `/home/philipp/alix/build_i586/linux-2.6.27.42-astlinux' > make[1]: *** [modules] Error 2 > make[1]: Leaving directory `/home/philipp/alix/build_i586/compat-wireless-2010-01-21' > make: *** [/home/philipp/alix/build_i586/compat-wireless-2010-01-21/net/wireless/lib80211.ko] Error 2 > % > > as a diagnostic, I've patched my makefile to $(info ...) out the following: > > CONFIG_PCI=y > CONFIG_USB=y > CONFIG_PCMCIA= > CONFIG_SSB= > CONFIG_LIBERTAS= > CONFIG_ATH5K=m > CONFIG_ATH9K=m > CONFIG_IPW2100= > CONFIG_IPW2200= > CONFIG_IWLWIFI=m > CONFIG_B43= > CONFIG_B43LEGACY= > CONFIG_B44= > > > How should I be building compat-wireless? This worked until about early December. you need compat.git as well and you need to export COMPAT_TREE to point to where you have it. I'm sorry for not updating the documentation on this, I will do so now. Luis -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html