<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK][Mac] gobject-introspection uses wrong shared-library path"
   href="https://bugs.webkit.org/show_bug.cgi?id=152183#c16">Comment # 16</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK][Mac] gobject-introspection uses wrong shared-library path"
   href="https://bugs.webkit.org/show_bug.cgi?id=152183">bug 152183</a>
              from <span class="vcard"><a class="email" href="mailto:mcatanzaro&#64;igalia.com" title="Michael Catanzaro &lt;mcatanzaro&#64;igalia.com&gt;"> <span class="fn">Michael Catanzaro</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=152183#c15">comment #15</a>)
<span class="quote">&gt; Note that if you're on El Capitan, the issue might be happening because
&gt; g-ir-scanner has a shebang of '#!/usr/bin/env /path/to/python'.  The use of
&gt; usr/bin/env with SIP causes DYLD_LIBRRY_PATH to NOT get passed down in the
&gt; environment.</span >

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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>