-
Notifications
You must be signed in to change notification settings - Fork 327
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
Cannot build custom distribution: NotImplementedError #3313
Comments
Can you double check that this only happens with pipx? We load the mkosi-initrd configuration files to cleanup a previously cached version if needed |
I think I get the issue: I installed an old version of mkosi (v22) with my distribution package manager (dnf), so
However, loading these configurations in my case will cause
My expected output is this (built with v22):
Could you please tell me under what conditions would |
@MoltenArmor The |
Any ideas? @DaanDeMeyer |
mkosi commit the issue has been seen with
main
Used host distribution
Fedora 40
Used target distribution
*Any
Linux kernel version used
*Any
CPU architectures issue was seen on
aarch64
Unexpected behaviour you saw
mkosi
is installed throughpipx
on my system.When invoking
mkosi
in this way:The debug log says (which is not right):
However, when invoking
mkosi
in this way:The debug log says (which is what I expect):
I have absolutely no idea why this happens. It might be a problem of
pipx
orvenv
?Used mkosi config
The text was updated successfully, but these errors were encountered: