From owner-freebsd-alpha Wed May 24 17: 0: 9 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from cmpharm.ucsf.edu (cmpharm.ucsf.edu [128.218.67.18]) by hub.freebsd.org (Postfix) with ESMTP id 3FA3A37BD6D; Wed, 24 May 2000 17:00:07 -0700 (PDT) (envelope-from steve@cmpharm.ucsf.edu) Received: from piglet.ucsf.edu (steve@piglet.ucsf.edu [128.218.67.20]) by cmpharm.ucsf.edu (8.9.3/8.9.3) with ESMTP id RAA20461; Wed, 24 May 2000 17:00:00 -0700 (PDT) Received: (from steve@localhost) by piglet.ucsf.edu (8.9.3/8.9.3) id RAA152948; Wed, 24 May 2000 17:00:04 -0700 (PDT) Date: Wed, 24 May 2000 17:00:04 -0700 From: Steve Sizemore To: Andrew Gallatin Cc: obrien@FreeBSD.ORG, "D.A. Muran-de Assereto" , freebsd-alpha@FreeBSD.ORG Subject: Re: Alpha Kernel compiles Message-ID: <20000524170003.A154600@cmpharm.ucsf.edu> References: <003301bfc452$bb0829e0$0101a8c0@tuad.org> <20000524085036.A2192@cmpharm.ucsf.edu> <20000524110556.B11414@dragon.nuxi.com> <14636.6936.36029.190466@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <14636.6936.36029.190466@grasshopper.cs.duke.edu>; from gallatin@cs.duke.edu on Wed, May 24, 2000 at 02:11:46PM -0400 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, May 24, 2000 at 02:11:46PM -0400, Andrew Gallatin wrote: > > David O'Brien writes: > > On Wed, May 24, 2000 at 08:50:36AM -0700, Steve Sizemore wrote: > > > I'd noticed that "make buildworld" had been failing (for this reason) > > > for a couple of weeks on -stable. I finally fixed it by doing a > > > "make include" before the build. This allows the buildworld and > > > installworld to complete, but I still can't build a GENERIC kernel. > > > > Please try this patch and tell me if it fixes things. > > <..> > > I committed this to -STABLE this morning. > > Drew So, I re-cvsup'ed, make buildworld, make installworld, and mergemaster successfully. Then I try to rebuild the GENERIC kernel - First, make depend gives lots of warnings of the form - cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mno-fp-regs -Wa,-mev56 ../../alpha/alpha/genassym.c In file included from ../../sys/user.h:59, from ../../alpha/alpha/genassym.c:60: ../../sys/signalvar.h: In function `__cursig': ../../sys/signalvar.h:243: warning: implicit declaration of function `get_mplock' ../../sys/signalvar.h:245: warning: implicit declaration of function `rel_mplock' Then make fails while linking the kernel, with lots of - stdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mno-fp-regs -Wa,-mev56 vers.c linking kernel kern_exec.o: In function `execve': kern_exec.c(.text+0x680): undefined reference to `get_mplock' kern_exec.c(.text+0x684): undefined reference to `get_mplock' kern_exec.c(.text+0x6ac): undefined reference to `rel_mplock' kern_exec.c(.text+0x6b0): undefined reference to `rel_mplock' So, it's either not fixed, yet, or it got broken again. Thanks. Steve -- ----------------------------------------------#-----#--#####--------------- # # # # Steve Sizemore # # # Dept. of Cellular and Molecular Pharmacology # # # Box 0450, Room HSE-1285 # # # University of California Medical Center # # # # 513 Parnassus Avenue ##### ##### ##### ####### San Francisco CA 94143-0450 # # # # # steve@cmpharm.ucsf.edu ##### ##### (415) 476-6987 FAX: (415) 476-6515 # # # # # -------------------------------------------------------------#####--#------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message