Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 577462 - www-apps/owncloud-9.0.0 requires dev-lang/php USE xmlreader
Summary: www-apps/owncloud-9.0.0 requires dev-lang/php USE xmlreader
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-15 10:09 UTC by Rafael Gawenda
Modified: 2016-03-18 01:28 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 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