Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 505640 - emerge -uDN world not working
Summary: emerge -uDN world not working
Status: RESOLVED DUPLICATE of bug 505422
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-25 11:37 UTC by David Carlos Manuelda
Modified: 2014-03-25 14:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emergeinfo.txt,18.44 KB, text/plain)
2014-03-25 11:37 UTC, David Carlos Manuelda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Carlos Manuelda 2014-03-25 11:37:03 UTC
Since my last update of all system yesterday, today I discovered that I can emerge packages successfully, but I can't run emerge -uDN world

It fails with a trace I don't understand.

This is the output it gives to me:

emerge -uDN world

These are the packages that would be merged, in order:

Calculating dependencies... done!
Traceback (most recent call last):
  File "/usr/bin/emerge", line 50, in <module>
    retval = emerge_main()
  File "/usr/lib64/portage/pym/_emerge/main.py", line 1037, in emerge_main
    return run_action(emerge_config)
  File "/usr/lib64/portage/pym/_emerge/actions.py", line 4061, in run_action
    emerge_config.args, spinner)
  File "/usr/lib64/portage/pym/_emerge/actions.py", line 320, in action_build
    settings, trees, myopts, myparams, myaction, myfiles, spinner)
  File "/usr/lib64/portage/pym/_emerge/depgraph.py", line 8402, in backtrack_depgraph
    myaction, myfiles, spinner)
  File "/usr/lib64/portage/pym/_emerge/depgraph.py", line 8434, in _backtrack_depgraph
    success, favorites = mydepgraph.select_files(myfiles)
  File "/usr/lib64/portage/pym/_emerge/depgraph.py", line 3092, in select_files
    return self._select_files(args)
  File "/usr/lib64/portage/pym/_emerge/depgraph.py", line 3428, in _select_files
    return self._resolve(myfavorites)
  File "/usr/lib64/portage/pym/_emerge/depgraph.py", line 3583, in _resolve
    self.altlist()
  File "/usr/lib64/portage/pym/_emerge/depgraph.py", line 6228, in altlist
    self._resolve_conflicts()
  File "/usr/lib64/portage/pym/_emerge/depgraph.py", line 6355, in _resolve_conflicts
    self._process_slot_conflicts()
  File "/usr/lib64/portage/pym/_emerge/depgraph.py", line 1212, in _process_slot_conflicts
    self._solve_non_slot_operator_slot_conflicts()
  File "/usr/lib64/portage/pym/_emerge/depgraph.py", line 1163, in _solve_non_slot_operator_slot_conflicts
    self._remove_pkg(pkg)
  File "/usr/lib64/portage/pym/_emerge/depgraph.py", line 2434, in _remove_pkg
    if not self._dynamic_config.digraph.parent_nodes(child):
  File "/usr/lib64/portage/pym/portage/util/digraph.py", line 155, in parent_nodes
    return list(self.nodes[node][1])
KeyError: <Package ('installed', '/', 'sys-devel/autoconf-2.69', 'nomerge', 'installed')>
Comment 1 David Carlos Manuelda 2014-03-25 11:37:52 UTC
Created attachment 373490 [details]
emerge --info
Comment 2 Brian Dolbec (RETIRED) gentoo-dev 2014-03-25 14:36:38 UTC

*** This bug has been marked as a duplicate of bug 505488 ***
Comment 3 Brian Dolbec (RETIRED) gentoo-dev 2014-03-25 14:39:06 UTC

*** This bug has been marked as a duplicate of bug 505422 ***