Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Apr 2001 21:34:31 -0400
From:      Lanny Baron <lnb@FreeBSDsystems.COM>
To:        questions@FreeBSD.ORG, stable@FreeBSD.ORG
Subject:   a fix for STOP in make world for 4.2 => 4.3 stable
Message-ID:  <01042521343100.08716@panda.FreeBSDsystems.COM>

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




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