Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 930852 - dev-util/pkgdev-0.2.10: raises error "pkgcore.ebuild.processor.UnhandledCommand: ases succeeded" when invoking `commit` subcommand
Summary: dev-util/pkgdev-0.2.10: raises error "pkgcore.ebuild.processor.UnhandledComma...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: PkgCore (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PkgCore project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-29 02:08 UTC by Thibaud CANALE
Modified: 2024-04-29 02:11 UTC (History)
0 users

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


Attachments
pkgdev commit failure, git status for showing stage modification (file_930852.txt,3.17 KB, text/plain)
2024-04-29 02:08 UTC, Thibaud CANALE
Details

Note You need to log in before you can comment on or make changes to this bug.
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.