Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 87216 - Missing dependency: dev-perl/X500-DN depends on dev-perl/Parse-RecDescent
Summary: Missing dependency: dev-perl/X500-DN depends on dev-perl/Parse-RecDescent
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-29 21:48 UTC by Wulf Krueger (RETIRED)
Modified: 2005-03-30 05:58 UTC (History)
0 users

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


Attachments
Updated ebuild including the dependency on dev-perl/Parse-RecDescent (X500-DN-0.28.ebuild,592 bytes, text/plain)
2005-03-29 21:50 UTC, Wulf Krueger (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Wulf Krueger (RETIRED) gentoo-dev 2005-03-29 21:48:36 UTC
Merging dev-perl/X500-DN fails due to a missing dependency in its ebuild (following out put shortened for brevity):

PERL_DL_NONLAZY=1 /usr/bin/perl5.8.6 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/dn.....

Can't locate Parse/RecDescent.pm in @INC (@INC contains: [...] ) 

at /var/tmp/portage/X500-DN-0.28/work/X500-DN-0.28/blib/lib/X500/DN.pm line 10.
BEGIN failed--compilation aborted at /var/tmp/portage/X500-DN-0.28/work/X500-DN-0.28/blib/lib/X500/DN.pm line 10.
Compilation failed in require at t/dn.t line 6.
BEGIN failed--compilation aborted at t/dn.t line 6.
t/dn.....dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-43
        Failed 43/43 tests, 0.00% okay
t/rdn....ok
Failed Test Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/dn.t         2   512    43   86 200.00%  1-43
Failed 1/2 test scripts, 50.00% okay. 43/54 subtests failed, 20.37% okay.
make: *** [test_dynamic] Error 255

!!! ERROR: dev-perl/X500-DN-0.28 failed.
!!! Function perl-module_src_compile, Line 104, Exitcode 2
!!! test failed
!!! If you need support, post the topmost build error, NOT this status message.

Reproducible: Always
Steps to Reproduce:
1. emerge dev-perl/X500-DN 
2.
3.

Actual Results:  
See details.

Expected Results:  
See details.
Comment 1 Wulf Krueger (RETIRED) gentoo-dev 2005-03-29 21:50:31 UTC
Created attachment 54820 [details]
Updated ebuild including the dependency on dev-perl/Parse-RecDescent

Added my corrected ebuild.
Comment 2 Michael Cummings (RETIRED) gentoo-dev 2005-03-30 05:58:52 UTC
Grrr...this is the second module in 24 hours to fail to mention its dependancies properly in the source Makefile.PL. Corrected, thanks for the patience.

-Mike