From owner-freebsd-current@FreeBSD.ORG Sun Apr 5 19:46:14 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E1851065672 for ; Sun, 5 Apr 2009 19:46:14 +0000 (UTC) (envelope-from sean.bruno@dsl-only.net) Received: from iron2.pdx.net (iron2.pdx.net [69.64.224.71]) by mx1.freebsd.org (Postfix) with ESMTP id D187F8FC13 for ; Sun, 5 Apr 2009 19:46:13 +0000 (UTC) (envelope-from sean.bruno@dsl-only.net) Received: (qmail 5810 invoked from network); 5 Apr 2009 12:46:11 -0700 Received: from 069-064-235-060.pdx.net (HELO ?192.168.1.51?) (69.64.235.60) by iron2.pdx.net with SMTP; 5 Apr 2009 12:46:09 -0700 From: Sean Bruno To: Kostik Belousov In-Reply-To: <20090405193709.GU31897@deviant.kiev.zoral.com.ua> References: <20090401164947.873CE7302F@freebsd-current.sentex.ca> <20090401165845.GU31897@deviant.kiev.zoral.com.ua> <1238959517.4546.1.camel@localhost.localdomain> <20090405192824.GT31897@deviant.kiev.zoral.com.ua> <1238959919.4546.3.camel@localhost.localdomain> <20090405193709.GU31897@deviant.kiev.zoral.com.ua> Content-Type: text/plain Date: Sun, 05 Apr 2009 12:46:10 -0700 Message-Id: <1238960770.4546.4.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 (2.24.5-1.fc10) Content-Transfer-Encoding: 7bit Cc: current@freebsd.org, ia64@freebsd.org Subject: Re: [head tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Apr 2009 19:46:14 -0000 On Sun, 2009-04-05 at 22:37 +0300, Kostik Belousov wrote: > On Sun, Apr 05, 2009 at 12:31:59PM -0700, Sean Bruno wrote: > > > > > > Kostik: > > > > > > > > This is also affecting my x86_64 builds. Thanks for looking at it. > > > > > > Huh ? There are two architectures that use compat32 bits. They > > > are amd64 and ia64. Build for amd64 arch was not broken by these > > > commits. It was my overlook to not provide bits for ia64 after > > > compat/freebsd32/syscalls.master referenced new symbol, namely > > > freebsd32_sysarch. > > > > > > So, if you have some issues, please report them in the details. > > > > I just updated my -current and am getting the following error on AMD64: > > > > [sean@bsd64 ~/bsd/head/sys/amd64/compile/GENERIC]$ make > > linking kernel.debug > > freebsd32_sysent.o(.data+0x19d0): undefined reference to > > `freebsd32_sysarch' > > *** Error code 1 > > > > Stop in /usr/home/sean/bsd/head/sys/amd64/compile/GENERIC. > > > > > > Should I have to do anyting else? > > My guess is that you did not (re)configured your kernel after update. Huh ... definitely my fault. I had restarted a full build after my last message and it compiled just fine. Forgive the noise. Sean