<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 - Exception: attempt to use unavailable module DRM when building MesaGL 11.1.0 on windows"
href="https://bugs.freedesktop.org/show_bug.cgi?id=93628">93628</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Exception: attempt to use unavailable module DRM when building MesaGL 11.1.0 on windows
</td>
</tr>
<tr>
<th>Product</th>
<td>Mesa
</td>
</tr>
<tr>
<th>Version</th>
<td>11.0
</td>
</tr>
<tr>
<th>Hardware</th>
<td>x86-64 (AMD64)
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows (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>Other
</td>
</tr>
<tr>
<th>Assignee</th>
<td>mesa-dev@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>maurits.fassaert@gmail.com
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>mesa-dev@lists.freedesktop.org
</td>
</tr></table>
<p>
<div>
<pre>downloaded MesaGL 11.1.0
simply running scons, even scons -h will result in:
C:\source\mesa-11.1.0>scons
scons: Reading SConscript files ...
Checking for MSVC ... yes
Checking for win_flex ... yes
Checking for win_bison ... yes
Checking for X11 (x11 xext xdamage xfixes glproto >= 1.4.13)... no
Checking for XCB (x11-xcb xcb-glx >= 1.8.1 xcb-dri2 >= 1.8)... no
Checking for XF86VIDMODE (xxf86vm)... no
Checking for DRM (libdrm >= 2.4.38)... no
Checking for UDEV (libudev >= 151)... no
Exception: Attempt to use unavailable module DRM:
File "C:\source\mesa-11.1.0\SConstruct", line 138:
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
"C:\Python27_32\Scripts\..\Lib\site-packages\scons-2.4.0\SCons\Script\SConscript.py",
line 614:
return method(*args, **kw)
File
"C:\Python27_32\Scripts\..\Lib\site-packages\scons-2.4.0\SCons\Script\SConscript.py",
line 551:
return _SConscript(self.fs, *files, **subst_kw)
File
"C:\Python27_32\Scripts\..\Lib\site-packages\scons-2.4.0\SCons\Script\SConscript.py",
line 260:
exec _file_ in call_stack[-1].globals
File "C:\source\mesa-11.1.0\src\SConscript", line 40:
SConscript('gallium/SConscript')
File
"C:\Python27_32\Scripts\..\Lib\site-packages\scons-2.4.0\SCons\Script\SConscript.py",
line 614:
return method(*args, **kw)
File
"C:\Python27_32\Scripts\..\Lib\site-packages\scons-2.4.0\SCons\Script\SConscript.py",
line 551:
return _SConscript(self.fs, *files, **subst_kw)
File
"C:\Python27_32\Scripts\..\Lib\site-packages\scons-2.4.0\SCons\Script\SConscript.py",
line 260:
exec _file_ in call_stack[-1].globals
File "C:\source\mesa-11.1.0\src\gallium\SConscript", line 8:
SConscript('auxiliary/pipe-loader/SConscript')
File
"C:\Python27_32\Scripts\..\Lib\site-packages\scons-2.4.0\SCons\Script\SConscript.py",
line 614:
return method(*args, **kw)
File
"C:\Python27_32\Scripts\..\Lib\site-packages\scons-2.4.0\SCons\Script\SConscript.py",
line 551:
return _SConscript(self.fs, *files, **subst_kw)
File
"C:\Python27_32\Scripts\..\Lib\site-packages\scons-2.4.0\SCons\Script\SConscript.py",
line 260:
exec _file_ in call_stack[-1].globals
File "C:\source\mesa-11.1.0\src\gallium\auxiliary\pipe-loader\SConscript",
line 23:
env.PkgUseModules('DRM')
File
"C:\Python27_32\Scripts\..\Lib\site-packages\scons-2.4.0\SCons\Environment.py",
line 224:
return self.method(*nargs, **kwargs)
File "C:\source\mesa-11.1.0\scons\custom.py", line 218:
raise Exception('Attempt to use unavailable module %s' % name)
This was working fine for me in for instance 11.0.4. I believe DRM is not
available for windows, so this exceptions seems to make it impossible to build
11.1 under windows.</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>