Bug 178918

Summary: [WPE] Build gst-plugins-base without pango support
Product: WebKit Reporter: Michael Catanzaro <mcatanzaro>
Component: WPE WebKitAssignee: Michael Catanzaro <mcatanzaro>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, cgarcia, commit-queue, mcatanzaro, webkit-bug-importer
Priority: P2    
Version: Other   
Hardware: PC   
OS: Linux   
See Also: https://bugs.webkit.org/show_bug.cgi?id=178896
https://bugs.webkit.org/show_bug.cgi?id=179171
Attachments:
Description Flags
Patch
none
Patch none

Michael Catanzaro
Reported 2017-10-26 18:33:00 PDT
When trying to run dyz inside our jhbuild environment, I see the following error: (gst-plugin-scanner:16711): GStreamer-WARNING **: Failed to load plugin '/home/mcatanzaro/Projects/WebKit/WebKitBuild/DependenciesWPE/Root/lib/gstreamer-1.0/libgstpango.so': /lib64/libpango-1.0.so.0: undefined symbol: g_log_structured The problem is that pango is missing from our jhbuild environment. The modulesets will never work reliably if we have system libraries in the middle of our dependency graph, since they will sometimes depend on newer versions of libraries than we have inside the jhbuild.
Attachments
Patch (2.22 KB, patch)
2017-10-26 18:51 PDT, Michael Catanzaro
no flags
Patch (2.25 KB, patch)
2017-10-27 09:59 PDT, Michael Catanzaro
no flags
Michael Catanzaro
Comment 1 2017-10-26 18:48:03 PDT
Specifically, in this case, our glib is so old that it does not contain the structured logging support required by my system copy of pango.
Michael Catanzaro
Comment 2 2017-10-26 18:51:54 PDT
Carlos Garcia Campos
Comment 3 2017-10-27 00:07:11 PDT
I don't think we should build pango. We could either bump the glib version, or build gst without pango.
Michael Catanzaro
Comment 4 2017-10-27 08:24:06 PDT
(In reply to Carlos Garcia Campos from comment #3) > I don't think we should build pango. We could either bump the glib version, That's not good enough, it will break again in the future. The jhbuild environment has to be complete or it won't be reliable. > or build gst without pango. If that's possible, then this we could do. Let me check. (Anyway, I have absolutely no clue why GStreamer could possibly depend on pango.)
Michael Catanzaro
Comment 5 2017-10-27 09:57:46 PDT
(In reply to Michael Catanzaro from comment #4) > If that's possible, then this we could do. Let me check. (Anyway, I have > absolutely no clue why GStreamer could possibly depend on pango.) This works
Michael Catanzaro
Comment 6 2017-10-27 09:59:18 PDT
WebKit Commit Bot
Comment 7 2017-10-28 10:18:49 PDT
Comment on attachment 325169 [details] Patch Clearing flags on attachment: 325169 Committed r224151: <https://trac.webkit.org/changeset/224151>
WebKit Commit Bot
Comment 8 2017-10-28 10:18:51 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.