Bug 621967

Summary: php-channel-symfony should depend on php-xml
Product: [Fedora] Fedora Reporter: Christopher Beland <beland>
Component: php-channel-symfonyAssignee: Christof Damian <christof>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: christof
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-08-06 16:56:28 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Christopher Beland 2010-08-06 16:24:24 UTC
Running "pear install symfony/symfony" results in the following error:

>>
symfony/symfony requires PHP extension "dom"
No valid packages found
install failed
<<

"yum install php-xml" cured this problem; php-channel-symfony should probably have a dependency on it.

Version: php-channel-symfony-1.3-1.fc12.noarch

Comment 1 Christof Damian 2010-08-06 16:56:28 UTC
(In reply to comment #0)
> Running "pear install symfony/symfony" results in the following error:
[...]
> 
> "yum install php-xml" cured this problem; php-channel-symfony should probably
> have a dependency on it.
> 
> Version: php-channel-symfony-1.3-1.fc12.noarch    

The problem is not that php-channel-symfony needs php-xml, but symfony does. If the package for symfony ( php-symfony-symfony https://bugzilla.redhat.com/show_bug.cgi?id=517191 ) ever passes the review it will have the dependency. 

If you install symfony directly with pear you have to deal with the dependencies yourself.