[DebianGIS-dev] mapserver REMOVED from testing

2006-02-16 Thread Debian testing watch
FYI: The status of the mapserver source package
in Debian's testing distribution has changed.

  Previous version: 4.6.1-6
  Current version:  (not in testing)
  Hint: http://ftp-master.debian.org/testing/hints/vorlon
# 20060213; done 20060214
Bug #351869: mapserver_4.6.2-1 (unstable/alpha): FTBFS: doesn't build under 
sudo

The script that generates this mail tries to extract removal
reasons from comments in the britney hint files. Those comments
were not originally meant to be machine readable, so if the
reason for removing your package seems to be nonsense, it is
probably the reporting script that got confused. Please check the
actual hints file before you complain about meaningless removals.

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.

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


[DebianGIS-dev] Processed: Re: ops, missed severity reduction...

2006-02-16 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 352844 important
Bug#352844: thuban: does not start up (TypeError)
Severity set to `important'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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


Bug#352844: [DebianGIS-dev] Bug#352844: thuban: does not start up (TypeError)

2006-02-16 Thread Laurent Bonnaud
 I'm not a python addicted, anyway it starts perfectly here.
 Has someone hints about that exception? It could be due to some wx anomalies
 (maybe with your libc release). 

I assume that you mean libgcc and libstdc++6.

 Would you please try with a fresh sid install?

  ii  libgcc1  1:4.1-0exp7 GCC support library
 
  experimental???
  ii  libstdc++6   4.1-0exp7   The GNU Standard C++ Library v3

I downgraded those packages from experimental to sid (see below).  I
still have the same problem:

$ thuban
Traceback (most recent call last):
  File /usr/bin/thuban, line 20, in ?
import Thuban.UI.main
  File /usr/lib/thuban/Thuban/UI/main.py, line 18, in ?
from application import ThubanApplication
  File /usr/lib/thuban/Thuban/UI/application.py, line 33, in ?
import view
  File /usr/lib/thuban/Thuban/UI/view.py, line 40, in ?
from renderer import ScreenRenderer, ExportRenderer, PrinterRenderer
  File /usr/lib/thuban/Thuban/UI/renderer.py, line 28, in ?
from Thuban.UI.classifier import ClassDataPreviewer
  File /usr/lib/thuban/Thuban/UI/classifier.py, line 1441, in ?
class ClassGroupPropertiesCtrl(wxWindow, wxControl):
TypeError: Cannot create a consistent method resolution
order (MRO) for bases Control, Window

Did you test with exactly the same package versions as on my system ?

-- 
Laurent Bonnaud.
http://www.lis.inpg.fr/pages_perso/bonnaud/


Package: thuban
Version: 1.0.1-1

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (100, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages thuban depends on:
ii  gdal-bin  1.3.1-4Geospatial Data Abstraction Librar
ii  libc6 2.3.6-1GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-9  GCC support library
ii  libgdal1-1.3.11.3.1-4Geospatial Data Abstraction Librar
ii  libstdc++64.0.2-9The GNU Standard C++ Library v3
ii  libwxgtk2.4-1 2.4.4.1.1  wxWindows Cross-platform C++ GUI t
ii  proj  4.4.9d-2   Cartographic projection filter and
ii  python [python-xmlbase]   2.3.5-5An interactive high-level object-o
ii  python-sqlite 1.0.1-4python interface to SQLite 2
ii  python-wxgtk2.4   2.4.4.1.1  wxWindows Cross-platform C++ GUI t

Versions of packages thuban recommends:
ii  libgdal1-1.3.11.3.1-4Geospatial Data Abstraction Librar
ii  python-gdal   1.3.1-4Python bindings to the Geospatial 
ii  python-psycopg1.1.21-3   Python module for PostgreSQL [dumm

-- no debconf information




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


Bug#352844: [DebianGIS-dev] Bug#352844: thuban: does not start up (TypeError)

2006-02-16 Thread Bernhard Herzog
On Thu, Feb 16, 2006 at 06:24:27PM +0100, Laurent Bonnaud wrote:
   File /usr/lib/thuban/Thuban/UI/classifier.py, line 1441, in ?
 class ClassGroupPropertiesCtrl(wxWindow, wxControl):
 TypeError: Cannot create a consistent method resolution
 order (MRO) for bases Control, Window

This is a bug in Thuban.  It was fixed in CVS HEAD a while ago, but
there hasn't been a new release yet.  If you want to try whether it
helps you, the fix is in rev. 1.72 of Thuban/UI/classifier.py.  The diff
(via viewcvs) is
http://www.intevation.de/cgi-bin/viewcvs-thuban.cgi/thuban/Thuban/UI/classifier.py.diff?r1=1.71r2=1.72


   Bernhard

-- 
Intevation GmbH http://intevation.de/
Skencil   http://skencil.org/
Thuban  http://thuban.intevation.org/


pgpelszqEkNoa.pgp
Description: PGP signature
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


Bug#352844: [DebianGIS-dev] Bug#352844: thuban: does not start up (TypeError)

2006-02-16 Thread Laurent Bonnaud

 This is a bug in Thuban.  It was fixed in CVS HEAD a while ago, but
 there hasn't been a new release yet.  If you want to try whether it
 helps you, the fix is in rev. 1.72 of Thuban/UI/classifier.py.  The diff
 (via viewcvs) is
 http://www.intevation.de/cgi-bin/viewcvs-thuban.cgi/thuban/Thuban/UI/classifier.py.diff?r1=1.71r2=1.72

Thanks !

I patched /usr/lib/thuban/Thuban/UI/classifier.py,
ran /var/lib/dpkg/info/thuban.postinst and now I get this error message:

$ thuban

***
 The following version errors were detected:
 Thuban was compiled with wx 2.4.4 but wxPython is 2.6.1.2pre
***

Never mind, I can wait for a fix in a future Debian package.

-- 
Laurent Bonnaud.
http://www.lis.inpg.fr/pages_perso/bonnaud/




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


[DebianGIS-dev] CVS Update: mapserver/debian changelog

2006-02-16 Thread pabs-guest

  User: pabs-guest
  Date: 06/02/17 04:46:10

  Modified:debian   changelog
  Log:
  Consolidate 4.6.2-2 entries and release 4.8.1-1
  
  Revision  ChangesPath
  1.66  +2 -7  mapserver/debian/changelog
  
  CVSWEB Options: ---
  
  CVSWeb: Annotate this file:
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/changelog?annotate=1.66cvsroot=
  
  CVSWeb: View this file: 
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/changelog?rev=1.66content-type=text/x-cvsweb-markupcvsroot=
  
  CVSWeb: Diff to previous version:   
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/changelog.diff?r1=1.66r2=1.65cvsroot=
  
  ---
  
  Index: changelog
  ===
  RCS file: /cvsroot/pkg-grass/mapserver/debian/changelog,v
  retrieving revision 1.65
  retrieving revision 1.66
  diff -u -r1.65 -r1.66
  --- changelog 9 Feb 2006 07:12:30 -   1.65
  +++ changelog 17 Feb 2006 04:46:10 -  1.66
  @@ -1,4 +1,4 @@
  -mapserver (4.8.1-1) UNRELEASED; urgency=low
  +mapserver (4.8.1-1) unstable; urgency=low
   
 * New upstream release
 * Build mapscript html docs and put them in mapserver-doc
  @@ -7,14 +7,9 @@
 * Add a TODO.Debian so we don't forget some things
 * Completely revamp copyright information
 * Prevent FTBFS when using sudo instead of fakeroot (Closes: #351869)
  -
  - -- Paul Wise [EMAIL PROTECTED]  Thu,  9 Feb 2006 13:00:24 +0800
  -
  -mapserver (4.6.2-2) UNRELEASED; urgency=low
  -
 * Change Priority to match the override set by the ftpmasters
   
  - -- Paul Wise [EMAIL PROTECTED]  Wed,  1 Feb 2006 14:42:03 +0800
  + -- Paul Wise [EMAIL PROTECTED]  Fri, 17 Feb 2006 12:45:28 +0800
   
   mapserver (4.6.2-1) unstable; urgency=low
   
  
  
  

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