Your message dated Fri, 27 Jul 2007 11:47:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#400745: fixed in gpsdrive 2.10~pre2-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: gpsdrive
Version: 2.09-2.1
Severity: important

gpsdrive fails to download map files both from the US and the
german expedia server.

It shows "Using proxy and port: http-proxy 8080" in the download
window, which is correct, but at the shell where I have started it
I get the message:
  "unable to connect to Website: Network is unreachable".

A network snoop shows that gpsdrive sends the URL request but seems
not to follow the redirection:

HTTP GET 
http://www.expedia.com/pub/agent.dll?qscr=mrdt&ID=3XNsF.&CenP=53.62607,10.04932&Lang=EUR0809&Alti=12&Size=1280,1024&Offs=0.000000,0.000000&;
 HTTP/1.1
HTTP HTTP/1.0 302 Moved Temporarily (text/html)

That's it, nothing else.

If I try to download the URL with a browser the redirection and the
download of the map file works without problems:

HTTP GET 
http://www.expedia.com/pub/agent.dll?qscr=mrdt&ID=3XNsF.&CenP=53.62607,10.04932&Lang=EUR0809&Alti=12&Size=1280,1024&Offs=0.000000,0.000000&;
 HTTP/1.1
HTTP HTTP/1.0 302 Moved Temporarily (text/html)
HTTP GET 
http://cpmwsrender03.cp.prod.mappoint.net/render-30/getmap.aspx?key=93D269D52FD32AFED802
 HTTP/1.1
HTTP HTTP/1.0 200 OK (GIF89a)

Regards,

Uwe

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (750, 'testing'), (650, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages gpsdrive depends on:
ii  libatk1.0-0                  1.12.3-1    The ATK accessibility toolkit
ii  libc6                        2.3.6.ds1-8 GNU C Library: Shared libraries
ii  libcairo2                    1.2.4-4     The Cairo 2D vector graphics libra
ii  libfontconfig1               2.4.1-2     generic font configuration library
ii  libfreetype6                 2.2.1-5     FreeType 2 font engine, shared lib
ii  libgcc1                      1:4.1.1-19  GCC support library
ii  libglib2.0-0                 2.12.4-1    The GLib library of C routines
ii  libgtk2.0-0                  2.8.20-3    The GTK+ graphical user interface 
ii  libpango1.0-0                1.14.7-1    Layout and rendering of internatio
ii  libpcre3                     6.7-1       Perl 5 Compatible Regular Expressi
ii  libpng12-0                   1.2.13-4    PNG library - runtime
ii  libstdc++6                   4.1.1-19    The GNU Standard C++ Library v3
ii  libx11-6                     2:1.0.3-3   X11 client-side library
ii  libxcursor1                  1.1.7-4     X cursor management library
ii  libxext6                     1:1.0.1-2   X11 miscellaneous extension librar
ii  libxi6                       1:1.0.1-3   X11 Input extension library
ii  libxinerama1                 1:1.0.1-4.1 X11 Xinerama extension library
ii  libxrandr2                   2:1.1.0.2-4 X11 RandR extension library
ii  libxrender1                  1:0.9.1-3   X Rendering Extension client libra
ii  zlib1g                       1:1.2.3-13  compression library - runtime

Versions of packages gpsdrive recommends:
pi  gpsd                          2.33-4     GPS (Global Positioning System) da

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: gpsdrive
Source-Version: 2.10~pre2-1

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

gpsdrive_2.10~pre2-1.diff.gz
  to pool/main/g/gpsdrive/gpsdrive_2.10~pre2-1.diff.gz
gpsdrive_2.10~pre2-1.dsc
  to pool/main/g/gpsdrive/gpsdrive_2.10~pre2-1.dsc
gpsdrive_2.10~pre2-1_i386.deb
  to pool/main/g/gpsdrive/gpsdrive_2.10~pre2-1_i386.deb
gpsdrive_2.10~pre2.orig.tar.gz
  to pool/main/g/gpsdrive/gpsdrive_2.10~pre2.orig.tar.gz



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.
Andreas Putzo <[EMAIL PROTECTED]> (supplier of updated gpsdrive 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: Tue, 17 Jul 2007 16:29:39 +0200
Source: gpsdrive
Binary: gpsdrive
Architecture: source i386
Version: 2.10~pre2-1
Distribution: unstable
Urgency: low
Maintainer: Francesco Paolo Lovergine <[EMAIL PROTECTED]>
Changed-By: Andreas Putzo <[EMAIL PROTECTED]>
Description: 
 gpsdrive   - Car navigation system
Closes: 300443 317809 321429 343815 357397 363622 400745 406522 417498 424369 
428263
Changes: 
 gpsdrive (2.10~pre2-1) unstable; urgency=low
 .
   * New upstream release. Closes: #321429.
     - Proxy support works again
         Closes: #300443.
         Closes: #400745.
     - Package can be build twice in a row (FTBFS). Closes: #424369.
   * Acknowledge NMU. Closes: 343815.
   * Set Debian GIS Project as new Maintainer and myself as Uploader.
     Closes: #406522.
   * Added missing #includes (FTBFS gcc-4.3). Closes: #417498.
   * Fixed typos.
     Closes: #363622.
     Closes: #428263.
   * Suggesting libmysqlclient15off now.
     Closes: #357397.
   * Switched to dpatch, rewrite of debian/rules.
   * Build-depend on autotools-dev to symlink to config.guess/config.sub.
   * Updated debian/copyright, debin/control
   * Fixed misspelled email address in debian/changelog.
   * Created manpages for gpsfetchmap and friendsd2
   * Changed gpsdrive.c to use the correct command line switches for gpsd
     Closes: #317809
Files: 
 cda0b387b88e45ea02f57e1325a590fe 745 utils optional gpsdrive_2.10~pre2-1.dsc
 28b13b7253c8f019433be68686070558 1961782 utils optional 
gpsdrive_2.10~pre2.orig.tar.gz
 fae06bce3b761f9ad1d05774de5e6428 60963 utils optional 
gpsdrive_2.10~pre2-1.diff.gz
 8ac1bfc26e55fe1747ea4e554807f533 1303270 utils optional 
gpsdrive_2.10~pre2-1_i386.deb

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

iD8DBQFGqdojpFNRmenyx0cRAsraAJ9mx97xrWxXxk1rye0j+JidtStyCACg8zEh
57Amu6I5+/UZkHBDYHkgNLA=
=FDqE
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to