Hi, it fails at packaging. =========================================================================== =======================<phase: package >============================ ===> Building package for sssd-1.11.7_11 pkg-static: Unable to access file /wrkdirs/usr/ports/security/sssd/work/stage/usr/local/lib/krb5/plugins/authdata/sssd_pac_plugin.so:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/security/sssd/work/stage/usr/local/libexec/sssd/sssd_pac:No such file or directory *** Error code 1 See attached build-log
Created attachment 192104 [details] poudriere build log
attachment is bz2 compressed due to size restrictions
Correctly name port and notify maintainer CC last committer (ports r462684)
see also #204827.
see also Bug #204827.
I have also experienced this failure. Build occurs on stable/11 in 11.1-RELEASE-p9 jail. Error from build log: =========================================================================== =======================<phase: package >============================ ===> Building package for sssd-1.11.7_11 pkg-static: Unable to access file /wrkdirs/usr/ports/security/sssd/work/stage/usr/local/lib/krb5/plugins/authdata/sssd_pac_plugin.so:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/security/sssd/work/stage/usr/local/libexec/sssd/sssd_pac:No such file or directory *** Error code 1 Stop. make: stopped in /usr/ports/security/sssd =>> Cleaning up wrkdir ===> Cleaning for sssd-1.11.7_11 build of security/sssd | sssd-1.11.7_11 ended at Tue Apr 17 14:50:17 EDT 2018 build time: 00:04:25 !!! build failure encountered !!!
Created attachment 193020 [details] Patch removes PAC responder Poudriere builds of this port appear to fail because the plist contains entries for the PAC responder. Review of the SSSD build documentation exposes the existence of "--enable-pac-responder" in the configure script implying that PAC is not enabled by default, which would explain the error. A patch to Makefile updating CONFIGURE_ARGS to include "--enable-pac-responder" failed to result in a built package, but the opposite worked. This patch removes the presumably disabled PAC responder from the plist allowing Poudriere to build a package thus resolving the error.
Thank you! I'll try it later.
Hi, this somehow does not apply to my 2018Q2. However, if I manually remove the lines, it does build.
I think the sssd port was updated a while ago to recognize newer krb-versions - or something to this effect. So, this can probably be closed. https://svnweb.freebsd.org/ports?view=revision&revision=472753