From: Anton Blanchard <anton@samba.org>
To: Con Kolivas <conman@kolivas.net>
Cc: Andrew Morton <akpm@digeo.com>,
linux kernel mailing list <linux-kernel@vger.kernel.org>
Subject: Re: 2.5.41-mm3
Date: Fri, 11 Oct 2002 21:40:33 +1000 [thread overview]
Message-ID: <20021011114033.GA1677@krispykreme> (raw)
In-Reply-To: <200210112026.24155.conman@kolivas.net>
Hi,
> Compile failure:
>
> gcc -Wp,-MD,fs/smbfs/.inode.o.d -D__KERNEL__ -Iinclude -Wall
> -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe
> -mpreferred-stack-boundary=2 -march=i686 -Iarch/i386/mach-generic
> -fomit-frame-pointer -nostdinc -iwithprefix include -DSMBFS_PARANOIA
> -DKBUILD_BASENAME=inode -c -o fs/smbfs/inode.o fs/smbfs/inode.c
> fs/smbfs/inode.c: In function `smb_show_options':
> fs/smbfs/inode.c:436: `CONFIG_NLS_DEFAULT' undeclared (first use in this
> function)
> fs/smbfs/inode.c:436: (Each undeclared identifier is reported only once
> fs/smbfs/inode.c:436: for each function it appears in.)
> fs/smbfs/inode.c: In function `smb_fill_super':
> fs/smbfs/inode.c:536: `CONFIG_NLS_DEFAULT' undeclared (first use in this
> function)
There is a space missing in fs/nls/Config.in:
===== fs/nls/Config.in 1.7 vs edited =====
--- 1.7/fs/nls/Config.in Fri Oct 11 05:16:07 2002
+++ edited/fs/nls/Config.in Fri Oct 11 10:25:51 2002
@@ -12,7 +12,7 @@
# msdos and Joliet want NLS
if [ "$CONFIG_JOLIET" = "y" -o "$CONFIG_FAT_FS" != "n" \
-o "$CONFIG_NTFS_FS" != "n" -o "$CONFIG_NCPFS_NLS" = "y" \
- -o "$CONFIG_SMB_NLS" = "y" -o "$CONFIG_JFS_FS" != "n" -o "$CONFIG_CIFS" != "n"]; then
+ -o "$CONFIG_SMB_NLS" = "y" -o "$CONFIG_JFS_FS" != "n" -o "$CONFIG_CIFS" != "n" ]; then
define_bool CONFIG_NLS y
else
define_bool CONFIG_NLS n
next prev parent reply other threads:[~2002-10-11 11:35 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-11 10:26 2.5.41-mm3 Con Kolivas
2002-10-11 11:40 ` Anton Blanchard [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-10-11 9:28 2.5.41-mm3 Andrew Morton
2002-10-11 10:58 ` 2.5.41-mm3 Henrik Storner
2002-10-11 13:38 ` 2.5.41-mm3 William Lee Irwin III
2002-10-12 2:29 ` 2.5.41-mm3 Daniel Phillips
2002-10-12 2:31 ` 2.5.41-mm3 William Lee Irwin III
2002-10-12 3:26 ` 2.5.41-mm3 Andrew Morton
2002-10-11 7:55 2.5.41-mm3 Andrew Morton
2002-10-11 12:18 ` 2.5.41-mm3 Ed Tomlinson
2002-10-11 12:37 ` 2.5.41-mm3 Ed Tomlinson
2002-10-11 12:37 ` 2.5.41-mm3 Ed Tomlinson
2002-10-12 14:21 ` 2.5.41-mm3 Ed Tomlinson
2002-10-12 14:21 ` 2.5.41-mm3 Ed Tomlinson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20021011114033.GA1677@krispykreme \
--to=anton@samba.org \
--cc=akpm@digeo.com \
--cc=conman@kolivas.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.