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.000037 |
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 2 3 4 5 6 7 8 9 10 11 .. 13 Next › Last »
rwmjones commented on 2023-10-14 12:47 (UTC)
This is the failing test: https://gitlab.com/nbdkit/nbdkit/-/blob/77c9bad77a663726d424972e1dc73d4f06b005bb/server/test-public.c#L142 testing this function: https://gitlab.com/nbdkit/nbdkit/-/blob/77c9bad77a663726d424972e1dc73d4f06b005bb/server/public.c#L360
I'm not immediately sure why it would fail. Is this not glibc or an otherwise unusual libc configuration? How about the C compiler, is it not gcc? Is it a 64 bit machine?
dreieck commented on 2023-10-14 12:40 (UTC) (edited on 2023-10-14 12:41 (UTC) by dreieck)
check()
fails for me, too:server/test-suite.log
:/bin/sh
is a symlink tobash
.Regards!
rwmjones commented on 2023-10-10 08:08 (UTC)
Can you see if this fixes it? https://gitlab.com/nbdkit/nbdkit/-/commit/99712c09835ae430912aed4848579fdfab01a576
rvalles commented on 2023-10-09 10:53 (UTC)
Great work.
rwmjones commented on 2023-10-09 07:46 (UTC)
Upstream - https://listman.redhat.com/archives/libguestfs/2023-October/032767.html
rwmjones commented on 2023-10-09 07:32 (UTC)
It's actually that we use system(3) to run the external scripts which runs /bin/sh, so bashisms shouldn't be used in those parameters (logscript and --run, in the case of this test). It is an upstream bug so I'll see if I can fix this ...
rvalles commented on 2023-10-09 06:47 (UTC)
Update: Based on the error log, I linked
/bin/sh
to/bin/bash
(back from dash), and the test passed.Thus this is an upstream issue; their scripts are calling sh when they should be calling bash.
rvalles commented on 2023-10-09 06:27 (UTC) (edited on 2023-10-09 06:31 (UTC) by rvalles)
FAIL: test-log-script-info.sh
(...)
(...)
rwmjones commented on 2023-05-19 20:03 (UTC)
I suspect unfortunately this may be an OCaml 5 issue. The whole locking architecture is different because of multicore. We've not even started looking at OCaml 5 yet.
t-8ch commented on 2023-05-19 19:52 (UTC) (edited on 2023-05-19 20:03 (UTC) by t-8ch)
I can only reproduce the test-ocaml-errorcodes issue. It fails with "Fatal error: Fatal error during lock: Resource deadlock avoided" which happens in the call to LEAVE_BLOCKING_SECTION_FOR_CURRENT_SCOPE() in open_wrapper() in plugins/ocaml/plugin.c.
It also happens on older versions of nbdkit. Maybe ocaml 5.0.0 is the trigger.
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 13 Next › Last »