From owner-freebsd-alpha Thu Aug 20 11:06:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA24416 for freebsd-alpha-outgoing; Thu, 20 Aug 1998 11:06:03 -0700 (PDT) (envelope-from owner-freebsd-alpha@FreeBSD.ORG) Received: from mixer.visi.com (mixer.visi.com [209.98.98.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA24339 for ; Thu, 20 Aug 1998 11:05:48 -0700 (PDT) (envelope-from nordquis@visi.com) Received: from isis.visi.com (nordquis@isis.visi.com [209.98.98.8]) by mixer.visi.com (8.8.8/8.7.5) with ESMTP id NAA11698; Thu, 20 Aug 1998 13:05:06 -0500 (CDT) Posted-Date: Thu, 20 Aug 1998 13:05:06 -0500 (CDT) Received: (from nordquis@localhost) by isis.visi.com (8.8.8/8.8.8) id NAA25258; Thu, 20 Aug 1998 13:05:04 -0500 (CDT) Message-Id: <199808201805.NAA25258@isis.visi.com> Subject: FreeBSD/Alpha make buildworld stops at groff In-Reply-To: from Doug Rabson at "Aug 12, 98 07:45:16 pm" To: dfr@nlsystems.com (Doug Rabson) Date: Thu, 20 Aug 1998 13:05:04 -0500 (CDT) Cc: freebsd-alpha@FreeBSD.ORG From: "Brent J. Nordquist" Reply-to: "Brent J. Nordquist" X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org | There is a set of userland diffs in | | http://www.freebsd.org/~dfr/alpha-src-diff.gz | | From memory, you should make and install usr.bin/lorder and lib/libkvm | before building the rest. Hmmm. Here's a partial list of the "build-tools" target: [...] bin/rm \ bin/test \ gnu/usr.bin/awk \ gnu/usr.bin/bc \ gnu/usr.bin/grep \ gnu/usr.bin/groff \ gnu/usr.bin/gzip \ gnu/usr.bin/man/makewhatis \ [...] What I'm noticing with "make -m /usr/src/share/mk buildworld" is that it stops right after gnu/usr.bin/groff (which has multiple subdirectories of its own). No errors, the process just ends. Then when you try to "make -m /usr/src/share/mk everything", it dies because gzip, lorder, etc. (and probably others that come after groff) aren't found in the /usr/obj temporary tree. Before I launch into this, has anyone solved this problem yet? -- Brent J. Nordquist / bjn@visi.com | Windows not found W: +1 612 905-7806 | (C)heer, (D)ance, (S)ing? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message