[Webkit-unassigned] [Bug 178133] New: [WPE] Cannot link against libWPEWebkit due to wrong contents of wpe-webkit.pc

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 10 09:51:22 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=178133

            Bug ID: 178133
           Summary: [WPE] Cannot link against libWPEWebkit due to wrong
                    contents of wpe-webkit.pc
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aperez at igalia.com
                CC: lforschler at apple.com

The “wpe-webkit.pc” file contains:

    Requires.private: glib-2.0 libsoup-2.4
    Libs: -L${libdir} -lWPEWebKit -lWPE

There is no “libWPE.so*” so of course linking fails.

Once “-lWPE” is removed, the following error happens at link time:

    /home/aperez/devel/wpe/buildroot/output/host/lib/gcc/arm-buildroot-linux-gnueabihf/6.4.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: CMakeFiles/dinghy.dir/dinghy.c.o: undefined
 reference to symbol 'g_main_loop_unref'                                                                                                                     
    /home/aperez/devel/wpe/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/lib/libglib-2.0.so.0: error adding symbols: DSO missing from command line

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171010/7ab2e407/attachment.html>


More information about the webkit-unassigned mailing list