Re: MOL on FC4
Mattias Nissler <[email protected]> Sun, 20 Nov 2005 00:19:39 +0100
| Newsgroups | gmane.linux.ports.ppc.mol.general |
|---|---|
| Message-ID | <1132442379.21244.13.camel@localhost> |
On Sat, 2005-11-19 at 11:44 -0800, Jesse Keating wrote: > So I'm trying to get the kmods to build on FC4. I've found a snapshot > of sorts http://dev.gentoo.org/~josejx/mol-0.9.71_pre4.tar.bz2 and it > does fix some of the bugs in the last stable MOL release (2004?!), > however while building the kmods it does error out with: > > make[2]: *** No rule to make target `/usr/src/redhat/BUILD/mol-kmods-0.9.71_pre4/obj-ppc/build/src/netdriver/tun.c', needed by `/usr/src/redhat/BUILD/mol-kmods-0.9.71_pre4/obj-ppc/build/src/netdriver/tun.o'. Stop. > make[1]: *** [_module_/usr/src/redhat/BUILD/mol-kmods-0.9.71_pre4/obj-ppc/build/src/netdriver] Error 2 > > Can somebody help me figure out what is going on here? > It seems the tun.c is missing. For the 2.6 trees it should be a symlink to $(KERNEL_SOURCE)/drivers/net/tun.c You should check a) whether the obj-ppc/build/src/netdriver/tun.c file exists and is a symlink b) if it is one, where it points to and whether the destination exists. It should point into the linux source tree for 2.6 kernels. What you can also try is disabling the TUN build configuration option. As far as I have checked it will only built the tun kernel module that you can get from the kernel sources as well. Mattias