Search Criteria
Package Details: nbdkit 1.24.0-2
Git Clone URL: | https://aur.archlinux.org/nbdkit.git (read-only, click to copy) |
---|---|
Package Base: | nbdkit |
Description: | NBD server toolkit |
Upstream URL: | https://github.com/libguestfs/nbdkit |
Licenses: | |
Submitter: | t-8ch |
Maintainer: | t-8ch |
Last Packager: | t-8ch |
Votes: | 1 |
Popularity: | 0.000940 |
First Submitted: | 2019-02-22 14:36 |
Last Updated: | 2021-01-10 14:57 |
Dependencies (7)
- qemu (qemu-60fps, qemu-pinning-headless, qemu-pinning-headless-arch-extra, qemu-pinning-block-iscsi, qemu-pinning-block-rbd, qemu-pinning-block-gluster, qemu-pinning-guest-agent, qemu-headless-templeos, qemu-headless-arch-extra-templeos, qemu-block-iscsi-templeos, qemu-block-rbd-templeos, qemu-block-gluster-templeos, qemu-guest-agent-templeos, qemu-git) (check)
- libnbd (optional)
- libvirt (libvirt-xen, libvirt-apparmor, libvirt-git) (optional)
- lua (optional)
- perl (perl-git) (optional)
- rust (rust-i586-git, rust-git, rust-mrustc, rust-bin, rustup-git, rust-nightly, rust-nightly-bin, rust-wasm, rustup) (optional)
- tcl (tcl85, tcl-nothreading) (optional)
Latest Comments
1 2 3 Next › Last »
rwmjones commented on 2021-01-11 19:50
I'm glad that you have found a fix, but I'd also say that this particular test is quite tricky. It attempts to test the nbdkit-ssh-plugin by running (temporarily) an sshd server. If you want to just skip the test entirely you could add this to your build script:
https://libguestfs.org/nbdkit-ssh-plugin.1.html https://github.com/libguestfs/nbdkit/blob/master/tests/test-ssh.sh
anatolik commented on 2021-01-11 17:25
And adding 'openssh' to the checkpdepends=() fixes the issue with tests.
anatolik commented on 2021-01-11 17:21
Building this package in a chroot environment gives following test error:
rwmjones commented on 2020-11-09 08:46
Because qemu-img is not installed. See also: https://github.com/libguestfs/nbdkit/blob/master/tests/Makefile.am (search for "qemu-img").
anatolik commented on 2020-11-09 00:47
building in a chroot environment fails:
rwmjones commented on 2020-09-18 07:45
Yes that fixes quite a serious bug in sfdisk (https://bugzilla.redhat.com/show_bug.cgi?id=1860461).
t-8ch commented on 2020-09-18 07:00
Updated, currently the tests are failing because ArchLinux is missing 4fe7f9b614e2b5bb97f6d89af02acb867cffccc1 in the util-linux package.
rwmjones commented on 2020-03-17 12:44
Fixed upstream in https://github.com/libguestfs/nbdkit/commit/3801317a657550624ff55c09c8b72a4c17713c98 https://github.com/libguestfs/nbdkit/commit/15d4c4f1db596b0bd4e2442f94ca908b22b7cd97 https://github.com/libguestfs/nbdkit/commit/c9f72508fe94453bfb8956953c1c00025673ba7c Fix will appear in nbdkit 1.18.2 (stable) and 1.19.3 (dev).
rwmjones commented on 2020-03-16 15:25
Thanks for the report. The upstream discussion is here: https://www.redhat.com/archives/libguestfs/2020-March/msg00132.html
svenne_k commented on 2020-03-16 09:34
I installed libnbd first (manually) and that solved the problem.