Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 924060 - sys-apps/portage-3.0.61-r1: KeyError during world depgraph calculation
Summary: sys-apps/portage-3.0.61-r1: KeyError during world depgraph calculation
Status: RESOLVED DUPLICATE of bug 922038
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: 2024-02-08 08:51 UTC by setun.90
Modified: 2024-02-08 15:39 UTC (History)
1 user (show)

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


Attachments
emerge --info (emerge.info,17.20 KB, text/plain)
2024-02-08 08:51 UTC, setun.90
Details

Note You need to log in before you can comment on or make changes to this bug.
Description setun.90 2024-02-08 08:51:14 UTC
Created attachment 884554 [details]
emerge --info

emerge -DUfu @world fails with the following stacktrace:
Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.11/emerge", line 57, in main
    retval = emerge_main()
             ^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/_emerge/main.py", line 1308, in emerge_main
    return run_action(emerge_config)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/_emerge/actions.py", line 4014, in run_action
    retval = action_build(emerge_config, spinner=spinner)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/_emerge/actions.py", line 410, in action_build
    success, mydepgraph, favorites = backtrack_depgraph(
                                     ^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/_emerge/depgraph.py", line 11734, in backtrack_depgraph
    success, mydepgraph, favorites, backtracked, max_retries = _backtrack_depgraph(
                                                               ^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/_emerge/depgraph.py", line 11788, in _backtrack_depgraph
    success, favorites = mydepgraph.select_files(myfiles)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/_emerge/depgraph.py", line 4760, in select_files
    return self._select_files(args)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/_emerge/depgraph.py", line 5194, in _select_files
    return self._resolve(myfavorites)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/_emerge/depgraph.py", line 5494, in _resolve
    and self._eliminate_rebuilds()
        ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/_emerge/depgraph.py", line 3780, in _eliminate_rebuilds
    priorities = self._dynamic_config.digraph.nodes[pkg][1][parent][:]
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
KeyError: <Package ('ebuild', '/', 'dev-db/sqlite-3.45.1-r1', 'merge', 'gentoo')>
Comment 1 Zac Medico gentoo-dev 2024-02-08 15:39:16 UTC

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