Bug 8050
Summary: | 2.6.21-rc1 build errors on x86/ARM with built-in NFS / modular IPV6 | ||
---|---|---|---|
Product: | File System | Reporter: | Michael-Luke Jones (mlj28) |
Component: | NFS | Assignee: | Neil Brown (neilb) |
Status: | CLOSED PATCH_ALREADY_AVAILABLE | ||
Severity: | high | CC: | bug-report, hanno |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.21-rc1 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: |
Config leading to compile failure
x86 config leading to second compile error |
Description
Michael-Luke Jones
2007-02-21 10:56:19 UTC
Created attachment 10485 [details]
Config leading to compile failure
Also see http://lkml.org/lkml/2007/2/21/76 (NB: I meant 2.6.21-rc1 not 2.6.20-rc1) Apparently 'svc_udp_recvfrom' is an NFS function, so it looks like an NFS rather than an IPV6 issue. Similar (but not identical) error on x86 with new defconfig (attached above) New Error: GEN .version CHK include/linux/compile.h UPD include/linux/compile.h CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 net/built-in.o: In function `svc_udp_get_sender_address': svcsock.c:(.text+0x79754): undefined reference to `__ipv6_addr_type' make: *** [.tmp_vmlinux1] Error 1 Created attachment 10495 [details]
x86 config leading to second compile error
NFS Built In / IPV6 Modular
This is a server issue, so I'm reassigning to Neil. I do believe I saw a report for this problem fly by on lkml yesterday, though, so I assume that a patch is forthcoming. Problem appears to be fixed upstream in net-2.6 tree. For reference, here are the patches against 2.6.21-rc1 that fixed the MODPOST problem for us: http://trac.nslu2-linux.org/kernel/changeset/762 Thanks for help, Michael-Luke Jones |