Date: Thu, 26 Apr 2001 11:02:37 -0400 (EDT) From: Matt Loschert <loschert@servint.com> To: Lanny Baron <lnb@FreeBSDsystems.COM> Cc: <questions@FreeBSD.ORG>, <stable@FreeBSD.ORG> Subject: Re: a fix for STOP in make world for 4.2 => 4.3 stable Message-ID: <20010426110210.U14481-100000@delft.servint.com> In-Reply-To: <01042521343100.08716@panda.FreeBSDsystems.COM>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 25 Apr 2001, Lanny Baron wrote:
> 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
See bug report misc/21528.
- Matt
--
Matt Loschert | email: loschert@servint.com |
Software Engineer | web: http://www.servint.net/ |
ServInt Internet Services | phone: (703) 847-1381 |
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010426110210.U14481-100000>
