Your message dated Thu, 28 Feb 2008 16:32:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#434897: fixed in grass 6.2.3-2
has caused the Debian Bug report #434897,
regarding grass: v.db.update with 6.2.2
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
434897: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=434897
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: grass
Version: 6.2.2-1
Severity: normal
Hi,
I'm not sure if it has to be forwarded upstream or not but I have the following
issue since 6.2.2 update :
this line does not work anymore :
v.db.update map=base_cells column=pprivate value="area_new * b_pump_priva /
b_area_tot"
giving the following error :
---------------------------------------------------------------------------------------
DBMI-Postgres driver error:
Cannot execute:
UPDATE base_cells SET pprivate='area_new * b_pump_priva / b_area_tot'
ERROR: invalid input syntax for type double precision: "area_new *
b_pump_priva / b_area_tot"
ERROR: Error while executing: "UPDATE base_cells SET pprivate='area_new *
b_pump_priva / b_area_tot'
"
---------------------------------------------------------------------------------------
but if I do this :
echo 'update base_cells set pprivate=b_pump_priva*area_new/b_area_tot' |
db.execute
it runs fine ...
The script was running correctly with the previous 6.2.1 version.
What can I do ?
Didrik
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages grass depends on:
ii fftw3 3.1.2-2 library for computing Fast Fourier
ii gnome-terminal [x-termi 2.18.1-1 The GNOME 2 terminal emulator appl
ii lesstif2 1:0.95.0-2+b1 OSF/Motif 2.1 implementation relea
ii libc6 2.6-4 GNU C Library: Shared libraries
ii libfreetype6 2.3.5-1+b1 FreeType 2 font engine, shared lib
ii libgcc1 1:4.2.1-0 GCC support library
ii libgdal1-1.4.0 1.4.1-6+b3 Geospatial Data Abstraction Librar
ii libgl1-mesa-swx11 [libg 6.5.2-7 A free implementation of the OpenG
ii libglu1-mesa [libglu1] 6.5.2-7 The OpenGL utility library (GLU)
ii libice6 2:1.0.3-3 X11 Inter-Client Exchange library
ii libmysqlclient15off 5.0.45-1 MySQL database client library
ii libncurses5 5.6+20070716-1 Shared libraries for terminal hand
ii libpng12-0 1.2.15~beta5-2 PNG library - runtime
ii libpq5 8.2.4-2 PostgreSQL C client library
ii libreadline5 5.2-3 GNU readline and history libraries
ii libsm6 2:1.0.3-1+b1 X11 Session Management library
ii libsqlite3-0 3.3.17-1 SQLite 3 shared library
ii libstdc++6 4.2.1-0 The GNU Standard C++ Library v3
ii libtiff4 3.8.2-7 Tag Image File Format (TIFF) libra
ii libx11-6 2:1.0.3-7 X11 client-side library
ii libxext6 1:1.0.3-2 X11 miscellaneous extension librar
ii libxmu6 1:1.0.3-1 X11 miscellaneous utility library
ii libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii proj 4.5.0-2 Cartographic projection filter and
ii tcl8.4 8.4.15-1 Tcl (the Tool Command Language) v8
ii tk8.4 8.4.15-1 Tk toolkit for Tcl and X11, v8.4 -
ii unixodbc 2.2.11-15 ODBC tools libraries
ii xterm [x-terminal-emula 228-1 X terminal emulator
ii zlib1g 1:1.2.3.3.dfsg-5 compression library - runtime
grass recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: grass
Source-Version: 6.2.3-2
We believe that the bug you reported is fixed in the latest version of
grass, which is due to be installed in the Debian FTP archive:
grass-dev_6.2.3-2_i386.deb
to pool/main/g/grass/grass-dev_6.2.3-2_i386.deb
grass-doc_6.2.3-2_all.deb
to pool/main/g/grass/grass-doc_6.2.3-2_all.deb
grass_6.2.3-2.diff.gz
to pool/main/g/grass/grass_6.2.3-2.diff.gz
grass_6.2.3-2.dsc
to pool/main/g/grass/grass_6.2.3-2.dsc
grass_6.2.3-2_i386.deb
to pool/main/g/grass/grass_6.2.3-2_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Francesco Paolo Lovergine <[EMAIL PROTECTED]> (supplier of updated grass
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Thu, 31 Jan 2008 17:02:23 +0100
Source: grass
Binary: grass grass-doc grass-dev
Architecture: source all i386
Version: 6.2.3-2
Distribution: unstable
Urgency: low
Maintainer: Francesco Paolo Lovergine <[EMAIL PROTECTED]>
Changed-By: Francesco Paolo Lovergine <[EMAIL PROTECTED]>
Description:
grass - Geographic Resources Analysis Support System
grass-dev - GRASS GIS development files
grass-doc - Geographic Resources Analysis Support System documentation
Closes: 434897 458232
Changes:
grass (6.2.3-2) unstable; urgency=low
.
* Added libfftw3-dev build-dep to reflect current library name.
(closes: #458232)
* Upstream already fixed v.db.update as suggested.
(closes: #434897)
Files:
21720d427a81239e6ed847a29bc13cc7 1192 science optional grass_6.2.3-2.dsc
08b206402892a695af2959e5777ad47f 18222 science optional grass_6.2.3-2.diff.gz
38b26b5a1877a8882b7287e0b2a90b68 6248782 science optional
grass-doc_6.2.3-2_all.deb
9e92e7281d27c64ee160ea1092381740 7689124 science optional
grass_6.2.3-2_i386.deb
8bb2ee32d7814fb49958e08453450dfb 141954 devel optional
grass-dev_6.2.3-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHxt6bpFNRmenyx0cRAv8IAJ4/PV9ZlyxNE/4zMF05IKcoCFRXiACg5S/P
D5NXwq2yKSJXhESxuZXiLEM=
=U64R
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel