Your message dated Sat, 08 May 2010 10:17:33 +0000
with message-id <[email protected]>
and subject line Bug#579989: fixed in gdal 1.7.2-2
has caused the Debian Bug report #579989,
regarding Tries to dlopen libproj.so instead of libproj.so.0
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.)
--
579989: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579989
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libgdal1-1.6.0
Version: 1.6.3-3+b2
Severity: normal
Tags: patch
I'm getting the following error:
ERROR 6: Unable to load PROJ.4 library (libproj.so), creation of
OGRCoordinateTransformation failed.
This is because GDAL tries to dlopen libproj.so, but it should dlopen
libproj.so.0. I tested the attached patch and that fixes the error.
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-3-amd64 (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/dash
Versions of packages libgdal1-1.6.0 depends on:
ii libc6 2.10.2-6 Embedded GNU C Library: Shared lib
ii libcurl3-gnutls 7.20.0-3+b1 Multi-protocol file transfer libra
ii libexpat1 2.0.1-7 XML parsing C library - runtime li
ii libgcc1 1:4.4.2-9 GCC support library
ii libgeos-c1 3.2.0-1 Geometry engine for Geographic Inf
ii libgif4 4.1.6-9 library for GIF images (library)
ii libhdf4-0-alt 4.2r4-10 The Hierarchical Data Format libra
ii libhdf5-serial-1.8.4 [l 1.8.4-patch1-1 Hierarchical Data Format 5 (HDF5)
ii libjasper1 1.900.1-7 The JasPer JPEG-2000 runtime libra
ii libjpeg62 6b-16.1 The Independent JPEG Group's JPEG
ii libmysqlclient16 5.1.45-1 MySQL database client library
ii libnetcdf4 1:3.6.3-1 An interface for scientific data a
ii libogdi3.2 3.2.0~beta2-6 Open Geographic Datastore Interfac
ii libpng12-0 1.2.43-1 PNG library - runtime
ii libpq5 8.4.3-1 PostgreSQL C client library
ii libsqlite3-0 3.6.23.1-1 SQLite 3 shared library
ii libstdc++6 4.4.2-9 The GNU Standard C++ Library v3
ii libxerces-c28 2.8.0+deb1-2 validating XML parser library for
ii odbcinst1debian2 2.2.14p2-1 Support library for accessing odbc
ii unixodbc 2.2.14p2-1 ODBC tools libraries
ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime
Versions of packages libgdal1-1.6.0 recommends:
pn proj-bin <none> (no description available)
libgdal1-1.6.0 suggests no packages.
-- no debconf information
#! /bin/sh /usr/share/dpatch/dpatch-run
## libproj.dpatch by <[email protected]>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Dlopen libproj.so.0 instead of libproj.so
@DPATCH@
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' gdal-1.6.3~/ogr/ogrct.cpp gdal-1.6.3/ogr/ogrct.cpp
--- gdal-1.6.3~/ogr/ogrct.cpp 2008-09-16 10:32:39.000000000 +0200
+++ gdal-1.6.3/ogr/ogrct.cpp 2010-05-02 21:24:39.087609517 +0200
@@ -80,7 +80,7 @@
#elif defined(__APPLE__)
# define LIBNAME "libproj.dylib"
#else
-# define LIBNAME "libproj.so"
+# define LIBNAME "libproj.so.0"
#endif
/************************************************************************/
--- End Message ---
--- Begin Message ---
Source: gdal
Source-Version: 1.7.2-2
We believe that the bug you reported is fixed in the latest version of
gdal, which is due to be installed in the Debian FTP archive:
gdal-bin_1.7.2-2_amd64.deb
to main/g/gdal/gdal-bin_1.7.2-2_amd64.deb
gdal_1.7.2-2.diff.gz
to main/g/gdal/gdal_1.7.2-2.diff.gz
gdal_1.7.2-2.dsc
to main/g/gdal/gdal_1.7.2-2.dsc
libgdal-doc_1.7.2-2_all.deb
to main/g/gdal/libgdal-doc_1.7.2-2_all.deb
libgdal-perl_1.7.2-2_amd64.deb
to main/g/gdal/libgdal-perl_1.7.2-2_amd64.deb
libgdal-ruby1.8_1.7.2-2_amd64.deb
to main/g/gdal/libgdal-ruby1.8_1.7.2-2_amd64.deb
libgdal-ruby_1.7.2-2_amd64.deb
to main/g/gdal/libgdal-ruby_1.7.2-2_amd64.deb
libgdal1-1.7.0_1.7.2-2_amd64.deb
to main/g/gdal/libgdal1-1.7.0_1.7.2-2_amd64.deb
libgdal1-dev_1.7.2-2_amd64.deb
to main/g/gdal/libgdal1-dev_1.7.2-2_amd64.deb
python-gdal_1.7.2-2_amd64.deb
to main/g/gdal/python-gdal_1.7.2-2_amd64.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 gdal
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: Tue, 04 May 2010 11:45:46 +0200
Source: gdal
Binary: libgdal1-1.7.0 libgdal1-dev libgdal-doc gdal-bin python-gdal
libgdal-perl libgdal-ruby1.8 libgdal-ruby
Architecture: source amd64 all
Version: 1.7.2-2
Distribution: experimental
Urgency: low
Maintainer: Debian GIS Project <[email protected]>
Changed-By: Francesco Paolo Lovergine <[email protected]>
Description:
gdal-bin - Geospatial Data Abstraction Library - Utility programs
libgdal-doc - Documentation for the Geospatial Data Abstraction Library
libgdal-perl - Perl bindings to the Geospatial Data Abstraction Library
libgdal-ruby - Ruby bindings to the Geospatial Data Abstraction Library
libgdal-ruby1.8 - Ruby 1.8 bindings to the Geospatial Data Abstraction Library
libgdal1-1.7.0 - Geospatial Data Abstraction Library
libgdal1-dev - Geospatial Data Abstraction Library - Development files
python-gdal - Python bindings to the Geospatial Data Abstraction Library
Closes: 579989
Changes:
gdal (1.7.2-2) experimental; urgency=low
.
* Now enable static linking for proj at configuration time.
(closes: #579989)
* Fixed a couple of configure options not enabled.
* Fixed hdf4 patch.
* Added build-dep on libxml2-dev.
* Added build-dep on libspatialite-dev to enable Spatialite support.
* Now install gdaldem among gdal-bin utilities.
Checksums-Sha1:
f2a37b1a062040da313e8a7772429156e5b1a1b8 1849 gdal_1.7.2-2.dsc
91dd0f061110aeedd725623326d748d6f728784e 86496 gdal_1.7.2-2.diff.gz
174f21cb151f70b1d19deaac9ac29b1b15f28e0e 3442932
libgdal1-1.7.0_1.7.2-2_amd64.deb
bc6a0fe4e6260bbe6c06dc03f0bd06e3f2cd4841 4668502 libgdal1-dev_1.7.2-2_amd64.deb
a7b3c98b1fd23f06a63c4b2d6b960d7b6db4df81 233408 gdal-bin_1.7.2-2_amd64.deb
e19522e3826e0054570345bcbf72c6ca193d88d0 622956 python-gdal_1.7.2-2_amd64.deb
a16ffe778493cff9e7664b8d4f2209fc0a2b8724 388580 libgdal-perl_1.7.2-2_amd64.deb
b5244ecfdea0343aea91b45d7dc933fccfb7848d 219888
libgdal-ruby1.8_1.7.2-2_amd64.deb
fcf7220a4ad9f18ea7d3641538d8a514b0dc7f18 62750 libgdal-ruby_1.7.2-2_amd64.deb
6fee1b2c162d355d304a5eb261ece3c6f1920e2c 2101978 libgdal-doc_1.7.2-2_all.deb
Checksums-Sha256:
606a8a844d7c42542c767cf3ea5fb461a11c22453fca916fdf6755d6082e7997 1849
gdal_1.7.2-2.dsc
6de9e7be43f9ad6d5d7b1481861e9f18386b21c99b92f3e0ff8720fbe578b67a 86496
gdal_1.7.2-2.diff.gz
22c6d70e8ee536f9f02bb94bff8eb47cfcac6a68403ec92368e4fb76d6f2ef23 3442932
libgdal1-1.7.0_1.7.2-2_amd64.deb
77f42e661024cee1677810cf9aa53986fdcfc84e1a522628abb0ab2bb8320b0e 4668502
libgdal1-dev_1.7.2-2_amd64.deb
9b0ee396de6a03c751e42c38d9130847d67b5af17e057a7e13d69188895ae45d 233408
gdal-bin_1.7.2-2_amd64.deb
08bf72ab2d2ac53b99b1f9559eb7a7b1bfb6ae3f2f68e05befdf42254222087d 622956
python-gdal_1.7.2-2_amd64.deb
6149173359db7bfbc1937f40f5e10a8fad75b322f8c6faafd297ea68da3b9deb 388580
libgdal-perl_1.7.2-2_amd64.deb
afdbbe01b5a7ccf108d1de4f840a2fd82cb4405d99bcebb6cc42af4026595e66 219888
libgdal-ruby1.8_1.7.2-2_amd64.deb
e110f9d424dd9362d4044d9e83fd84c44cfbb3036b443cb28be9fb555751c64a 62750
libgdal-ruby_1.7.2-2_amd64.deb
ae2e68a5f3c9ddac9ac069a7cd3e40482692b9a586e8f1ce64b6db1da03b2a0f 2101978
libgdal-doc_1.7.2-2_all.deb
Files:
2372fea65d43d83267c469fbf735e852 1849 science extra gdal_1.7.2-2.dsc
40827cef4c8cc1dcc6b5eb0373fc57f3 86496 science extra gdal_1.7.2-2.diff.gz
3e0c774d0e96157f0dafb87e4d8e1c29 3442932 libs extra
libgdal1-1.7.0_1.7.2-2_amd64.deb
045515e64c6b23b8d784241428aaa55a 4668502 libdevel extra
libgdal1-dev_1.7.2-2_amd64.deb
b077dce7890962624c7d6eaa9103fdd5 233408 science extra
gdal-bin_1.7.2-2_amd64.deb
9044b7243ee5d153a32b8ccaab201387 622956 python extra
python-gdal_1.7.2-2_amd64.deb
4d14e42e04b2372c1e41023a6d7eddff 388580 perl extra
libgdal-perl_1.7.2-2_amd64.deb
c616daaeb5621c6bc2fa7999c1fc6411 219888 ruby extra
libgdal-ruby1.8_1.7.2-2_amd64.deb
57ad44455579a0c4d80373e3ccf4c3ff 62750 ruby extra
libgdal-ruby_1.7.2-2_amd64.deb
ce429642961bd997337aef9a684c0d80 2101978 doc extra libgdal-doc_1.7.2-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkvlNoYACgkQpFNRmenyx0cqJgCgz+8jjuZUhPd5CIapv+oOS5Ns
2N8AoMfAQsMpUJUN07vyz09uJ/c5JYAt
=FZZp
-----END PGP SIGNATURE-----
--- End Message ---