[parisc-linux] Building cvs 2.4.18

Grant Grundler grundler@dsl2.external.hp.com
Mon, 25 Mar 2002 23:32:17 -0700


Jeremy Drake wrote:
> config and went on.  Everything build successfully, but the depmod died.
> Here's the output
> 
> depmod: *** Unresolved symbols in
> /usr/src/linux/debian/tmp-image/lib/modules/2.4.18-pa8/kernel/net/ipv4/netfil
>   ter/ip_tables.o
> depmod:         smp_num_cpus
> depmod:         __cpu_number_map

hmm...this must have recently broke since I've built plenty
of SMP kernels with iptables enabled. I've stopped building SMP
for 2.4.18 since SMP is b0rken at the moment. But i don't think
we changed anything related to this since I've stopped...can you
run "make clean;make dep; make vmlinux;make modules" again?

> depmod: *** Unresolved symbols in
> /usr/src/linux/debian/tmp-image/lib/modules/2.4.18-pa8/kernel/net/ipv4/netfil
>   ter/ipchains.o
> depmod:         smp_num_cpus
> depmod:         __cpu_number_map

If you can, ditch ipchains. If you need examples on how to
use iptables look at ftp.p-l.o:patches/a500/firewall.

grant