From owner-freebsd-security Thu Aug 1 22: 2:15 2002 Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B46C37B400 for ; Thu, 1 Aug 2002 22:02:12 -0700 (PDT) Received: from earth.hal.rcast.u-tokyo.ac.jp (earth.hal.rcast.u-tokyo.ac.jp [157.82.80.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FBE943E42 for ; Thu, 1 Aug 2002 22:02:11 -0700 (PDT) (envelope-from konno@hal.rcast.u-tokyo.ac.jp) Received: from [192.168.1.8] (FLA9Aaa001.chb.mesh.ad.jp [61.193.68.129]) by earth.hal.rcast.u-tokyo.ac.jp (8.9.3/3.7W) with ESMTP id OAA11408; Fri, 2 Aug 2002 14:02:09 +0900 (JST) Date: Fri, 02 Aug 2002 14:02:06 +0900 From: Shunichi Konno To: security@freebsd.org Subject: Re: openssl build In-Reply-To: <200208011205.04188.gobinau@digitalcelt.com> References: <200208011205.04188.gobinau@digitalcelt.com> Message-Id: <20020802134227.98FE.KONNO@hal.rcast.u-tokyo.ac.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-2022-JP" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.05.03 Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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" 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