Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Sep 2000 17:45:48 -0400 (EDT)
From:      richards+bsd@CS.Princeton.EDU
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   misc/21528: installworld fails in secure/usr.bin/openssl
Message-ID:  <200009242145.e8OLjmL07316@weeta.princeton.edu>

next in thread | raw e-mail | index | archive | help

>Number:         21528
>Category:       misc
>Synopsis:       installworld fails in secure/usr.bin/openssl
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 24 14:50:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Chris Richards
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
N/A
>Environment:

	

>Description:

	Making installworld on recent -STABLE system aborts when
	making the openssl man page, as in the following transcript:

	===> 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
	
	It seems pod2man isn being found in the PATH, though
	/usr/bin/pod2man exists and is mode 755.

	There seems to be a related error in buildworld (tr and ls are
	reported as not found while building groff, I think) but I
	haven't been able to track that down yet.

>How-To-Repeat:

	1. CVSup to -STABLE as of 6:30 this morning
	2. make buildworld
	3. make installworld

>Fix:

	None known, besides the obvious kludge of specifying the absolute
	path to pod2man in the Makefile.

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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