From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailserv2.iuinc.com (IDENT:qmailr@mailserv2.iuinc.com [206.245.164.55]) by puffin.external.hp.com (8.9.3/8.9.3) with SMTP id VAA26050 for ; Fri, 26 May 2000 21:10:52 -0600 From: willy@thepuffingroup.com Date: Sat, 27 May 2000 00:08:05 -0400 To: Philipp Rumpf Cc: Grant Grundler , parisc-linux@thepuffingroup.com Subject: Re: [parisc-linux] [MERGE] -pre8 merge status Message-ID: <20000527000805.G31075@thepuffingroup.com> References: <200005262326.QAA09671@milano.cup.hp.com> <20000526233720.E31075@thepuffingroup.com> <20000526204522.B24675@puffin.external.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20000526204522.B24675@puffin.external.hp.com>; from Philipp Rumpf on Fri, May 26, 2000 at 08:45:22PM -0600 List-ID: On Fri, May 26, 2000 at 08:45:22PM -0600, Philipp Rumpf wrote: > > > fs/fs.o: In function `L1184': > > > fs/fs.o(.text.init+0x18fc): undefined reference to `nfs_debug' > > > net/network.a(sunrpc.o): In function `rpc_create_client': > > > sunrpc.o(.text+0x360): undefined reference to `rpc_debug' > > > > can't see why you're having trouble here. those variables are defined in > > net/sunrpc/sysctl.c. is that file being built? i'm getting a toolchain > > up here so I can try to reproduce. [Dead hard drives SUCK]. > > grant: did you have CONFIG_SYSCTL set ? if you didn't, that might > explain your problems. I think that's the case. It's disabled by default if you make oldconfig, so I'll commit a new defconfig which has it enabled (and has some of the new options predefined). I'm hitting an undefined __shrdiv3 (or something... lost that error message, but it's one of those gcc-wants-64-bit-ops symbols).