2.4.16pre1 build fails in ipv4

Mike Bennett (mbennett@ns1.cfcc.cc.fl.us)
Sun, 25 Nov 2001 12:16:42 -0500


I've tried a couple times now, with the last attempt being a
complete untar 2.4.15, apply .16pre1 patch from scratch. Each
build results in the following error. Is anyone else seeing
this, or have a patch for it? Thanks!!

make[3]: Entering directory
`/usr/local/src/linux-2.4.16pre1/net/ipv4'
gcc -D__KERNEL__ -I/usr/local/src/linux-2.4.16pre1/include
-Wall -Wstrict-prototypes -Wno-trigraphs -O2
-fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe
-mpreferred-stack-boundary=2 -march=i686 -c -o utils.o
utils.c
gcc -D__KERNEL__ -I/usr/local/src/linux-2.4.16pre1/include
-Wall -Wstrict-prototypes -Wno-trigraphs -O2
-fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe
-mpreferred-stack-boundary=2 -march=i686 -c -o route.o
route.c
route.c: In function `ip_route_input_slow':
route.c:1382: structure has no member named `r'
route.c:1383: warning: implicit declaration of function
`fib_rules_policy'
route.c:1386: warning: implicit declaration of function
`fib_rules_map_destination'
make[3]: *** [route.o] Error 1
make[3]: Leaving directory
`/usr/local/src/linux-2.4.16pre1/net/ipv4'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory
`/usr/local/src/linux-2.4.16pre1/net/ipv4'
make[1]: *** [_subdir_ipv4] Error 2
make[1]: Leaving directory
`/usr/local/src/linux-2.4.16pre1/net'
make: *** [_dir_net] Error 2
Exit 2

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/