Your message dated Sat, 14 Jun 2008 18:32:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#400991: fixed in gmt 4.2.1-3
has caused the Debian Bug report #400991,
regarding gmt examples won't run at all
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.)


-- 
400991: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=400991
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gmt-examples
Version: 4.1.2-1.1

Hello,

As the subject says, the examples simply won't run. there are 3 problems
as I will show.


problem 1: command not found :
        echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
        cd /usr/share/doc/gmt-examples
        tar cf - examples | ( cd /tmp && tar xf - )
        cd /tmp/examples
        ./do_examples.sh
Doing example 01...cp: cannot stat `../.gmtdefaults4.doc': No such file or 
directory
job01.sh: line 9: gmtset: command not found
job01.sh: line 10: psbasemap: command not found
job01.sh: line 11: pscoast: command not found
job01.sh: line 12: grdcontour: command not found
job01.sh: line 13: grdcontour: command not found
job01.sh: line 14: pscoast: command not found
job01.sh: line 15: grdcontour: command not found
job01.sh: line 16: grdcontour: command not found
.....
job25.sh: line 20: grd2xyz: command not found
job25.sh: line 21: gmtmath: command not found
job25.sh: line 22: grdmath: command not found
job25.sh: line 23: grd2xyz: command not found
job25.sh: line 24: gmtmath: command not found
job25.sh: line 32: gmtset: command not found
job25.sh: line 33: grdimage: command not found
job25.sh: line 34: pscoast: command not found
job25.sh: line 36: pslegend: command not found
done
Completed all examples

This is probably related to bug #372635
If a user find where the binary lies and fix his/her PATH, then
there are 2 other problems :

        PATH=${PATH}:/usr/lib/gmt/bin
        ./do_examples.sh
Doing example 01...cp: cannot stat `../.gmtdefaults4.doc': No such file or 
directory
grdcontour: No such file or directory [osu91a1f_16.grd]
grdcontour: No such file or directory [osu91a1f_16.grd]
grdcontour: No such file or directory [osu91a1f_16.grd]
grdcontour: No such file or directory [osu91a1f_16.grd]
done
Doing example 02...cp: cannot stat `../.gmtdefaults4.doc': No such file or 
directory

problem 2 : missing .gmtdefaults.doc template file
This relatively minor problem if user already has
a $HOME/.gmtdefaults4, a bigger one if not, and a
very big one if user has an old $HOME/.gmtdefaults
but no $HOME/.gmtdefaults4 yet. in the latter case,
user gets hundreds (547 exactly) errors like the
following :
gmtset: WARNING: DEGREE_FORMAT decoded (0) but is obsolete.  Please use 
PLOT_DEGREE_FORMAT (+ddd:mm:ss)
grdcontour: WARNING: DEGREE_FORMAT decoded (0) but is obsolete.  Please use 
PLOT_DEGREE_FORMAT (+ddd:mm:ss)
GMT Warning: Selected character encoding does not have suitable degree symbol - 
will use space instead
GMT Warning: Selected character encoding does not have minute symbol (single 
quote) - will use space instead
GMT Warning: Selected character encoding does not have second symbol (double 
quote) - will use space instead


problem 3 : all data files are gzipped
User has now to run
find . -name '*gz' -exec gunzip {} ';'
or some similar horror, before being able to run the do_examples.sh
script.
IMHO, since gmt-examples is a separate package, data files could
be ready to use. another solution is to modify the do_examples.*h
so that either the user is warned or the files are uncompressed
on the fly. This is an idea for do_examples.sh :

        case "$0" in
        /*) here=${0%/*} ;;
        *) here=`pwd`/$0 ; here=${here%/*} ;;
        esac
        ( cd "$here" && find . -name '*.gz' -exec gunzip {} ';' )





Christophe.



--- End Message ---
--- Begin Message ---
Source: gmt
Source-Version: 4.2.1-3

We believe that the bug you reported is fixed in the latest version of
gmt, which is due to be installed in the Debian FTP archive:

gmt-doc-pdf_4.2.1-3_all.deb
  to pool/main/g/gmt/gmt-doc-pdf_4.2.1-3_all.deb
gmt-doc_4.2.1-3_all.deb
  to pool/main/g/gmt/gmt-doc_4.2.1-3_all.deb
gmt-examples_4.2.1-3_all.deb
  to pool/main/g/gmt/gmt-examples_4.2.1-3_all.deb
gmt-tutorial-pdf_4.2.1-3_all.deb
  to pool/main/g/gmt/gmt-tutorial-pdf_4.2.1-3_all.deb
gmt_4.2.1-3.dsc
  to pool/main/g/gmt/gmt_4.2.1-3.dsc
gmt_4.2.1-3.tar.gz
  to pool/main/g/gmt/gmt_4.2.1-3.tar.gz
gmt_4.2.1-3_i386.deb
  to pool/main/g/gmt/gmt_4.2.1-3_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 gmt 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.8
Date: Sat, 14 Jun 2008 11:48:20 +0200
Source: gmt
Binary: gmt gmt-doc-pdf gmt-tutorial-pdf gmt-doc gmt-examples
Architecture: source i386 all
Version: 4.2.1-3
Distribution: unstable
Urgency: low
Maintainer: Francesco Paolo Lovergine <[EMAIL PROTECTED]>
Changed-By: Francesco Paolo Lovergine <[EMAIL PROTECTED]>
Description: 
 gmt        - Generic Mapping Tools
 gmt-doc    - HTML documentation for GMT, the Generic Mapping Tools
 gmt-doc-pdf - PDF docs for GMT, the Generic Mapping Tools
 gmt-examples - Example scripts illustrating the use of GMT
 gmt-tutorial-pdf - Tutorial for GMT, the Generic Mapping Tools (PDF)
Closes: 400991
Changes: 
 gmt (4.2.1-3) unstable; urgency=low
 .
   Changes merged from 4.3.1 in trunk:
   * Changed build-dep to libnetcdf-dev instead of netcdfg-dev now
     obsolete
   * Removed C-shell build-dep.
   * Cleaned debian/rules.
   * Added missing symlinks to *.conf in the share directory.
   * Fixed debian/gmt-examples.examples to install examples for true.
   * Now avoids compression of examples/ stuff in debian/rules.
   * A note has been added to README.Debian to explain how to run examples
     scripts. (closes: #400991)
Checksums-Sha1: 
 b564dbf2403d694f725773a7ab23bd29ec08bb8d 1154 gmt_4.2.1-3.dsc
 453abca364bfa41b5eca3164d2d5769b7410a6ea 19169842 gmt_4.2.1-3.tar.gz
 d572d51749495577f12330979acd6749b87766e7 3384342 gmt_4.2.1-3_i386.deb
 1890bb92e8b58c8e67bb8ce569ee487a07b26024 10143730 gmt-doc-pdf_4.2.1-3_all.deb
 2ac1d40482c630ae776c45215dccc2958ff95b6c 300710 
gmt-tutorial-pdf_4.2.1-3_all.deb
 fcfa05e96259d4babb943f7b224a89c9caf87326 3356910 gmt-doc_4.2.1-3_all.deb
 469d9df68bf4910c61da056fe80acadb160ec1e7 3553002 gmt-examples_4.2.1-3_all.deb
Checksums-Sha256: 
 1bd61407b0be28f852779ec940fcf57ed292f5ea70eba9ae09eb1c1a93e43bd1 1154 
gmt_4.2.1-3.dsc
 788cf18e1acf7f6cf5e544ded3d5faf962c4bc7384a377f18311085278547269 19169842 
gmt_4.2.1-3.tar.gz
 462f76921d35421afb5e2d1198976eca61a43b4196d81ee6a7e2091063a2ad2b 3384342 
gmt_4.2.1-3_i386.deb
 7bc1864e6722cc55345d2d546bd3bb8ac550f1a8c1002e2ad8661057523a7736 10143730 
gmt-doc-pdf_4.2.1-3_all.deb
 b42b17075b37263d3dad8d61c01039ccd7ba98ce7e93871a4a78c16c6e679258 300710 
gmt-tutorial-pdf_4.2.1-3_all.deb
 f4f94fce6f6f5a744d39e20cf622ca53c08ed6229ba5821c4234852b30e6a9d3 3356910 
gmt-doc_4.2.1-3_all.deb
 2b662ce7fb29da4269c1db3fd5a3e772ce49e351465cc99ac2cc194380068c8e 3553002 
gmt-examples_4.2.1-3_all.deb
Files: 
 62fc286cc9e8383a6d54dfdf6cd1d66f 1154 science extra gmt_4.2.1-3.dsc
 7995d72e07759e820b936eaf1778bb00 19169842 science extra gmt_4.2.1-3.tar.gz
 2e2e8a0db477279259bdc625538a3724 3384342 science extra gmt_4.2.1-3_i386.deb
 3fcdf5af56fbdc79e3f807e6c0372653 10143730 doc extra gmt-doc-pdf_4.2.1-3_all.deb
 d977de6e417c87c831c314bd320a06d9 300710 doc extra 
gmt-tutorial-pdf_4.2.1-3_all.deb
 d34748566081841a23958e64a09c9305 3356910 doc extra gmt-doc_4.2.1-3_all.deb
 516c4443e0ce167f7fca552ea0221cf8 3553002 science extra 
gmt-examples_4.2.1-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkhUC7wACgkQpFNRmenyx0cplQCfTqhyqOhwdxQLaU7SvJK++jlr
zj4AoMraHOtaMRMUjEF7G5fu76trPdSe
=f7K9
-----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

Reply via email to