Your message dated Thu, 22 Jun 2006 00:53:45 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in NMU of grass 6.0.2-2.1
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: grass
Version: 6.0.2-2
Severity: serious
Tags: patch
When building 'grass' in a clean 'unstable' chroot,
I get the following error:
checking for XmStringCreate in -lXm... yes
checking whether to use GLw... yes
checking for location of GLw includes...
checking for GL/GLwMDrawA.h... no
checking for X11/GLw/GLwMDrawA.h... no
configure: error: *** Unable to locate GLwM includes.
make: *** [config-stamp] Error 1
The attached patch fixes this problem by changing the Build-Depends
from 'xlibmesa-gl-dev' to 'libgl1-mesa-swx11-dev' in debian/control.
Regards
Andreas Jochens
diff -urN ../tmp-orig/grass-6.0.2/debian/control ./debian/control
--- ../tmp-orig/grass-6.0.2/debian/control 2006-06-14 09:54:52.000000000
+0000
+++ ./debian/control 2006-06-14 09:44:15.000000000 +0000
@@ -3,7 +3,7 @@
Priority: extra
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <[EMAIL PROTECTED]>, Steve Halasz <[EMAIL
PROTECTED]>
-Build-depends: flex, bison, libreadline5-dev | libreadline-dev,
libncurses5-dev, lesstif2-dev, debhelper (>= 4.0.2), dpatch, libtiff4-dev,
tcl8.4-dev, tk8.4-dev, fftw3-dev, libxmu-dev, xlibmesa-gl-dev, libglu1-xorg-dev
| xlibmesa-glu-dev, libfreetype6-dev, autoconf2.13, autotools-dev,
libgdal1-1.3.1-dev, proj (>= 4.4.7), libjpeg62-dev, libpng12-dev, libpq-dev |
postgresql-dev, unixodbc-dev, doxygen, fakeroot, libmysqlclient15-dev |
libmysqlclient14-dev, graphviz
+Build-depends: flex, bison, libreadline5-dev | libreadline-dev,
libncurses5-dev, lesstif2-dev, debhelper (>= 4.0.2), dpatch, libtiff4-dev,
tcl8.4-dev, tk8.4-dev, fftw3-dev, libxmu-dev, libgl1-mesa-swx11-dev,
libglu1-xorg-dev | xlibmesa-glu-dev, libfreetype6-dev, autoconf2.13,
autotools-dev, libgdal1-1.3.1-dev, proj (>= 4.4.7), libjpeg62-dev,
libpng12-dev, libpq-dev | postgresql-dev, unixodbc-dev, doxygen, fakeroot,
libmysqlclient15-dev | libmysqlclient14-dev, graphviz
Standards-Version: 3.6.2
Package: grass
--- End Message ---
--- Begin Message ---
Version: 6.0.2-2.1
tag 373569 - fixed
thanks
I've NMUed for this bug (fixing the bug to use versioning instead of the
"fixed" tag, to ease tracking through testing); here's the changelog:
> grass (6.0.2-2.1) unstable; urgency=high
> .
> * Non-maintainer upload.
> * Change build-dependency on xlibmesa-gl-dev to libgl1-mesa-swx11-dev;
> fixes FTBFS, patch from Andreas Jochens. (Closes: #373569)
/* Steinar */
--
Homepage: http://www.sesse.net/
--- End Message ---