Date: Thu, 26 Apr 2001 11:05:09 -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: <20010426110342.N14616-100000@delft.servint.com> In-Reply-To: <20010426110210.U14481-100000@delft.servint.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 26 Apr 2001, Matt Loschert wrote: > 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 Sorry about that. I sent the message before finishing. The bug report author and I narrowed the bug down to the inclusion of NOMANCOMPRESS=YES in /etc/make.conf. Do you also have this option set? - 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-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010426110342.N14616-100000>