From owner-freebsd-questions Mon May 8 15:56:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from team7.cba.ualr.edu (team7.cba.ualr.edu [144.167.120.24]) by hub.freebsd.org (Postfix) with ESMTP id A36A937B5E8 for ; Mon, 8 May 2000 15:56:29 -0700 (PDT) (envelope-from joe@team7.cba.ualr.edu) Received: from access29.mod1.ualr.edu (access29.mod1.ualr.edu [144.167.7.29]) by team7.cba.ualr.edu (8.9.3/8.9.3) with ESMTP id RAA10321; Mon, 8 May 2000 17:56:32 -0500 (CDT) (envelope-from joe@team7.cba.ualr.edu) Date: Mon, 8 May 2000 17:56:24 -0500 (CDT) From: Joe Royce X-Sender: joe@njal.valhalla.org To: William Woods Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Make World on a DEC Alpha dies..... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It appears that in /usr/src/sys/modules/Makefile, syscons was moved to the general case when it shouldn't have been. Last I heard, there was no support for (u)random for the Alpha. I may be wrong in this, however. HTH, Joe On Mon, 8 May 2000, William Woods wrote: > > Running 4.0-stable on a DEC Alpha I get the following with todays cvsup: > > ----------------------------------------------- > mkdep -f .depend -a -nostdinc > -I/usr/src/sys/modules/syscons/blank/.. -D_KERNEL -DKLD_MODULE -I- > -I/usr/src/sys/modules/syscons/blank/.. -I. -I@ -I@/../include > -I/usr/obj/usr/src/alpha/usr/include > /usr/src/sys/modules/syscons/blank/blank_saver.c > ===> sys/modules/syscons/daemon > @ -> /usr/src/sys > machine -> /usr/src/sys/alpha/include > rm -f .depend > mkdep -f .depend -a -nostdinc > -I/usr/src/sys/modules/syscons/daemon/.. -D_KERNEL -DKLD_MODULE -I- > -I/usr/src/sys/modules/syscons/daemon/.. -I. -I@ -I@/../include > -I/usr/obj/usr/src/alpha/usr/include > /usr/src/sys/modules/syscons/daemon/daemon_saver.c > ===> sys/modules/syscons/fade > @ -> /usr/src/sys > machine -> /usr/src/sys/alpha/include > rm -f .depend > mkdep -f .depend -a -nostdinc > -I/usr/src/sys/modules/syscons/fade/.. -D_KERNEL -DKLD_MODULE -I- > -I/usr/src/sys/modules/syscons/fade/.. -I. -I@ -I@/../include > -I/usr/obj/usr/src/alpha/usr/include > /usr/src/sys/modules/syscons/fade/fade_saver.c > ===> sys/modules/syscons/fire > @ -> /usr/src/sys > machine -> /usr/src/sys/alpha/include > rm -f .depend > mkdep -f .depend -a -nostdinc > -I/usr/src/sys/modules/syscons/fire/.. -D_KERNEL -DKLD_MODULE -I- > -I/usr/src/sys/modules/syscons/fire/.. -I. -I@ -I@/../include > -I/usr/obj/usr/src/alpha/usr/include > /usr/src/sys/modules/syscons/fire/fire_saver.c > /usr/src/sys/modules/syscons/fire/fire_saver.c:44: machine/random.h: No > such file or directory > mkdep: compile failed > *** Error code 1 > > Stop in /usr/src/sys/modules/syscons/fire. > *** Error code 1 > > Stop in /usr/src/sys/modules/syscons. > *** Error code 1 > > Stop in /usr/src/sys/modules. > *** Error code 1 > > > --------------------------------- > anyone have any ideas, suggestions? > > ------------------------------------------------------------------ > NOTICE TO BULK E-MAILERS: Pursuant to US Code, Title 47, Chapter 5, > Subchapter II, 227, and all unsolicited commercial e-mail sent to this > address is subject to a download and archival fee in the amount of $500 US > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message