Hey Guy's
Anyone have seen this problem before, I'm tring to compile kamikaze (rev 2816) on a fedoracore 4 box and I am getting a error from the buil of ndisc6-0.5.1. It's tring to find the GPL-2 license on `/usr/share/common-licenses/GPL-2 witch dosent exist on my box, actulay I dond even have "common-licenses". I trind to creta the folder and to copy the lic from the net but it's still not working.
here is the log (from make V=99);
make -C /home/charettec/Desktop/openwrt/openwrt/build_mipsel/ndisc6-0.5.1 \
PATH=/home/charettec/Desktop/openwrt/openwrt/staging_dir_mipsel/usr/bin:/home/charettec/Desktop/openwrt/openwrt/staging_dir_mipsel/bin:/bin:/sbin:/usr/bin:/usr/sbin AR=/home/charettec/Desktop/openwrt/openwrt/staging_dir_mipsel/bin/mipsel-linux-uclibc-ar AS=/home/charettec/Desktop/openwrt/openwrt/staging_dir_mipsel/bin/mipsel-linux-uclibc-as LD=/home/charettec/Desktop/openwrt/openwrt/staging_dir_mipsel/bin/mipsel-linux-uclibc-ld NM=/home/charettec/Desktop/openwrt/openwrt/staging_dir_mipsel/bin/mipsel-linux-uclibc-nm CC=/home/charettec/Desktop/openwrt/openwrt/staging_dir_mipsel/bin/mipsel-linux-uclibc-gcc GCC=/home/charettec/Desktop/openwrt/openwrt/staging_dir_mipsel/bin/mipsel-linux-uclibc-gcc CXX=/home/charettec/Desktop/openwrt/openwrt/staging_dir_mipsel/bin/mipsel-linux-uclibc-g++ RANLIB=/home/charettec/Desktop/openwrt/openwrt/staging_dir_mipsel/bin/mipsel-linux-uclibc-ranlib \
CFLAGS="-Os -pipe -mips32 -mtune=mips32 -funit-at-a-time " \
all
make[5]: Entering directory `/home/charettec/Desktop/openwrt/openwrt/build_mipsel/ndisc6-0.5.1'
make[5]: *** No rule to make target `/usr/share/common-licenses/GPL-2', needed by `COPYING'. Stop.
make[5]: Leaving directory `/home/charettec/Desktop/openwrt/openwrt/build_mipsel/ndisc6-0.5.1'
make[4]: *** [/home/charettec/Desktop/openwrt/openwrt/build_mipsel/ndisc6-0.5.1/.built] Error 2
make[4]: Leaving directory `/home/charettec/Desktop/openwrt/openwrt/package/ndisc'
make[3]: *** [compile] Error 2
make[3]: Leaving directory `/home/charettec/Desktop/openwrt/openwrt/package/ndisc'
make[2]: *** [ndisc-compile] Error 2
make[2]: Leaving directory `/home/charettec/Desktop/openwrt/openwrt/package'
make[1]: *** [package/compile] Error 2
make[1]: Leaving directory `/home/charettec/Desktop/openwrt/openwrt'
make: *** [world] Error 2
What I am missing?
Thanks
Christian