Package Details: targetcli-fb 2.1.56-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: Apache
Provides: targetcli
Submitter: JonnyJD
Maintainer: dsonck92
Last Packager: Malvineous
Votes: 22
Popularity: 0.46
First Submitted: 2012-02-27 01:05 (UTC)
Last Updated: 2023-07-15 05:28 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

amiga23 commented on 2020-05-30 09:30 (UTC) (edited on 2020-05-30 09:30 (UTC) by amiga23)

@edacval thank you for the hint.

The following line added to PKGBUILD before "python setup.py build", solves the issue for me:

sed -i s-/lib/systemd/system-lib/systemd/system-g setup.py

fuzzy2 commented on 2020-05-23 18:59 (UTC)

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 (UTC)

(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:

source=("${pkgname}-${pkgver}.tar.gz"::https...

Asgaroth commented on 2019-03-12 14:50 (UTC)

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 (UTC)

I'm currently traveling and will add the missing dependency later this weekend.

neomerx commented on 2018-11-09 19:07 (UTC)

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 (UTC)

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 (UTC)

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 (UTC)

community/python-pyudev package required for targetcli-fb please add depend