Re: pbuilder fails when looking for X / XOpenDisplay [solved]

2005-08-11 Thread Neil Roeth
On Aug 11, Steve Langasek ([EMAIL PROTECTED]) wrote: > On Thu, Aug 11, 2005 at 07:12:45AM -0400, Neil Roeth wrote: > > On Aug 6, Rene Engelhard ([EMAIL PROTECTED]) wrote: > > > > Kevin Coyner wrote: > > > > On Sat, Aug 06, 2005 at 06:21:22PM +0200, Lo???c Minier wrote.. > > > > > >

Re: pbuilder fails when looking for X / XOpenDisplay [solved]

2005-08-11 Thread Kevin Coyner
On Thu, Aug 11, 2005 at 04:55:44AM -0700, Steve Langasek wrote.. > Well, ironically enough, most of the answer is in the subject of > this thread. > > The problem with AC_PATH_X is that it checks for a particular > function which is provided by the Xt library, not by libX11. The > fix for

Re: pbuilder fails when looking for X / XOpenDisplay [solved]

2005-08-11 Thread Steve Langasek
On Thu, Aug 11, 2005 at 07:12:45AM -0400, Neil Roeth wrote: > On Aug 6, Rene Engelhard ([EMAIL PROTECTED]) wrote: > > Kevin Coyner wrote: > > > On Sat, Aug 06, 2005 at 06:21:22PM +0200, Lo???c Minier wrote.. > > > > I suggest you try understanding what the requirements are to > > > > b

Re: pbuilder fails when looking for X / XOpenDisplay [solved]

2005-08-11 Thread Neil Roeth
On Aug 6, Rene Engelhard ([EMAIL PROTECTED]) wrote: > Hi, > > Kevin Coyner wrote: > > On Sat, Aug 06, 2005 at 06:21:22PM +0200, Lo???c Minier wrote.. > > > > > > I suggest you try understanding what the requirements are to > > > build your package, this is usually achieved by readin

Re: pbuilder fails when looking for X / XOpenDisplay [solved]

2005-08-06 Thread Kevin Coyner
On Sat, Aug 06, 2005 at 06:21:22PM +0200, Lo?ɺc Minier wrote.. > > I suggest you try understanding what the requirements are to > build your package, this is usually achieved by reading the > upstream INSTALL file or better: the configure.ac/in. You can > then derive the needed build-de

Re: pbuilder fails when looking for X / XOpenDisplay

2005-08-06 Thread Loïc Minier
Hi, On sam, aoû 06, 2005, Kevin Coyner wrote: > Is there a flag or options I need to set in pbuilder for X to be > recognized? Your package is borken, this is not a pbuilder issue, but pbuilder detects it: you are missing build-dependencies. In this case, it seems you're missing a bui

Re: pbuilder fails when looking for X / XOpenDisplay

2005-08-06 Thread Bartosz Fenski aka fEnIo
On Sat, Aug 06, 2005 at 12:06:58PM -0400, Kevin Coyner wrote: > I've just started using pbuilder to build my packages and have run > into the following error when trying to build a package: > > checking for sigaction... yes > checking for strftime... yes > checking for X... no > checking for XOpen

pbuilder fails when looking for X / XOpenDisplay

2005-08-06 Thread Kevin Coyner
I've just started using pbuilder to build my packages and have run into the following error when trying to build a package: checking for sigaction... yes checking for strftime... yes checking for X... no checking for XOpenDisplay in -lX11... no configure: error: XOpenDisplay not found in -lX11 ma

Re: pbuilder fails when looking for X / XOpenDisplay [solved]

2005-08-06 Thread Rene Engelhard
Hi, Kevin Coyner wrote: > On Sat, Aug 06, 2005 at 06:21:22PM +0200, Lo???c Minier wrote.. > > > > I suggest you try understanding what the requirements are to > > build your package, this is usually achieved by reading the > > upstream INSTALL file or better: the configure.ac/in. You can