Summary: | incorrect dep in dev-python/pyqwt-5.2.0-r1:5/5 (needed by net-wireless/gnuradio-3.7.9.2) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Alarig Le Lay <alarig> |
Component: | Current packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | alarig, qt |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | emerge --info |
Description
Alarig Le Lay
2016-08-01 12:12:16 UTC
Created attachment 442188 [details]
emerge --info
emerge --info
Re-assigning to correct maintainer. You needed to enable the compat USE flag on PyQt4. The PyQt4 stuff is explained by the fact that emerge prefers to skip a package update (updating PyQt4 to 4.11.4-r1 in this case) rather than requesting/suggesting a USE flag change on a package that is already installed. That's undesirable in this specific scenario, but might make sense in others. In any case that's the current portage depsolver behavior and it's unlikely to change in the near future (or ever). The install/depclean cycle of PyQt5 is much more fishy though... and it must be caused by some other package, since pyqwt doesn't depend on PyQt5. Do you have any packages installed that depend on || ( PyQt4 PyQt5 ), e.g. qtconsole? |