Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 930852

Summary: dev-util/pkgdev-0.2.10: raises error "pkgcore.ebuild.processor.UnhandledCommand: ases succeeded" when invoking `commit` subcommand
Product: Gentoo Hosted Projects Reporter: Thibaud CANALE <thican>
Component: PkgCoreAssignee: PkgCore project <pkgcore>
Status: UNCONFIRMED ---    
Severity: normal CC: alarig
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/pkgcore/pkgdev/issues/173
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: pkgdev commit failure, git status for showing stage modification

Description Thibaud CANALE 2024-04-29 02:08:37 UTC
Created attachment 891927 [details]
pkgdev commit failure, git status for showing stage modification

`pkgdev commit` fails to create commit, used for the GURU project, with the following error:
> pkgcore.ebuild.processor.UnhandledCommand: ases succeeded

See attachment for the commands and the full Python stack trace.

I first thought it was related to bug 926498 so I updated the URL for the "origin" remote, from `git@git.gentoo.org:repo/proj/guru.git` to `git://git.gentoo.org/repo/proj/guru.git`, no improvement so I concluded it is not related.

Here the content of the local config inside the GURU git repository on my system (.git/config):
```
[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = git://git.gentoo.org/repo/proj/guru.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[push]
	gpgsign = true
[branch "dev"]
	remote = origin
	merge = refs/heads/dev
```

Reproducibility: always
Tested with a fresh clone of the repository, without the option `push.gpgsign`.

Note: the issue might be already reported, I posted such content early April but I didn’t manage to report here earlier.
Comment 1 Alarig Le Lay 2024-05-28 19:23:18 UTC
https://bugs.gentoo.org/930852 is blocked by this bug