Package Details: mkosi-git 25.3.r10.gf28bf1a754-1

Git Clone URL: https://aur.archlinux.org/mkosi-git.git (read-only, click to copy)
Package Base: mkosi-git
Description: Build Legacy-Free OS Images
Upstream URL: https://github.com/systemd/mkosi
Licenses: LGPL2.1
Conflicts: mkosi
Provides: mkosi
Submitter: falconindy
Maintainer: lucaswerkmeister
Last Packager: lucaswerkmeister
Votes: 6
Popularity: 0.000000
First Submitted: 2016-07-16 02:20 (UTC)
Last Updated: 2025-02-04 21:42 (UTC)

Dependencies (45)

Required by (0)

Sources (1)

Latest Comments

1 2 3 4 Next › Last »

Strykar commented on 2025-07-03 19:41 (UTC) (edited on 2025-07-03 19:41 (UTC) by Strykar)

Hi, I have not done extensive troubleshooting, but this issue does not exist on the official package from extra/

mkosi vm fails to start the built image with:

$ mkosi --vmm=qemu --qemu-mem=6G vm 
qemu: linux kernel too old to load a ram disk

lucaswerkmeister commented on 2024-10-12 20:41 (UTC)

Done, thanks for the tip!

willemw commented on 2024-10-12 17:56 (UTC) (edited on 2024-10-12 18:02 (UTC) by willemw)

The manpage is not installed:

==> Starting package()...
install: cannot stat 'mkosi/resources/mkosi.1': No such file or directory

A copy is installed here:

mkosi-git /usr/lib/python3.12/site-packages/mkosi/resources/man/mkosi.1

And there are now more manpages:

copying build/lib/mkosi/resources/man/mkosi-initrd.1 -> build/bdist.linux-x86_64/wheel/mkosi/resources/man
copying build/lib/mkosi/resources/man/mkosi-sandbox.1 -> build/bdist.linux-x86_64/wheel/mkosi/resources/man
copying build/lib/mkosi/resources/man/mkosi.1 -> build/bdist.linux-x86_64/wheel/mkosi/resources/man
copying build/lib/mkosi/resources/man/mkosi.news.7 -> build/bdist.linux-x86_64/wheel/mkosi/resources/man

lucaswerkmeister commented on 2024-09-20 17:09 (UTC)

Done, thanks for the pointer!

cvlc commented on 2024-09-20 07:45 (UTC) (edited on 2024-09-20 07:45 (UTC) by cvlc)

Hi,

the kernel-install script is not installed.

See https://gitlab.archlinux.org/archlinux/packaging/packages/mkosi/-/blob/main/PKGBUILD#L79

lucaswerkmeister commented on 2023-08-12 12:57 (UTC)

Thanks, fixed.

edacval commented on 2023-08-12 12:03 (UTC) (edited on 2023-08-12 12:03 (UTC) by edacval)

It does requires python-setuptools-scm too as makedepends, otherwise you will get:

==> Starting build()...
+ pandoc -t man -s -o mkosi/resources/mkosi.1 mkosi/resources/mkosi.md
* Getting build dependencies for wheel...
/usr/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:72: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
validate_pyproject.api.load_builtin_plugin defines `tool.distutils` schema
validate_pyproject.api.load_builtin_plugin defines `tool.setuptools` schema
running egg_info
creating mkosi.egg-info
writing mkosi.egg-info/PKG-INFO
writing dependency_links to mkosi.egg-info/dependency_links.txt
writing entry points to mkosi.egg-info/entry_points.txt
writing requirements to mkosi.egg-info/requires.txt
writing top-level names to mkosi.egg-info/top_level.txt
writing manifest file 'mkosi.egg-info/SOURCES.txt'
reading manifest file 'mkosi.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'mkosi.egg-info/SOURCES.txt'

ERROR Missing dependencies:
        setuptools-scm
==> ERROR: A failure occurred in build().
    Aborting...

lucaswerkmeister commented on 2023-07-08 22:39 (UTC)

Thanks, should be fixed now.