From owner-freebsd-stable Fri Jul 6 13:23:14 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mikea.ath.cx (okc-65-26-223-53.mmcable.com [65.26.223.53]) by hub.freebsd.org (Postfix) with ESMTP id 10B0B37B401 for ; Fri, 6 Jul 2001 13:23:11 -0700 (PDT) (envelope-from mikea@mikea.ath.cx) Received: (from mikea@localhost) by mikea.ath.cx (8.11.4/8.11.1) id f66KNAO21283 for stable@FreeBSD.ORG; Fri, 6 Jul 2001 15:23:10 -0500 (CDT) (envelope-from mikea) Date: Fri, 6 Jul 2001 15:23:10 -0500 From: mikea To: stable@FreeBSD.ORG Subject: Re: make world fails in RELENG_4_3 Message-ID: <20010706152310.A21266@mikea.ath.cx> References: <20010706131741.A17035@freeway.dcfinc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <20010706131741.A17035@freeway.dcfinc.com>; from chad@DCFinc.com on Fri, Jul 06, 2001 at 01:17:41PM -0700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Jul 06, 2001 at 01:17:41PM -0700, Chad R. Larson wrote: > I'm getting failures on "make world" or "make installworld" when > trying to install openssl. The make does not have a path to > the perl "pod2man" at the point ssl is being installed. > > Fresh CVS checkout with tag RELENG_4_3. > > +--------------- > | ===> secure/usr.bin/telnet > | install -c -s -o root -g wheel -m 555 telnet /usr/bin > | install -c -o root -g wheel -m 444 /usr/src/secure/usr.bin/telnet/../../../crypto/telnet/telnet/telnet.1 /usr/share/man/man1 > | ===> secure/usr.bin/openssl > | install -c -s -o root -g wheel -m 555 openssl /usr/bin > | pod2man /usr/src/secure/usr.bin/openssl/../../../crypto/openssl/apps/../doc/apps//openssl.pod > openssl.1 > | pod2man: not found > | *** Error code 127 > | > | Stop in /usr/src/secure/usr.bin/openssl. > | *** Error code 1 > | > | Stop in /usr/src/secure/usr.bin. > | *** Error code 1 > | > | Stop in /usr/src/secure. > | *** Error code 1 I had this happen, too, and overrode it on the make command, pointing to the place where `which pod2man` pointed. Worked fine, and the rest of the make ran perfectly. -- Mike Andrews mikea@mikea.ath.cx Tired old sysadmin since 1964 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message