| Summary: | src/mesa/drivers/dri/common/xmlpool.h:96:29: fatal error: xmlpool/options.h | ||
|---|---|---|---|
| Product: | Mesa | Reporter: | Vinson Lee <vlee> |
| Component: | Other | Assignee: | Matt Turner <mattst88> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | blocker | ||
| Priority: | medium | CC: | adf.lists, consume.noise, flocke, lonewolf, marvin24, mesa-dev, mike |
| Version: | unspecified | Keywords: | patch, regression |
| Hardware: | x86-64 (AMD64) | ||
| OS: | Linux (All) | ||
| URL: | http://lists.freedesktop.org/archives/mesa-dev/2013-March/035865.html | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
| Attachments: | configure.ac: Build dricommon for gallium swrast | ||
|
Description
Vinson Lee
2013-03-04 23:54:36 UTC
*** Bug 59261 has been marked as a duplicate of this bug. *** *** Bug 61984 has been marked as a duplicate of this bug. *** same bug with this configure command :
./autogen.sh --prefix=/usr \
--sysconfdir=/etc \
--with-dri-driverdir=/usr/lib/xorg/modules/dri \
--with-gallium-drivers=r300,r600,radeonsi,swrast \
--with-dri-drivers=swrast \
--enable-gallium-llvm \
--enable-egl \
--enable-gallium-egl \
--with-egl-platforms=x11,drm,wayland \
--enable-shared-glapi \
--enable-gbm \
--enable-glx-tls \
--enable-dri \
--enable-glx \
--enable-osmesa \
--enable-gles1 \
--enable-gles2 \
--enable-texture-float \
--enable-xa \
--enable-vdpau \
--enable-gallium-gbm \
--enable-xvmc \
--enable-xorg \
--enable-r600-llvm-compiler \
--with-llvm-shared-libs
Committed as 07f2dee7319b084e00288d74b29b07b62d888948. mesa: a6bb7a94957468453c436e3860ee2dd47575c461 (master) This is still failing for me here. Failure case and output is still identical to comment #0. works fine here.
git clean -f -d -x -e b.sh
./autogen.sh \
--prefix=/usr \
--libdir=/usr/lib64 \
--disable-debug \
--enable-texture-float \
--enable-gles1 \
--enable-gles2 \
--enable-openvg \
--enable-xorg \
--enable-xvmc \
--enable-vdpau \
--enable-shared-glapi \
--enable-glx-tls \
--enable-gallium-llvm \
--enable-gallium-egl \
--enable-gbm \
--enable-gallium-gbm \
--with-gallium-drivers=swrast,r600 \
--with-llvm-prefix=/source/dri-project/llvm/Release \
--with-llvm-shared-libs \
--enable-r600-llvm-compiler \
--with-dri-drivers="" \
--with-dri-driverdir=/usr/lib64/dri
make
Created attachment 76708 [details] [review] configure.ac: Build dricommon for gallium swrast The 07f2dee7 commit added setting HAVE_COMMON_DRI in gallium_check_st(). But the dri-swrast case didn't use gallium_check_st(). I can get dri/common built when needed by using gallium_check_st instead of directly setting GALLIUM_TARGET_DIRS to add "dri-swrast". Fixed with 962204961def009610e60b23d40a22f064214dc7 |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.