Search Criteria
Package Details: canonical-multipass 1.16.1-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/canonical-multipass.git (read-only, click to copy) |
|---|---|
| Package Base: | canonical-multipass |
| Description: | Multipass is a lightweight VM manager for Linux, Windows and macOS. |
| Upstream URL: | https://multipass.run |
| Licenses: | GPL-3.0-only |
| Submitter: | gdamjan |
| Maintainer: | gdamjan |
| Last Packager: | gdamjan |
| Votes: | 4 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-02-25 15:17 (UTC) |
| Last Updated: | 2025-11-25 12:51 (UTC) |
Dependencies (11)
- apparmor (apparmor-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- qemu-base
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-scrollfixAUR, qt6-base-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-base-headlessAUR)
- systemd-libs (systemd-libs-selinuxAUR, systemd-libs-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libvirt (libvirt-gitAUR, libvirt-xenAUR, libvirt-venusAUR) (make)
- libvirt (libvirt-gitAUR, libvirt-xenAUR, libvirt-venusAUR) (optional) – to use the libvirt driver
Latest Comments
1 2 3 4 Next › Last »
paulo.mach commented on 2025-11-25 01:34 (UTC)
Source checksum is currently failing. Running makepkg with
--skipchecksumsworkaround it, but sha256 digest needs fixingParanoidev commented on 2025-10-26 13:39 (UTC)
I think at the least you need -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to get past the cmake version error. But I still couldn't get it to install, there's just error after error..
gdamjan commented on 2025-05-26 12:24 (UTC)
@epb5030 I don't know how to patch that, do you have a patch handy?
epb5030 commented on 2025-05-24 22:45 (UTC) (edited on 2025-05-24 22:50 (UTC) by epb5030)
Subject: Build Failure with canonical-multipass 1.15.0-1 on Arch Linux (CMake compatibility with zlib 1.2.13 via vcpkg)
Hi Maintainer,
I'm encountering a build failure with
canonical-multipassversion 1.15.0-1 on a fully updated Arch Linux system.System Info: * Arch Linux (kernel likely 6.x or newer) * CMake version:
3.29.x(Please replace with your actual version fromcmake --version) * GCC version:15.1.1Issue Progression:
CMAKE_MAKE_PROGRAM,CMAKE_C_COMPILER, andCMAKE_CXX_COMPILERwere not set. This was resolved by ensuringbase-develwas installed.vcpkgbootstrapping becausezipwas missing. Thevcpkg-bootstrap.logindicated the need forcurl zip unzip tar cmake ninja. Installing these allowedvcpkgbootstrapping to proceed further.The current build failure occurs when
vcpkgattempts to build thezlibdependency (version 1.2.13). The log file.../vcpkg/buildtrees/zlib/config-x64-linux-release-out.logshows the following error: ``` CMake Error at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake.Update the VERSION argument <min> value. Or, use the <min>...<max> syntax to tell CMake that the project requires at least <min> but has been updated to work with policies introduced by <max> or earlier.
Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
-- Configuring incomplete, errors occurred! ninja: build stopped: subcommand failed.
`` This indicates that theCMakeLists.txtforzlib1.2.13 (as packaged by thevcpkginstance included withmultipass1.15.0) is not compatible with the modern CMake version on my system. Thiszlibbuild failure causesvcpkg installto fail, which then leads to the maincanonical-multipass` CMake configuration failing with errors about not finding a build program or compilers.Request: Could you please look into patching the
zlibportfile/CMakeLists.txtwithin the bundledvcpkgor updating thevcpkgsubmodule used bycanonical-multipassto ensure compatibility with current CMake versions on Arch Linux?Let me know if you need any more logs or information.
Thanks!
gdamjan commented on 2025-02-18 15:59 (UTC)
if anyone wants to take ownership of this package, post a comment/send a message on irc. I don't think I have the bandwidth to manage it any more.
gdamjan commented on 2025-02-03 12:00 (UTC) (edited on 2025-02-03 12:00 (UTC) by gdamjan)
probably an optional dependency, since I believe it can be used without dnsmasq in some scenarios.
soggygarlic commented on 2025-02-02 01:15 (UTC)
Hey, complete newbie here, but I think I had to install
dnsmasqas well to use this. Saw another comment also mention this - wonder if that should be made a dependency?PiyushXCoder commented on 2024-12-31 16:37 (UTC) (edited on 2024-12-31 16:38 (UTC) by PiyushXCoder)
I am getting this error during the build
gdamjan commented on 2024-12-11 12:58 (UTC)
1.15 builds now, without the GUI part for now.
there are still some weird artifacts in the package - might clean them up later
gdamjan commented on 2024-09-26 12:22 (UTC)
1.14 fails to compile for me, so that's the reason, I haven't updated the package:
1 2 3 4 Next › Last »