Re: Mesa recently started depending on xcb v1.8.1

2012-07-21 Thread Bill Spitzak
On 07/21/2012 07:21 PM, Scott Moreau wrote: Is 11.10 good enough? It sounds a bit like 12.04 (Precise) is the same one rebranded with LTS. Or should I try the 2-step upgrade? Upgrades can be problematic and commonly are. Each increment will have packages that are about 6 months newer th

Re: Mesa recently started depending on xcb v1.8.1

2012-07-21 Thread Scott Moreau
> Is 11.10 good enough? It sounds a bit like 12.04 (Precise) is the same one > rebranded with LTS. Or should I try the 2-step upgrade? > > Upgrades can be problematic and commonly are. Each increment will have packages that are about 6 months newer than the preceding version. __

Re: Mesa recently started depending on xcb v1.8.1

2012-07-21 Thread Bill Spitzak
On 07/21/2012 11:22 AM, Scott Moreau wrote: On Sat, Jul 21, 2012 at 11:37 AM, mailto:dar...@chaosreigns.com>> wrote: On 07/21, Bill Spitzak wrote: > On 07/21/2012 10:08 AM, dar...@chaosreigns.com wrote: > >If you're building on Ubuntu Oneric, tha

Re: Mesa recently started depending on xcb v1.8.1

2012-07-21 Thread Bill Spitzak
On 07/21/2012 11:22 AM, Scott Moreau wrote: On Sat, Jul 21, 2012 at 11:37 AM, mailto:dar...@chaosreigns.com>> wrote: On 07/21, Bill Spitzak wrote: > On 07/21/2012 10:08 AM, dar...@chaosreigns.com wrote: > >If you're building on Ubuntu Oneric, tha

Re: Mesa recently started depending on xcb v1.8.1

2012-07-21 Thread Scott Moreau
On Sat, Jul 21, 2012 at 11:37 AM, wrote: > On 07/21, Bill Spitzak wrote: > > On 07/21/2012 10:08 AM, dar...@chaosreigns.com wrote: > > >If you're building on Ubuntu Oneric, that means you need to build 7 > > >additional repos from source. Precise has xcb 1.8.1. > > > > I'm still trying to use Na

Re: Can't compile newest wayland due to mesa changes?

2012-07-21 Thread Scott Moreau
All the problems you're having seems to point to an issue with your setup and/or environment. Have you tried rebuilding the entire stack into a clean prefix? I tested building everything into a clean prefix yesterday and it built/installed/ran fine. Scott _

Re: Mesa recently started depending on xcb v1.8.1

2012-07-21 Thread darxus
On 07/21, Bill Spitzak wrote: > On 07/21/2012 10:08 AM, dar...@chaosreigns.com wrote: > >If you're building on Ubuntu Oneric, that means you need to build 7 > >additional repos from source. Precise has xcb 1.8.1. > > I'm still trying to use Natty (11.04). Is this hopeless? Looks like > LLVM is ou

Re: Can't compile newest wayland due to mesa changes?

2012-07-21 Thread Bill Spitzak
On 07/21/2012 10:28 AM, dar...@chaosreigns.com wrote: It fails with lots of undefined LLVM symbols, here is the tail of the make output: /home/spitzak/swdevl/wayland/mesa/src/gallium/auxiliary/gallivm/lp_bld_const.h:124: undefined reference to `LLVMInt32TypeInContext' I get that from ubuntu p

Re: Can't compile newest wayland due to mesa changes?

2012-07-21 Thread darxus
On 07/21, Bill Spitzak wrote: > I am unable to compile mesa. I updated to the newest git, cleaned, > and built. My configure line is: > > ./autogen.sh --prefix=$HOME/install --enable-gles2 > --disable-gallium-egl --with-egl-platforms=wayland,x11,drm > --enable-gbm --enable-shared-glapi > --with-ga

Re: Mesa recently started depending on xcb v1.8.1

2012-07-21 Thread Bill Spitzak
On 07/21/2012 10:08 AM, dar...@chaosreigns.com wrote: If you're building on Ubuntu Oneric, that means you need to build 7 additional repos from source. Precise has xcb 1.8.1. I'm still trying to use Natty (11.04). Is this hopeless? Looks like LLVM is out of date. Can somebody make a complet

Re: Can't compile newest wayland due to mesa changes?

2012-07-21 Thread Bill Spitzak
On 07/20/2012 11:19 PM, Scott Moreau wrote: No, you need to update mesa. I am unable to compile mesa. I updated to the newest git, cleaned, and built. My configure line is: ./autogen.sh --prefix=$HOME/install --enable-gles2 --disable-gallium-egl --with-egl-platforms=wayland,x11,drm --enabl

Mesa recently started depending on xcb v1.8.1

2012-07-21 Thread darxus
If you're building on Ubuntu Oneric, that means you need to build 7 additional repos from source. Precise has xcb 1.8.1. To make this slightly more interesting, mesa currently doesn't throw the appropriate error if you're using a version of xcb that's too old: https://bugs.freedesktop.org/show_bu

Re: Can't compile newest wayland due to mesa changes?

2012-07-21 Thread Pekka Paalanen
On Fri, 20 Jul 2012 22:40:50 -0700 Bill Spitzak wrote: > However (sigh) now it fails with: > > compositor.c: In function ‘weston_surface_attach’: > compositor.c:788:8: error: ‘EGL_TEXTURE_Y_UV_WL’ undeclared (first use > in this function) > compositor.c:788:8: note: each undeclared identifier i