Hello,
I wanted to install sssd on my machine.
I used
emerge -av sssd
Here is what i got in the log file.
Code:
make[3]: Leaving directory `/var/tmp/portage/sys-auth/sssd-1.9.2/work/sssd-1.9.2'
make[2]: Leaving directory `/var/tmp/portage/sys-auth/sssd-1.9.2/work/sssd-1.9.2'
make[1]: Leaving directory `/var/tmp/portage/sys-auth/sssd-1.9.2/work/sssd-1.9.2'
* Removing unnecessary /usr/lib64/libipa_hbac.la (no static archive)
* Removing unnecessary /usr/lib64/libsss_idmap.la (no static archive)
* Removing unnecessary /usr/lib64/python2.7/site-packages/pysss_murmur.la (no static archive)
* Removing unnecessary /usr/lib64/python2.7/site-packages/pysss.la (no static archive)
* Removing unnecessary /usr/lib64/python2.7/site-packages/pyhbac.la (no static archive)
* Removing unnecessary /usr/lib64/sssd/libsss_proxy.la (no static archive)
* Removing unnecessary /usr/lib64/sssd/libsss_ldap.la (no static archive)
* Removing unnecessary /usr/lib64/sssd/libsss_simple.la (no static archive)
* Removing unnecessary /usr/lib64/sssd/libsss_ad.la (no static archive)
* Removing unnecessary /usr/lib64/sssd/libsss_ipa.la (no static archive)
* Removing unnecessary /usr/lib64/sssd/libsss_krb5.la (no static archive)
* Removing unnecessary /lib64/libnss_sss.la (no static archive)
* Removing unnecessary /lib64/security/pam_sss.la (no static archive)
* Removing unnecessary /usr/lib64/krb5/plugins/libkrb5/sssd_krb5_locator_plugin.la (module)
* Removing unnecessary /usr/lib64/ldb/modules/ldb/memberof.la (module)
* ERROR: sys-auth/sssd-1.9.2 failed (install phase):
* python_convert_shebangs(): '-r' does not exist
*
* Call stack:
* ebuild.sh, line 85: Called src_install
* environment, line 6910: Called python_convert_shebangs '2' '-r' '/var/tmp/portage/sys-auth/sssd-1.9.2/image//usr/lib64/python2.7/site-packages/*.py'
* environment, line 4756: Called die
* The specific snippet of code:
* die "${FUNCNAME}(): '${argument}' does not exist";
*
* If you need support, post the output of `emerge --info '=sys-auth/sssd-1.9.2'`,
* the complete build log and the output of `emerge -pqv '=sys-auth/sssd-1.9.2'`.
* The complete build log is located at '/var/tmp/portage/sys-auth/sssd-1.9.2/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/sys-auth/sssd-1.9.2/temp/environment'.
* Working directory: '/var/tmp/portage/sys-auth/sssd-1.9.2/work/sssd-1.9.2'
* S: '/var/tmp/portage/sys-auth/sssd-1.9.2/work/sssd-1.9.2'
Any ideas?
Thank you