Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52039 - dev-perl/HTML-Tree-3.17 missing dependency for HTML-Tagset
Summary: dev-perl/HTML-Tree-3.17 missing dependency for HTML-Tagset
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-25 13:27 UTC by Larry Siden
Modified: 2004-06-13 07:43 UTC (History)
0 users

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 Larry Siden 2004-05-25 13:27:51 UTC
This ebuild builds correctly, but neglects to build HTML-Tagset which the module depends on.

Reproducible: Always
Steps to Reproduce:
1. emerge -C HTML-Tagset to remove it
2. emerge HTML-Tree
3. Run a perl module: that uses HTML-Tree and calls new() or new_from_content()

Actual Results:  
.Can't locate HTML/Tagset.pm in @INC ...

Expected Results:  
no message as above
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2004-06-13 07:43:41 UTC
Tagset is in both .17 and .18 as a depend. Not sure if that happened after/in sync with your filing this bug, though. Thanks for pointing it out!