Your message dated Mon, 27 Mar 2006 21:29:12 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#359275: xbae: FTBFS: Missing Build-Depends on 'libxmu-dev'
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
already fixed in xbae-4.60.2-2
Regards,
Joop
--- End Message ---