Search Criteria
Package Details: libvirt-sandbox 0.8.0-6
Package Actions
| Git Clone URL: | https://aur.archlinux.org/libvirt-sandbox.git (read-only, click to copy) |
|---|---|
| Package Base: | libvirt-sandbox |
| Description: | An application sandbox toolkit |
| Upstream URL: | http://sandbox.libvirt.org/ |
| Licenses: | LGPL |
| Submitter: | ackalker |
| Maintainer: | dreieck |
| Last Packager: | dreieck |
| Votes: | 6 |
| Popularity: | 0.000000 |
| First Submitted: | 2015-10-28 10:52 (UTC) |
| Last Updated: | 2023-08-01 11:24 (UTC) |
Dependencies (9)
- cpio (cpio-gitAUR)
- libcap-ng (libcap-ng-gitAUR)
- libselinuxAUR
- libvirt-glib
- gobject-introspection (make)
- intltool (make)
- pod2manAUR (make)
- rpcsvc-proto (make)
- dhclient (optional) – for sandbox network configuration using DHCP
Latest Comments
1 2 3 Next › Last »
FabioLolix commented on 2026-08-12 20:21 (UTC)
For LZMA it need need xz-static (AUR pkgbuild) but that need to be build without LTO (options=(!lto)) otherwise fail to build
For the records the package that depends on this had the last commit on 2022/07, is github archived since 2026/04 and had this unsolved issue with selinux on Arch https://github.com/virt-manager/virt-bootstrap/issues/12
FabioLolix commented on 2026-08-12 14:20 (UTC)
I have just tested this pkgbuild and don't need pod2man
About
zlib.a, the packagezlib-statichave been created on 2026-03, it is co-installable with zlib since it is only the static libLicense should be
LGPL-2.1-or-laterIf you are away you can add me as co-maintainer so I can fix the things with a minimal patch in your style even later today
About the warning; there are still several of them and you can replaces:
With:
Which is more effective
About LZMA, very likely need
xz-static(AUR pkgbuild) however there are other issues by enabling itdreieck commented on 2026-08-11 10:14 (UTC)
@a821: Thanks for the notice. I will check in a few weeks, currently on travel.
Please do not file a deletion request just because of
pod2manissue when I am still willing to check for it, just not now.a821 commented on 2026-08-11 07:35 (UTC)
@dreieck: Does this package still needs
pod2man? just FYI someone requested deletion for it, see this thread.dreieck commented on 2026-02-03 13:34 (UTC)
The static
.alibrary has now been dropped fromzlibas well.If this package needs it, it should depend on a separate, to-be-created, package
zlib-staticlibor so that provides thezlib.afile.Regards!
dreieck commented on 2025-05-14 14:09 (UTC)
Ahoj @RAMChYLD,
I see the same.
Seems that a static library (
.a) is needed, which is not installed byzlib-ngorzlib-ng-compat. Only dynamic librarys (.so) are installed.So you have to go with
zlibthen.RAMChYLD commented on 2025-05-01 14:02 (UTC) (edited on 2025-05-01 14:05 (UTC) by RAMChYLD)
Having some issues building.
Apparently zlib-ng with zlib-ng-compat is not being recognized as a usable zlib. Is this supposed to be correct?
dreieck commented on 2023-08-01 11:21 (UTC) (edited on 2023-08-01 11:21 (UTC) by dreieck)
Ahoj @patlefort,
Thanks for the fixup, it also works for me.
Fix is added to the
PKGBUILD.But I still have to set
--without-lzma, otherwise I get linking failure withif anyone has an idea how to fix it, please report here.
Regards!
patlefort commented on 2023-08-01 00:09 (UTC)
It can be worked around with the following patch to the PKGBUILD (to disable lzma):
As to why it's failing, I don't know yet. I can't link a simple test program like the configure script is trying to do so maybe something is wrong in the
xz-staticpackage.dreieck commented on 2023-07-31 22:35 (UTC) (edited on 2023-07-31 23:00 (UTC) by dreieck)
Somehow it fails with
Even if
xz-staticis installed. Even with--disable-lzma.If anyone has an idea how to fix it, please comment.
This package is BROKEN for now.
1 2 3 Next › Last »