<div dir="ltr"><div dir="ltr">Hi, all</div><div dir="ltr"><br></div><div dir="ltr">I'm using cerbero to build software ( pitivi ), I encountered a problem, <div><br></div><div>first I think It is a bug of recipe of gettext and I posted an <a href="https://gitlab.freedesktop.org/gstreamer/cerbero/issues/113">issue here</a></div><div><br></div><div>Another digging, I found it is due to glib depends on proxy-libintl which overrides libintl.dylib</div><div><br></div><div>pitivi depends on gst-python which depends on _libintl_xxxx, but proxy-libintl overrides libintl.dylib with _g_libintl_xxx symbols</div><div><br></div><div>So what is a better solution to this? for now I only remove dependency of proxy-libintl for software building</div><div><br></div><div>My recipes are here: <a href="https://github.com/sprhawk/cerbero-pitivi">https://github.com/sprhawk/cerbero-pitivi</a></div></div></div>