Search Criteria
Package Details: python-rtslib-fb 2.2.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-rtslib-fb.git (read-only, click to copy) |
---|---|
Package Base: | python-rtslib-fb |
Description: | free branch version of the LIO target API |
Upstream URL: | https://github.com/open-iscsi/rtslib-fb |
Licenses: | Apache |
Conflicts: | python-rtslib |
Provides: | python-rtslib |
Submitter: | JonnyJD |
Maintainer: | fuhry |
Last Packager: | fuhry |
Votes: | 11 |
Popularity: | 0.43 |
First Submitted: | 2013-10-08 20:54 (UTC) |
Last Updated: | 2025-02-05 17:27 (UTC) |
Dependencies (7)
- python (python37AUR, python311AUR, python310AUR)
- python-pyudev
- python (python37AUR, python311AUR, python310AUR) (make)
- python-build (make)
- python-pip (make)
- python-pyudev (make)
Latest Comments
1 2 3 Next › Last »
bobpaul commented on 2025-02-09 22:28 (UTC)
@realmatrix23 It looks like that's an upstream bug. I was able to reproduce it by using
pip install
in a venv. It looks like they changed how they're building the package still working out the kinks. The last one that fully provides thertslib_fb
module name is version 2.1.76.realmatrix23 commented on 2025-02-09 18:31 (UTC)
get the following error:
sudo targetcli status
Traceback (most recent call last): File "/usr/bin/targetcli", line 5, in <module> from targetcli.targetcli_shell import main File "/usr/lib/python3.13/site-packages/targetcli/targetcli_shell.py", line 33, in <module> from targetcli.ui_root import UIRoot File "/usr/lib/python3.13/site-packages/targetcli/ui_root.py", line 31, in <module> from rtslib_fb.utils import ignored ModuleNotFoundError: No module named 'rtslib_fb.utils'; 'rtslib_fb' is not a package
bobpaul commented on 2025-02-09 18:24 (UTC)
I'm trying to follow the archlinux wiki article on iscsi target, and it says this package includes
target.service
. I do see upstream provides that. Is there a reason it's no longer included?miffe commented on 2025-02-06 23:04 (UTC)
Needs git in makedepends.
rigred commented on 2025-01-17 19:57 (UTC)
Here's a correctly working PKGBUILD and Patch
fix_open_context.patch
sanerb commented on 2025-01-10 06:06 (UTC)
PKGBUILD for 2.2.0 (probably needs further work/cleanup):
thekoma commented on 2025-01-01 19:34 (UTC)
I see that the packages is installed in 3.12 path but today the python env is 3.13 . Probably the package should be updated somehow?
zomgugoff commented on 2023-06-17 08:39 (UTC) (edited on 2023-06-17 08:39 (UTC) by zomgugoff)
Updated for 2.1.76. target.service was internalized so there's a minor path change.
1 2 3 Next › Last »