Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836299 - commit 18e5a8170c69aecd10f162918de571d85055ae81 breaks smart-live-rebuild
Summary: commit 18e5a8170c69aecd10f162918de571d85055ae81 breaks smart-live-rebuild
Status: RESOLVED FIXED
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: 2022-03-28 00:13 UTC by Joe Kappus
Modified: 2022-03-28 01:28 UTC (History)
2 users (show)

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


Attachments
emerge --info (emergeinfo,7.36 KB, text/plain)
2022-03-28 00:13 UTC, Joe Kappus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Kappus 2022-03-28 00:13:04 UTC
Created attachment 768037 [details]
emerge --info

None of the requested package managers found. Issue introduced in portage 18e5a8170c69aecd10f162918de571d85055ae81. 

Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.10/smart-live-rebuild", line 8, in <module>
    sys.exit(setuptools_main())
  File "/usr/lib/python3.10/site-packages/smartliverebuild/cli.py", line 255, in setuptools_main
    sys.exit(main(sys.argv))
  File "/usr/lib/python3.10/site-packages/smartliverebuild/cli.py", line 174, in main
    pm = get_package_manager()
  File "/usr/lib/python3.10/site-packages/gentoopm/__init__.py", line 24, in get_package_manager
    return get_any_pm(get_preferred_pms())
  File "/usr/lib/python3.10/site-packages/gentoopm/submodules.py", line 49, in get_any_pm
    raise Exception("None of the requested Package Managers is available.")
Comment 1 Larry the Git Cow gentoo-dev 2022-03-28 01:10:27 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/portage.git/commit/?id=0ad7157bcadf54bf39f28b0157355950b4c04f59

commit 0ad7157bcadf54bf39f28b0157355950b4c04f59
Author:     Kenneth Raplee <kenrap@kennethraplee.com>
AuthorDate: 2022-03-28 00:59:30 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-03-28 01:10:19 +0000

    Revert Portage settings refactor
    
    This partially reverts 18e5a8170c69aecd10f162918de571d85055ae81.
    
    Bug: https://bugs.gentoo.org/836298
    Bug: https://bugs.gentoo.org/836299
    Closes: https://bugs.gentoo.org/836297
    Signed-off-by: Kenneth Raplee <kenrap@kennethraplee.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 lib/portage/data.py | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)
Comment 2 Joe Kappus 2022-03-28 01:28:09 UTC
Confirmed fixed.