Search Criteria
Package Details: targetcli-fb 2.1.53-1
Git Clone URL: | https://aur.archlinux.org/targetcli-fb.git (read-only, click to copy) |
---|---|
Package Base: | targetcli-fb |
Description: | free branch of the targetcli LIO administration shell (iSCSI + Co) |
Upstream URL: | https://github.com/open-iscsi/targetcli-fb |
Licenses: | |
Provides: | |
Submitter: | JonnyJD |
Maintainer: | mikesd |
Last Packager: | mikesd |
Votes: | 18 |
Popularity: | 0.075158 |
First Submitted: | 2012-02-27 01:05 |
Last Updated: | 2020-11-01 11:47 |
Dependencies (6)
- python-dbus
- python-gobject (python-gobject-git)
- python-configshell-fb>=1.1.fb17
- python-rtslib-fb>=2.1.fb52
- python-setuptools (make)
- python-ethtool (optional)
Latest Comments
1 2 3 4 5 6 ... Next › Last »
amiga23 commented on 2020-05-30 09:30
@edacval thank you for the hint.
The following line added to PKGBUILD before "python setup.py build", solves the issue for me:
edacval commented on 2020-05-24 02:40
@fuzzy this is due broken review: directory in
data_files
must be relative, absolute path is deprecated. Initial variant was right, reviewer sugested deprecated variant whish is broken at least on Arch, Gentoo and Fedorafuzzy2 commented on 2020-05-23 18:59
Doesn’t install anymore, because it tries to place files in
/lib
when they must be placed in/usr/lib
. This results in an error message: "targetcli-fb: /lib exists in filesystem (owned by filesystem)"These files are now present due to an upstream change in "setup.py" between 2.1.51 and 2.1.52. The path appears to be hard-coded, so these files have to be moved manually to the correct path I guess.
jamespharvey20 commented on 2019-03-25 09:03
(Sorry I'm commenting on a 3rd package.) Downloaded source filenames must be unique, for those who set SRCDEST in /etc/makepkg.conf. See https://wiki.archlinux.org/index.php/PKGBUILD#source
Please add something like this to the beginning of
source
:Asgaroth commented on 2019-03-12 14:50
Seems like we cannot install this package anymore as a dependancy cannot be found:
$ yay -S targetcli-fb ==> Error: Could not find all required packages: python2-pyudev (Wanted by: targetcli-fb -> python-rtslib-fb)
mikesd commented on 2018-11-10 06:56
I'm currently traveling and will add the missing dependency later this weekend.
neomerx commented on 2018-11-09 19:07
Package
python-gobject
should be added as a dependency.See https://github.com/open-iscsi/targetcli-fb/issues/123
aivariokas commented on 2018-11-04 14:41
i had also to install python-gobject otherwise i was gettin error
targetcli Traceback (most recent call last): File "/usr/bin/targetcli", line 24, in <module> from targetcli import UIRoot File "/usr/lib/python3.7/site-packages/targetcli/init.py", line 18, in <module> from .ui_root import UIRoot File "/usr/lib/python3.7/site-packages/targetcli/ui_root.py", line 32, in <module> from .ui_backstore import complete_path, UIBackstores File "/usr/lib/python3.7/site-packages/targetcli/ui_backstore.py", line 20, in <module> from gi.repository import Gio ModuleNotFoundError: No module named 'gi.repository'
JonnyJD commented on 2016-05-17 18:41
Oh thanks. I missed "Make use of pyudev package as much as possible in utils module." as a new dependency in the changelog.
Fixed (in rtslib, where the actual dependency is).
archfan777 commented on 2016-05-12 20:30
community/python-pyudev package required for targetcli-fb
please add depend