*** srichter changes topic to "SchoolTool development | IRC logs at http://source.schooltool.org/irclogs/ | Buildbot: http://source.schooltool.org/buildbot | Dev meetings Tue, 14:30 UTC (16:30 EET)| CanDo dev meetings Tue, 4pm EST" | 00:15 | |
*** kamalgill-away is now known as kamalgill | 00:48 | |
*** vidasp has quit IRC | 01:47 | |
*** kamalgill is now known as kamalgill-away | 03:38 | |
*** th1a has quit IRC | 03:53 | |
*** th1a has joined #schooltool | 03:56 | |
*** th1a has quit IRC | 04:02 | |
*** th1a has joined #schooltool | 04:23 | |
*** wrobel has quit IRC | 04:30 | |
*** kamalgill-away is now known as kamalgill | 05:18 | |
*** kamalgill has left #schooltool | 05:22 | |
*** Travis_ has joined #schooltool | 07:31 | |
*** Travis_ has quit IRC | 07:34 | |
*** vidasp has joined #schooltool | 10:06 | |
*** ignas has joined #schooltool | 11:19 | |
*** vidasp has quit IRC | 12:05 | |
*** alga has joined #SchoolTool | 12:52 | |
*** vidasp has joined #schooltool | 12:56 | |
*** mgedmin has joined #schooltool | 13:00 | |
*** alga has quit IRC | 13:09 | |
*** vidasp has quit IRC | 13:16 | |
*** vidasp has joined #schooltool | 13:16 | |
*** kitblake has joined #schooltool | 13:55 | |
*** mgedmin has quit IRC | 14:47 | |
tiredbones | when I ran "make build update-translatation" from yesterdays svn I recieved this error in the traceback from setup. no module name zpkgsetup.package. The revision number is 41591.If anyone is interested -http://pastebin.com/549724. | 15:40 |
---|---|---|
tiredbones | Is this error going to stop me from going on with the install? | 15:41 |
povbot` | /svn/commits: * ignas committed revision 5751: | 15:49 |
povbot` | /svn/commits: Switch from MEssageIDFactory to MessageFactory. | 15:49 |
tiredbones | I think I'm ok now. I cd to "homedir/schooltool/Zope3/buildsupport" and ran "svn up". It seem to take because the installed finish. | 15:55 |
tiredbones | "make test" produce this - http://pastebin.com/549742 | 16:00 |
tiredbones | bbl | 16:00 |
ignas | tiredbones, ouch, sorry not sure we can help you with GCC bugs | 16:16 |
ignas | what distribution are you using? | 16:17 |
ignas | linux distribution i mean | 16:17 |
povbot` | /svn/commits: * ignas committed revision 5752: | 16:42 |
povbot` | /svn/commits: Switch from MEssageIDFactory to MessageFactory. | 16:42 |
*** mgedmin has joined #schooltool | 16:46 | |
povbot` | /svn/commits: * ignas committed revision 5753: | 16:55 |
povbot` | /svn/commits: Whitespace fixes. | 16:55 |
*** jinty has joined #schooltool | 17:02 | |
ignas | th1a, ping | 17:13 |
*** alga has joined #SchoolTool | 17:35 | |
*** jinty has quit IRC | 18:06 | |
*** jinty has joined #schooltool | 18:06 | |
*** alga has quit IRC | 18:21 | |
tiredbones | ignas, ping | 18:52 |
ignas | tiredbones, pong | 18:52 |
tiredbones | ignas, I just upgraded to breezy yesterday. | 18:53 |
ignas | tiredbones, ouh, weird then ... | 18:53 |
ignas | gcc --version ? | 18:53 |
tiredbones | ignas, it looks like I have gcc-3.3 | 18:54 |
tiredbones | ignas, what version to do have? | 18:55 |
ignas | gcc (GCC) 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9) | 18:55 |
ignas | gcc-3.3 (GCC) 3.3.6 (Ubuntu 1:3.3.6-8ubuntu1) | 18:56 |
ignas | not sure which one is used to compile Zope3 | 18:56 |
tiredbones | ignas, I stand corrected, gcc-4.0.2 | 18:56 |
ignas | but are you using the same build as i am | 18:56 |
tiredbones | ignas, what do you mean by the same build as your? | 18:57 |
ignas | just type "gcc --version" | 18:58 |
ignas | and see if the first line matches mine | 18:58 |
tiredbones | ignas, yes the exact same. | 18:59 |
ignas | then i can't really help you ... | 18:59 |
ignas | should be working properly | 18:59 |
tiredbones | ignas, ok, thanks | 18:59 |
tiredbones | ignas, if you have time could you look at this -http://pastebin.com/549944 | 19:11 |
th1a | ignas: What's up? | 19:17 |
tiredbones | th1a, does make test have to run before make ftest? | 19:19 |
mgedmin | tiredbones, there can be no question about this, it's a gcc bug | 19:23 |
mgedmin | and no, make test does not have to run before make ftest | 19:23 |
mgedmin | (however if make test fails, chances are that make ftest will also fail) | 19:24 |
mgedmin | interesting | 19:24 |
mgedmin | the 'gcc' package in breezy is version 4:4.0.1-3 | 19:24 |
mgedmin | however gcc --version prints 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9) | 19:25 |
tiredbones | mgedmin, Seeing how ignas an I have that same gcc, shouldn't he also fail? | 19:25 |
mgedmin | that would make sense, yes | 19:25 |
mgedmin | works for me too | 19:27 |
mgedmin | breezy, same gcc version | 19:27 |
tiredbones | mgedmin, from dpkg -l ggc -> 4.0.1-3 | 19:27 |
tiredbones | mgedmin, from gcc --version gcc (GCC) 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9) | 19:28 |
mgedmin | is it reproducible? | 19:28 |
mgedmin | if you run 'make' several times in a row, do you get the same error every time? | 19:28 |
tiredbones | mgedmin, let me check. | 19:29 |
tiredbones | mgedmin, Ran the test three time and each time I get a new error. | 19:31 |
mgedmin | sounds like a hardware problem | 19:32 |
mgedmin | read http://www.ibiblio.org/pub/Linux/docs/faqs/GCC-SIG11-FAQ | 19:32 |
* mgedmin was bitten by bad RAM once | 19:33 | |
tiredbones | I was hoping to bring schooltool up today, maybe not.Such is life. | 19:36 |
tiredbones | mgedmin, Thanks for the pointer. | 19:37 |
tiredbones | We have a snow strom coming tonight, so I got to go get the equipment ready. | 19:39 |
ignas | th1a, i have backported the fix for the erchaches bug, and schooltool/bell now runs on Zope3.2, is that everything you need ? | 19:51 |
povbot` | /svn/commits: * ignas committed revision 5754: | 19:53 |
povbot` | /svn/commits: Backported the fix for issue461. | 19:53 |
th1a | ignas: Given the amount of time it took to get the Zope3.2 fix done, I don't really feel like looking for other small bugfixes, if there are any. | 19:53 |
ignas | th1a, i could not find any "issue" ones | 19:53 |
th1a | OK. That's fine then. | 19:54 |
th1a | ignas & mgedmin: Extra thanks for taking this on short notice. | 19:54 |
ignas | backporting timetable/timezone fixes would take quite a bit of time, because release schoolbell/tool don't have application preferences ... | 19:55 |
th1a | ignas: OK. That makes sense. | 19:55 |
*** vidasp has quit IRC | 21:52 | |
mgedmin | <mgedmin> it would be nice to push http://source.schooltool.org/trac/changeset/2355 upstream into Python | 22:26 |
mgedmin | http://sourceforge.net/tracker/index.php?func=detail&aid=1429818&group_id=5470&atid=305470 | 22:26 |
mgedmin | this patch to trace.py gets rid of error messages during 'make coverage', and it also gets rid of weidly named '<doctest foo' files in coverage/ | 22:26 |
* mgedmin wonders where srichter disappeared lately | 22:27 | |
mgedmin | also, I just tried schooltool's test.py --coverage on another Zope 3 project, and I get obviously bogus coverage data | 22:27 |
mgedmin | when there are mixed unit tests and doctests for a single source module, sometimes the doctest-covered parts are shown as not covered at all | 22:27 |
mgedmin | I do not know why | 22:28 |
*** mgedmin has quit IRC | 22:40 | |
*** ignas has quit IRC | 22:59 | |
*** vidasp has joined #schooltool | 23:26 | |
*** jinty has left #schooltool | 23:38 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!