Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 548280 - dev-php/phing - there are no ebuilds built with USE flags to satisfy ">=dev-lang/php-5.0.2[xml,xsl]"
Summary: dev-php/phing - there are no ebuilds built with USE flags to satisfy ">=dev-l...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-30 21:15 UTC by Nico Baggus
Modified: 2015-05-03 18:13 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 Nico Baggus 2015-04-30 21:15:20 UTC
emerge: there are no ebuilds built with USE flags to satisfy ">=dev-lang/php-5.0.2[xml,xsl]".
!!! One of the following packages is required to complete your request:
- dev-lang/php-5.5.24::gentoo (Missing IUSE: xsl)
- dev-lang/php-5.5.23::gentoo (Missing IUSE: xsl)
- dev-lang/php-5.5.22::gentoo (Missing IUSE: xsl)
- dev-lang/php-5.4.40::gentoo (Missing IUSE: xsl)
- dev-lang/php-5.4.39::gentoo (Missing IUSE: xsl)
(dependency required by "dev-php/phing-2.4.9::gentoo" [installed])
(dependency required by "net-analyzer/icinga-web-1.10.1::gentoo" [installed])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])


Reproducible: Always

Steps to Reproduce:
1. eix-sync; emerge -1vauDN world
2.
3.
Actual Results:  

emerge: there are no ebuilds built with USE flags to satisfy ">=dev-lang/php-5.0.2[xml,xsl]".
!!! One of the following packages is required to complete your request:
- dev-lang/php-5.5.24::gentoo (Missing IUSE: xsl)
- dev-lang/php-5.5.23::gentoo (Missing IUSE: xsl)
- dev-lang/php-5.5.22::gentoo (Missing IUSE: xsl)
- dev-lang/php-5.4.40::gentoo (Missing IUSE: xsl)
- dev-lang/php-5.4.39::gentoo (Missing IUSE: xsl)
(dependency required by "dev-php/phing-2.4.9::gentoo" [installed])
(dependency required by "net-analyzer/icinga-web-1.10.1::gentoo" [installed])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])


Expected Results:  
working build.
Comment 1 Nico Baggus 2015-04-30 21:17:16 UTC
 emerge -1va dev-lang/php
[ebuild   R   ] dev-lang/php-5.5.24  USE="apache2 berkdb bzip2 calendar cgi cli crypt ctype curl exif fileinfo filter flatfile fpm ftp gd gdbm gmp hash iconv imap inifile ipv6 json kerberos ldap mhash mysql mysqli nls odbc opcache pdo phar posix readline session sharedmem simplexml snmp soap sockets spell sqlite ssl tidy tokenizer truetype unicode xml xmlreader xmlrpc xmlwriter xpm xslt zip zlib -bcmath -cdb -cjk -debug -embed -enchant (-firebird) (-frontbase) -intl -iodbc -ldap-sasl -libedit -libmysqlclient -mssql -oci8-instant-client -pcntl -postgres -qdbm -recode (-selinux) (-sybase-ct) -systemd -sysvipc -threads -vpx -wddx
Comment 2 Brian Evans (RETIRED) gentoo-dev 2015-05-02 23:52:59 UTC
update to the latest dev-php/phing

The dependency of the installed phing on your system still references the old xsl flag which was renamed to xslt 2 years ago.
Comment 3 Nico Baggus 2015-05-03 18:13:53 UTC
This appearantly is a side effect from removing the PREVIOUS phing-2.4.9 from the tree.

And is caused when there is an installed now "obsolete" (orphaned) version from a a product while there appearantly still is no stable version of it.

(php has been updated only 2 weeks ago, with out problems)

so portage:
fails to track changed requirements to existing installs....
fails to check if a specific version of phing might be in /etc/portage/packacge.accept_keywords and provide a more helpfull clueabout the real issue.
fails to report on install versions of which no more valid ebuild exist...

so i would not call this resolved, only mislabed.