[Mesa-dev] [Bug 93628] Exception: attempt to use unavailable module DRM when building MesaGL 11.1.0 on windows

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jan 7 05:14:12 PST 2016


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

            Bug ID: 93628
           Summary: Exception: attempt to use unavailable module DRM when
                    building MesaGL 11.1.0 on windows
           Product: Mesa
           Version: 11.0
          Hardware: x86-64 (AMD64)
                OS: Windows (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Other
          Assignee: mesa-dev at lists.freedesktop.org
          Reporter: maurits.fassaert at gmail.com
        QA Contact: mesa-dev at lists.freedesktop.org

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 # http://www.scons.org/doc/0.97/HTML/scons-user/x2261.html
  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.

-- 
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/20160107/d8d7c54c/attachment.html>


More information about the mesa-dev mailing list