Your message dated Thu, 22 Jun 2006 21:22:13 +0200
with message-id <[EMAIL PROTECTED]>
and subject line grmonitor: FTBFS: Missing Build-Depends on 'libxi-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: grmonitor
Version: 0.81-4
Severity: serious
Tags: patch
When building 'grmonitor' in a clean 'unstable' chroot,
I get the following error:
make CC="gcc" INCLUDES="-I./proc -I/usr/X11R6/include -I/usr/include/xmltok"
PPS_LIBS="proc/libproc.a" XML_LIBS="-lxmlparse -lxmltok" CFLAGS="-O2 -g
-DBINDIR='\"/usr/bin\"'" GL_LIBS="-lglut -lGLU -lGL -lXi -lm -L/usr/X11R6/lib
-lX11"
make[1]: Entering directory `/grmonitor-0.81'
gcc -I./proc -I/usr/X11R6/include -I/usr/include/xmltok -O2 -g
-DBINDIR='"/usr/bin"' gr_monitor.c getdata.c -lglut -lGLU -lGL -lXi -lm
-L/usr/X11R6/lib -lX11 -lxmlparse -lxmltok -o gr_monitor
/usr/bin/ld: cannot find -lXi
collect2: ld returned 1 exit status
make[1]: *** [gr_monitor] Error 1
Please add the missing Build-Depends on 'libxi-dev'
to debian/control.
Regards
Andreas Jochens
diff -urN ../tmp-orig/grmonitor-0.81/debian/control ./debian/control
--- ../tmp-orig/grmonitor-0.81/debian/control 2006-06-14 08:47:47.000000000
+0000
+++ ./debian/control 2006-06-14 08:47:40.000000000 +0000
@@ -2,7 +2,7 @@
Section: utils
Priority: optional
Maintainer: VÃctor Pérez Pereira <[EMAIL PROTECTED]>
-Build-Depends: debhelper, glutg3-dev, xlibmesa-gl-dev | libgl-dev,
libxmltok1-dev, libncurses5-dev | libncurses-dev
+Build-Depends: debhelper, libxi-dev, glutg3-dev, xlibmesa-gl-dev | libgl-dev,
libxmltok1-dev, libncurses5-dev | libncurses-dev
Standards-Version: 3.5.5
Package: grmonitor
--- End Message ---
--- Begin Message ---
Version: 0.81-4.1
On Wed, Jun 14, 2006 at 10:50:18AM +0200, Andreas Jochens wrote:
> When building 'grmonitor' in a clean 'unstable' chroot,
> I get the following error:
I've NMUed for this bug, but I forgot the closes: part in the changelog.
Thus, closing. :-)
/* Steinar */
--
Homepage: http://www.sesse.net/
--- End Message ---