Your message dated Sat, 10 Jun 2006 15:57:36 +0930
with message-id <[EMAIL PROTECTED]>
and subject line Not a bug at this end afaics
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: thuban
Version: 1.0.1-1
Severity: grave
Justification: renders package unusable
fresh install of Thuban:
$ apt-get install thuban
[...]
The following NEW packages will be installed:
python-wxgtk2.4 thuban
[...]
Then trying to launch Thuban:
$ thuban
*******************************************************
The following version errors were detected:
Thuban was compiled with wx 2.4.4 but wxPython is 2.4.5.0
*******************************************************
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages thuban depends on:
ii gdal-bin 1.3.1-5 Geospatial Data Abstraction Librar
ii libc6 2.3.6-7 GNU C Library: Shared libraries
ii libgcc1 1:4.1.0-1+b1 GCC support library
ii libgdal1-1.3.1 1.3.1-5 Geospatial Data Abstraction Librar
ii libstdc++6 4.1.0-1+b1 The GNU Standard C++ Library v3
ii libwxgtk2.4-1 2.4.5.1 wxWindows Cross-platform C++ GUI t
ii proj 4.4.9d-2 Cartographic projection filter and
ii python [python-xmlbase] 2.3.5-5 An interactive high-level object-o
ii python-sqlite 1.0.1-4 python interface to SQLite 2
ii python-wxgtk2.4 2.4.5.1 wxWindows Cross-platform C++ GUI t
Versions of packages thuban recommends:
ii libgdal1-1.3.1 1.3.1-5 Geospatial Data Abstraction Librar
pn python-gdal <none> (no description available)
pn python-psycopg <none> (no description available)
-- no debconf information
--- End Message ---
--- Begin Message ---
Hi,
So far as I can see this is not a bug from the wx side of things.
App programmers have the ability to check the version, what they
do with that information is up to them. That some of them choose
not to assume forward compatibility is definitely a problem with
more than one app. We had precisely the problem Steve is concerned
about just before the last release, when new wx upstream had to be
imported urgently due to licencing problems in the code we had.
Shortly after we had to reupload with the version number forged
back to the old release, to avoid breaking boa-constructor (and
we clearly still don't know what else...)
Since then I have had to redefine my idea of what is, and what
is not, a 'safe' change to make before any major event...
There are fewer than I ever would have imagined a few years ago.
If there is something more we need to do from this end for the
app maintainers to do the right thing, then please let me know
promptly, and I'll ensure it is done. Otherwise, afaics, it is
an issue for the app authors to be a bit more liberal in their
version checking. The 2.4 series are all _supposed_ to be
compatible with each other (the guarantees for the 2.6 series
are a bit more wishy-washy), and it is a bug if they are not.
I'll likewise tackle a bug like that if we find it, but in this
case, we should find as many of these apps as we can, and ensure
they are fixed. Just in case we do need a last minute upload of
wx2.4 again.
As to Francesco's other problem, I'm not sure what he is doing,
but:
Python 2.3.5 (#2, Mar 19 2006, 23:18:24)
[GCC 4.0.3 (Debian 4.0.3-1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import wxPython
>>>
seems to make it a dependency issue or user error somewhere...
Will look at that separately if pain persists.
cheers,
Ron
--- End Message ---