From owner-freebsd-stable Wed Apr 25 18:34:41 2001 Delivered-To: freebsd-stable@freebsd.org Received: from SATAN.FREEBSDSYSTEMS.COM (satan.freebsdsystems.com [216.126.88.51]) by hub.freebsd.org (Postfix) with ESMTP id BFF4237B423; Wed, 25 Apr 2001 18:34:32 -0700 (PDT) (envelope-from lnb@FreeBSDsystems.COM) Received: from panda.FreeBSDsystems.COM (panda.freebsdsystems.com [216.126.95.28]) by SATAN.FREEBSDSYSTEMS.COM (8.11.2/8.11.2) with SMTP id f3Q1YWv74931; Wed, 25 Apr 2001 21:34:32 -0400 (EDT) (envelope-from lnb@FreeBSDsystems.COM) From: Lanny Baron Date: Wed, 25 Apr 2001 21:34:31 -0400 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="iso-8859-1" To: questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: a fix for STOP in make world for 4.2 => 4.3 stable MIME-Version: 1.0 Message-Id: <01042521343100.08716@panda.FreeBSDsystems.COM> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG For a few days I was constantly getting STOP with make world going from 4.2-STABLE to 4.3-STABLE. When make world got to; usr/src/secure/usr.bin/openssl/../../../crypto/openssl/apps/../doc/apps/ /op enssl.pod > openssl.1 pod2man: not found Error code 127 Stop in /usr/src/secure/usr.bin/openssl. Error code 1 It turns out that editing /usr/src/secure/usr.bin/openssl/Makefile and telling it the path to pod2man works. The line should look like this: .pod.1: /usr/bin/pod2man ${.IMPSRC} > ${.TARGET} Thanks to tendogz on #Unix on the Undernet for his efforts and help. ~=~=~=~=~=~=~=~=~=~=~=~= Lanny Baron FreeBSD Systems, Inc. Freedom Technologies Corp. 1.877.963.1900 http://www.FreeBSDsystems.COM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message