Re: 2.6.17-rc4-mm1 nfsroot build err, looks related to klibc

From: H. Peter Anvin
Date: Tue May 16 2006 - 15:06:11 EST


Adrian Bunk wrote:
On Mon, May 15, 2006 at 09:11:15PM -0700, H. Peter Anvin wrote:
Jim Cromie wrote:
Im getting nfsroot build error on 2 configs, both carried forward
>from good rc4 and from rc3-mm1 builds.
turning off nfsroot fixes the err.

Could you throw me your configs, so I can try to reproduce it here?

The problem is:

CONFIG_IP_PNP=y
CONFIG_NFS_FS=y
CONFIG_ROOT_NFS=y

A (compile-only) .config exhibiting this error is attached.


Yeah, OK, problem recovered; total thinko on my part -- I forgot to remove the in-kernel nfsroot code. Just setting CONFIG_ROOT_NFS=n will work just fine; right now kinit doesn't depend on the configuration (another buglet for my list), so if you set CONFIG_ROOT_NFS=n the kernel will compile *and* nfsroot should still work.

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