From owner-freebsd-questions Mon Jun 29 14:31:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA14022 for freebsd-questions-outgoing; Mon, 29 Jun 1998 14:31:52 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from east.isi.edu (east.isi.edu [38.245.76.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA13987 for ; Mon, 29 Jun 1998 14:31:29 -0700 (PDT) (envelope-from heermann@EAST.ISI.EDU) Received: from east by east.isi.edu (8.8.5/5.61+local-24) id ; Mon, 29 Jun 1998 17:31:18 -0400 (EDT) Date: Mon, 29 Jun 1998 17:31:18 -0400 (EDT) From: Chris Heermann X-Sender: heermann@east To: questions@FreeBSD.ORG cc: Keng Lim Subject: make release problem 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 Hi, I keep running into a problem when I do a 'make release' for 2.2.6 (I am trying to generate a custom release.). It happens during 'make world' and it appears that one of the libraries, ref.so, is not getting built in the new release. Any information would be helpful and much appreciated. Does the Makefile in '===> share/doc/usd/13.viref' during 'make release' reference 'ref.so' in /usr/src/contrib/nvi/docs/USD.doc/vi.ref or /release_pathname/usr/src/contrib/nvi/docs/USD.doc/vi.ref? It's pathname is: distserv# ls -l /usr/src/contrib/nvi/docs/USD.doc/vi.ref/ref.so -rw-r--r-- 1 root wheel 1618 Nov 1 1996 /usr/src/contrib/nvi/docs/USD.doc/vi.ref/ref.so The message/error that's received from 'make release': ===> share/doc/usd/12.vi/summary^M (cd /usr/src/share/doc/usd/12.vi/summary/../../../../../contrib/nvi/docs/USD.doc/vitut; groff -mtty-char -Tascii -t -ms -o1- /usr/src/share/doc/usd/12.vi/summary/../../../../.. /contrib/nvi/docs/USD.doc/vitut/vi.summary) | gzip -c > summary.ascii.gz^M ===> share/doc/usd/13.viref^M make: don't know how to make ref.so. Stop^M *** Error code 2^M ^M Stop.^M *** Error code 1^M ^M Stop.^M *** Error code 1^M ^M Stop.^M *** Error code 1^M ^M Stop.^M *** Error code 1^M ^M Stop.^M *** Error code 1^M ^M Stop.^M *** Error code 1^M ^M Stop.^M distserv# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message