<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - IOError: [Errno 2] No such file or directory: 'gl_API.xml'"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=90600#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - IOError: [Errno 2] No such file or directory: 'gl_API.xml'"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=90600">bug 90600</a>
              from <span class="vcard"><a class="email" href="mailto:imirkin@alum.mit.edu" title="Ilia Mirkin <imirkin@alum.mit.edu>"> <span class="fn">Ilia Mirkin</span></a>
</span></b>
        <pre>I tried actually tracing some of the code in the backtraces, but my line
numbers don't match up. The big one that I don't find in argparse.py at all but
is there in the trace is:

    default = self._get_value(action, default)

Which... seems disastrous -- the default is 'gl_API.xml', but it's in
who-knows-what-directory. This happens to work for in-tree builds due to...
luck. However it won't work for out-of-tree builds. The solution is probably to
get rid of the default, or to make the "type" more forgiving about missing
files.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>