[Mesa-dev] [Bug 45932] New: Fails to compile with OpenGL ES support

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Feb 11 09:24:05 PST 2012


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

             Bug #: 45932
           Summary: Fails to compile with OpenGL ES support
    Classification: Unclassified
           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: kyledevans2 at gmail.com


Created attachment 56898
  --> https://bugs.freedesktop.org/attachment.cgi?id=56898
Output of make

I'm trying to test Wayland/Weston, however Mesa is not being compiled with OpenGL ES support.  Sometimes I am able to change various build flags around and
Mesa will compile, however a similar error will then happen when starting Weston.  I've followed the build instructions at
http://wayland.freedesktop.org/building.html .  Note that I am using an Intel GMA3150.  Even though the attached log indicates the problem in the r300 drivers,
the same will happen with Intel only sometimes it will compile and then fail to resolve the same symbols at runtime.  I've tried disabling gallium altogether
and only building drm for intel with similar results.  Also affects Mesa 8.0.

Ubuntu 11.10.  Kernel 3.0.0-15-generic.
DRM: git 2cfac57d364d0166ed9472b086c16aea376f495a
drm config: ./autogen.sh --prefix=$WLD --enable-nouveau-experimental-api
mesa config: ./autogen.sh --prefix=/home/test/install --enable-gles2 --with-egl-platforms=x11,wayland,drm --enable-gbm --enable-shared-glapi
--disable-gallium-egl --with-dri-drivers=i915

The recurring theme here seems to be this:
undefined reference to `_mesa_create_exec_table_es2'

-- 
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