cvs -danoncvs@cvs.tuxbox-cvs.sourceforge.net:/cvs/tuxbox -z3 co -P .
and as declared in INSTALL.en I have

./autogen.sh
./configure --enable-maintainer-mode \
--prefix=$HOME/dbox2 \
--with-cvsdir=$HOME/tuxbox-cvs
after that :
make all
it began to compile and then I got the following error:
make[1]: Entering directory `/home/bukhari/tuxbox-cvs/cdk'
make[1]: *** No rule to make target `Archive/linux-2.4.27.tar.bz2', needed by `.
deps/linuxdir'. Stop.
make[1]: Leaving directory `/home/bukhari/tuxbox-cvs/cdk'
make: *** [.deps/binutils] Error 2
any ideas? is the cvs is currupted?