X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,SPF_NEUTRAL,TW_YG,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: <4D778D78.4040807@cornell.edu> Date: Wed, 09 Mar 2011 09:23:52 -0500 From: Ken Brown User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Perl: Operation "bool": no method found References: <4D767FFD DOT 20001 AT cornell DOT edu> <4D76DB1C DOT 4020804 AT cpan DOT org> In-Reply-To: <4D76DB1C.4020804@cpan.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 3/8/2011 8:42 PM, Rafael Kitover wrote: > On 3/8/2011 2:14 PM, Ken Brown wrote: >> I'm trying to build biber (http://biblatex-biber.sourceforge.net/) for >> Cygwin. It is written in Perl. The documentation says to start by >> running `perl Build.PL' in order to make sure that I have all the >> required modules. This fails as follows: >> >> $ perl Build.PL >> Operation "bool": no method found, argument in overloaded package >> version at /usr/lib/perl5/5.10/Module/Build/Base.pm line 1568. >> >> Line 1568 of Base.pm is >> >> return $^V ? $self->perl_version_to_float(sprintf "%vd", $^V) : $]; >> >> I know practically nothing about Perl, but I was hoping I could still >> build biber by following instructions. I would appreciate any hints as >> to how to track down the problem. I'm attaching Build.PL as well as >> cygcheck output. >> >> Ken > > I had similar bizarre error messages related to $^V, specifically the > construct sprintf "%vd", $^V, in my case related to CPAN::Reporter for > doing test reports from cpan shell. > > This is something related to the $^V being a version.pm object, as it is > in new perls, but the version class not being available for some reason, > hence perl trying to call nonexistant overloaded methods. > > Reini, what do you think? Problem solved: I asked for help on the biblatex-biber forum and was told that Cygwin's Module::Build module is outdated and needs to be updated via perl -MCPAN -e "install Module::Build" This worked. Ken -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple