From owner-freebsd-perl@FreeBSD.ORG Mon Jul 19 06:56:13 2004 Return-Path: Delivered-To: freebsd-perl@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2775516A4CE; Mon, 19 Jul 2004 06:56:13 +0000 (GMT) Received: from heechee.tobez.org (heechee.tobez.org [217.157.39.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C9B443D1D; Mon, 19 Jul 2004 06:56:12 +0000 (GMT) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id C8975175A8; Mon, 19 Jul 2004 08:56:09 +0200 (CEST) Date: Mon, 19 Jul 2004 08:56:09 +0200 From: Anton Berezin To: Anders Nordby Message-ID: <20040719065609.GA33539@heechee.tobez.org> References: <20040718194326.GA81260@totem.fix.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040718194326.GA81260@totem.fix.no> User-Agent: Mutt/1.5.6i cc: perl@FreeBSD.org Subject: Re: Perl 5.8.4 issues in FreeBSD 4.10-RELEASE X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 06:56:13 -0000 On Sun, Jul 18, 2004 at 09:43:27PM +0200, Anders Nordby wrote: > Hi tobez@, perl@, > > I found a couple of problems/oddities with the FreeBSD port for Perl > 5.8.4 using FreeBSD 4.10-RELEASE. I want to know if you are aware of > them and/or are working on a fix. I'll file a PR with more information > if you want. > > It's not building: > > ---snip--- > Making MIME::Base64 (dynamic) > Writing Makefile for MIME::Base64 > cp QuotedPrint.pm ../../../lib/MIME/QuotedPrint.pm > cp Base64.pm ../../../lib/MIME/Base64.pm > ../../../miniperl "-I../../../lib" "-I../../../lib" > ../../../lib/ExtUtils/xsubpp -typemap ../../../lib/ExtUtils/typemap > Base64.xs > Base64.xsc && mv Base64.xsc Base64.c > cc -c -DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.4/BSDPAN" > -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing > -I/usr/local/include -O -pipe -DVERSION=\"3.01\" > -DXS_VERSION=\"3.01\" -DPIC -fPIC "-I../../.." Base64.c > Base64.xs: In function `XS_MIME__Base64_decode_base64': > Base64.xs:224: `dowarn' undeclared (first use in this function) > Base64.xs:224: (Each undeclared identifier is reported only once > Base64.xs:224: for each function it appears in.) > *** Error code 1 > > Stop in /usr/ports/lang/perl5.8/work/perl-5.8.4/ext/MIME/Base64. > *** Error code 1 > ---snip--- Please make sure that you do not have a file named patchlevel.h in /usr/local/include. An old version of math/netcdf used to install this file, which conflicts with perl build. If so, please remove this file, and rebuild perl (make clean is necessary). Hope this helps, Cheers, \Anton. -- Floating point will almost always have enough precision for the task at hand, and by the time it doesn't, it will. :-) -- Larry Wall