Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 577462

Summary: www-apps/owncloud-9.0.0 requires dev-lang/php USE xmlreader
Product: Gentoo Linux Reporter: Rafael Gawenda <rgawenda>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Rafael Gawenda 2016-03-15 10:09:39 UTC
As per https://github.com/owncloud/core/issues/23003 and after testing in my site, this USE requirement (not activated by default) should be set on new ebuild.

Emerging php with this USE solved the issue.
Comment 1 Frank Krömmelbein 2016-03-15 10:39:54 UTC
Owncloud ebuild already has this dependency:

RDEPEND="dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlreader,xmlwriter,zip]
	virtual/httpd-php"


And when YOU do a MANUAL installation of owncloud, as you wrote here:
https://github.com/owncloud/core/issues/23003
how do you think this will work?

You have two choices: 

- modify this Bugticket against dev-lang/php and ask the PHP Team to default enable xmlreader useflag, but I do not think that they will do so

- or use the provided Ebuild, with the correct dependency