Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jul 2001 15:23:10 -0500
From:      mikea <mikea@mikea.ath.cx>
To:        stable@FreeBSD.ORG
Subject:   Re: make world fails in RELENG_4_3
Message-ID:  <20010706152310.A21266@mikea.ath.cx>
In-Reply-To: <20010706131741.A17035@freeway.dcfinc.com>; from chad@DCFinc.com on Fri, Jul 06, 2001 at 01:17:41PM -0700
References:  <20010706131741.A17035@freeway.dcfinc.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010706152310.A21266>