Package: beagle
Version: 0.2.2.1-1
Severity: serious

Hi,

Your package is failing to build with the following error:
checking for X... no
checking X11/extensions/scrnsaver.h usability... yes
checking X11/extensions/scrnsaver.h presence... yes
checking for X11/extensions/scrnsaver.h... yes
checking for XScreenSaverQueryExtension in -lXss... no
configure: error: Unable to find libXss.  You probably need to install X 
development packages
make: *** [configure-stamp] Error 1

The problem is the first line.  The problem is that
AC_PATH_X/AC_PATH_XTRA checks for X11/Intrinsic.h which is in
libxt-dev.

There are a few ways of dealing with this:
- Regenerate your configure script with Debian's autoconf.
  Debian's 2.59a-4 has a fix for this.
- Add a build dependency on libxt-dev, even though you don't need
  it.
- Use --x-includes and --x-libraries configure options.


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to