Current tinderbox regression (libxcb, win32/OS X)

2010-04-30 Thread Chris Ball
http://tinderbox.x.org/builds/2010-04-30-0024/logs/libxcb/#build http://tinderbox.x.org/builds/2010-04-30-0022/logs/libxcb/#build xcb_util.c: In function '_xcb_open': xcb_util.c:213: error: 'fd' undeclared (first use in this function) http://cgit.freedesktop.org/xcb/libxcb/diff/src/xcb_util.c?id=

Re: Current tinderbox regression (libXcb)

2010-04-24 Thread Jeremy Huddleston
sigh. sorry. I though sys/syslimits.h was standard. I'll change it to --Jeremy On Apr 23, 2010, at 19:10, Chris Ball wrote: > http://tinderbox.x.org/builds/2010-04-24-0002/logs/libxcb/#build > > xcb_util.c:31:27: error: sys/syslimits.h: No such file or directory > xcb_util.c: In function '

Re: Current tinderbox regression (libXcb)

2010-04-24 Thread Julien Cristau
On Fri, Apr 23, 2010 at 22:10:12 -0400, Chris Ball wrote: > http://tinderbox.x.org/builds/2010-04-24-0002/logs/libxcb/#build > > xcb_util.c:31:27: error: sys/syslimits.h: No such file or directory > xcb_util.c: In function '_xcb_open': > xcb_util.c:148: error: 'PATH_MAX' undeclared (first use in

Current tinderbox regression (libXcb)

2010-04-23 Thread Chris Ball
http://tinderbox.x.org/builds/2010-04-24-0002/logs/libxcb/#build xcb_util.c:31:27: error: sys/syslimits.h: No such file or directory xcb_util.c: In function '_xcb_open': xcb_util.c:148: error: 'PATH_MAX' undeclared (first use in this function) http://cgit.freedesktop.org/xcb/libxcb/commit/?id=89b

Re: Current tinderbox regression (libxcb)

2008-11-04 Thread Jamey Sharp
On Tue, Nov 4, 2008 at 9:29 PM, Chris Ball <[EMAIL PROTECTED]> wrote: > Thanks, added the "make check" test. Thanks! > I don't know if you plan to have the test suite launch X clients in >the future, but I added it to the set of tests that is run against the >newly-built libraries/server/drivers

Re: Current tinderbox regression (libxcb)

2008-11-04 Thread Chris Ball
Hi Eric, > Running piglit against software GLX would probably be a way of > catching nasty issues in paths that most of us aren't testing on > the desktop. I turned it off because it was crashing my machine. :) The current machine running functional tests has an nVidia card (and uses n

Re: Current tinderbox regression (libxcb)

2008-11-04 Thread Eric Anholt
On Wed, 2008-11-05 at 00:29 -0500, Chris Ball wrote: > Thanks, added the "make check" test. I don't know if you plan to have > the test suite launch X clients in the future, but I added it to the set > of tests that is run against the newly-built libraries/server/drivers at > the end of every tind

Re: Current tinderbox regression (libxcb)

2008-11-04 Thread Chris Ball
Hi Jamey, > I'm sorry too: I used an overly grumpy tone in my last mail. I > should have known git would make the merge easy to do. :-) > Tinderbox builds should be passing again now. Yep, they're passing again, thanks: http://tinderbox.x.org/ >> I'll be more patient about build bre

Re: Current tinderbox regression (libxcb)

2008-11-04 Thread Jamey Sharp
On Mon, Nov 3, 2008 at 8:26 PM, Chris Ball <[EMAIL PROTECTED]> wrote: > I see, sorry for the hassle; I'm sorry too: I used an overly grumpy tone in my last mail. I should have known git would make the merge easy to do. :-) Tinderbox builds should be passing again now. > I'll be more patient about

Re: Current tinderbox regression (libxcb)

2008-11-03 Thread Chris Ball
Hi Jamey, > That's a bizarre error message for it... I assume you haven't > cleaned up files installed by previous builds of libxcb. Yes, it fell back to the system xcb-xlib.pc after not finding one in the target pkgconfig path. > You'll need to remove libxcb-xlib.so* and xcb-xlib.pc,

Re: Current tinderbox regression (libxcb)

2008-11-03 Thread Jamey Sharp
On Mon, Nov 3, 2008 at 8:02 PM, Chris Ball <[EMAIL PROTECTED]> wrote: > Hi, > > > configure: error: Package requirements (xextproto xtrans xcb-xlib > > >= 1.1.90) were not met: That's a bizarre error message for it... I assume you haven't cleaned up files installed by previous builds of libxcb

Re: Current tinderbox regression (libxcb)

2008-11-03 Thread Chris Ball
Hi, > configure: error: Package requirements (xextproto xtrans xcb-xlib > >= 1.1.90) were not met: Oh, I see -- libxcb recently stopped providing xcb-xlib, intentionally, but libX11 is still checking for it. Patch to libX11 pushed: http://gitweb.freedesktop.org/?p=xorg/lib/libX11.git;a=co

Current tinderbox regression (libxcb)

2008-11-03 Thread Chris Ball
http://tinderbox.x.org/builds/2008-11-04-0001/ http://tinderbox.x.org/builds/2008-11-04-0001/logs/libX11/#configure configure: error: Package requirements (xextproto xtrans xcb-xlib >= 1.1.90) were not met: Requested 'xcb-xlib >= 1.1.90' but version of XCB Xlib is 1.1 -- Chris Ball <[EMAIL P

Re: Current tinderbox regression (libxcb)

2008-10-14 Thread Chris Ball
Hi, > Looks like the patch below is malformed... seems to cut off the > line half way through. Thanks, you're right. Julien took Dan's patch, though, so we're good. - Chris. -- Chris Ball <[EMAIL PROTECTED]> ___ xorg mailing list xorg@lists.f

Re: Current tinderbox regression (libxcb)

2008-10-14 Thread Colin Guthrie
Chris Ball wrote: > Hi, > >> '$xcb_queue_buffer_size' undeclared here > > Here's a fix for someone to push; I don't seem to have access to xcb. Looks like the patch below is malformed... seems to cut off the line half way through. Col > commit 42c7ee29dbc08a21420f19964e2a11016c9424c4 > Au

Re: Current tinderbox regression (libxcb)

2008-10-14 Thread Chris Ball
Hi, > '$xcb_queue_buffer_size' undeclared here Here's a fix for someone to push; I don't seem to have access to xcb. commit 42c7ee29dbc08a21420f19964e2a11016c9424c4 Author: Chris Ball <[EMAIL PROTECTED]> Date: Tue Oct 14 17:08:49 2008 -0400 Build fix in configure.ac. AC_DEFINE

Re: Current tinderbox regression (libxcb)

2008-10-14 Thread Dan Nicholson
On Tue, Oct 14, 2008 at 1:40 PM, Chris Ball <[EMAIL PROTECTED]> wrote: > http://tinderbox.x.org/builds/2008-10-14-0029/ > http://tinderbox.x.org/builds/2008-10-14-0029/logs/libxcb/#build > http://cgit.freedesktop.org/xcb/libxcb/diff/configure.ac?id=cebd482a20fcc2b2dae0683c38e917a3740638a6 > > In fi

Current tinderbox regression (libxcb)

2008-10-14 Thread Chris Ball
http://tinderbox.x.org/builds/2008-10-14-0029/ http://tinderbox.x.org/builds/2008-10-14-0029/logs/libxcb/#build http://cgit.freedesktop.org/xcb/libxcb/diff/configure.ac?id=cebd482a20fcc2b2dae0683c38e917a3740638a6 In file included from xcbint.h:34, from xcb_in.c:38: config.h:74:31: