[Webkit-unassigned] [Bug 229152] REGRESSION(r??????): [GTK] 2.33.3 does not build with gtk-doc enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 17 02:17:43 PDT 2021


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

--- Comment #3 from Alberto Garcia <berto at igalia.com> ---
I made some preliminary investigation, this is the command line that fails:

   /usr/bin/cc jsc-glib-4.0-scan.o -L/tmp/webkit2gtk-2.33.3/build/lib -L -ljavascriptcoregtk-4.0 -lgobject-2.0 -lglib-2.0 -Wl,-z,relro -Wl,-z,now -fuse-ld=gold -Wl,--disable-new-dtags -o jsc-glib-4.0-scan

The problem seems to be the " -L " option with no value, if you remove that and run the command manually it builds. This comes from the .pc file:

   $ grep Libs /tmp/webkit2gtk-2.33.3/build/Source/JavaScriptCore/javascriptcoregtk-4.0.pc
   Libs: -L -ljavascriptcoregtk-4.0

This is -L${libdir} , so ${libdir} is empty

-- 
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/20210817/32ef6d50/attachment.htm>


More information about the webkit-unassigned mailing list