(Illustration by Gaich Muramatsu)
On Wed, Mar 14, 2007 at 02:29:38PM +0800, naufal jamri wrote: > I'm trying to install Coda client 6.0.15-1.i386 in my computer. the venus is > running each time in run the PC, but it doesnt mount /coda. in /coda, in > only appear "NOT_REALLY_CODA". I'm running fedora core 2 with kernel > 2.6.5-1.358 and installed: Fedora Core 2, yeah that is one of the FC releases that didn't include the kernel module. I think FC1/FC2 and possibly FC3 need the kernel module to be build from the linux-coda sources. > make CONFIG_CODA_FS=m CPPFLAGS="-D__KERNEL__ -I/home/g5/coda > installers/linux-coda-6.5/linux-coda-6.5/linux2.6 -Iinclude -include > linux/config.h" INSTALL_MOD_DIR=kernel/fs/coda -C > /lib/modules/2.6.5-1.358/build > M=/home/g5/coda installers/linux-coda-6.5/linux-coda-6.5/linux2.6 > make[1]: Entering directory `/lib/modules/2.6.5-1.358/build' > make[1]: *** No rule to make target `installers/linux-coda-6.5/linux- > coda-6.5/linux2.6'. Stop. It seems that 'linux-coda-6.5' is doubled in the paths to the linux-coda source tree, not sure why. But I think that the real problem is that we are choking on the embedded space in the "coda installers" directory name. Could you try to run, make CONFIG_CODA_FS=m CPPFLAGS="-D__KERNEL__ -I/home/g5/coda\ installers/linux-coda-6.5/linux-coda-6.5/linux2.6 -Iinclude -include linux/config.h INSTALL_MOD_DIR=kernel/fs/coda -C /lib/modules/2.6.5-1.358/build M=/home/g5/coda\ installers/linux-coda-6.5/linux-coda-6.5/linux2.6 It is a bit of a long line, but what I did was add a '\'-escape in front of the spaces for the "coda installers" directory name. Alternatively you could rename the directory to coda_installers and try to run make again. JanReceived on 2007-03-14 12:12:27