Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Aug 2000 15:02:16 -0400 (EDT)
From:      rwatson@freebsd.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/20949: In buildworld, openssl build references pod2man outside of build tree
Message-ID:  <200008301902.PAA14786@fledge.watson.org>

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

>Number:         20949
>Category:       bin
>Synopsis:       openssl build references non-buildtool, which is bad
>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:   Wed Aug 30 12:10:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Robert Watson
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:

5.0-CURRENT cvsup'd on the 29th of August, 2000

>Description:

rm `which pod2man`
make buildworld

...
pod2man /usr/src/secure/usr.bin/openssl/../../../crypto/openssl/apps/../doc/apps//openssl.pod > openssl.1
pod2man: not found
*** Error code 127
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error

This is bad -- if pod2man is in build tools, then it's not being referenced
using the right path.  If it's not in build tools, it shouldn't be used in
the openssl build.

>How-To-Repeat:

The above.

>Fix:

Not attached.


>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?200008301902.PAA14786>