Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Aug 2002 14:02:06 +0900
From:      Shunichi Konno <konno@hal.rcast.u-tokyo.ac.jp>
To:        security@freebsd.org
Subject:   Re: openssl build
Message-ID:  <20020802134227.98FE.KONNO@hal.rcast.u-tokyo.ac.jp>
In-Reply-To: <200208011205.04188.gobinau@digitalcelt.com>
References:  <200208011205.04188.gobinau@digitalcelt.com>

next in thread | previous in thread | raw e-mail | index | archive | help
It is because Makefile tests /usr/local/bin/pod2mantest
with Perl 5.6 (/usr/local/bin/perl), but Makefile runs
pod2mantest with Perl 5.005_03 (/usr/bin/perl).

This is the main reason and we will have such a problem
only if we have Perl 5.6 in our path.

The workaround is to get out /usr/local/bin from
your path temporarily.

If pod2mantest test with /usr/bin/pod2man fail and
there is no more pod2man in your path, it will return
pod2man.pl perl script which is distributed
with OpenSSL package and it works fine:

% cd /usr/ports/security/openssl/work/openssl-0.9.6e/util
% ./pod2mantest ignore
/usr/bin/pod2man does not work properly ('MultilineTest' failed).  Looking for a
nother pod2man ...
No working pod2man found.  Consider installing a new version.
As a workaround, we'll use a bundled old copy of pod2man.pl.
../../util/pod2man.pl

The best way to solve our problem is to fix Makefile or
pod2mantest, but I don't have enough time today.
I've not fixed it yet.

Thanks.

On Thu, 1 Aug 2002 12:04:45 -0500
"Reuben A. Popp" <gobinau@digitalcelt.com> wrote:
RAP> installing man1/CA.pl.1
RAP> /usr/bin/pod2man does not work properly ('MultilineTest' failed).  Looking for 
RAP> another pod2man ...
RAP> Can't locate Pod/Man.pm in @INC (@INC contains: 
RAP> /usr/local/lib/perl5/site_perl/5.005/i386-freebsd 
RAP> /usr/local/lib/perl5/site_perl/5.005 . /usr/libdata/perl/5.00503/mach 
RAP> /usr/libdata/perl/5.00503) at /usr/local/bin/pod2man line 16.
RAP> BEGIN failed--compilation aborted at /usr/local/bin/pod2man line 16.
RAP> *** Error code 2
RAP> 
RAP> Stop in /usr/ports/security/openssl/work/openssl-0.9.6e.
RAP> *** Error code 1
RAP> 
RAP> Stop in /usr/ports/security/openssl.



                                             今野 俊一/KONNO Shunichi
                                               The University of Tokyo
                                     (IPC, Grad Sch of Inf Sci & Tech)
                                 E-Mail: konno@hal.rcast.u-tokyo.ac.jp
                  HomePage: http://www.hal.rcast.u-tokyo.ac.jp/~konno/


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




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