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

--- Comment #8 from Ilia Mirkin <imir...@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.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to