With version 5.x, it changed to meson
build system. I no longer know how I can disable systemd
there.
So I disown the package, needs fixing!
Search Criteria
Package Details: lxc-nosystemd-git 5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lxc-nosystemd-git.git (read-only, click to copy) |
---|---|
Package Base: | lxc-nosystemd-git |
Description: | Linux Containers git version. Without systemd dependencies. |
Upstream URL: | https://linuxcontainers.org |
Licenses: | LGPL |
Conflicts: | anbox-launchers-git, lxc, lxc-git, lxc-nosystemd |
Provides: | lxc, lxc-git, lxc-nosystemd, lxc-sysvinit |
Submitter: | dreieck |
Maintainer: | None |
Last Packager: | dreieck |
Votes: | 1 |
Popularity: | 0.000019 |
First Submitted: | 2021-07-08 11:35 (UTC) |
Last Updated: | 2022-07-14 12:39 (UTC) |
Dependencies (17)
- bash (bash-devel-git, bash-devel-static-git, bash-git, bash-xdg)
- libcap (libcap-git)
- libseccomp (libseccomp-git)
- perl (perl-git)
- python (nogil-python, python36, python32, python39, python38, python37, python311, python312)
- rsync (rsync-git, rsync-reflink-git, rsync-reflink)
- wget (wget-git, wget-xdg, wget-xdg-bin)
- apparmor (apparmor-git) (make)
- docbook2x (make)
- doxygen (doxygen-git, doxygen-clang) (make)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- lua (make)
- meson (meson-git) (make)
- python-setuptools (make)
- lua (optional)
- lua-alt-getopt (optional) – lxc-top
- lua-filesystem (optional) – lxc-top
Required by (17)
- anbox-git (requires lxc)
- balena-engine (requires lxc) (optional)
- cntr-bin (requires lxc) (optional)
- holodev (requires lxc)
- holodev-git (requires lxc)
- libvirt-apparmor (requires lxc) (make)
- lxc-ps-git (requires lxc)
- lxc-service-snapshots (requires lxc)
- lxc-templates (requires lxc)
- lxd-git (requires lxc)
- ns-exec-tools (requires lxc) (optional)
- ns-exec-tools-git (requires lxc)
- proxmox-dab-git (requires lxc)
- pulxc-git (requires lxc)
- python-lxc (requires lxc)
- waydroid (requires lxc)
- waydroid-git (requires lxc)
Sources (2)
Latest Comments
dreieck commented on 2022-07-14 12:38 (UTC)
joarod commented on 2022-07-10 22:14 (UTC)
I get this error: ==> Iniciando prepare()... sed: no se puede leer configure.ac: No existe el fichero o el directorio
dreieck commented on 2022-04-10 18:26 (UTC)
Thanks @LuciRose431 and @sakure for both hints.
Fixed.
sakure commented on 2022-03-30 23:08 (UTC)
the build requires doxygen by default, or it fails with "configure: error: doxygen is required, but could not be found"
it should be added to the dependencies or disabled via the configure call https://github.com/lxc/lxc/blob/d09a31dba63af595a01d7519ceebe5b46e1dec08/configure.ac#L264
LuciRose431 commented on 2022-03-29 18:23 (UTC)
Line no 41 in PKGBUILD
should be like below
"${_pkgname}::git+https://github.com/lxc/lxc"
Pinned Comments
dreieck commented on 2022-07-14 12:38 (UTC)
With version 5.x, it changed to
meson
build system. I no longer know how I can disablesystemd
there.So I disown the package, needs fixing!