Package: xbae
Version: 4.60.2-1
Severity: serious
Tags: patch

When building 'xbae' in a clean 'unstable' chroot,
I get the following error:

Making all in add
make[3]: Entering directory `/xbae-4.60.2/examples/add'
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include 
-I../../include      -Wall -g -O2 -Wl,-z,defs -Wall -c add.c
add.c:36:29: error: X11/Xmu/Editres.h: No such file or directory
add.c: In function 'main':
add.c:132: error: '_XEditResCheckMessages' undeclared (first use in this 
function)
add.c:132: error: (Each undeclared identifier is reported only once
add.c:132: error: for each function it appears in.)
make[3]: *** [add.o] Error 1
make[3]: Leaving directory `/xbae-4.60.2/examples/add'

Please add the missing Build-Depends on 'libxmu-dev' to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/xbae-4.60.2/debian/control ./debian/control
--- ../tmp-orig/xbae-4.60.2/debian/control      2006-03-27 15:42:23.000000000 
+0000
+++ ./debian/control    2006-03-27 15:42:21.000000000 +0000
@@ -1,7 +1,7 @@
 Source: xbae
 Priority: optional
 Maintainer: Joop Stakenborg <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), autotools-dev, lesstif2-dev, libxp-dev, 
libxext-dev, libxpm-dev
+Build-Depends: debhelper, autotools-dev, lesstif2-dev, libxmu-dev, libxp-dev, 
libxext-dev, libxpm-dev
 Standards-Version: 3.6.2
 Section: libs
 


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

Reply via email to