Package: lirc
Version: 0.7.1pre2-3
Severity: serious
Tags: sid

Hi,

Your package is now failing to build with the following error:
dh_installexamples -s
dh_install -s --sourcedir=debian/tmp --list-missing
cp: cannot stat `debian/tmp/usr/bin/xmode2': No such file or directory
dh_install: command returned error code 256
make: *** [binary-arch] Error 1

This seems to be caused by changing the build dependencies for X.
Configure output for 0.7.1pre2-2 shows:
checking for X... libraries /usr/X11R6/lib, headers

While for 0.7.1pre2-3 shows:
checking for X... no

The configure check tries to find X11/Intrinsic.h and -lXt and
can't find either.

configure.in has this:
x_progs="irxevent xmode2"
AC_PATH_XTRA
if test "$no_x" = "yes"; then
  x_progs=
fi

Which results in those not getting build and having a failure
much later.

To fix this you have a few options:
- Add the build dependencies for those: libxt-dev
- Use the --x-includes and --x-libraries options to configure.

The last one is probably the one you want since you do not seem
to need libxt.


Kurt



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

Reply via email to