Search Criteria
Package Details: nbdkit 1.40.4-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: | custom: BSD |
Submitter: | t-8ch |
Maintainer: | t-8ch (rwmjones) |
Last Packager: | t-8ch |
Votes: | 5 |
Popularity: | 0.000503 |
First Submitted: | 2019-02-22 14:36 (UTC) |
Last Updated: | 2024-10-13 10:57 (UTC) |
Dependencies (16)
- qemu (qemu-gitAUR, qemu-headless-gitAUR, qemu-base, qemu-desktop, qemu-full) (check)
- boost (boost-gitAUR) (optional) – for libtorrent support
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR) (optional)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, 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-gitAUR, libtorrent-rasterbar-1_1-gitAUR, libtorrent-rasterbar-1_2-gitAUR, libtorrent-rasterbar-2_0-gitAUR, libtorrent-rasterbar-1AUR) (optional) – for libtorrent support
- libvirt (libvirt-gitAUR, libvirt-xenAUR) (optional)
- lua (optional)
- ocaml (optional)
- perl (perl-gitAUR) (optional)
- python (python37AUR, python311AUR, python310AUR) (optional)
- rust (rust-nightlyAUR, 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 2 3 4 5 6 7 8 9 .. 12 Next › Last »
dreieck commented on 2023-11-28 12:11 (UTC)
OK, then maybe you need to add
dash
as make dependency and in the build environment of the package use that instead ofbash
?dreieck commented on 2023-11-28 12:10 (UTC)
check()
stalls for me aftertest-floppy.sh
:Regards!
rwmjones commented on 2023-11-28 11:52 (UTC)
rvalles means this: https://listman.redhat.com/archives/libguestfs/2023-October/032767.html
Latest version of nbdkit should be happier in some cases where /bin/sh is not bash (by skipping those tests).
dreieck commented on 2023-11-28 11:23 (UTC)
Yes, adding
--disable-torrent
to the
./configure
options makes this building for me.@rvalles: What do you mean by "w/dash"?
Regards!
rvalles commented on 2023-11-16 09:05 (UTC)
@rwmjones current version builds fine w/dash.
rwmjones commented on 2023-11-15 15:16 (UTC)
Yes the best advice is not to use
-ffast-math
. It breaks the compiler. nbdkit hardly uses floating point at all, so it won't make any difference in performance.dreieck commented on 2023-11-15 15:13 (UTC) (edited on 2023-11-15 15:17 (UTC) by dreieck)
Thanks for this.
Maybe it is advisable to add
-fno-finite-math-only
then to the$CFLAGS
inside thePKGBUILD
?But thanks for the general recommendations. So in general for default optimisation settings, it would be better to not use
-Ofast
but just-O3
, and to not use-ffast-math
at all?Thanks and regards!
rwmjones commented on 2023-11-15 15:12 (UTC)
I'm not sure why it fails to build. Could be a problem in rb_libtorrent.
I should note that if you don't care about this plugin then you can use
dreieck commented on 2023-11-15 15:10 (UTC) (edited on 2023-11-15 15:11 (UTC) by dreieck)
Now, after the latest update,
build()
fails for me:Regards!
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 12 Next › Last »