Hi all
The security/sssd fails at package registration.
This issue happened after upgrade FreeBSD from 13 to 13.1.
Please help how to fix this. Indeed, very urgent. No one can login now.
Many thanks in advance.
Details are below.
Best regards
Sagara
Shows pkg-plist issues too:
The Missing directory is available:
I'm using python3.9:
The security/sssd fails at package registration.
This issue happened after upgrade FreeBSD from 13 to 13.1.
Please help how to fix this. Indeed, very urgent. No one can login now.
Many thanks in advance.
Details are below.
Best regards
Sagara
Code:
# uname -a
FreeBSD pcsg3 13.1-RELEASE FreeBSD 13.1-RELEASE releng/13.1-n250148-fc952ac2212 GENERIC amd64
Code:
cd /usr/ports/security/sssd
make install clean
====> Compressing man pages (compress-man)
===> Staging rc.d startup script(s)
===> Installing for sssd-1.16.5_6
===> Checking if sssd is already installed
===> Registering installation for sssd-1.16.5_6
pkg-static: pkg_checksum_hash_sha256_file(read failed): Is a directory
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/security/sssd
*** Error code 1
Shows pkg-plist issues too:
Code:
make stage check-plist
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: %%PYTHON_SITELIBDIR%%/SSSDConfig-1.16.5-py%%PYTHON_VER%%.egg-info
===> Error: Plist issues found.
*** Error code 1
Stop.
make: stopped in /usr/ports/security/sssd
The Missing directory is available:
Code:
ls -l work-default/stage/usr/local/lib/python3.9/site-packages/SSSDConfig-1.16.5-py3.9.egg-info/
I'm using python3.9:
Code:
# portmaster -l | grep python
===>>> python39-3.9.13