Errors in compilation of 2.3.8

Billy Harvey (Billy.Harvey@thrillseeker.net)
Wed, 23 Jun 1999 00:59:53 -0400 (EDT)


Linus Torvalds writes:
>
>
> There's a 2.3.8 kernel out there now - this one acts a lot more stable and
> pretty much finishes up the cleanup issues. Now there's still a lot of
> tweaking to do, and finding the last bugs, but I think the code base has
> stabilized.
>
> Linus

Make bzImage gives:

file.c:60: `generic_readpage' undeclared here (not in a function)
file.c:60: initializer element for `fat_file_inode_operations.bmap' is not constant
file.c:62: warning: initialization from incompatible pointer type
file.c:63: warning: initialization from incompatible pointer type
file.c:110: `generic_readpage' undeclared here (not in a function)
file.c:110: initializer element for `fat_file_inode_operations_1024.bmap' is not constant
file.c:113: warning: initialization from incompatible pointer type
file.c:145: warning: initialization from incompatible pointer type
file.c:148: warning: initialization from incompatible pointer type
make[3]: *** [file.o] Error 1
make[2]: *** [first_rule] Error 2
make[1]: *** [_subdir_fat] Error 2
make: *** [_dir_fs] Error 2

and make modules gives:

ip_masq_portfw.c: In function `ip_portfw_del':
ip_masq_portfw.c:82: `portfw_lock' undeclared (first use in this function)
ip_masq_portfw.c:82: (Each undeclared identifier is reported only once
ip_masq_portfw.c:82: for each function it appears in.)
ip_masq_portfw.c: In function `ip_portfw_flush':
ip_masq_portfw.c:112: `portfw_lock' undeclared (first use in this function)
ip_masq_portfw.c: In function `ip_portfw_edit':
ip_masq_portfw.c:171: `portfw_lock' undeclared (first use in this function)
ip_masq_portfw.c: In function `ip_portfw_add':
ip_masq_portfw.c:230: `portfw_lock' undeclared (first use in this function)
ip_masq_portfw.c: In function `portfw_procinfo':
ip_masq_portfw.c:331: `portfw_lock' undeclared (first use in this function)
ip_masq_portfw.c: In function `portfw_in_rule':
ip_masq_portfw.c:394: `portfw_lock' undeclared (first use in this function)
ip_masq_portfw.c: In function `portfw_in_create':
ip_masq_portfw.c:417: `portfw_lock' undeclared (first use in this function)
make[2]: *** [ip_masq_portfw.o] Error 1
make[1]: *** [_modsubdir_ipv4] Error 2
make: *** [_mod_net] Error 2

Billy

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