[SCM] gdal branch, master, updated. upstream/1.8.1-68-g7b555aa

2011-10-06 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit dc99347e97840656c148b882f347c48bafa6aca0
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Thu Oct 6 09:46:11 2011 +0200

Added conflict/provides/replaces for libgdal-dev against libgdal1-dev.

diff --git a/debian/control b/debian/control
index e4ebca6..a082a7a 100644
--- a/debian/control
+++ b/debian/control
@@ -51,6 +51,8 @@ Depends: libgdal1 (=${binary:Version}), libc6-dev, 
libnetcdf-dev,
  libspatialite-dev, libdap-dev, ${misc:Depends}
 Suggests: libgdal-doc
 Provides: libgdal1-dev
+Replaces: libgdal1-dev
+Conflicts: libgdal1-dev
 Description: Geospatial Data Abstraction Library - Development files
  GDAL is a translator library for raster geospatial data formats.
  As a library, it presents a single abstract data model to the

-- 
GDAL/OGR library and tools

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] gdal branch, master, updated. upstream/1.8.1-68-g7b555aa

2011-10-06 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 2a27c483420e0dcfedf83c5b1b6a334dd893c76b
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Thu Oct 6 09:55:33 2011 +0200

Now debian/rules is compatible with the new naming scheme for libgdal1

diff --git a/debian/rules b/debian/rules
index 8660241..39aaba8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -142,7 +142,7 @@ install: build

cp `ls GDALmake.opt-*|tail -1` GDALmake.opt
$(MAKE) install BINDINGS=perl ruby DESTDIR=$(CURDIR)/debian/tmp \
-   INST_DATA=\$$(prefix)/share/gdal/1.8 
+   
INST_DATA=\$$(prefix)/share/gdal/$(GDAL_MAJOR).$(GDAL_MINOR) 
$(MAKE) install-docs DESTDIR=$(CURDIR)/debian/tmp \
INST_DOCS=\$$(prefix)/share/doc/libgdal-doc\
INST_MAN=\$$(prefix)/share/man 
@@ -156,7 +156,7 @@ install: build
install -o root -g root -m 755 $(CURDIR)/swig/python/scripts/*.py 
$(CURDIR)/debian/tmp/usr/bin/.

# removing license file
-   rm -f $(CURDIR)/debian/tmp/usr/share/gdal/1.8/LICENSE.TXT
+   rm -f 
$(CURDIR)/debian/tmp/usr/share/gdal/$(GDAL_MAJOR).$(GDAL_MINOR)/LICENSE.TXT
# removing empty packlist MakeMaker files 
-find $(CURDIR)/debian/tmp$(PERL_PATH) -type f -name .packlist -exec rm 
-f {} \;
# removing embedded rpath in perl shlibs
@@ -174,8 +174,8 @@ install: build
install -o root -g root -d 
$(CURDIR)/debian/tmp/usr/share/doc/python-gdal/examples
install -o root -g root -m 755 $(CURDIR)/swig/python/samples/*.py 
$(CURDIR)/debian/tmp/usr/share/doc/python-gdal/examples/.
# create lintian overrides file
-   echo libgdal1-1.8.0: embedded-library 
usr/lib/libgdal1.8.0.so.$$(basename 
debian/tmp/usr/lib/libgdal1.8.0.so.*.*.*|cut -d. -f5,6,7): tiff \
-   $(CURDIR)/debian/libgdal1-1.8.0.lintian-overrides
+   echo libgdal1: embedded-library usr/lib/libgdal.so.$$(basename 
debian/tmp/usr/lib/libgdal.so.*.*.*|cut -d. -f3,4,5): tiff \
+   $(CURDIR)/debian/libgdal1.lintian-overrides
 
 binary-common: 
dh_testdir
@@ -191,9 +191,10 @@ binary-common:
dh_lintian
dh_python2 -X.info
dh_perl
+   ln libgdal1
dh_makeshlibs
dh_installdeb
-   dh_shlibdeps -L libgdal1-1.8.0 -l debian/libgdal1-1.8.0/usr/lib
+   dh_shlibdeps -L libgdal1 -l debian/libgdal1/usr/lib
dh_gencontrol
dh_md5sums
dh_builddeb

-- 
GDAL/OGR library and tools

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] gdal branch, master, updated. upstream/1.8.1-68-g7b555aa

2011-10-06 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit d70d0e03e7481d928120bf589064036d01964993
Merge: 2a27c483420e0dcfedf83c5b1b6a334dd893c76b 
2477a1356ca3ce89d49fb3ea56c41cf6d54546e8
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Thu Oct 6 09:56:17 2011 +0200

Merge branch 'master' of ssh://git.debian.org/git/pkg-grass/gdal


-- 
GDAL/OGR library and tools

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] gdal branch, master, updated. upstream/1.8.1-68-g7b555aa

2011-10-06 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 628c88f76b832cb30c3c35d0a76f279de6d3ce8f
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Thu Oct 6 10:03:07 2011 +0200

Added kfreebsd-* symfiles trick.

diff --git a/debian/rules b/debian/rules
index 39aaba8..ef233c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -131,7 +131,8 @@ clean:
rm -rf $(CURDIR)/html $(CURDIR)/doc/br/html $(CURDIR)/doc/ru/html
rm -rf $(CURDIR)/frmts/o/.libs
rm -f  $(CURDIR)/islibdappost310.*
-   
+   # Removes per arch symbols for compatible archs
+   rm -f libgdal*.symbols.kfreebsd-i386 libgdal*.symbols.kfreebsd-amd64
dh_clean 
 
 install: build
@@ -191,7 +192,9 @@ binary-common:
dh_lintian
dh_python2 -X.info
dh_perl
-   ln libgdal1
+   # Adds per arch symbols for compatible archs
+   ln libgdal*.symbols.i386 libgdal1.symbols.kfreebsd-i386
+   ln libgdal*.symbols.amd64 libgdal1.symbols.kfreebsd-amd64
dh_makeshlibs
dh_installdeb
dh_shlibdeps -L libgdal1 -l debian/libgdal1/usr/lib

-- 
GDAL/OGR library and tools

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] gdal branch, master, updated. upstream/1.8.1-68-g7b555aa

2011-10-06 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 8dc63f8859587fd9d812c0a3094bf6d5fbfee394
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Thu Oct 6 10:18:30 2011 +0200

Fixed paths in kfreebsd-* symfiles.

diff --git a/debian/rules b/debian/rules
index ef233c2..e28ec6e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -132,7 +132,7 @@ clean:
rm -rf $(CURDIR)/frmts/o/.libs
rm -f  $(CURDIR)/islibdappost310.*
# Removes per arch symbols for compatible archs
-   rm -f libgdal*.symbols.kfreebsd-i386 libgdal*.symbols.kfreebsd-amd64
+   rm -f $(CURDIR)/debian/libgdal*.symbols.kfreebsd-i386 
$(CURDIR)/debian/libgdal*.symbols.kfreebsd-amd64
dh_clean 
 
 install: build
@@ -193,8 +193,8 @@ binary-common:
dh_python2 -X.info
dh_perl
# Adds per arch symbols for compatible archs
-   ln libgdal*.symbols.i386 libgdal1.symbols.kfreebsd-i386
-   ln libgdal*.symbols.amd64 libgdal1.symbols.kfreebsd-amd64
+   ln $(CURDIR)/debian/libgdal*.symbols.i386 
$(CURDIR)/debian/libgdal1.symbols.kfreebsd-i386
+   ln $(CURDIR)/debian/libgdal*.symbols.amd64 
$(CURDIR)/debian/libgdal1.symbols.kfreebsd-amd64
dh_makeshlibs
dh_installdeb
dh_shlibdeps -L libgdal1 -l debian/libgdal1/usr/lib

-- 
GDAL/OGR library and tools

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] gdal branch, master, updated. upstream/1.8.1-68-g7b555aa

2011-10-06 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 7b555aa12d13fee2b33658630af9da8ab222d5b2
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Thu Oct 6 10:54:06 2011 +0200

Grr, added -f to link commands.

diff --git a/debian/rules b/debian/rules
index e28ec6e..2954655 100755
--- a/debian/rules
+++ b/debian/rules
@@ -193,8 +193,8 @@ binary-common:
dh_python2 -X.info
dh_perl
# Adds per arch symbols for compatible archs
-   ln $(CURDIR)/debian/libgdal*.symbols.i386 
$(CURDIR)/debian/libgdal1.symbols.kfreebsd-i386
-   ln $(CURDIR)/debian/libgdal*.symbols.amd64 
$(CURDIR)/debian/libgdal1.symbols.kfreebsd-amd64
+   ln -f $(CURDIR)/debian/libgdal*.symbols.i386 
$(CURDIR)/debian/libgdal1.symbols.kfreebsd-i386
+   ln -f $(CURDIR)/debian/libgdal*.symbols.amd64 
$(CURDIR)/debian/libgdal1.symbols.kfreebsd-amd64
dh_makeshlibs
dh_installdeb
dh_shlibdeps -L libgdal1 -l debian/libgdal1/usr/lib

-- 
GDAL/OGR library and tools

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


Bug#589718: gpsdrive: incorrect debian section

2011-10-06 Thread Timothy Fridey

According to the Ubuntu bug report:

This is no longer an issue in the upstream SVN. All that needs to 
happens is for the package to be updated



In case that is not true here is what needs to be done:

GpsDrive is correctly listed in Science  Engineering  Geography.

So all that's needed to fix this bug is to remove the Graphics 
category from the .desktop file.






___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


Bug#594639: marked as done (libgdal-doc: wrong links)

2011-10-06 Thread Debian Bug Tracking System
Your message dated Thu, 6 Oct 2011 18:02:18 +0200
with message-id 20111006160218.gf4...@blegrez.ba.issia.cnr.it
and subject line Fixed by doxygen upgrade AFAIK
has caused the Debian Bug report #594639,
regarding libgdal-doc: wrong links
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 ow...@bugs.debian.org
immediately.)


-- 
594639: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594639
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libgdal-doc
Version: 1.6.3-4
Severity: normal

Links such as the one for GDAL Utility Programs in the main index.html
page are not working because they point to files with only one
underscore in the file name (e.g. gdal_utilities.html), instead of the
two present in the intended target file (gdal__utilities.html).


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing-proposed-updates'), (500, 
'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

libgdal-doc depends on no packages.

libgdal-doc recommends no packages.

Versions of packages libgdal-doc suggests:
ii  libgdal1-1.6.01.6.3-4Geospatial Data Abstraction Librar

-- no debconf information


-- 
Seb


---End Message---
---BeginMessage---
Package: libgdal-doc
Version: 1.8.1-1

This issue has been solved after squeeze release by a fix in doxygen AFAIK.
For sure it seems now solved in the version above.

-- 
Francesco P. Lovergine

---End Message---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Bug#626234: marked as done (gdal: FTBFS on ia64 (epsilondataset.cpp:240: error: 'struct eps_block_header' has no member named 'gs'))

2011-10-06 Thread Debian Bug Tracking System
Your message dated Thu, 6 Oct 2011 17:44:35 +0200
with message-id 20111006154435.ge4...@blegrez.ba.issia.cnr.it
and subject line solved
has caused the Debian Bug report #626234,
regarding gdal: FTBFS on ia64 (epsilondataset.cpp:240: error: 'struct 
eps_block_header' has no member named 'gs')
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 ow...@bugs.debian.org
immediately.)


-- 
626234: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626234
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gdal
Version: 1.7.3-3
Severity: serious

See build log at
https://buildd.debian.org/status/fetch.php?pkg=gdalarch=ia64ver=1.7.3-3%2Bb1stamp=1304984687

 make[3]: Entering directory 
 `/build/buildd-gdal_1.7.3-3+b1-ia64-WtOMWf/gdal-1.7.3/frmts/epsilon'
 /bin/sh /build/buildd-gdal_1.7.3-3+b1-ia64-WtOMWf/gdal-1.7.3/libtool 
 --mode=compile --tag=CXX g++ -g -O2 -fvisibility=hidden  -Wall  
 -I/build/buildd-gdal_1.7.3-3+b1-ia64-WtOMWf/gdal-1.7.3/port 
 -I/build/buildd-gdal_1.7.3-3+b1-ia64-WtOMWf/gdal-1.7.3/gcore 
 -I/build/buildd-gdal_1.7.3-3+b1-ia64-WtOMWf/gdal-1.7.3/alg 
 -I/build/buildd-gdal_1.7.3-3+b1-ia64-WtOMWf/gdal-1.7.3/ogr 
 -I/build/buildd-gdal_1.7.3-3+b1-ia64-WtOMWf/gdal-1.7.3/ogr/ogrsf_frmts  
 -DOGR_ENABLED -I/build/buildd-gdal_1.7.3-3+b1-ia64-WtOMWf/gdal-1.7.3/port 
 -I/usr/include  -c -o ../o/epsilondataset.lo epsilondataset.cpp
 libtool: compile:  g++ -g -O2 -fvisibility=hidden -Wall 
 -I/build/buildd-gdal_1.7.3-3+b1-ia64-WtOMWf/gdal-1.7.3/port 
 -I/build/buildd-gdal_1.7.3-3+b1-ia64-WtOMWf/gdal-1.7.3/gcore 
 -I/build/buildd-gdal_1.7.3-3+b1-ia64-WtOMWf/gdal-1.7.3/alg 
 -I/build/buildd-gdal_1.7.3-3+b1-ia64-WtOMWf/gdal-1.7.3/ogr 
 -I/build/buildd-gdal_1.7.3-3+b1-ia64-WtOMWf/gdal-1.7.3/ogr/ogrsf_frmts 
 -DOGR_ENABLED -I/build/buildd-gdal_1.7.3-3+b1-ia64-WtOMWf/gdal-1.7.3/port 
 -I/usr/include -c epsilondataset.cpp  -fPIC -DPIC -o 
 ../o/.libs/epsilondataset.o
 epsilondataset.cpp: In member function 'virtual CPLErr 
 EpsilonRasterBand::IReadBlock(int, int, void*)':
 epsilondataset.cpp:240: error: 'struct eps_block_header' has no member named 
 'gs'
 epsilondataset.cpp:240: error: 'struct eps_block_header' has no member named 
 'tc'
 epsilondataset.cpp:241: error: 'struct eps_block_header' has no member named 
 'gs'
 epsilondataset.cpp:241: error: 'struct eps_block_header' has no member named 
 'tc'
 epsilondataset.cpp: In member function 'int EpsilonDataset::ScanBlocks(int*)':
 epsilondataset.cpp:508: error: 'struct eps_block_header' has no member named 
 'gs'
 epsilondataset.cpp:508: error: 'struct eps_block_header' has no member named 
 'tc'
 epsilondataset.cpp:509: error: 'struct eps_block_header' has no member named 
 'gs'
 epsilondataset.cpp:509: error: 'struct eps_block_header' has no member named 
 'tc'
 epsilondataset.cpp:510: error: 'struct eps_block_header' has no member named 
 'gs'
 epsilondataset.cpp:510: error: 'struct eps_block_header' has no member named 
 'tc'
 epsilondataset.cpp:511: error: 'struct eps_block_header' has no member named 
 'gs'
 epsilondataset.cpp:511: error: 'struct eps_block_header' has no member named 
 'tc'
 epsilondataset.cpp:512: error: 'struct eps_block_header' has no member named 
 'gs'
 epsilondataset.cpp:512: error: 'struct eps_block_header' has no member named 
 'tc'
 epsilondataset.cpp:513: error: 'struct eps_block_header' has no member named 
 'gs'
 epsilondataset.cpp:513: error: 'struct eps_block_header' has no member named 
 'tc'
 make[3]: *** [../o/epsilondataset.lo] Error 1
 make[3]: Leaving directory 
 `/build/buildd-gdal_1.7.3-3+b1-ia64-WtOMWf/gdal-1.7.3/frmts/epsilon'

Cheers,
Julien


---End Message---
---BeginMessage---
Package: gdal
Verion: 1.8.1-1

Solved in experimental too.

-- 
Francesco P. Lovergine

---End Message---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Bug#628806: marked as done (gdal-bin: gdal_translate crashes at startup - library relocation error)

2011-10-06 Thread Debian Bug Tracking System
Your message dated Thu, 6 Oct 2011 17:43:10 +0200
with message-id 20111006154310.gd4...@blegrez.ba.issia.cnr.it
and subject line Migration completed
has caused the Debian Bug report #628806,
regarding gdal-bin: gdal_translate crashes at startup - library relocation error
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 ow...@bugs.debian.org
immediately.)


-- 
628806: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628806
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gdal-bin
Version: 1.7.3-4
Severity: normal

gdal_translate crashes on startup, shows following:
---
fedor@bearloga:~$ gdal_translate
gdal_translate: relocation error: /usr/lib/libgdal1.7.0.so.1: symbol 
__cxa_pure_virtual, version libmysqlclient_16 not defined in file 
libmysqlclient.so.16 with link time reference

---

My libmysqlclient16 package version is 5.1.49-3.

Probably a dependency or building problem. 

After rebuilding gdal from source package the bug gone.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-2-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=KOI8-R) (ignored: LC_ALL set to 
ru_RU.KOI8-R)
Shell: /bin/sh linked to /bin/bash

Versions of packages gdal-bin depends on:
ii  libc6 2.13-4 Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.6.0-2  GCC support library
ii  libgdal1-1.7.01.7.3-4Geospatial Data Abstraction Librar
ii  libstdc++64.6.0-2The GNU Standard C++ Library v3

gdal-bin recommends no packages.

Versions of packages gdal-bin suggests:
pn  python-gdal   none (no description available)

-- no debconf information


---End Message---
---BeginMessage---
This issue has been solved by migration to 5.1.58-1 in testing.

-- 
Francesco P. Lovergine

---End Message---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Bug#640018: marked as done (libgdal1-1.7.0: fails to upgrade)

2011-10-06 Thread Debian Bug Tracking System
Your message dated Thu, 6 Oct 2011 17:39:37 +0200
with message-id 20111006153937.gb4...@blegrez.ba.issia.cnr.it
and subject line This was due to libdap transition
has caused the Debian Bug report #640018,
regarding libgdal1-1.7.0: fails to upgrade
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 ow...@bugs.debian.org
immediately.)


-- 
640018: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640018
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libgdal1-1.7.0
Version: 1.7.3-6
Severity: important

Dear Maintainer,
*** Please consider answering these questions, where appropiate ***

Unpacking libdap11 (from .../libdap11_3.11.1-1_amd64.deb) ...
dpkg: error processing /var/cache/apt/archives/libdap11_3.11.1-1_amd64.deb 
(--unpack):
 trying to overwrite '/usr/lib/libdapclient.so.3.1.0', which is also in package 
libdap10 3.10.2-2
configured to not write apport reports
  dpkg-deb: error: subprocess paste was 
killed by signal (Broken pipe)
Preparing to replace libgdal1-1.7.0 1.7.3-5 (using 
.../libgdal1-1.7.0_1.7.3-6_amd64.deb) ...
Unpacking replacement libgdal1-1.7.0 ...
Errors were encountered while processing:
 /var/cache/apt/archives/libdap11_3.11.1-1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
dpkg: dependency problems prevent configuration of libgdal1-1.7.0:
 libgdal1-1.7.0 depends on libdap11; however:
  Package libdap11 is not installed.
dpkg: error processing libgdal1-1.7.0 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 libgdal1-1.7.0
Press return to continue.

*** End of the template - remove these lines ***


-- System Information:
Debian Release: wheezy/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'testing'), (500, 
'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-rc4-git2 (SMP w/4 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libgdal1-1.7.0 depends on:
ii  libc6 2.13-18   
ii  libcurl3-gnutls   7.21.7-1  
ii  libdap11  none
ii  libepsilon0   0.9.1-2   
ii  libexpat1 2.0.1-7   
ii  libgcc1   1:4.6.1-8 
ii  libgcrypt11   1.4.6-9   
ii  libgeos-c13.2.2-3   
ii  libgif4   4.1.6-9   
ii  libgnutls26   2.12.7-8  
ii  libgssapi-krb5-2  1.9.1+dfsg-2  
ii  libhdf4-0-alt 4.2r4-12  
ii  libhdf5-serial-1.8.4 [libhdf5-1.8.4]  1.8.4-patch1-3
ii  libidn11  1.22-3
ii  libjasper11.900.1-10
ii  libjpeg8  8c-2  
ii  libldap-2.4-2 2.4.25-3  
ii  libmysqlclient16  5.1.58-1  
ii  libnetcdf61:4.1.1-5 
ii  libodbc1  2.2.14p2-3
ii  libogdi3.23.2.0~beta2-7 
ii  libpng12-01.2.46-3  
ii  libpq59.1~rc1-3 
ii  libproj0  4.7.0-1   
ii  librtmp0  2.4~20110711.gitc28f1bab-1
ii  libspatialite22.4.0~rc2-5+b1
ii  libstdc++64.6.1-8   
ii  libuuid1  2.19.1-5  
ii  libxerces-c28 2.8.0+deb1-2+b1   
ii  libxml2   2.7.8.dfsg-4  
ii  odbcinst1debian2  2.2.14p2-3
ii  unixodbc  2.2.14p2-3
ii  zlib1g1:1.2.3.4.dfsg-3  

Versions of packages libgdal1-1.7.0 recommends:
ii  proj-bin  4.7.0-1

libgdal1-1.7.0 suggests no packages.

-- debconf-show failed


---End Message---
---BeginMessage---
Solved by binNMU, so closing.

-- 
Francesco 

Bug#640194: marked as done (python-gdal: sid package is missing libdapserver7, libdapclient3 as dependencies)

2011-10-06 Thread Debian Bug Tracking System
Your message dated Thu, 6 Oct 2011 17:40:52 +0200
with message-id 20111006154052.gc4...@blegrez.ba.issia.cnr.it
and subject line Solved
has caused the Debian Bug report #640194,
regarding python-gdal: sid package is missing libdapserver7, libdapclient3 as 
dependencies
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 ow...@bugs.debian.org
immediately.)


-- 
640194: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640194
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: python-gdal
Version: 1.7.3-6
Severity: important

When I run interactive python (entering the two commands shown) I get this,
 from osgeo import ogr
Traceback (most recent call last):
  File stdin, line 1, in module
  File /usr/lib/python2.6/dist-packages/osgeo/__init__.py, line 21, in
module
_gdal = swig_import_helper()
  File /usr/lib/python2.6/dist-packages/osgeo/__init__.py, line 17, in
swig_import_helper
_mod = imp.load_module('_gdal', fp, pathname, description)
ImportError: libdapserver.so.7: cannot open shared object file: No such file or
directory
 from osgeo import ogr
Traceback (most recent call last):
  File stdin, line 1, in module
  File /usr/lib/python2.6/dist-packages/osgeo/__init__.py, line 21, in
module
_gdal = swig_import_helper()
  File /usr/lib/python2.6/dist-packages/osgeo/__init__.py, line 17, in
swig_import_helper
_mod = imp.load_module('_gdal', fp, pathname, description)
ImportError: libdapclient.so.3: cannot open shared object file: No such file or
directory

After the 1st command I install libdapserver7 and after the second command I
install libdapclient3, after this the module ogr loads fine. Perhaps these need
adding as dependencies? I'm not sure if it is a swig issue though...

Thank you.


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-gdal depends on:
ii  libc6   2.13-18
ii  libgcc1 1:4.6.1-8
ii  libgdal1-1.7.0  1.7.3-6
ii  libstdc++6  4.6.1-8
ii  python  2.6.7-3
ii  python-central  0.6.17
ii  python-numpy1:1.5.1-2+b1

python-gdal recommends no packages.

python-gdal suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
This problem was due to libdap missing dependencies.

-- 
Francesco P. Lovergine

---End Message---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel