Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84503 - ebuild PEAR-XML_Tree have to depend on PEAR-XML_Parser
Summary: ebuild PEAR-XML_Tree have to depend on PEAR-XML_Parser
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-08 05:39 UTC by Martin Nowack
Modified: 2005-03-08 08:17 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 Martin Nowack 2005-03-08 05:39:13 UTC
The ebuild dev-php/PEAR-XML_Tree should depend on dev-php/PEAR-XML_Parser,
but this is not mentioned in any PEAR-XML_Tree-ebuild.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
emerge without a problem but on scripts using this package it failes. 

Expected Results:  
execution shouldn't faile 

could be easely fixed by inserting following line in every 
PEAR-XML_Tree-package: 
 
DEPEND="dev-php/PEAR-XML_Tree"
Comment 1 Sebastian Bergmann (RETIRED) gentoo-dev 2005-03-08 08:17:44 UTC
dev-php/PEAR-XML_Tree-2.0.0_rc2 now has the correct DEPENDency on dev-php/PEAR-XML_Parser.