<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - scons TypeError: 'tuple' object is not callable"
href="https://bugs.freedesktop.org/show_bug.cgi?id=95211">95211</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>scons TypeError: 'tuple' object is not callable
</td>
</tr>
<tr>
<th>Product</th>
<td>Mesa
</td>
</tr>
<tr>
<th>Version</th>
<td>git
</td>
</tr>
<tr>
<th>Hardware</th>
<td>x86-64 (AMD64)
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux (All)
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>Mesa core
</td>
</tr>
<tr>
<th>Assignee</th>
<td>mesa-dev@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>vlee@freedesktop.org
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>mesa-dev@lists.freedesktop.org
</td>
</tr>
<tr>
<th>CC</th>
<td>jfonseca@vmware.com
</td>
</tr></table>
<p>
<div>
<pre>mesa: 750c38fad1f19e2403b4960674006c5f932075ad (master 11.3.0-devel)
$ scons
scons: Reading SConscript files ...
Checking for GCC ... yes
Checking for Clang ... no
scons: Found LLVM version 3.8.0
Checking for X11 (x11 xext xdamage xfixes glproto >= 1.4.13)... yes
Checking for XCB (x11-xcb xcb-glx >= 1.8.1 xcb-dri2 >= 1.8)... yes
Checking for XF86VIDMODE (xxf86vm)... yes
Checking for DRM (libdrm >= 2.4.38)... yes
Checking for UDEV (libudev >= 151)... yes
TypeError: 'tuple' object is not callable:
File "mesa/SConstruct", line 143:
duplicate = 0 # <a href="http://www.scons.org/doc/0.97/HTML/scons-user/x2261.html">http://www.scons.org/doc/0.97/HTML/scons-user/x2261.html</a>
File "/usr/lib/scons/SCons/Script/SConscript.py", line 604:
return method(*args, **kw)
File "/usr/lib/scons/SCons/Script/SConscript.py", line 541:
return _SConscript(self.fs, *files, **subst_kw)
File "/usr/lib/scons/SCons/Script/SConscript.py", line 250:
exec _file_ in call_stack[-1].globals
File "mesa/src/SConscript", line 7:
SConscript('util/SConscript')
File "/usr/lib/scons/SCons/Script/SConscript.py", line 604:
return method(*args, **kw)
File "/usr/lib/scons/SCons/Script/SConscript.py", line 541:
return _SConscript(self.fs, *files, **subst_kw)
File "/usr/lib/scons/SCons/Script/SConscript.py", line 250:
exec _file_ in call_stack[-1].globals
File "mesa/src/util/SConscript", line 25:
command = python_cmd + ' $SCRIPT > $TARGET'
File "/usr/lib/scons/SCons/Environment.py", line 224:
return self.method(*nargs, **kwargs)
File "mesa/scons/custom.py", line 143:
deps += script_src.get_implicit_deps(env, python_scanner, path)
File "/usr/lib/scons/SCons/Node/__init__.py", line 941:
path = path_func(scanner)
$ scons --version
SCons by Steven Knight et al.:
script: v2.5.0.rel_2.5.0:3544:95d356f188a3[MODIFIED], 2016/04/09 14:38:50,
by bdbaddog on ubuntu1404-32bit
engine: v2.5.0.rel_2.5.0:3544:95d356f188a3[MODIFIED], 2016/04/09 14:38:50,
by bdbaddog on ubuntu1404-32bit
engine path: ['/usr/lib/scons/SCons']
Copyright (c) 2001 - 2016 The SCons Foundation</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>