[Mesa-dev] [Bug 31598] New: configure: Doesn't check for python libxml2

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Nov 13 06:40:12 PST 2010


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

           Summary: configure: Doesn't check for python libxml2
           Product: Mesa
           Version: git
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Other
        AssignedTo: mesa-dev at lists.freedesktop.org
        ReportedBy: kibi at debian.org


My build in a (quite minimal) chroot broke with:

make[2]: Entering directory `/home/kibi/mesa/mesa/src/mesa'
python -t -O -O main/es_generator.py -S main/APIspec.xml -V GLES1.1 >
main/api_exec_es1.c
Traceback (most recent call last):
  File "main/es_generator.py", line 26, in <module>
    import APIspecutil as apiutil
  File "/home/kibi/mesa/mesa/src/mesa/main/APIspecutil.py", line 28, in
<module>
    import libxml2
ImportError: No module named libxml2


I guess you may want to add a check on the availability of this module in
configure.ac?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list