-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pkgdev commit
throws pkgcore.ebuild.processor.UnhandledCommand: es succeeded
#173
Comments
cc @eli-schwartz @ulm who have both hit this too |
Happened in the app-crypt/certbot-9999 when updating it to support python3.12. my traceback is https://gist.github.com/prometheanfire/69fc7035457beee7799e6acc6e7b248b |
I’ve also hit it. I came here from https://bugs.gentoo.org/930852
|
These ebuilds have in common, that they contain certain non-ASCII code points. grep -n -P "[^\x00-\x7F]" ${ebuild} From my limited testing it seems that problems occur when the commit modifies Interestingly, I cannot reproduce this issue in a minimal containerized |
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
I am in commit
a66f97b855cc - net-misc/ofono: drop 1.33
in::gentoo
tree and this is my staged change:I run
pkgdev commit
and it throws following:I guess that
es succeeded
should have beenphases succeeded
, which I see instrace
.pkgdev commit
seems to work in other scenarios, like version bumps.Following versions are installed in my system:
I don't use any special configuration. It should be basically default installation.
The text was updated successfully, but these errors were encountered: