Skip site navigation (1)Skip section navigation (2)
Date:      22 Apr 2002 23:08:45 -0000
From:      Peter Avalos <pavalos@theshell.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   bin/37360: installworld failure: can't find pod2man
Message-ID:  <20020422230845.26069.qmail@theshell.com>

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


>Number:         37360
>Category:       bin
>Synopsis:       installworld failure: can't find pod2man
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 22 16:20:05 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Peter Avalos
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD arsenic.theshell.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Tue Mar 26 11:15:29 PST 2002 pavalos@arsenic.theshell.com:/usr/obj/usr/src/sys/ARSENIC i386


	
>Description:

===> secure/usr.bin
===> secure/usr.bin/bdes
install -c -s -o root -g wheel -m 555   bdes /usr/bin
install -c -o root -g wheel -m 444 /usr/src/secure/usr.bin/bdes/bdes.1 /usr/share/man/man1
===> 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

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

[1]  + exit 1     make installworld
arsenic:/usr/src# cd secure/usr.bin/openssl 
arsenic:/usr/src/secure/usr.bin/openssl# make install
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
install -c -o root -g wheel -m 444 openssl.1 /usr/share/man/man1
/usr/share/man/man8/ssl.8 -> /usr/share/man/man1/openssl.1

After this make install in secure/usr.bin/openssl/ installworld works
(as it should).
>How-To-Repeat:
See above.
>Fix:
I wish I knew more about make(1) to help out.
>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?20020422230845.26069.qmail>