From owner-freebsd-alpha Fri Jul 20 0:54:48 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [206.40.252.115]) by hub.freebsd.org (Postfix) with ESMTP id 9838F37B401 for ; Fri, 20 Jul 2001 00:54:44 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f6K7sRu02740; Fri, 20 Jul 2001 00:54:27 -0700 (PDT) (envelope-from obrien) Date: Fri, 20 Jul 2001 00:54:27 -0700 From: "David O'Brien" To: Richard Hodges Cc: Matthew Jacob , freebsd-alpha@FreeBSD.ORG Subject: Re: 4.3 GENERIC won't complete Message-ID: <20010720005427.A2701@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from rh@matriplex.com on Thu, Jul 19, 2001 at 10:37:41PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Jul 19, 2001 at 10:37:41PM -0700, Richard Hodges wrote: > That's good to know, but it still goes through the modules twice, > again choking on agp. That is normal -- once to make the "obj" directory for each module, and the 2nd time is the build (or depend) step. That linking you showed is very weird. I would: cd /usr/src/sys/compile rm -rf GENERIC cd /usr/src/sys/modules make cleandir make cleandir cd /usr/src/sys/alpha/conf config GENERIC cd ../../compile/GENERIC make depend make and see if you still have a problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message