Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Oct 2014 19:05:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194116] [Port update] devel/ding-libs 0.1.3_1 -> 0.4.0
Message-ID:  <bug-194116-13-KKQ6UTpQtU@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194116-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194116-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194116

--- Comment #14 from lukas.slebodnik@intrak.sk ---
(In reply to Kurt Jaeger from comment #11)
> (In reply to Kurt Jaeger from comment #10)
> > (In reply to lukas.slebodnik from comment #8)
> > > This update of ding-libs port caused linking problems in sssd port.
> > 
> > Does it work if one adds iconv to USES of ding-libs ?
> 
> I tested it, a problem occurred on 91a and 84i, not on 10x, but it
> seems to be related to fmemopen missing from libini_config.so, so
> it's no longer the iconv issue ?
> 
> http://people.freebsd.org/~pi/logs/security__sssd-10x-1414089036.txt
> http://people.freebsd.org/~pi/logs/security__sssd-84i-1414089036.txt
> http://people.freebsd.org/~pi/logs/security__sssd-91a-1414089036.txt

libc seems to have function fmemopen ofn freebsd 9.3

root@freebsd:/usr/ports/security/sssd # nm --dynamic --defined-only
/lib/libc.so.7 | grep fmem
0000000000044590 T fmemopen

root@freebsd:/usr/ports/security/sssd # nm --dynamic --defined-only
/lib/libc.so.7 | grep fopen
00000000000efb80 T fopen

root@freebsd:/usr/ports/security/sssd # uname -a
FreeBSD freebsd 9.3-RELEASE-p2 FreeBSD 9.3-RELEASE-p2 #0: Mon Sep 15 16:44:27
UTC 2014     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC 
amd64

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194116-13-KKQ6UTpQtU>