Package Details: virtme-ng-git 1.31.r3.gcefbab5-1

Git Clone URL: https://aur.archlinux.org/virtme-ng-git.git (read-only, click to copy)
Package Base: virtme-ng-git
Description: A tool that allows to easily and quickly recompile and test a Linux kernel, starting from the source code.
Upstream URL: https://github.com/arighi/virtme-ng
Licenses: GPL-2.0-only
Conflicts: virtme-ng
Provides: virtme
Submitter: meadow
Maintainer: meadow (ptr1337)
Last Packager: meadow
Votes: 0
Popularity: 0.000000
First Submitted: 2023-11-13 14:35 (UTC)
Last Updated: 2024-10-18 14:53 (UTC)

Latest Comments

meadow commented on 2024-07-28 07:34 (UTC)

Thanks for the detailed suggestions. All fixed! I also made you co-maintainer, feel free to fix/adapt as needed.

ptr1337 commented on 2024-07-27 14:21 (UTC)

Hi,

this build is not following the python packaging guidelines. Please adjust this correctly. Feel free to give me co-maintainer.

The build part should be in the build array, also talking with the virtme-ng maintainer the init should be enabled too, this required rust as makedepend:

BUILD_VIRTME_NG_INIT=1 python setup.py build

This fix is not required anymore, since I have reported it to the maintainer:

    # Sumlinks do not work with the latest setuptools (could also be something
    # else). So we have to replace the link with its target as a quick fix.
    rm virtme/scripts
    cp -r bin virtme/scripts

in prepare please add also:

git submodule update --init --filter=tree:0 --recursive