Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 May 2000 17:00:04 -0700
From:      Steve Sizemore <steve@cmpharm.ucsf.edu>
To:        Andrew Gallatin <gallatin@cs.duke.edu>
Cc:        obrien@FreeBSD.ORG, "D.A. Muran-de Assereto" <dmuran@pinacolada.net>, freebsd-alpha@FreeBSD.ORG
Subject:   Re: Alpha Kernel compiles
Message-ID:  <20000524170003.A154600@cmpharm.ucsf.edu>
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
References:  <003301bfc452$bb0829e0$0101a8c0@tuad.org> <20000524085036.A2192@cmpharm.ucsf.edu> <20000524110556.B11414@dragon.nuxi.com> <14636.6936.36029.190466@grasshopper.cs.duke.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000524170003.A154600>