Skip Menu |

This queue is for tickets about the Devel-FindGlobals CPAN distribution.

Report information
The Basics
Id: 7938
Status: resolved
Priority: 0/
Queue: Devel-FindGlobals

People
Owner: Nobody in particular
Requestors: jm-rt [...] jmason.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.02
Fixed in: 0.03



Subject: install fails with 'Bizarre copy of HASH in leavesub'
Show quoted text
cpan> install Devel::FindGlobals
CPAN: Storable loaded ok Going to read /home/jm/.cpan/Metadata Database was generated on Thu, 07 Oct 2004 07:13:26 GMT Running install for module Devel::FindGlobals Running make for C/CN/CNANDOR/Devel-FindGlobals-0.02.tar.gz CPAN: Digest::MD5 loaded ok CPAN: Compress::Zlib loaded ok Checksum for /home/jm/.cpan/sources/authors/id/C/CN/CNANDOR/Devel-FindGlobals-0.02.tar.gz ok Scanning cache /home/jm/.cpan/build for sizes Devel-FindGlobals-0.02/ Devel-FindGlobals-0.02/Changes Devel-FindGlobals-0.02/FindGlobals.pm Devel-FindGlobals-0.02/Makefile.PL Devel-FindGlobals-0.02/MANIFEST Devel-FindGlobals-0.02/README Devel-FindGlobals-0.02/t/ Devel-FindGlobals-0.02/t/findglobals.t Removing previously used /home/jm/.cpan/build/Devel-FindGlobals-0.02 CPAN.pm: Going to build C/CN/CNANDOR/Devel-FindGlobals-0.02.tar.gz Checking if your kit is complete... Looks good Writing Makefile for Devel::FindGlobals cp FindGlobals.pm blib/lib/Devel/FindGlobals.pm Manifying blib/man3/Devel::FindGlobals.3pm /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/findglobals....# Failed test (t/findglobals.t at line 7) # Tried to use 'Devel::FindGlobals'. # Error: Bizarre copy of HASH in leavesub at /home/jm/.cpan/build/Devel-FindGlobals-0.02/blib/lib/Devel/FindGlobals.pm line 215. # BEGIN failed--compilation aborted at /home/jm/.cpan/build/Devel-FindGlobals-0.02/blib/lib/Devel/FindGlobals.pm line 215. # Compilation failed in require at (eval 1) line 2. Undefined subroutine &main::find_globals called at t/findglobals.t line 11. # Looks like you planned 10 tests but only ran 1. # Looks like your test died just after 1. t/findglobals....dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-10 Failed 10/10 tests, 0.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------------------- t/findglobals.t 255 65280 10 19 190.00% 1-10 Failed 1/1 test scripts, 0.00% okay. 10/10 subtests failed, 0.00% okay. make: *** [test_dynamic] Error 2 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force
attached: perl -V output -- it's latest debian unstable perl
Download o
application/octet-stream 2.7k

Message body not shown because it is not plain text.

Date: Fri, 8 Oct 2004 16:20:19 -0700
To: bug-Devel-FindGlobals [...] rt.cpan.org
From: Chris Nandor <cnandor [...] cpan.org>
Subject: Re: [cpan #7938] install fails with 'Bizarre copy of HASH in leavesub'
RT-Send-Cc:
Thanks for the report. It worked fine in older versions of perl (incl. 5.8.0) for me, but not in 5.8.4. I just moved some things around and got it to work, and uploaded a new version to the CPAN (it is on http://sf.net/projects/pudge/ now). Please report back when you've had a chance to test it. Thanks, -- Chris Nandor pudge@pobox.com http://pudge.net/ Open Source Technology Group pudge@ostg.com http://ostg.com/
yep, that fixed it -- thanks!