[Webkit-unassigned] [Bug 152183] [GTK][Mac] gobject-introspection uses wrong shared-library path

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 20 13:08:26 PDT 2016


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

--- Comment #16 from Michael Catanzaro <mcatanzaro at igalia.com> ---
(In reply to comment #15)
> Note that if you're on El Capitan, the issue might be happening because
> g-ir-scanner has a shebang of '#!/usr/bin/env /path/to/python'.  The use of
> usr/bin/env with SIP causes DYLD_LIBRRY_PATH to NOT get passed down in the
> environment.

Hm, #!/usr/bin/env python shebangs are not permitted in Debian, so I think it's a bug that g-ir-scanner does this. The shebang should be either #!/usr/bin/python2 or #!/usr/bin/python3 depending on which python it wants, or #!/usr/bin/python if it's compatible with both pythons.

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


More information about the webkit-unassigned mailing list