I've checked out the latest 6859 build of kamikaze here and have attempted to build it for the atheros chipset and it seems to be failing on the ext2fs-install step. Keep in mind nothing has changed and I have been able to flawlessly compile previous builds with 0 issue. Here's the feedback with V=99:
vchat20@debian-dev:~/trunk$ make world
Checking 'pkg-config'... ok.
Checking 'automake'... ok.
Checking 'autoconf'... ok.
Checking 'autoconf'... ok.
Checking 'sdcc'... ok.
Checking 'xgettext'... ok.
Checking 'jikes'... ok.
Checking 'fastjar'... ok.
Checking 'pkg-config'... ok.
Checking '/usr/bin/ruby'... ok.
Checking 'aclocal'... ok.
make[2] tools/install
make[3] -C tools install
make[4] -C tools/sed install
make[4] -C tools/sstrip install
make[4] -C tools/ipkg-utils install
make[4] -C tools/ext2fs install
Build failed. Please re-run make with V=99 to see what's going on
make: *** [world] Error 1
vchat20@debian-dev:~/trunk$ make world V=99
make[1]: Entering directory `/home/vchat20/trunk'
make -C tools install
make[2]: Entering directory `/home/vchat20/trunk/tools'
make -C sed install
make[3]: Entering directory `/home/vchat20/trunk/tools/sed'
make[3]: `install' is up to date.
make[3]: Leaving directory `/home/vchat20/trunk/tools/sed'
make -C sstrip install
make[3]: Entering directory `/home/vchat20/trunk/tools/sstrip'
make[3]: `install' is up to date.
make[3]: Leaving directory `/home/vchat20/trunk/tools/sstrip'
make -C ipkg-utils install
make[3]: Entering directory `/home/vchat20/trunk/tools/ipkg-utils'
make[3]: `install' is up to date.
make[3]: Leaving directory `/home/vchat20/trunk/tools/ipkg-utils'
make -C ext2fs install
make[3]: Entering directory `/home/vchat20/trunk/tools/ext2fs'
make -C /home/vchat20/trunk/tool_build/genext2fs-1.4rc1 CFLAGS="-O2 -I /home/vchat20/trunk/staging_dir_mips/include-host -include getline.h" all
make[4]: Entering directory `/home/vchat20/trunk/tool_build/genext2fs-1.4rc1'
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"genext2fs\" -DVERSION=\"1.4rc1\" -I. -I. -O2 -I /home/vchat20/trunk/staging_dir_mips/include-host -include getline.h -c genext2fs.c
<command line>:138475787:63824: getline.h: No such file or directory
make[4]: *** [genext2fs.o] Error 1
make[4]: Leaving directory `/home/vchat20/trunk/tool_build/genext2fs-1.4rc1'
make[3]: *** [/home/vchat20/trunk/tool_build/genext2fs-1.4rc1/.built] Error 2
make[3]: Leaving directory `/home/vchat20/trunk/tools/ext2fs'
make[2]: *** [ext2fs-install] Error 2
make[2]: Leaving directory `/home/vchat20/trunk/tools'
make[1]: *** [tools/install] Error 2
make[1]: Leaving directory `/home/vchat20/trunk'
make: *** [world] Error 2