Summary: | sys-apps/portage-2.1.9.42: InvalidDependString from extract_affecting_use | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Andrea <maialovic> |
Component: | Core - Interface (emerge) | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | toralf |
Priority: | Normal | Keywords: | InVCS |
Version: | 2.1 | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 358927 |
Description
Andrea
2011-04-11 11:04:57 UTC
@portage guys: could you look whats wrong? This is fixed in 2.1.9.45 and 2.2.0_alpha29 by this commit: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=c4b26e6ece564edd30d612628ea5f3c29b5df120 (In reply to comment #2) > This is fixed in 2.1.9.45 and 2.2.0_alpha29 by this commit: > > http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=c4b26e6ece564edd30d612628ea5f3c29b5df120 with python 2.1.9.45 continue to show this problem (In reply to comment #3) > (In reply to comment #2) > > This is fixed in 2.1.9.45 and 2.2.0_alpha29 by this commit: > > > > http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=c4b26e6ece564edd30d612628ea5f3c29b5df120 > > with python 2.1.9.45 continue to show this problem excuse ....with portage 2.1.9.45 continue (In reply to comment #3) > 2.1.9.45 continue to show this problem Maybe it's similar, but not identical. Please post the traceback. (In reply to comment #5) > (In reply to comment #3) > > 2.1.9.45 continue to show this problem > > Maybe it's similar, but not identical. Please post the traceback. !!! The following update has been skipped due to unsatisfied dependencies: dev-util/kdevelop:4 !!! All ebuilds that could satisfy ">=dev-util/kdevplatform-1.2.2" have been masked. !!! One of the following masked packages is required to complete your request: - dev-util/kdevplatform-1.2.2 (masked by: ~amd64 keyword) Traceback (most recent call last): File "/usr/bin/emerge", line 43, in <module> retval = emerge_main() File "/usr/lib64/portage/pym/_emerge/main.py", line 1773, in emerge_main myopts, myaction, myfiles, spinner) File "/usr/lib64/portage/pym/_emerge/actions.py", line 325, in action_build mydepgraph.display_problems() File "/usr/lib64/portage/pym/_emerge/depgraph.py", line 5060, in display_problems self._display_problems() File "/usr/lib64/portage/pym/_emerge/depgraph.py", line 5083, in _display_problems self._show_missed_update() File "/usr/lib64/portage/pym/_emerge/depgraph.py", line 413, in _show_missed_update missed_update_types.get("missing dependency")) File "/usr/lib64/portage/pym/_emerge/depgraph.py", line 442, in _show_missed_update_unsatisfied_dep self._show_unsatisfied_dep(root, atom, myparent=parent) File "/usr/lib64/portage/pym/_emerge/depgraph.py", line 2803, in _show_unsatisfied_dep dep_chain = self._get_dep_chain(myparent, atom) File "/usr/lib64/portage/pym/_emerge/depgraph.py", line 2313, in _get_dep_chain node.metadata[dep_str], target_atom)) File "/usr/lib64/portage/pym/portage/dep/__init__.py", line 2402, in extract_affecting_use _("malformed syntax: '%s'") % mystr) InvalidDependString: malformed syntax: 'dev-util/kdevplatform[subversion] >=kde-base/ksysguard-4.4[aqua=] >=kde-base/libkworkspace-4.4[aqua=] okteta? ( >=kde-base/okteta-4.4[aqua=] ) qthelp? ( >=x11-libs/qt-assistant-4.4:4 ) >=kde-base/kapptemplate-4.4[aqua=] cxx? ( >=sys-devel/gdb-7.0[python] ) >=kde-base/oxygen-icons-4.4[aqua=] >=kde-base/kde-l10n-4.4[aqua=,linguas_ca(+)?,linguas_ca@valencia(+)?,linguas_da(+)?,linguas_de(+)?,linguas_en_GB(+)?,linguas_es(+)?,linguas_et(+)?,linguas_fi(+)?,linguas_gl(+)?,linguas_it(+)?,linguas_nds(+)?,linguas_nl(+)?,linguas_pt(+)?,linguas_pt_BR(+)?,linguas_sl(+)?,linguas_sv(+)?,linguas_th(+)?,linguas_uk(+)?,linguas_zh_CN(+)?,linguas_zh_TW(+)?] dev-lang/perl >=x11-libs/qt-core-4.6.3:4[qt3support,ssl] >=x11-libs/qt-gui-4.6.3:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.6.3:4[accessibility,kde] >=x11-libs/qt-script-4.6.3:4 >=x11-libs/qt-sql-4.6.3:4[qt3support] >=x11-libs/qt-svg-4.6.3:4 >=x11-libs/qt-test-4.6.3:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm ) >=kde-base/kdelibs-4.4[aqua=] >=dev-util/kdevplatform-1.2.2' This is fixed in git: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=f6773621ee2b8aa617be8b8a9724e74bf65079b9 *** Bug 363253 has been marked as a duplicate of this bug. *** This is fixed in 2.1.9.46 and 2.2.0_alpha30. |