@thanos, it is indeed odd. What happens when you run "python2 -c 'import gssapi'"?
Search Criteria
Package Details: python-ipaclient 4.12.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/freeipa.git (read-only, click to copy) |
---|---|
Package Base: | freeipa |
Description: | Python libraries used by IPA client |
Upstream URL: | http://www.freeipa.org/ |
Keywords: | freeipa identity management policy trusts |
Licenses: | GPL-3.0-only |
Submitter: | chenxiaolong |
Maintainer: | patlefort |
Last Packager: | patlefort |
Votes: | 24 |
Popularity: | 0.000808 |
First Submitted: | 2012-11-15 23:50 (UTC) |
Last Updated: | 2025-06-19 22:01 (UTC) |
Dependencies (22)
- freeipa-client-commonAUR
- freeipa-commonAUR
- python-dnspython (python-dnspython-gitAUR)
- python-ipalibAUR
- python-jinja
- ding-libs (make)
- gettext (gettext-gitAUR) (make)
- krb5 (krb5-gitAUR) (make)
- libsasl (make)
- libxmlrpc (make)
- nspr (nspr-hgAUR) (make)
- nss (nss-hgAUR) (make)
- openldap (openldap-gnutlsAUR) (make)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR) (make)
- popt (popt-gitAUR) (make)
- python (python37AUR) (make)
- python-jinja (make)
- python-pyasn1-modules (make)
- python-setuptools (make)
- python-systemd (make)
- Show 2 more dependencies...
Required by (1)
Sources (6)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
grubber commented on 2017-03-10 17:54 (UTC)
thanos commented on 2017-03-10 15:22 (UTC)
Package refuses to build and it fails on make. Can't find gssapi module, which is odd, as it's installed and satisfied by the dependencies.
http://pastebin.com/Agd6jX2b
seberm commented on 2016-12-19 11:50 (UTC)
Please add missing build dependency - dbus-glib package must be installed.
Thanks!
Lompik commented on 2016-09-03 13:38 (UTC)
I tested version 4.4. Overall it seems to work. Thanks for bundling this.
There is still an issue domainname service which doesn't exist on Arch. The error is " Command '/bin/systemctl restart domainname.service' returned non-zero exit status 5". That will fail the ipa-client-install script but most things seems functional after that.
Also, dependency of python-ipalib and python-ipaclient aren't discovered automatically by yaourt when building but I guess this is not your problem.
grubber commented on 2016-06-28 05:24 (UTC)
Lompik, thanks for the report. My plan is to update the package to 4.4 once it's released (should be this week), as there are multiple portability improvements.
Lompik commented on 2016-06-07 14:13 (UTC)
I had two fatal errors testing the WIP ipa-client-install(4.2.3):
- Arch does not have a systemd domainname service (see https://fedorahosted.org/releases/i/n/initscripts/initscripts-9.66.tar.bz2 for feodra's one):
> subprocess.CalledProcessError: Command ''/bin/systemctl' 'restart' 'domainname.service'' returned non-zero exit status
- issue with sshd service definition (get_config_dir() returns none instead of '/etc/sshd'):
> File "/usr/bin/ipa-client-install", line 1202, in configure_sssd_conf
> ssh_dir = services.knownservices.sshd.get_config_dir()
my fix was to replace archlinux_service_class_factory :
#def archlinux_service_class_factory(name):
# return ArchLinuxService(name)
from ipaplatform.redhat import services as redhat_services
def archlinux_service_class_factory(name):
return redhat_services.redhat_service_class_factory(name)
revellion commented on 2016-05-26 13:40 (UTC)
I'll give it a test and see if it works and report back.
grubber commented on 2016-05-19 17:39 (UTC)
I was waiting on some more reviews of the WIP package below before pushing it, but there weren't any. Does the WIP package work for you?
revellion commented on 2016-05-16 14:25 (UTC)
Any update on this package?. Or is it orphaned?
grubber commented on 2016-01-06 19:38 (UTC)
Hi qrkourier, thanks for testing, could you please upload /var/log/ipaclient-install.log for me somewhere?
Anyway, I have update the source package at: https://dl.dropboxusercontent.com/u/464637/freeipa-4.2.3-1.src.tar.gz
Pinned Comments
patlefort commented on 2024-07-23 11:37 (UTC)
Keys are in
keys/pgp
of this package.