[Webkit-unassigned] [Bug 136018] [GTK] Fail to build WebKitGTK+ trunk on FreeBSD

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 14 07:18:03 PDT 2014


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





--- Comment #14 from Carlos Garcia Campos <cgarcia at igalia.com>  2014-10-14 02:04:27 PST ---
(From update of attachment 239704)
View in context: https://bugs.webkit.org/attachment.cgi?id=239704&action=review

> Source/WebKit2/ChangeLog:19
> +        This patch also modify LD_LIBRARY_PATH to make sure the dynamic linker
> +        find the correct version of libraries when running the temporary
> +        executable to generate the .gir file.

I don't understand why you need this, and it looks to me like a different issue in any case.

--- Comment #15 from Ting-Wei Lan <lantw44 at gmail.com>  2014-10-14 07:17:57 PST ---
(In reply to comment #14)
> (From update of attachment 239704 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=239704&action=review
> 
> > Source/WebKit2/ChangeLog:19
> > +        This patch also modify LD_LIBRARY_PATH to make sure the dynamic linker
> > +        find the correct version of libraries when running the temporary
> > +        executable to generate the .gir file.
> 
> I don't understand why you need this, and it looks to me like a different issue in any case.

If I don't modify LD_LIBRARY_PATH, the executable generated by g-ir-scanner cannot find some symbols added in the new version because it links to the installed version of libraries. Should I move things related to LD_LIBRARY_PATH to a different patch?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list