From Heiko.Kehlenbrink at vermes.fh-oldenburg.de Thu Aug 5 12:03:06 2004 From: Heiko.Kehlenbrink at vermes.fh-oldenburg.de (Heiko Kehlenbrink) Date: Thu, 5 Aug 2004 12:03:06 +0200 (CEST) Subject: [Thuban-list] thuban on windows ce Message-ID: <62044.195.243.253.146.1091700186.squirrel@webmail.fh-oldenburg.de> hi all, do anyone have experiences with thuban on windows ce? best regards heiko From thomas at intevation.de Tue Aug 10 20:55:38 2004 From: thomas at intevation.de (Thomas Arendsen Hein) Date: Tue, 10 Aug 2004 20:55:38 +0200 Subject: [Thuban-list] Intevation's services will soon be occasionally slow or offline Message-ID: <20040810185538.GA31336@intevation.de> Hi! Intevation's direct internet service (except personal email) will be occasionally slow or offline from August 12th to 17th, 2004, since due to an announced power blackout we will temporarily move our server to a different location. Please considier using our ftp mirror for downloads, especially during the following week: ftp://ftp.gwdg.de/pub/misc/freegis/intevation/ http://ftp.gwdg.de/pub/misc/freegis/intevation/ rsync://ftp.gwdg.de/FreeGIS/intevation/ Affected are www, ftp, rsync, cvs, mailing lists and bug trackers on: intevation.de/net/org (except demo.intevation.de) freegis.org grass-verein.de mapit.de kolab.org/com/net (except demo.kolab.org) kroupware.org/com/net Since skencil.org is only a redirect to http://www.nongnu.org/skencil/, you can use that URL in case of problems. Thomas Arendsen Hein Intevation GmbH -- Email: thomas at intevation.de http://intevation.de/~thomas/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://www.intevation.de/pipermail/thuban-list/attachments/20040810/179edf7a/attachment.bin -------------- next part -------------- _______________________________________________ service-notice mailing list service-notice at intevation.de https://intevation.de/mailman/listinfo/service-notice From mszpak at wp.pl Sat Aug 21 20:33:29 2004 From: mszpak at wp.pl (=?ISO-8859-2?Q?Marcin_Zaj=B1czkowski?=) Date: Sat, 21 Aug 2004 20:33:29 +0200 Subject: [Thuban-list] Problem with recompile Thuban on Fedora Core 2 Message-ID: <41279579.8000709@wp.pl> Hi, After upgrade from FC1 to FC2 I had problem with run Thuban. Problem was resolved by upgrade wxPythonFTP to Python 2.3 support, but in a meantime I noticed problem with version *recompiled by me*. [szpak at szpak szpak]$ thuban No thubanstart module available Segmentation fault I tried compilation by hand from sources and from src.rpm. I found post on the user mailing that version Python have to be the same with this which was used to compile it. It's true with my compilation! (2.3 and 2.3) Maybe Thuban is incompatible with Python 2.3? Ability to biuld Thuban can be useful in the future. I have: wxPythonGTK-py2.3-2.4.2.4-1 wxGTK-2.4.2-4.1.fc2.fr wxPythonGTK-devel-2.4.2.4-1 wxGTK-devel-2.4.2-4.1.fc2.fr pysqlite-0.4.3-1.i386.rpm sqlite-2.8.13-1.i386.rpm proj-devel-4.4.7-1 proj-4.4.7-1 python-2.3.3-6 python-devel-2.3.3-6 Strange is fact (but I'm happy with this) that version 1.0.0 for RedHat 7.2 works (I have Python 2.3 and RH 7.2 uses 2.2 :) ). I add that in version 1.0.0 for *RedHat 7.2* I see (what is expected): [szpak at szpak szpak]$ thuban /usr/lib/thuban/Thuban/../Lib/shapelib.py:2: RuntimeWarning: Python C API version mismatch for module shapelibc: This Python has API version 1012, module shapelibc has version 1011. import shapelibc /usr/lib/thuban/Thuban/Model/data.py:21: RuntimeWarning: Python C API version mismatch for module shptree: This Python has API version 1012, module shptree has version 1011. import shptree /usr/lib/thuban/Thuban/../Lib/dbflib.py:2: RuntimeWarning: Python C API version mismatch for module dbflibc: This Python has API version 1012, module dbflibc has version 1011. import dbflibc /usr/lib/thuban/Thuban/../Lib/Projection.py:2: RuntimeWarning: Python C API version mismatch for module Projectionc: This Python has API version 1012, module Projectionc has version 1011. import Projectionc /usr/lib/thuban/Thuban/UI/renderer.py:25: RuntimeWarning: Python C API version mismatch for module wxproj: This Python has API version 1012, module wxproj has version 1011. from wxproj import draw_polygon_shape, draw_polygon_init No thubanstart module available but it works. Regards Marcin From Silke.Reimer at intevation.de Tue Aug 24 14:34:38 2004 From: Silke.Reimer at intevation.de (Silke Reimer) Date: Tue, 24 Aug 2004 14:34:38 +0200 Subject: [Thuban-list] Problem with recompile Thuban on Fedora Core 2 In-Reply-To: <41279579.8000709@wp.pl> References: <41279579.8000709@wp.pl> Message-ID: <20040824123438.GG10314@intevation.de> Hi Marcin, On Sat, Aug 21, 2004 at 08:33:29PM +0200, Marcin Zaj?czkowski wrote: > Hi, > > After upgrade from FC1 to FC2 I had problem with run Thuban. Problem was > resolved by upgrade wxPythonFTP to Python 2.3 support, but in a meantime > I noticed problem with version *recompiled by me*. Within the last weeks we prepared a FC2 package [1] and ran into similar problems that you report in this email. Mostly this have been encoding problems: default locale on FC2 seems to be an UTF8 encoding while thubans internal encoding is latin1. If you pass such a string with special characters to wxGTK this can cause a segmentation fault[2]. There isn't any problem as long as you don't use any special characters. But if you use a special encoding it is possible that some menus have special characters and then thuban crashes. Some of these issues (for example the about-dialog and the default projections) have been fixed in CVS but there is still a general problem. It can be solved if thuban uses the user's encoding as internal encoding (see bug 2585 [3]). So my first question is: Which encoding do you use? And could you perhaps change it to a latin1-encoding? Greetings, Silke [1] ftp://ftp.gwdg.de/pub/misc/freegis/intevation/freegis//fedora/2/RPMS/Thuban-1.0.0-1.fdr.2.i386.rpm [2] In my opinion this is a bug in wxGTK since it shouldn't crash but perhaps show the unknown characters as question mark. [3] https://intevation.de/rt/webrt?serial_num=2585&display=History -- Silke Reimer Intevation GmbH http://intevation.de/ FreeGIS http://freegis.org/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://www.intevation.de/pipermail/thuban-list/attachments/20040824/996caa0e/attachment.bin From mszpak at wp.pl Wed Aug 25 23:41:19 2004 From: mszpak at wp.pl (=?ISO-8859-2?Q?Marcin_Zaj=B1czkowski?=) Date: Wed, 25 Aug 2004 23:41:19 +0200 Subject: [Thuban-list] Problem with recompile Thuban on Fedora Core 2 In-Reply-To: <20040824123438.GG10314@intevation.de> References: <41279579.8000709@wp.pl> <20040824123438.GG10314@intevation.de> Message-ID: <412D077F.9010202@wp.pl> Dnia 2004-08-24 14:34, U?ytkownik Silke Reimer napisa?: > Within the last weeks we prepared a FC2 package [1] and ran into > similar problems that you report in this email. Mostly this have > been encoding problems: default locale on FC2 seems to be an UTF8 > encoding while thubans internal encoding is latin1. If you pass such > a string with special characters to wxGTK this can cause a > segmentation fault[2]. There isn't any problem as long as you don't > use any special characters. But if you use a special encoding it is > possible that some menus have special characters and then thuban > crashes. > > Some of these issues (for example the about-dialog and the default > projections) have been fixed in CVS but there is still a general > problem. It can be solved if thuban uses the user's encoding as > internal encoding (see bug 2585 [3]). > > So my first question is: Which encoding do you use? And could you > perhaps change it to a latin1-encoding? I use ISO-8859-2 encoding (LANG=pl-PL). I tried with en-US too. But I don't know is it the same problem. Thuban ends its work just after Map -> New Layer (not after start). I tried with my shapes and maps delivered with Thuban. I tried FC2 RPM but I didn't have wxGTK2 and wxPython2 packages (only wxGtk-2.4.2 and wxPython-...), so I had to recompile it from SRPM. I checked current CVS too but always it exited after try to open new layer. Can You open any layer even under not UTF-8 encoding? Thanks for reply Marcin P.S. Did you use something special to compose last message? It hangs my Mozilla 1.7.2 :) From Silke.Reimer at intevation.de Thu Aug 26 12:40:38 2004 From: Silke.Reimer at intevation.de (Silke Reimer) Date: Thu, 26 Aug 2004 12:40:38 +0200 Subject: [Thuban-list] Problem with recompile Thuban on Fedora Core 2 In-Reply-To: <412D077F.9010202@wp.pl> References: <41279579.8000709@wp.pl> <20040824123438.GG10314@intevation.de> <412D077F.9010202@wp.pl> Message-ID: <20040826104038.GR13416@intevation.de> Hi Marcin, On Wed, Aug 25, 2004 at 11:41:19PM +0200, Marcin Zaj?czkowski wrote: > Dnia 2004-08-24 14:34, U?ytkownik Silke Reimer napisa?: > >Within the last weeks we prepared a FC2 package [1] and ran into > >similar problems that you report in this email. Mostly this have > >been encoding problems: default locale on FC2 seems to be an UTF8 > >encoding while thubans internal encoding is latin1. If you pass such > >a string with special characters to wxGTK this can cause a > >segmentation fault[2]. There isn't any problem as long as you don't > >use any special characters. But if you use a special encoding it is > >possible that some menus have special characters and then thuban > >crashes. > > > >Some of these issues (for example the about-dialog and the default > >projections) have been fixed in CVS but there is still a general > >problem. It can be solved if thuban uses the user's encoding as > >internal encoding (see bug 2585 [3]). > > > >So my first question is: Which encoding do you use? And could you > >perhaps change it to a latin1-encoding? > > I use ISO-8859-2 encoding (LANG=pl-PL). I tried with en-US too. But I > don't know is it the same problem. Thuban ends its work just after Map > -> New Layer (not after start). I tried with my shapes and maps > delivered with Thuban. It seems that indeed that the encoding issue is not your problem - this has been just a guess by me since this has been the only problem that I had when compiling thuban on FC2. > I tried FC2 RPM but I didn't have wxGTK2 and wxPython2 packages (only > wxGtk-2.4.2 and wxPython-...), so I had to recompile it from SRPM. I > checked current CVS too but always it exited after try to open new layer. > Can You open any layer even under not UTF-8 encoding? If wxGTK2 and wxGTK are allowed concurrently on FC2 (I am not sure about that) you can try to install the official wxGTK2 and wxPython2 package from fedora.us [1]. If this doesn't help to get run thuban on your system it would be very helpful if you could provide some gdb traceback. Czesc (is this correct for saying Ciao in polish?) Silke > P.S. Did you use something special to compose last message? It hangs my > Mozilla 1.7.2 :) I did GPG-sign my email. Perhaps this has been the problem? [1] http://download.fedora.us/fedora/fedora/2/i386/RPMS.stable/ -- Silke Reimer Intevation GmbH http://intevation.de/ FreeGIS http://freegis.org/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://www.intevation.de/pipermail/thuban-list/attachments/20040826/f7fa546a/attachment.bin From mszpak at wp.pl Thu Aug 26 23:20:15 2004 From: mszpak at wp.pl (=?ISO-8859-2?Q?Marcin_Zaj=B1czkowski?=) Date: Thu, 26 Aug 2004 23:20:15 +0200 Subject: [Thuban-list] Problem with recompile Thuban on Fedora Core 2 In-Reply-To: <20040826104038.GR13416@intevation.de> References: <41279579.8000709@wp.pl> <20040824123438.GG10314@intevation.de> <412D077F.9010202@wp.pl> <20040826104038.GR13416@intevation.de> Message-ID: <412E540F.7060000@wp.pl> Dnia 2004-08-26 12:40, U?ytkownik Silke Reimer napisa?: (...) >>I tried FC2 RPM but I didn't have wxGTK2 and wxPython2 packages (only >>wxGtk-2.4.2 and wxPython-...), so I had to recompile it from SRPM. I >>checked current CVS too but always it exited after try to open new layer. >>Can You open any layer even under not UTF-8 encoding? > > If wxGTK2 and wxGTK are allowed concurrently on FC2 (I am not sure > about that) you can try to install the official wxGTK2 and wxPython2 > package from fedora.us [1]. If this doesn't help to get run thuban > on your system it would be very helpful if you could provide some > gdb traceback. Unfortunately wxGTK from freshrpms can't live together with wxGTK2 from fedora.us, but after some work I installed: wxPythonGTK2-2.4.2.4-0.fdr.3.2 wxGTK2-2.4.2-0.fdr.2.2 wxGTK-common-2.4.2-0.fdr.2.2 wxGTK-common-devel-2.4.2-0.fdr.2.2 wxGTK2-devel-2.4.2-0.fdr.2.2 wxGTK2-gl-2.4.2-0.fdr.2.2 from fedora.us. Your Thuban rpm for FC2 (and my recompilation too) *works* with some asserts: [szpak at szpak us]$ thuban No thubanstart module available ** (thuban:2773): CRITICAL **: file pango-layout.c: line 268 (pango_layout_new): assertion `context != NULL' failed ** (thuban:2773): CRITICAL **: file pango-layout.c: line 544 (pango_layout_set_font_description): assertion `layout != NULL' failed ** (thuban:2773): CRITICAL **: file pango-layout.c: line 787 (pango_layout_set_text): assertion `layout != NULL' failed ** (thuban:2773): CRITICAL **: file pango-layout.c: line 2103 (pango_layout_get_extents): assertion `layout != NULL' failed (thuban:2773): GLib-GObject-CRITICAL **: file gobject.c: line 1579 (g_object_unref): assertion `G_IS_OBJECT (object)' failed Field with loaded layers is little strange, but I can add layer in it. I don't know why it doesn't work with wxGTK packages from freshrpms.net. Maybe You can try to temporary install it to tests: http://tettnang.freshrpms.net/rpm.html?id=261 and (in it's necessary wxPython from wxPython.org) https://sourceforge.net/project/showfiles.php?group_id=10718&package_id=10559&release_id=188259 If it will work at your system maybe gdb helps to determine segmentation reason (in this case please tell me what gdb commands do You need - I haven't used gdb for years) in my case. > Czesc (is this correct for saying Ciao in polish?) :) You're amazing. Where did you learn Polish? "Czesc" is correct in Internet slang (and of course it's used there). In formal Polish we write "Cze??" (chars in ISO-8859-2). Regards Marcin From mszpak at wp.pl Thu Aug 26 23:27:31 2004 From: mszpak at wp.pl (=?ISO-8859-2?Q?Marcin_Zaj=B1czkowski?=) Date: Thu, 26 Aug 2004 23:27:31 +0200 Subject: [Thuban-list] Problem with recompile Thuban on Fedora Core 2 In-Reply-To: <20040826104038.GR13416@intevation.de> References: <41279579.8000709@wp.pl> <20040824123438.GG10314@intevation.de> <412D077F.9010202@wp.pl> <20040826104038.GR13416@intevation.de> Message-ID: <412E55C3.2010108@wp.pl> Dnia 2004-08-26 12:40, U?ytkownik Silke Reimer napisa?: (...) >>P.S. Did you use something special to compose last message? It hangs my >>Mozilla 1.7.2 :) > > I did GPG-sign my email. Perhaps this has been the problem? I forgot about it. Yes it's, but I was my fault. After upgrade Mozilla to 1.7.2 I had installed bad enigmail version and it crashed with every GPG-signed message. Where can I find Your GPG public key? Regards Marcin From Silke.Reimer at intevation.de Mon Aug 30 18:38:24 2004 From: Silke.Reimer at intevation.de (Silke Reimer) Date: Mon, 30 Aug 2004 18:38:24 +0200 Subject: [Thuban-list] Problem with recompile Thuban on Fedora Core 2 In-Reply-To: <412E540F.7060000@wp.pl> References: <41279579.8000709@wp.pl> <20040824123438.GG10314@intevation.de> <412D077F.9010202@wp.pl> <20040826104038.GR13416@intevation.de> <412E540F.7060000@wp.pl> Message-ID: <20040830163824.GT13416@intevation.de> Hi Marcin, On Thu, Aug 26, 2004 at 11:20:15PM +0200, Marcin Zaj?czkowski wrote: > Dnia 2004-08-26 12:40, U?ytkownik Silke Reimer napisa?: > (...) > I don't know why it doesn't work with wxGTK packages from freshrpms.net. > Maybe You can try to temporary install it to tests: > http://tettnang.freshrpms.net/rpm.html?id=261 > and (in it's necessary wxPython from wxPython.org) > https://sourceforge.net/project/showfiles.php?group_id=10718&package_id=10559&release_id=188259 > > If it will work at your system maybe gdb helps to determine segmentation > reason (in this case please tell me what gdb commands do You need - I > haven't used gdb for years) in my case. I tried to build and run thuban with the packages of the the source that you mentioned and it doesn't work on my system either. The reason is probably that the wxPython and wxGTK packages are not binary compatible. You could try to get wxGTK and wxPython from the same source and get this work but perhaps you are already happy with thuban working with wxGTK2?! > > >Czesc (is this correct for saying Ciao in polish?) > > :) > You're amazing. Where did you learn Polish? I have some polish friends and spent my last holidays in Poland. > "Czesc" is correct in Internet slang (and of course it's used there). In > formal Polish we write "Cze??" (chars in ISO-8859-2). OK. But I don't have such letter on my keyboard :-) Regards, Silke -- Silke Reimer Intevation GmbH http://intevation.de/ FreeGIS http://freegis.org/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://www.intevation.de/pipermail/thuban-list/attachments/20040830/1dc5c5dd/attachment.bin From Silke.Reimer at intevation.de Mon Aug 30 18:42:22 2004 From: Silke.Reimer at intevation.de (Silke Reimer) Date: Mon, 30 Aug 2004 18:42:22 +0200 Subject: [Thuban-list] Problem with recompile Thuban on Fedora Core 2 In-Reply-To: <412E55C3.2010108@wp.pl> References: <41279579.8000709@wp.pl> <20040824123438.GG10314@intevation.de> <412D077F.9010202@wp.pl> <20040826104038.GR13416@intevation.de> <412E55C3.2010108@wp.pl> Message-ID: <20040830164222.GU13416@intevation.de> On Thu, Aug 26, 2004 at 11:27:31PM +0200, Marcin Zaj?czkowski wrote: > Dnia 2004-08-26 12:40, U?ytkownik Silke Reimer napisa?: > (...) > >>P.S. Did you use something special to compose last message? It hangs my > >>Mozilla 1.7.2 :) > > > >I did GPG-sign my email. Perhaps this has been the problem? > > I forgot about it. > Yes it's, but I was my fault. After upgrade Mozilla to 1.7.2 I had > installed bad enigmail version and it crashed with every GPG-signed message. > > Where can I find Your GPG public key? You can get it from my homepage [1] or from one of the usual keyservers, for example subkeys.pgp.net. [1] http://intevation.de/%7Esilke/gpg_pub_key.asc Regards, Silke -- Silke Reimer Intevation GmbH http://intevation.de/ FreeGIS http://freegis.org/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://www.intevation.de/pipermail/thuban-list/attachments/20040830/bd4b32ee/attachment.bin