Your message dated Sun, 24 Feb 2008 01:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#466144: fixed in mapnik 0.5.0-2
has caused the Debian Bug report #466144,
regarding python-mapnik: searches plugins in the wrong path
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.)


-- 
466144: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466144
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: python-mapnik
Version: 0.5.0-1
Severity: important

--- Please enter the report below this line. ---
I use Mapnik in a Python script, which, after being updated today to
the last version, fails with:

render_tiles( (10.333328247070311, 43.680784110954846, 10.462417602539062, 
43.765143524274066) /home/giovanni/mapnik/osm.xml /home/giovanni/mapnik/tiles/ 
0 18 Pisa )
Traceback (most recent call last):
  File "./generate_tiles.py", line 135, in <module>
    render_tiles(bbox, mapfile, tile_dir, 0, 18, "Pisa")
  File "./generate_tiles.py", line 53, in render_tiles
    load_map(m,mapfile)
UserWarning: Could not create datasource. No plugin found for type 'shape' in 
layer 'world-1'

That is, Mapnik can't find the shape input plugin. Strace-ing a while,
I have discovered that it is searching it in a wrong path:

$ strace ./generate_tiles.py 2>&1 | grep input
stat64("/usr/lib/0.5/mapnik/input", 0xbfcf627c) = -1 ENOENT (No such file or 
directory)

The right path (by looking at "dpkg -L libmapnik0.5") should
be /usr/lib/mapnik/0.5/input/shape.input: "mapnik" and "0.5" are
swapped!

Thank you for your work and happy Debian!
Giovanni.

--- System information. ---
Architecture: i386
Kernel:       Linux 2.6.22-3-686

Debian Release: lenny/sid
  500 unstable        www.debian-multimedia.org 
  500 unstable        ftp.it.debian.org 
  500 testing         security.debian.org 
  500 testing         ftp.it.debian.org 
  500 stable          wine.budgetdedicated.com 
  500 stable          ftp.it.debian.org 

--- Package information. ---
Depends                         (Version) | Installed
=========================================-+-================
libboost-python1.34.1     (>= 1.34.1-2.1) | 1.34.1-6
libc6                          (>= 2.7-1) | 2.7-6
libgcc1                   (>= 1:4.1.1-21) | 1:4.3-20080202-1
libjpeg62                                 | 6b-14
libmapnik0.5                              | 0.5.0-1
libpng12-0                  (>= 1.2.13-4) | 1.2.15~beta5-3
libstdc++6                   (>= 4.2.1-4) | 4.3-20080202-1
mapnik-plugins                            | 0.5.0-1
python                          (>= 2.5)  | 2.4.4-6
 OR python2.5                             | 2.5.1-7
python                           (<< 2.6) | 2.4.4-6
python-central                 (>= 0.5.8) | 0.5.15-0.1
-- 
Giovanni Mascellani <[EMAIL PROTECTED]>
Pisa, Italy

Web: http://giomasce.altervista.org
SIP: [EMAIL PROTECTED]
Jabber: [EMAIL PROTECTED] / [EMAIL PROTECTED]
GPG: 0x5F1FBF70 (FP: 1EB6 3D43 E201 4DDF 67BD  003F FCB0 BB5C 5F1F BF70)

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: mapnik
Source-Version: 0.5.0-2

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

libmapnik-dev_0.5.0-2_all.deb
  to pool/main/m/mapnik/libmapnik-dev_0.5.0-2_all.deb
libmapnik0.5_0.5.0-2_i386.deb
  to pool/main/m/mapnik/libmapnik0.5_0.5.0-2_i386.deb
mapnik-plugins_0.5.0-2_i386.deb
  to pool/main/m/mapnik/mapnik-plugins_0.5.0-2_i386.deb
mapnik-utils_0.5.0-2_i386.deb
  to pool/main/m/mapnik/mapnik-utils_0.5.0-2_i386.deb
mapnik_0.5.0-2.diff.gz
  to pool/main/m/mapnik/mapnik_0.5.0-2.diff.gz
mapnik_0.5.0-2.dsc
  to pool/main/m/mapnik/mapnik_0.5.0-2.dsc
python-mapnik_0.5.0-2_i386.deb
  to pool/main/m/mapnik/python-mapnik_0.5.0-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.
Dominic Hargreaves <[EMAIL PROTECTED]> (supplier of updated mapnik 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: Sun, 24 Feb 2008 00:51:03 +0000
Source: mapnik
Binary: libmapnik0.5 mapnik-plugins libmapnik-dev mapnik-utils python-mapnik
Architecture: source i386 all
Version: 0.5.0-2
Distribution: unstable
Urgency: low
Maintainer: Dominic Hargreaves <[EMAIL PROTECTED]>
Changed-By: Dominic Hargreaves <[EMAIL PROTECTED]>
Description: 
 libmapnik-dev - C++/Python toolkit for developing GIS applications (devel)
 libmapnik0.5 - C++/Python toolkit for developing GIS applications (libraries)
 mapnik-plugins - C++/Python toolkit for developing GIS applications 
(transitional)
 mapnik-utils - C++/Python toolkit for developing GIS applications (utilities)
 python-mapnik - C++/Python toolkit for developing GIS applications (Python)
Closes: 466144
Changes: 
 mapnik (0.5.0-2) unstable; urgency=low
 .
   * Fix plugin path in python bindings (closes: #466144)
   * Remove libboost-serialization-dev build depends again, as
     #457654 has been fixed.
   * python-all-dev build depends changed to python2.5-dev
Files: 
 9177967e2b5e4c8bf3d674f4c85b4cfa 1103 libs optional mapnik_0.5.0-2.dsc
 a0c363c0981c1af1a236abf96a0b3c2e 9296 libs optional mapnik_0.5.0-2.diff.gz
 ccd2fbf0c71edb92849ae9a9f0d42437 633370 libs optional 
libmapnik0.5_0.5.0-2_i386.deb
 8052fcb9ca930a73e5983f9ba37dff8c 5502 libs optional 
mapnik-plugins_0.5.0-2_i386.deb
 c73f4ee0bc250f1ec480faf1e6e16c22 2276418 libdevel optional 
libmapnik-dev_0.5.0-2_all.deb
 6c729e0c132fd71fc87180e9fbb52636 43336 utils optional 
mapnik-utils_0.5.0-2_i386.deb
 143ee83d531bddb62b688b76b3069bf7 509020 python optional 
python-mapnik_0.5.0-2_i386.deb

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

iD8DBQFHwMGwYzuFKFF44qURArBLAJ4zkVViqObPB6e6fMHgo6lTafZx1QCg3Grv
Jjqgg5UX0furVX6Q1QdK5Oc=
=TeoY
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to