Search Criteria
Package Details: nbdkit 1.42.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nbdkit.git (read-only, click to copy) |
---|---|
Package Base: | nbdkit |
Description: | NBD server toolkit |
Upstream URL: | https://gitlab.com/nbdkit/nbdkit/ |
Licenses: | BSD-3-Clause |
Submitter: | t-8ch |
Maintainer: | t-8ch (rwmjones) |
Last Packager: | t-8ch |
Votes: | 5 |
Popularity: | 0.000038 |
First Submitted: | 2019-02-22 14:36 (UTC) |
Last Updated: | 2025-04-02 10:49 (UTC) |
Dependencies (16)
- qemu (qemu-full-rutabagaAUR, qemu-gitAUR, qemu-headless-gitAUR, qemu-base, qemu-desktop, qemu-full) (check)
- boost (boost-gitAUR) (optional) – for libtorrent support
- curl (curl-gitAUR, curl-c-aresAUR) (optional)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (optional)
- libguestfs (libguestfs-gitAUR) (optional)
- libnbd (libnbd-ocaml-gitAUR) (optional)
- libselinuxAUR (optional)
- libssh (libssh-gitAUR) (optional)
- libtorrent-rasterbar (libtorrent-rasterbar-1_1-gitAUR, libtorrent-rasterbar-1_2-gitAUR, libtorrent-rasterbar-2_0-gitAUR, libtorrent-rasterbar-1AUR, libtorrent-rasterbar-gitAUR) (optional) – for libtorrent support
- libvirt (libvirt-gitAUR, libvirt-xenAUR) (optional)
- lua (optional)
- ocaml (optional)
- perl (perl-gitAUR) (optional)
- python (python37AUR, python311AUR, python310AUR) (optional)
- rust (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup) (optional)
- tcl (tcl-fossilAUR, tcl84AUR) (optional)
Required by (5)
- libguestfs-git (optional)
- s3backer-git (optional)
- s3backer-nbd-git
- virt-p2v
- virt-v2v
Latest Comments
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 Next › Last »
anatolik commented on 2021-06-04 21:30 (UTC)
Please add missing 'openssh' to the checkpdepends=()
gdamjan commented on 2021-04-05 22:34 (UTC)
the package should probably depend on qemu-headless (which qemu also provides)
rwmjones commented on 2021-04-04 10:21 (UTC)
FWIW we disable libguestfs- and qemu-based tests on non-x86-64 in Fedora using this bit of sed magic:
https://src.fedoraproject.org/rpms/nbdkit/blob/rawhide/f/nbdkit.spec#_21 https://src.fedoraproject.org/rpms/nbdkit/blob/rawhide/f/nbdkit.spec#_741
t-8ch commented on 2021-04-03 23:22 (UTC)
I updated this package to the latest release. Currently the tests are broken, which should be fixed with a new libguestfs version in the arch repos.
rwmjones commented on 2021-04-01 14:48 (UTC)
Upstream fix: https://gitlab.com/nbdkit/nbdkit/-/commit/62e888a288fae1d7c3d3bcbb46dac90ce73cc75d
rwmjones commented on 2021-04-01 11:38 (UTC)
Apparently golang deliberately broke stuff in 1.16. There is a workaround detailed in the link below, but fixing this properly will take more time.
https://blog.golang.org/go116-module-changes
rwmjones commented on 2021-04-01 10:42 (UTC)
I can reproduce this in Fedora with golang 1.16. I'm looking to see what has changed.
The golang plugin is an entirely optional part of nbdkit (unless you want to write plugins in golang of course!) so a workaround for you could be to do:
./configure --disable-golang
svenne_k commented on 2021-04-01 10:24 (UTC)
fails build
rwmjones commented on 2021-01-11 19:50 (UTC) (edited on 2021-01-11 19:50 (UTC) by rwmjones)
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
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 Next › Last »