* [PATCH 1/1] ARM: pxa: fix NFS build issue
@ 2010-09-14 6:19 Haojian Zhuang
2010-09-14 6:37 ` Eric Miao
0 siblings, 1 reply; 3+ messages in thread
From: Haojian Zhuang @ 2010-09-14 6:19 UTC (permalink / raw)
To: linux-arm-kernel
fs/built-in.o: In function `nfs_callback_authenticate':
compr_lzo.c:(.text+0x81380): undefined reference to `svc_gss_principal'
make: *** [.tmp_vmlinux1] Error 1
Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Cc: Eric Miao <eric.y.miao@gmail.com>
Cc: Vincent Sanders <vince@simtec.co.uk>
---
arch/arm/configs/pxa3xx_defconfig | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/arch/arm/configs/pxa3xx_defconfig b/arch/arm/configs/pxa3xx_defconfig
index 1677a06..6d30baf 100644
--- a/arch/arm/configs/pxa3xx_defconfig
+++ b/arch/arm/configs/pxa3xx_defconfig
@@ -118,6 +118,10 @@ CONFIG_NFS_V3=y
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=y
CONFIG_ROOT_NFS=y
+CONFIG_SUNRPC=y
+CONFIG_SUNRPC_GSS=y
+CONFIG_RPCSEC_GSS_KRB5=y
+CONFIG_RPCSEC_GSS_SPKM3=y
CONFIG_NLS=y
CONFIG_PRINTK_TIME=y
CONFIG_MAGIC_SYSRQ=y
--
1.5.6.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 1/1] ARM: pxa: fix NFS build issue
2010-09-14 6:19 [PATCH 1/1] ARM: pxa: fix NFS build issue Haojian Zhuang
@ 2010-09-14 6:37 ` Eric Miao
2010-09-14 12:19 ` Uwe Kleine-König
0 siblings, 1 reply; 3+ messages in thread
From: Eric Miao @ 2010-09-14 6:37 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Sep 14, 2010 at 2:19 PM, Haojian Zhuang
<haojian.zhuang@marvell.com> wrote:
> fs/built-in.o: In function `nfs_callback_authenticate':
> compr_lzo.c:(.text+0x81380): undefined reference to `svc_gss_principal'
> make: *** [.tmp_vmlinux1] Error 1
>
> Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Cannot remember the exact link, but this should have been solved by
adding the correct constraint to the Kconfig.
Uwe, do you have the link and what's the status of that patch being upstreamed?
> Cc: Eric Miao <eric.y.miao@gmail.com>
> Cc: Vincent Sanders <vince@simtec.co.uk>
> ---
> ?arch/arm/configs/pxa3xx_defconfig | ? ?4 ++++
> ?1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/configs/pxa3xx_defconfig b/arch/arm/configs/pxa3xx_defconfig
> index 1677a06..6d30baf 100644
> --- a/arch/arm/configs/pxa3xx_defconfig
> +++ b/arch/arm/configs/pxa3xx_defconfig
> @@ -118,6 +118,10 @@ CONFIG_NFS_V3=y
> ?CONFIG_NFS_V3_ACL=y
> ?CONFIG_NFS_V4=y
> ?CONFIG_ROOT_NFS=y
> +CONFIG_SUNRPC=y
> +CONFIG_SUNRPC_GSS=y
> +CONFIG_RPCSEC_GSS_KRB5=y
> +CONFIG_RPCSEC_GSS_SPKM3=y
> ?CONFIG_NLS=y
> ?CONFIG_PRINTK_TIME=y
> ?CONFIG_MAGIC_SYSRQ=y
> --
> 1.5.6.5
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] ARM: pxa: fix NFS build issue
2010-09-14 6:37 ` Eric Miao
@ 2010-09-14 12:19 ` Uwe Kleine-König
0 siblings, 0 replies; 3+ messages in thread
From: Uwe Kleine-König @ 2010-09-14 12:19 UTC (permalink / raw)
To: linux-arm-kernel
Hello Eric,
On Tue, Sep 14, 2010 at 02:37:25PM +0800, Eric Miao wrote:
> On Tue, Sep 14, 2010 at 2:19 PM, Haojian Zhuang
> <haojian.zhuang@marvell.com> wrote:
> > fs/built-in.o: In function `nfs_callback_authenticate':
> > compr_lzo.c:(.text+0x81380): undefined reference to `svc_gss_principal'
> > make: *** [.tmp_vmlinux1] Error 1
> >
> > Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
>
> Cannot remember the exact link, but this should have been solved by
> adding the correct constraint to the Kconfig.
>
> Uwe, do you have the link and what's the status of that patch being
> upstreamed?
The current status is here:
http://thread.gmane.org/gmane.linux.kernel/1027380/focus=1033847
Changing the defconfig is a workaround only and IMHO the wrong way to
address the problem.
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-K?nig |
Industrial Linux Solutions | http://www.pengutronix.de/ |
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-09-14 12:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-14 6:19 [PATCH 1/1] ARM: pxa: fix NFS build issue Haojian Zhuang
2010-09-14 6:37 ` Eric Miao
2010-09-14 12:19 ` Uwe Kleine-König
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).