[Mesa-dev] [Bug 90600] IOError: [Errno 2] No such file or directory: 'gl_API.xml'

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun May 24 13:04:17 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=90600

--- Comment #8 from Ilia Mirkin <imirkin at alum.mit.edu> ---
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.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150524/6ccacd5a/attachment.html>


More information about the mesa-dev mailing list