Date: Thu, 20 Aug 1998 13:05:04 -0500 (CDT) From: "Brent J. Nordquist" <bjn@visi.com> To: dfr@nlsystems.com (Doug Rabson) Cc: freebsd-alpha@FreeBSD.ORG Subject: FreeBSD/Alpha make buildworld stops at groff Message-ID: <199808201805.NAA25258@isis.visi.com> In-Reply-To: <Pine.BSF.4.01.9808121934490.2114-100000@herring.nlsystems.com> from Doug Rabson at "Aug 12, 98 07:45:16 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
| 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808201805.NAA25258>