Summary: | security/sssd fails on 8 and 9 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Mathieu Arnold <mat> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed Not A Bug | ||||||
Severity: | Affects Only Me | CC: | lukas.slebodnik | ||||
Priority: | --- | Flags: | lukas.slebodnik:
maintainer-feedback+
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | 194116 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Maintainer CC'd Problem is not in sssd, but in on of dependecies. port ding-libs was upgraded to version 0.4 ant this library requires function "fmemopen" in libc. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194116 Temporary solution can be to downgrade package ding-libs or upgrade to FreeBSD to >= 9.3 (which contains fmempen in libc) You can also help with testing ding-libs bug. I cannot because I have limeted access to internet this week. (I answer just to the most critical mails). Oh, yes, right, sorry to bug you about it :-) |
Created attachment 148733 [details] poudriere log Error: /usr/local/lib/libini_config.so: undefined reference to `fmemopen' Makefile:5452: recipe for target 'sssd' failed gmake[2]: *** [sssd] Error 1 /usr/local/lib/libini_config.so: undefined reference to `fmemopen' Makefile:5398: recipe for target 'sss_useradd' failed gmake[2]: *** [sss_useradd] Error 1 /usr/local/lib/libini_config.so: undefined reference to `fmemopen' /usr/local/lib/libini_config.so: undefined reference to `fmemopen' Makefile:5278: recipe for target 'sss_groupadd' failed gmake[2]: *** [sss_groupadd] Error 1 Makefile:5421: recipe for target 'sss_userdel' failed gmake[2]: *** [sss_userdel] Error 1 gmake[2]: Leaving directory '/wrkdirs/usr/ports/security/sssd/work/sssd-1.9.6' Makefile:9283: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/wrkdirs/usr/ports/security/sssd/work/sssd-1.9.6' Makefile:3592: recipe for target 'all' failed gmake: *** [all] Error 2 ===> Compilation failed unexpectedly.