From owner-freebsd-bugs Mon Apr 22 16:27:16 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6AF0F37B72E for ; Mon, 22 Apr 2002 16:20:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3MNK5U77002; Mon, 22 Apr 2002 16:20:05 -0700 (PDT) (envelope-from gnats) Received: from theshell.com (arsenic.theshell.com [63.236.138.5]) by hub.freebsd.org (Postfix) with SMTP id 579FD37B622 for ; Mon, 22 Apr 2002 16:08:46 -0700 (PDT) Received: (qmail 26070 invoked by uid 500); 22 Apr 2002 23:08:45 -0000 Message-Id: <20020422230845.26069.qmail@theshell.com> Date: 22 Apr 2002 23:08:45 -0000 From: Peter Avalos Reply-To: Peter Avalos To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/37360: installworld failure: can't find pod2man Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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