[Mesa-dev] [Bug 61821] src/mesa/drivers/dri/common/xmlpool.h:96:29: fatal error: xmlpool/options.h

2013-06-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61821

Andreas Boll andreas.boll@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #8 from Andreas Boll andreas.boll@gmail.com ---
Fixed with 962204961def009610e60b23d40a22f064214dc7

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 61821] src/mesa/drivers/dri/common/xmlpool.h:96:29: fatal error: xmlpool/options.h

2013-03-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61821

--- Comment #7 from Mike Stroyan m...@lunarg.com ---
Created attachment 76708
  -- https://bugs.freedesktop.org/attachment.cgi?id=76708action=edit
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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 61821] src/mesa/drivers/dri/common/xmlpool.h:96:29: fatal error: xmlpool/options.h

2013-03-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61821

Vinson Lee v...@freedesktop.org changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #5 from Vinson Lee v...@freedesktop.org ---
mesa: a6bb7a94957468453c436e3860ee2dd47575c461 (master)

This is still failing for me here. Failure case and output is still identical
to comment #0.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 61821] src/mesa/drivers/dri/common/xmlpool.h:96:29: fatal error: xmlpool/options.h

2013-03-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61821

--- Comment #6 from Marc marvi...@gmx.de ---
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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 61821] src/mesa/drivers/dri/common/xmlpool.h:96:29: fatal error: xmlpool/options.h

2013-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61821

--- Comment #3 from LoneVVolf lonew...@xs4all.nl ---
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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 61821] src/mesa/drivers/dri/common/xmlpool.h:96:29: fatal error: xmlpool/options.h

2013-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61821

Matt Turner matts...@gmail.com changed:

   What|Removed |Added

URL|http://lists.freedesktop.or |http://lists.freedesktop.or
   |g/archives/mesa-dev/2013-Ma |g/archives/mesa-dev/2013-Ma
   |rch/035747.html |rch/035865.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 61821] src/mesa/drivers/dri/common/xmlpool.h:96:29: fatal error: xmlpool/options.h

2013-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61821

Matt Turner matts...@gmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Matt Turner matts...@gmail.com ---
Committed as 07f2dee7319b084e00288d74b29b07b62d888948.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 61821] src/mesa/drivers/dri/common/xmlpool.h:96:29: fatal error: xmlpool/options.h

2013-03-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61821

Vinson Lee v...@freedesktop.org changed:

   What|Removed |Added

 CC||lists@andyfurniss.entadsl.c
   ||om

--- Comment #2 from Vinson Lee v...@freedesktop.org ---
*** Bug 61984 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 61821] src/mesa/drivers/dri/common/xmlpool.h:96:29: fatal error: xmlpool/options.h

2013-03-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61821

Vinson Lee v...@freedesktop.org changed:

   What|Removed |Added

 CC||marvi...@gmx.de

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 61821] src/mesa/drivers/dri/common/xmlpool.h:96:29: fatal error: xmlpool/options.h

2013-03-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61821

Vinson Lee v...@freedesktop.org changed:

   What|Removed |Added

 CC||flo...@shadowice.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 61821] src/mesa/drivers/dri/common/xmlpool.h:96:29: fatal error: xmlpool/options.h

2013-03-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61821

Matt Turner matts...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|mesa-dev@lists.freedesktop. |matts...@gmail.com
   |org |
 CC||mesa-dev@lists.freedesktop.
   ||org
URL||http://lists.freedesktop.or
   ||g/archives/mesa-dev/2013-Ma
   ||rch/035747.html
   Keywords||patch

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 61821] src/mesa/drivers/dri/common/xmlpool.h:96:29: fatal error: xmlpool/options.h

2013-03-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61821

Matt Turner matts...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|mesa-dev@lists.freedesktop. |matts...@gmail.com
   |org |
 CC||mesa-dev@lists.freedesktop.
   ||org
URL||http://lists.freedesktop.or
   ||g/archives/mesa-dev/2013-Ma
   ||rch/035747.html
   Keywords||patch

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 61821] src/mesa/drivers/dri/common/xmlpool.h:96:29: fatal error: xmlpool/options.h

2013-03-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61821

--- Comment #1 from Carl Worth cwo...@cworth.org ---
*** Bug 59261 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev