|
FYI got a build failure in
the DECNET driver in the STABLE 5 release. It was due to net/decent/dn_route.c
line 909 where a call to neigh_create() has extraneous argument for the last
argument. Thank you, Dave
Craig gcc -D__KERNEL__
-I/data/share/kickstart/templates/share/BUILD/kernel-2.4.21/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe
-mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include
/data/share/kickstart/templates/share/BUILD/kernel-2.4.21/include/linux/modversions.h
-nostdinc -iwithprefix include -DKBUILD_BASENAME=dn_route -c -o
dn_route.o dn_route.c dn_route.c: In function
`dn_route_input_slow': dn_route.c:909: too many
arguments to function `neigh_create_Re16da280' make[3]: *** [dn_route.o]
Error 1 make[3]: Leaving directory
`/data/share/kickstart/templates/share/BUILD/kerne l-2.4.21/net/decnet' make[2]: ***
[_modsubdir_decnet] Error 2 make[2]: Leaving directory
`/data/share/kickstart/templates/share/BUILD/kerne l-2.4.21/net' make[1]: *** [_mod_net]
Error 2 make[1]: Leaving directory
`/data/share/kickstart/templates/share/BUILD/kerne l-2.4.21' error: Bad exit status from
/var/tmp/rpm-tmp.6891 (%build) RPM build errors: Bad exit
status from /var/tmp/rpm-tmp.6891 (%build) make: *** [rpm] Error 1 |