Package Details: spdk 25.05-2

Git Clone URL: https://aur.archlinux.org/spdk.git (read-only, click to copy)
Package Base: spdk
Description: libraries for high performance storage IO
Upstream URL: https://spdk.io/
Licenses: BSD-3-Clause
Submitter: wuxb
Maintainer: fft
Last Packager: fft
Votes: 1
Popularity: 0.000000
First Submitted: 2021-02-21 20:40 (UTC)
Last Updated: 2025-06-30 06:56 (UTC)

Latest Comments

1 2 Next › Last »

travisghansen commented on 2025-06-30 22:58 (UTC)

No, I'm updating from the previous version

1  aur/spdk  24.09-1  -> 25.05-2

The error is seemingly happening during the build. Now I have an issue with isa-l_crypto which seems to be a dep so will need to resolve that before trying this again :(

fft commented on 2025-06-30 07:03 (UTC)

@travisghansen, what command did you try to execute? Seems you have manually installed spdk (i.e. not via AUR). Can you delete it manually also before installing version from AUR?

travisghansen commented on 2025-06-26 19:57 (UTC)

Installing collected packages: spdk
  Attempting uninstall: spdk
    Found existing installation: spdk 24.9
    Uninstalling spdk-24.9:
ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: '/usr/lib/python3.13/site-packages/spdk-24.9.dist-info/'
Consider using the `--user` option or check the permissions.

fft commented on 2025-02-10 09:23 (UTC) (edited on 2025-02-10 09:23 (UTC) by fft)

Package is outdated and nobody maintained it, so I owned it.

Now I'm waiting for isa-l and isa-l_crypto to update this package:

https://aur.archlinux.org/packages/isa-l#comment-1008968

https://aur.archlinux.org/packages/isa-l_crypto#comment-1008969

CyanWoods commented on 2022-12-14 07:07 (UTC)

It's up to you.

travisghansen commented on 2022-12-14 06:49 (UTC)

I'll try and get the depends cleaned up a little bit by looking through ldd output and may add the previously mentioned flag. Then I'll look into installing the rpc/cli scripts as well.

Would you like those in a separate branch or just commit them to master?

CyanWoods commented on 2022-12-14 06:37 (UTC)

Building from github repo is the best way, I supposed.

travisghansen commented on 2022-12-14 06:13 (UTC)

Yeah I'm happy to help. The closer I look at the package the more I realize the builds seem to be pretty custom. For example I'm building with --without-uring-zns which others may not want etc.

CyanWoods commented on 2022-12-13 03:27 (UTC)

Sorry, I have liburing installed already, so making package did not show any error. I will add it later.

BTW, How about add you in co-maintainer list?

travisghansen commented on 2022-12-12 17:48 (UTC) (edited on 2022-12-12 17:49 (UTC) by travisghansen)

Great! You may want to add liburing to the depends list.

How would you feel about including the following along with their various depends as well?

scripts/spdkcli.py
scripts/rpc.py

deps would be:

python-configshell-fb
python-pyparsing
more?