Package Details: nbdkit 1.42.2-1

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.000011
First Submitted: 2019-02-22 14:36 (UTC)
Last Updated: 2025-04-02 10:49 (UTC)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 Next › Last »

t-8ch commented on 2022-07-01 05:13 (UTC)

This is https://bugs.archlinux.org/task/74747. I hoped the bug would have been fixed before qemu 7.0 leaves [testing]... It seems a workaround is in order.

ato2 commented on 2022-06-30 23:21 (UTC)

Can't build on current: Testsuite summary for nbdkit 1.30.4 ============================================================================

TOTAL: 246
PASS: 72
SKIP: 172
XFAIL: 0
FAIL: 2
XPASS: 0
ERROR: 0

============================================================================ See tests/test-suite.log ============================================================================ make[3]: [Makefile:4333: test-suite.log] Error 1 make[3]: Leaving directory '/tmp/makepkg/nbdkit/src/nbdkit-1.30.4/tests' make[2]: [Makefile:4441: check-TESTS] Error 2 make[2]: Leaving directory '/tmp/makepkg/nbdkit/src/nbdkit-1.30.4/tests' make[1]: [Makefile:6565: check-am] Error 2 make[1]: Leaving directory '/tmp/makepkg/nbdkit/src/nbdkit-1.30.4/tests' make: [Makefile:726: check-recursive] Error 1 ==> ERROR: A failure occurred in check(). Aborting... -> error making: nbdkit yay -Sy --needed --noconfirm --noprogressbar nbdkit 1008.54s user 84.59s system 298% cpu 6:06.75 total

Failed tests:

FAIL: test-tls-psk.sh FAIL: test-tls.sh

rwmjones commented on 2021-08-13 07:25 (UTC)

I haven't tested it myself, but it's been reported to work. The patch is upstream: https://github.com/libguestfs/supermin/commit/4306a131c6cde92f8d0a2dd9376f4096ee538eff I didn't hear anything back from my comment here: https://aur.tuna.tsinghua.edu.cn/packages/supermin-git/#comment-820499

t-8ch commented on 2021-08-12 22:26 (UTC)

FYI: For the next update we will need support for zstd compressed kernel modules in the supermin package. See https://bugzilla.redhat.com/show_bug.cgi?id=1990209 @rwmjones Did you get some feedback from the Arch maintainer?

rwmjones commented on 2021-06-05 11:35 (UTC)

I cherry picked the patch to stable-1.24. There are a few other patches there that might be interesting and aren't (yet) in a release: https://gitlab.com/nbdkit/nbdkit/-/commits/stable-1.24/

t-8ch commented on 2021-06-05 11:03 (UTC)

I'll have to test it tomorrow, as the patch does not seem to apply cleanly to 1.24.4 and I don't have time right now to look into it.

rwmjones commented on 2021-06-05 09:30 (UTC)

Can you let me know if this patch works? I've tried to test it as much as I can without actually uninstalling sshd. https://gitlab.com/nbdkit/nbdkit/-/commit/d1dbe7b7b2ce741a306144de7e22052da49ffe46

rwmjones commented on 2021-06-05 09:11 (UTC)

Fair point, let me see if I can make a patch to fix that.

t-8ch commented on 2021-06-05 09:04 (UTC)

@rwmjones

Unfortunately these steps are not enough as the Makefile will also try to create the ssh-keys for testing. These need ssh-keygen installed. The key generation is gated on HAVE_SSH which checks if libssh is present. In Arch the libssh package does not include the ssh-keygen tool.

For now I'll add openssh as a dependency for nbdkit and look for a proper solution in the coming days. The ssh-keygen detection should also be part of nbdkit proper IMO.

rwmjones commented on 2021-06-05 07:23 (UTC)

I still think it would be easier to disable the test that needs openssh, see my earlier comment: https://aur.archlinux.org/packages/nbdkit/#comment-785652