Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 79374 - dev-perl/Clone does not compile
Summary: dev-perl/Clone does not compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-24 12:25 UTC by gunix
Modified: 2005-02-01 13:17 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gunix 2005-01-24 12:25:05 UTC
I can't compile dev-perl/Clone

chmod 755 blib/arch/auto/Clone/Clone.so
cp Clone.bs blib/arch/auto/Clone/Clone.bs
chmod 644 blib/arch/auto/Clone/Clone.bs
Manifying blib/man3/Clone.3pm
PERL_DL_NONLAZY=1 /usr/bin/perl5.8.5 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01array.....ok
t/02hash......ok
t/03scalar....Can't handle REF type. at t/03scalar.t line 65
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 6-10
        Failed 5/10 tests, 50.00% okay
t/04tie.......ok
t/05dtype.....ok
t/06refcnt....ok
t/dclone......ok
Failed 1/7 test scripts, 85.71% okay. 5/54 subtests failed, 90.74% okay.
Failed Test  Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/03scalar.t  255 65280    10   10 100.00%  6-10
make: *** [test_dynamic] Error 255


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2005-01-24 16:03:48 UTC
Please provide the output of the following:

perl -MTest::Simple -e 'print "$Test::Simple::VERSION\n"'
Comment 2 gunix 2005-01-24 20:40:35 UTC
0.47
Comment 3 Dan Girellini 2005-01-31 12:21:40 UTC
I had this problem and tracked it down to there being two copies of Data::Dumper on my system.  One is included with perl and another from the Data-Dumper ebuild.  The latter seems to be obsolete.  Try to emerge -C Data-Dumper and then see if you still have problems emerging Clone.

If an emerge -uD keeps trying to reinstall Data-Dumper, find out what package is requiring it as I'd guess it should be considered a bug in that ebuild.
Comment 4 Michael Cummings (RETIRED) gentoo-dev 2005-02-01 02:01:20 UTC
I'm looking for where this dep is getting employed from. My intent is to correct the deps, then completely remove Data-Dumper from the tree.
Comment 5 Michael Cummings (RETIRED) gentoo-dev 2005-02-01 03:15:37 UTC
web-apps - including you on this bug. Can you please remove dev-perl/Data-Dumper from your bugzilla ebuilds? This is superceded by the Data-Dumper that comes with the perl install and can only cause conflicts. Is there any reason you need to depend on a version that's years out of date? (Would like to remove Data-Dumper from the tree entirely)
Comment 6 Michael Cummings (RETIRED) gentoo-dev 2005-02-01 03:16:42 UTC
gunix - unmerge Data-Dumper. I've removed the dep from the 2 perl modules that dep'd against it, so unless your Clone install is part of the bugzilla install somehow you should be good to go forward after an emerge sync.
Comment 7 gunix 2005-02-01 13:17:15 UTC
I was able to emerge Clone after removing Data-Dumper.
Thank you very much!