From owner-freebsd-current Sun Mar 24 9:38:47 2002 Delivered-To: freebsd-current@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id A630D37B400; Sun, 24 Mar 2002 09:38:42 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id g2OHcgh76708; Sun, 24 Mar 2002 09:38:42 -0800 (PST) (envelope-from dillon) Date: Sun, 24 Mar 2002 09:38:42 -0800 (PST) From: Matthew Dillon Message-Id: <200203241738.g2OHcgh76708@apollo.backplane.com> To: "David O'Brien" Cc: freebsd-current@freebsd.org Subject: Re: can't build world on alpha References: <200203231902.g2NJ2QS71349@apollo.backplane.com> <20020324085932.D26339@dragon.nuxi.com> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG :On Sat, Mar 23, 2002 at 11:02:26AM -0800, Matthew Dillon wrote: :> Anyone have any ideas? I'm trying to build the latest -current :> (from cvs) on an alpha running 4.3-RELEASE, using 'make buildworld'. : :I have thought about what could be the problem several times and cannot :come up with anything (thus my slow responce). : :Please tell more about your environment. How did you get 4.3 on the :Alpha. Can you build 4.3 first to verify things are OK. Or are you :willing to try building RELENG_4 first? I have successfully built and installed a -stable world. It took all day, but it worked :-) Unfortunately, it did not clear up the problem. I still get this error however: /FreeBSD/FreeBSD-current/src/sys/sys/types.h:50: global register variable follows a function definition /FreeBSD/FreeBSD-current/src/sys/sys/types.h:50: warning: call-clobbered register used for global register variable It appears that this line in alpha/include/pcpu.h: register struct pcpu *pcpup __asm__("$8"); Must occur before any inlines. There are inlines #include'd long before pcpu.h is included. The first I can find is in alpha/include/endian.h, which is included by sys/types.h. That's as far as I've gotten. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message