Solved. Buggy live ebuild was causing this error. I chose to uninstall the problematic package (as I don't use it anymore) but one can exclude problematic package to solve this issue as well (see bottom of the thread)
Hello,
I'm having issues with smart-live-rebuild lately. (version 1.3.6)
It seems to halt when updating some package.*
EDIT :
Code: Select all
!!! Error enumerating =x11-misc/oblogout-0.2-r2: [KeyError] "Environment does not declare: ['EGIT_REPO_URI', 'EGIT_VERSION']"I tried to run it with "-d" (debug) switch to see what is going on and it returns the following :
Code: Select all
Traceback (most recent call last):
File "/usr/lib/python-exec/python3.6/smart-live-rebuild", line 26, in <module>
sys.exit(main(sys.argv))
File "/usr/lib64/python3.6/site-packages/smartliverebuild/cli.py", line 142, in main
packages = SmartLiveRebuild(opts, pm, cliargs = args)
File "/usr/lib64/python3.6/site-packages/smartliverebuild/core.py", line 120, in SmartLiveRebuild
cache = cache)
File "/usr/lib64/python3.6/site-packages/smartliverebuild/vcs/git_r3.py", line 16, in __init__
RemoteVCSSupport.__init__(self, *args, **kwargs)
File "/usr/lib64/python3.6/site-packages/smartliverebuild/vcs/__init__.py", line 99, in __init__
raise KeyError('Environment does not declare: %s' % missingvars)
KeyError: "Environment does not declare: ['EGIT_REPO_URI', 'EGIT_VERSION']"Thanks for your help !


