From frank.koormann at intevation.de Mon Jul 3 11:22:02 2006 From: frank.koormann at intevation.de (Frank Koormann) Date: Mon, 3 Jul 2006 11:22:02 +0200 Subject: [Thuban-commits] r2688 - in trunk/thuban: . Doc/manual Resources/XML Thuban/Model Thuban/UI test In-Reply-To: References: <20060630122722.908D818017E1@pyrosoma.intevation.org> Message-ID: <200607031122.02555.frank.koormann@intevation.de> Am Freitag 30 Juni 2006 15:23 schrieb Bernhard Herzog: > > New Classification "Pattern": Classify text attributes by regexp. > Nice. Thanks. > However, do we really want full regular expression matches? ?I > ask because we once thought about moving to Styled Layer Descriptor > (SLD, [1]) syntax for the classifications. ?AFAICT regular expressions > are not supported there. ?What SLD has, though is a simple wildcard > matcher (PropertyIsLike, [2]). Hm, SLD reads to be made for more or less static visualisation. Since Thuban is a tool for interactive exploration of data I would miss on-the-fly grouping like "[A-M].*". Following the SLD way I would have to preprocess the data to add a (temp?) column > > Modified: trunk/thuban/Resources/XML/thuban-1.1.dtd > > - > > + > clcont*)> > > There seems to be a bug in the DTD here. ?It should probably read > clcont)*)> I simply extended the existing line. Someone with more knowledge on DTDs, please comment and file a bug if necessary. > BTW, does anyone know what clcont is supposed to mean? ?It only occurs > in the DTD but nowhere in the code or tests and it has apparently been > in the DTD ever since we had a DTD afaict. No idea where this comes from. I think we should remove it. > > +class ClassGroupPattern(ClassGroup): > I would prefer a __repr__ that does not look like that of a tuple. ?It > should make clear that it is the repr of an instance of > ClassGroupPattern. ?This is a bug in all the classes in that module, > though. I added a bug and picked it up. > > Modified: trunk/thuban/test/test_classification.py > Shouldn't at least one test actually use a regular expression that's not > the same as a string equality test? It does test two times for "first character", not string equality: | TestClassGroupPattern.test | [...] | group.SetPattern("A") | self.assertEqual(group.GetPattern(), "A") | | # test Matches() | self.assertEqual(group.Matches("CBA"), False) | self.assertEqual(group.Matches("ABC"), True) and |TestClassification.test_multiple_groups_textual | p = ClassGroupPattern("A") | self.assertEquals(self.clazz.FindGroup("Abc"), p) Regards, Frank -- Frank Koormann Professional Service around Free Software (http://intevation.net/) FreeGIS Project (http://freegis.org/) From thuban-bugs at wald.intevation.org Mon Jul 3 11:15:19 2006 From: thuban-bugs at wald.intevation.org (thuban-bugs@wald.intevation.org) Date: Mon, 3 Jul 2006 11:15:19 +0200 (CEST) Subject: =?UTF-8?B?W3RodWJhbi1CdWdzXVsxNTZdIENsYXNzR3JvdXAuX19yZXByX18=?= Message-ID: <20060703091519.379ED18017DE@pyrosoma.intevation.org> Bugs item #156, was opened at 2006-07-03 11:15 You can respond by visiting: http://wald.intevation.org/tracker/?func=detail&atid=105&aid=156&group_id=6 Or by replying to this e-mail entering your response between the following markers: #+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+ (enter your response here) #+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+ Status: Open Priority: 3 Submitted By: Frank Koormann (frank) Assigned to: Frank Koormann (frank) Summary: ClassGroup.__repr__ Resolution: None Version: None Category: None Initial Comment: __repr__ of ClassGroup and its childs doesn't make clear that it is the repr of an instance of ClassGroup and not a simple tuple/list. ---------------------------------------------------------------------- You can respond by visiting: http://wald.intevation.org/tracker/?func=detail&atid=105&aid=156&group_id=6 From bernhard at intevation.de Thu Jul 6 14:45:36 2006 From: bernhard at intevation.de (Bernhard Reiter) Date: Thu, 6 Jul 2006 14:45:36 +0200 Subject: Thuban 1.1 in Debian (arm build problem) In-Reply-To: <20060629170941.GS2598@finlandia.infodrom.north.de> References: <200605202326.20702.jan-oliver.wagner@intevation.de> <1148889749.4852.36.camel@geru-itae> <20060601130603.GB19834@intevation.de> <1149168347.8750.9.camel@geru-itae> <20060602161044.GE31844@intevation.de> <20060627181823.GR7096@intevation.de> <20060627183155.GS2598@finlandia.infodrom.north.de> <20060629113836.GA5890@finlandia.home.infodrom.org> <1151582119.16230.39.camel@geru-itae> <20060629170941.GS2598@finlandia.infodrom.north.de> Message-ID: <20060706124536.GA29897@intevation.de> Am 29. Jun 2006 um 19:09:42 schrieb Martin Schulze: > Didrik Pinte wrote: > > > on2.3 -c libraries/thuban/wxproj.cpp -o build/temp.linux-armv4l-2.3/libraries/thuban/wxproj.o > > > gcc: error trying to exec 'cc1plus': execvp: No such file or directory > > > error: command 'gcc' failed with exit status 1 > > > make: *** [build-stamp] Error 1 > > > > > > I assume this to be a generic error on that arm machine and not in thuban.. > > > Googling a bit about the error, it seems to be a missing gcc-c++ > > problem. Is this possible ? > > Apparently, but it must not be missing since it is build-essential. > I'm trying to track this. It's not an errror in Thuban but it prevents > Thuban to be built :( Any news on this one. The log shows no new build attempt. http://buildd.debian.org/build.php?arch=arm&pkg=thuban&ver=1.0.1-1.1 -------------- 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-devel/attachments/20060706/3474c952/attachment.bin From joey at infodrom.org Thu Jul 6 14:52:14 2006 From: joey at infodrom.org (Martin Schulze) Date: Thu, 6 Jul 2006 14:52:14 +0200 Subject: Thuban 1.1 in Debian (arm build problem) In-Reply-To: <20060706124536.GA29897@intevation.de> References: <1148889749.4852.36.camel@geru-itae> <20060601130603.GB19834@intevation.de> <1149168347.8750.9.camel@geru-itae> <20060602161044.GE31844@intevation.de> <20060627181823.GR7096@intevation.de> <20060627183155.GS2598@finlandia.infodrom.north.de> <20060629113836.GA5890@finlandia.home.infodrom.org> <1151582119.16230.39.camel@geru-itae> <20060629170941.GS2598@finlandia.infodrom.north.de> <20060706124536.GA29897@intevation.de> Message-ID: <20060706125214.GC1655@finlandia.home.infodrom.org> Bernhard Reiter wrote: > Am 29. Jun 2006 um 19:09:42 schrieb Martin Schulze: > > Didrik Pinte wrote: > > > > on2.3 -c libraries/thuban/wxproj.cpp -o build/temp.linux-armv4l-2.3/libraries/thuban/wxproj.o > > > > gcc: error trying to exec 'cc1plus': execvp: No such file or directory > > > > error: command 'gcc' failed with exit status 1 > > > > make: *** [build-stamp] Error 1 > > > > > > > > I assume this to be a generic error on that arm machine and not in thuban.. > > > > > Googling a bit about the error, it seems to be a missing gcc-c++ > > > problem. Is this possible ? > > > > Apparently, but it must not be missing since it is build-essential. > > I'm trying to track this. It's not an errror in Thuban but it prevents > > Thuban to be built :( > > Any news on this one. > The log shows no new build attempt. > http://buildd.debian.org/build.php?arch=arm&pkg=thuban&ver=1.0.1-1.1 Except that I tracked down the problem, got the chroot fixed but failed to requeue the package on my own, no. Regards, Joey -- Never trust an operating system you don't have source for! From bernhard at intevation.de Thu Jul 6 15:33:41 2006 From: bernhard at intevation.de (Bernhard Reiter) Date: Thu, 6 Jul 2006 15:33:41 +0200 Subject: Thuban 1.0.1-1.1 in Debian (arm build problem) In-Reply-To: <20060706125214.GC1655@finlandia.home.infodrom.org> References: <20060601130603.GB19834@intevation.de> <1149168347.8750.9.camel@geru-itae> <20060602161044.GE31844@intevation.de> <20060627181823.GR7096@intevation.de> <20060627183155.GS2598@finlandia.infodrom.north.de> <20060629113836.GA5890@finlandia.home.infodrom.org> <1151582119.16230.39.camel@geru-itae> <20060629170941.GS2598@finlandia.infodrom.north.de> <20060706124536.GA29897@intevation.de> <20060706125214.GC1655@finlandia.home.infodrom.org> Message-ID: <20060706133341.GB29897@intevation.de> Am 6. Jul 2006 um 14:52:14 schrieb Martin Schulze: > Bernhard Reiter wrote: > > Am 29. Jun 2006 um 19:09:42 schrieb Martin Schulze: > > > I'm trying to track this. It's not an errror in Thuban but it prevents > > > Thuban to be built :( > > > > Any news on this one. > > The log shows no new build attempt. > > http://buildd.debian.org/build.php?arch=arm&pkg=thuban&ver=1.0.1-1.1 > > Except that I tracked down the problem, got the chroot fixed Good! > but failed to requeue the package on my own, no. Okay, from this I understand that it will be okay on the next build attempt. Thanks! Bernhard p.s: Happy birthday on the DWN 5ths! -------------- 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-devel/attachments/20060706/ec379e3b/attachment.bin From joey at infodrom.org Fri Jul 7 07:44:47 2006 From: joey at infodrom.org (Martin Schulze) Date: Fri, 7 Jul 2006 07:44:47 +0200 Subject: Thuban 1.0.1-1.1 in Debian (arm build problem) In-Reply-To: <20060706133341.GB29897@intevation.de> References: <1149168347.8750.9.camel@geru-itae> <20060602161044.GE31844@intevation.de> <20060627181823.GR7096@intevation.de> <20060627183155.GS2598@finlandia.infodrom.north.de> <20060629113836.GA5890@finlandia.home.infodrom.org> <1151582119.16230.39.camel@geru-itae> <20060629170941.GS2598@finlandia.infodrom.north.de> <20060706124536.GA29897@intevation.de> <20060706125214.GC1655@finlandia.home.infodrom.org> <20060706133341.GB29897@intevation.de> Message-ID: <20060707054447.GN1655@finlandia.home.infodrom.org> Bernhard Reiter wrote: > > > > I'm trying to track this. It's not an errror in Thuban but it prevents > > > > Thuban to be built :( > > > > > > Any news on this one. > > > The log shows no new build attempt. > > > http://buildd.debian.org/build.php?arch=arm&pkg=thuban&ver=1.0.1-1.1 > > > > Except that I tracked down the problem, got the chroot fixed > > Good! Not so good that another arm buildd failed with the same error... Regards, Joey -- Reading is a lost art nowadays. -- Michael Weber From frank.koormann at intevation.de Fri Jul 7 23:11:37 2006 From: frank.koormann at intevation.de (Frank Koormann) Date: Fri, 7 Jul 2006 23:11:37 +0200 Subject: [Thuban-commits] r2688 - in trunk/thuban: . Doc/manual Resources/XML Thuban/Model Thuban/UI test In-Reply-To: <200607031122.02555.frank.koormann@intevation.de> References: <20060630122722.908D818017E1@pyrosoma.intevation.org> <200607031122.02555.frank.koormann@intevation.de> Message-ID: <200607072311.38086.frank.koormann@intevation.de> Am Montag 03 Juli 2006 11:22 schrieb Frank Koormann: > Am Freitag 30 Juni 2006 15:23 schrieb Bernhard Herzog: > > I would prefer a __repr__ that does not look like that of a tuple. ?It > > should make clear that it is the repr of an instance of > > ClassGroupPattern. ?This is a bug in all the classes in that module, > > though. > > I added a bug and picked it up. I submitted a patch for bug #156, please check it and comment. If agreed I will upload it to the repository, Cheers, Frank -- Frank Koormann Professional Service around Free Software (http://intevation.net/) FreeGIS Project (http://freegis.org/) From jonathan at intevation.de Sat Jul 8 02:57:29 2006 From: jonathan at intevation.de (Jonathan Coles) Date: Sat, 8 Jul 2006 02:57:29 +0200 Subject: [Thuban-commits] r2688 - in trunk/thuban: . Doc/manual Resources/XML Thuban/Model Thuban/UI test In-Reply-To: References: <20060630122722.908D818017E1@pyrosoma.intevation.org> Message-ID: <39ed160a0607071757r6fd5988ckca98757f58bf17e6@mail.gmail.com> 2006/6/30, Bernhard Herzog : > BTW, does anyone know what clcont is supposed to mean? It only occurs > in the DTD but nowhere in the code or tests and it has apparently been > in the DTD ever since we had a DTD afaict. Despite utter silence, I still read the mailing list :) As I recall, clcont stands for "classification continuous." The idea was to have some continous function that described the classification as opposed to a list of fixed ranges. It never got implemented though. --jonathan -- ===================================================================== Jonathan Coles http://www.jpcoles.com jonathan at jpcoles.com ===================================================================== From bernhard at intevation.de Sat Jul 8 10:37:08 2006 From: bernhard at intevation.de (Bernhard Reiter) Date: Sat, 8 Jul 2006 10:37:08 +0200 Subject: Thuban 1.0.1-1.1 in Debian (arm build problem) In-Reply-To: <20060707054447.GN1655@finlandia.home.infodrom.org> References: <20060602161044.GE31844@intevation.de> <20060627181823.GR7096@intevation.de> <20060627183155.GS2598@finlandia.infodrom.north.de> <20060629113836.GA5890@finlandia.home.infodrom.org> <1151582119.16230.39.camel@geru-itae> <20060629170941.GS2598@finlandia.infodrom.north.de> <20060706124536.GA29897@intevation.de> <20060706125214.GC1655@finlandia.home.infodrom.org> <20060706133341.GB29897@intevation.de> <20060707054447.GN1655@finlandia.home.infodrom.org> Message-ID: <20060708083708.GA32293@intevation.de> Am 7. Jul 2006 um 07:44:47 schrieb Martin Schulze: > Bernhard Reiter wrote: > > > > > I'm trying to track this. It's not an errror in Thuban but it prevents > > > > > Thuban to be built :( > > > > > > > > Any news on this one. > > > > The log shows no new build attempt. > > > > http://buildd.debian.org/build.php?arch=arm&pkg=thuban&ver=1.0.1-1.1 > > > > > > Except that I tracked down the problem, got the chroot fixed > > > > Good! > > Not so good that another arm buildd failed with the same error... Yes, I also saw it right now. What can be done about it? Are we the only people affected from the ARM buildd problem? -------------- 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-devel/attachments/20060708/c82261ac/attachment.bin From joey at infodrom.org Sat Jul 8 11:42:57 2006 From: joey at infodrom.org (Martin Schulze) Date: Sat, 8 Jul 2006 11:42:57 +0200 Subject: Thuban 1.0.1-1.1 in Debian (arm build problem) In-Reply-To: <20060708083708.GA32293@intevation.de> References: <20060627181823.GR7096@intevation.de> <20060627183155.GS2598@finlandia.infodrom.north.de> <20060629113836.GA5890@finlandia.home.infodrom.org> <1151582119.16230.39.camel@geru-itae> <20060629170941.GS2598@finlandia.infodrom.north.de> <20060706124536.GA29897@intevation.de> <20060706125214.GC1655@finlandia.home.infodrom.org> <20060706133341.GB29897@intevation.de> <20060707054447.GN1655@finlandia.home.infodrom.org> <20060708083708.GA32293@intevation.de> Message-ID: <20060708094257.GB1655@finlandia.home.infodrom.org> Bernhard Reiter wrote: > Am 7. Jul 2006 um 07:44:47 schrieb Martin Schulze: > > Bernhard Reiter wrote: > > > > > > I'm trying to track this. It's not an errror in Thuban but it prevents > > > > > > Thuban to be built :( > > > > > > > > > > Any news on this one. > > > > > The log shows no new build attempt. > > > > > http://buildd.debian.org/build.php?arch=arm&pkg=thuban&ver=1.0.1-1.1 > > > > > > > > Except that I tracked down the problem, got the chroot fixed > > > > > > Good! > > > > Not so good that another arm buildd failed with the same error... > > Yes, I also saw it right now. > What can be done about it? Poke the buildd maintainer. > Are we the only people affected from the ARM buildd problem? I don't think so. However, part of the problem may be that g++ is executed via gcc (i.e. gcc ... -o ... foo.cpp ...). Otherwise it may use another version of g++ which may also be installed. However, it could also fail. Regards, Joey -- Still can't talk about what I can't talk about. Sorry. -- Bruce Schneier From joey at infodrom.org Sun Jul 9 21:01:29 2006 From: joey at infodrom.org (Martin Schulze) Date: Sun, 9 Jul 2006 21:01:29 +0200 Subject: Thuban 1.0.1-1.1 in Debian (arm build problem) In-Reply-To: <20060708094257.GB1655@finlandia.home.infodrom.org> References: <20060627183155.GS2598@finlandia.infodrom.north.de> <20060629113836.GA5890@finlandia.home.infodrom.org> <1151582119.16230.39.camel@geru-itae> <20060629170941.GS2598@finlandia.infodrom.north.de> <20060706124536.GA29897@intevation.de> <20060706125214.GC1655@finlandia.home.infodrom.org> <20060706133341.GB29897@intevation.de> <20060707054447.GN1655@finlandia.home.infodrom.org> <20060708083708.GA32293@intevation.de> <20060708094257.GB1655@finlandia.home.infodrom.org> Message-ID: <20060709190128.GA16641@finlandia.home.infodrom.org> Martin Schulze wrote: > > > Not so good that another arm buildd failed with the same error... > > > > Yes, I also saw it right now. > > What can be done about it? > > Poke the buildd maintainer. Did that already on Jul 7th, fwiw. Since this requires an action from my most loved DD I decided that it's a lot easier if I built the package on my own, hence, built and uploaded now. Regards, Joey -- Testing? What's that? If it compiles, it is good, if it boots up, it is perfect. From joey at infodrom.org Tue Jul 11 18:53:04 2006 From: joey at infodrom.org (Martin Schulze) Date: Tue, 11 Jul 2006 18:53:04 +0200 Subject: Thuban 1.0.1-1.1 in Debian (arm build problem) In-Reply-To: <20060709190128.GA16641@finlandia.home.infodrom.org> References: <20060629113836.GA5890@finlandia.home.infodrom.org> <1151582119.16230.39.camel@geru-itae> <20060629170941.GS2598@finlandia.infodrom.north.de> <20060706124536.GA29897@intevation.de> <20060706125214.GC1655@finlandia.home.infodrom.org> <20060706133341.GB29897@intevation.de> <20060707054447.GN1655@finlandia.home.infodrom.org> <20060708083708.GA32293@intevation.de> <20060708094257.GB1655@finlandia.home.infodrom.org> <20060709190128.GA16641@finlandia.home.infodrom.org> Message-ID: <20060711165304.GA19061@finlandia.home.infodrom.org> Martin Schulze wrote: > Since this requires an action from my most loved DD I decided > that it's a lot easier if I built the package on my own, hence, > built and uploaded now. Thuban has successfully migrated back into testing. Regards, Joey -- The good thing about standards is that there are so many to choose from. -- Andrew S. Tanenbaum