Received: (from majordomo@localhost) by oss.sgi.com (8.11.2/8.11.3) id fA9GIFG09475 for linux-xfs-outgoing; Fri, 9 Nov 2001 08:18:15 -0800 Received: from smtp.pkwhelan.net (dsl092-072-121.bos1.dsl.speakeasy.net [66.92.72.121]) by oss.sgi.com (8.11.2/8.11.3) with SMTP id fA9GI9009449 for ; Fri, 9 Nov 2001 08:18:09 -0800 Received: (qmail 13977 invoked by uid 174); 9 Nov 2001 16:24:57 -0000 Message-ID: <20011109162457.30746.qmail@smtp.pkwhelan.net> References: <20011108152607.A22784@stonewall.pkwhelan.net> <1005255149.22700.14.camel@stout.americas.sgi.com> <20011108214712.19351.qmail@smtp.pkwhelan.net> In-Reply-To: <20011108214712.19351.qmail@smtp.pkwhelan.net> From: "PK Whelan" To: linux-xfs@oss.sgi.com Cc: Eric Sandeen Subject: Re: Compile errors with 2.4.14 kernel Date: Fri, 09 Nov 2001 16:24:57 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk Unpacking the kernel source again did the trick. I afterwards realized that I had previously applied the ext3 patch and that's what messed things up. The ext3 patch puts those 2 EXPORT_SYMBOL statements in fs/buffer.c when xfs had already put them in kernel/ksym.c (like you had said - there were duplicates). So, if you're going to apply the xfs and the ext3 patch you'll have to remove those dups in order to compile. Thanks for the help! PKW PK Whelan writes: > Thanks Eric. > I'll try unpacking the source again in case something got messed up and > try it again. > > Paul > > Eric Sandeen writes: > >> Hi Paul - >> >> Strange... this works fine for me, with your config, with gcc-2.96-98 >> >> From the error it _looks_ like EXPORT_SYMBOL(create_empty_buffers) is >> somewhere twice, but it's not in my tree... check kernel/check ksysms.c >> and fs/buffer.c >> >> This is a brand new 2.4.14 tree patched w/ >> linux-2.4.14-xfs-2001-11-07.patch.bz2? >> >> -Eric >> >> On Thu, 2001-11-08 at 14:26, pkw@pkwhelan.net wrote: >>> Hi, >>> I used the linux-2.4.14-xfs-2001-11-07.patch.bz2 patch against a clean >>> 2.4.14 tree. The >>> patch applied cleanly but will not compile. This is the error message I >>> get: >> >> -- >> Eric Sandeen XFS for Linux http://oss.sgi.com/projects/xfs >> sandeen@sgi.com SGI, Inc. >> > >