*** tpb has joined #tp | 00:00 | |
*** ChanServ sets mode: +o tpb | 00:00 | |
mithro | vi1985: okay give it another go | 00:07 |
---|---|---|
vi1985 | mithro: nothing there yet :) | 00:07 |
mithro | vi1985: I mean do another push | 00:08 |
vi1985 | mithro: k, one sec | 00:08 |
CIA-31 | victor.ivri gencon-rfts-ai * r1966e03e9a66 / (TestGenome2_gnm gencon/test/test.java): Test push. | 00:09 |
vi1985 | mithro: back to normal, thanks! | 00:09 |
mithro | appears that git started enforcing "core.sharedRepository" | 00:11 |
*** Alklomion has joined #tp | 00:15 | |
Alklomion | hey mithro, are you there? | 00:15 |
*** vi1985 has quit IRC | 00:16 | |
*** JLafont has quit IRC | 01:01 | |
* llnz_laptop wander off | 01:04 | |
llnz_laptop | later all | 01:04 |
*** llnz_laptop has quit IRC | 01:04 | |
mithro | Alklomion: yes am now | 01:10 |
Alklomion | i've had sort of a lazy week and have just started getting back on track - I had a problem with importing j4me as a library today - fixed that a few minutes ago. It required rebuilding the project and restructuring the Jar | 01:13 |
Alklomion | congratulations on your new appartment by the way | 01:13 |
mithro | Alklomion: thanks | 01:38 |
mithro | so where are we at? | 01:38 |
mithro | do we have a login screen yet? | 01:39 |
Alklomion | nope - i'm beginning that in a few minutes | 01:50 |
Alklomion | just finishing lunch | 01:50 |
*** peres has joined #tp | 02:10 | |
*** nash has quit IRC | 03:24 | |
*** tpb has joined #tp | 03:32 | |
*** ChanServ sets mode: +o tpb | 03:32 | |
*** Alklomion has quit IRC | 03:35 | |
*** shenki has joined #tp | 06:03 | |
*** shenki has quit IRC | 06:05 | |
*** shenki has joined #tp | 06:06 | |
shenki | mithro: build completed over night, still segfaults | 06:09 |
mithro | shenki: :( | 06:09 |
shenki | mithro: how do i run it under gdb? | 06:10 |
mithro | badly :) | 06:10 |
shenki | mithro: http://whirlpool.net.au/news/?id=1803 | 06:27 |
tpb | Title: 3 still pushing mobile data value - Whirlpool Broadband News (at whirlpool.net.au) | 06:27 |
mithro | if these opensuse guys would hurry up I could do some more comprehensive testing | 07:24 |
*** JLafont has joined #tp | 07:46 | |
mithro | hey JLafont | 07:59 |
mithro | shenki: ping? | 08:03 |
mithro | shenki: you first need to figure out how to produce a dbsyms package | 08:03 |
shenki | mithro: how do i run it under gdb? | 08:18 |
shenki | so i can work out what libs i don't have symbols for | 08:19 |
mithro | shenki: running under gdb won't help | 08:19 |
mithro | until you can get debug symbols for python-ogre | 08:19 |
*** JLafont has quit IRC | 08:22 | |
shenki | yes, but that doesn't mean i don't want to know how to run it under gdb :) | 08:27 |
shenki | anyway | 08:27 |
shenki | re: symbols | 08:27 |
shenki | i thought that dh_strip was the part of building a deb that takes your symbols away | 08:28 |
shenki | and python-ogre doesn't call dh_strip | 08:28 |
mithro | tim@vaio:~/development/python-ogre/generated/ogreal_0.3$ file /usr/lib/python2.5/site-packages/ogre/renderer/OGRE/*.so | 08:30 |
mithro | /usr/lib/python2.5/site-packages/ogre/renderer/OGRE/_ogre_.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped | 08:30 |
mithro | that looks stripped? | 08:31 |
shenki | yes, i agree | 08:31 |
shenki | (my 64bit ones are stripped too) | 08:31 |
shenki | i'm confused as there's no dh_strip call | 08:32 |
shenki | well, there must be at some point. but $ grep dh_strip rules | wc -l | 08:34 |
shenki | 0 | 08:34 |
shenki | or my understanding of this whole show is off | 08:40 |
mithro | scons probably strips | 08:40 |
shenki | we need to set CFLAGS=-g, right? otherwise there's no debug info being put there in the first place | 08:40 |
shenki | that sounds like it. i'll give it a go. | 08:40 |
shenki | mithro: where's an appropriate point to add -g to the CFLAGS and CXXFLAGS in BuildModule.py? | 08:44 |
mithro | nowhere really | 08:44 |
shenki | ... | 08:44 |
mithro | it's not really designed to add a flag like that to everything | 08:44 |
shenki | ok. line 83 looks like an appropriate point | 08:46 |
shenki | just for testing | 08:47 |
shenki | hmm. i wonder if the build system will recognise that i've changed the CFLAGS | 08:51 |
mithro | nope | 08:52 |
mithro | you will have to a complete build from a clean repository | 08:52 |
mithro | if you get it working | 08:53 |
mithro | we should probably enable it by default | 08:53 |
mithro | and then get the debs to do dh_strip | 08:53 |
mithro | it looks like when you call dh_strip you can get it to make a dbg package | 08:53 |
shenki | yeah, ubuntu has a hax that overloads dh_strip and creates the dbg debs | 08:53 |
mithro | looks like debian has a similar thing | 08:56 |
mithro | but you have to enable it by hand | 08:56 |
mithro | dh_strip -plibogre14 --dbg-package=libogre14-dbg | 08:56 |
shenki | k | 08:57 |
shenki | this is the first build i'm doing that will (could?) use a warm ccache | 08:57 |
mithro | if you change something like -g | 09:00 |
mithro | ccache is of no use | 09:00 |
shenki | hhm, bummer | 09:04 |
mithro | ccache only really make sense in places where you are rebuild the same code multiple times with the same input | 09:16 |
*** Ohm_ has quit IRC | 09:16 | |
mithro | well I'm going to head off home | 09:19 |
mithro | shenki: you shouldn't need to rebuild gccxml, pygccxml or pyplusplus | 09:21 |
mithro | as they are not the things which are segfaulting (they are just code generators) | 09:22 |
mithro | you do need to recompile the boost_python_index stuff | 09:22 |
mithro | shenki: I bet it will be somewhere casting a pointer to an int32 | 09:25 |
mithro | or similar naughty stuff | 09:25 |
shenki | mithro: yeah, that would be a safe bet | 09:25 |
shenki | mithro: i've left it to compile over night, sleep time now | 09:26 |
mithro | same for me | 09:26 |
mithro | see ya! | 09:26 |
*** shenki has quit IRC | 10:09 | |
*** Ohm_ has joined #tp | 10:30 | |
*** Ohm_ has quit IRC | 11:01 | |
*** peres has quit IRC | 11:49 | |
*** JLafont has joined #tp | 12:14 | |
*** zzorn has quit IRC | 12:55 | |
*** vi1985 has joined #tp | 13:27 | |
vi1985 | ~seen jphr | 13:32 |
tpb | vi1985: jphr was last seen in #tp 2 days, 1 hour, 58 minutes, and 36 seconds ago: <jphr> morning | 13:32 |
*** JLafont has quit IRC | 13:36 | |
*** DTRemenak|RDP has joined #tp | 13:40 | |
*** DTRemenak|RDP is now known as Erroneous | 13:41 | |
*** JLafont_ has joined #tp | 13:56 | |
*** sladegen has quit IRC | 14:11 | |
*** sladegen has joined #tp | 14:11 | |
*** sladegen has quit IRC | 14:16 | |
*** sladegen has joined #tp | 14:16 | |
*** nuleren has joined #tp | 14:40 | |
*** Ohm_ has joined #tp | 14:57 | |
*** jphr has joined #tp | 15:14 | |
jphr | any had trouble pushing to their repos today? | 15:21 |
nuleren | I haven't tried yet today, but I'll let you know if mine doesn't work | 15:22 |
jphr | from what it looks like 'git push --dry-run' thinks everything is ok, but 'git push' itself fails when unpack fails on the server | 15:23 |
*** JLafont-laptop has joined #tp | 15:44 | |
*** JLafont_ has quit IRC | 15:53 | |
nuleren | jphr: my repo won't push either | 15:56 |
nuleren | getting a permission denied error when it tries to unpack | 15:56 |
jphr | nuleren: on something like "./objects/43"? | 15:57 |
nuleren | jphr: yep, mine is .objects/66 | 15:57 |
jphr | mithro: ping? | 15:58 |
jphr | nuleren: well thats not very good for us is it... | 15:58 |
nuleren | jphr: haha, nope its not | 15:58 |
jphr | want to start a dev list email? | 15:59 |
nuleren | sure | 15:59 |
jphr | I'll reply to your post to corroborate it :P | 15:59 |
nuleren | sounds good hah | 16:00 |
nuleren | ok, email is sent | 16:04 |
*** JLafont-laptop has quit IRC | 16:13 | |
jphr | nuleren: emailed as well | 16:28 |
jphr | its good you use cg and i use git exclusively, that way you won't get blamed for using cg :} | 16:29 |
nuleren | lol true | 16:30 |
nuleren | afk for a bit | 16:30 |
*** Epyon has joined #tp | 16:36 | |
*** bddebian has quit IRC | 16:44 | |
*** llnz_laptop has joined #tp | 17:01 | |
llnz_laptop | hi all | 17:04 |
llnz_laptop | hi nuleren | 17:04 |
jphr | hey | 17:04 |
llnz_laptop | hi jphr | 17:04 |
jphr | llnz_laptop: any chance your having git push troubles as well :P? | 17:04 |
*** JLafont has joined #tp | 17:06 | |
llnz_laptop | i could be, but haven't pushed anything in a couple of weeks | 17:08 |
*** JLafont has quit IRC | 17:13 | |
CIA-31 | llnz libtpproto-cpp * ra2c889a8c4b6 /index.dox: Updated future documentation areas to reflect current library. | 17:14 |
llnz_laptop | nope, works for me | 17:14 |
llnz_laptop | what version of git do you have? | 17:15 |
*** tuna has quit IRC | 18:05 | |
*** tuna has joined #tp | 18:06 | |
*** JLafont has joined #tp | 18:30 | |
*** nash has joined #tp | 19:18 | |
mithro | jphr: pong? | 19:54 |
jphr | mithro: hi | 19:54 |
mithro | jphr: I recommend talking ot nuleren about how he did his cool river stuff | 19:54 |
jphr | mithro: can't speak for long, but I "ping"ed you back when because nuleren and I can't git push atm. But we put an email to the tp devel list | 19:55 |
mithro | I think you could do the same with your conteitents | 19:55 |
jphr | I'll have to take a look | 19:55 |
jphr | but, family is beckoning me to go, so I have to run | 19:56 |
*** bddebian has joined #tp | 19:56 | |
mithro | jphr: should be fixed now | 19:56 |
jphr | mithro: thanks | 19:56 |
CIA-31 | jphr tpserver-cpp-risk * r5ecf5ef21e30 /modules/games/risk/ (5 files): Created txt files for screencast scripts. Cleaned up sample conf a little | 19:56 |
CIA-31 | jphr tpserver-cpp-risk * r4323dd2f1944 /modules/games/risk/ (sc-risk-adv.txt sc-risk-basic.txt thisweek.txt): Updated sc-*.txt files | 19:56 |
CIA-31 | jphr tpserver-cpp-risk * r211fedad259d /modules/games/risk/ (sc-maps.txt sc-risk-basic.txt): Added more to screencast scripts. | 19:56 |
jphr | mithro: thank you very much | 19:57 |
jphr | bye bye | 19:57 |
*** jphr has quit IRC | 19:57 | |
mithro | nuleren: ping? | 20:02 |
nuleren | mithro: pong | 20:03 |
mithro | nuleren: can you try and push now? | 20:03 |
nuleren | sure | 20:03 |
CIA-31 | nuleren tpserver-cpp-tae * r664186911be8 /modules/games/tae/ (fleetbuilder.cpp tae.cpp taeturn.cpp): | 20:03 |
CIA-31 | TaeTurn now determines the combatants in a combat turn and enables their | 20:03 |
CIA-31 | combat orders. | 20:03 |
nuleren | mithro: excellent, thanks | 20:03 |
llnz_laptop | cool | 20:18 |
*** peres has joined #tp | 20:50 | |
*** nuleren has quit IRC | 20:54 | |
*** Erroneous has quit IRC | 22:12 | |
*** shenki has joined #tp | 22:29 | |
*** JLafont has quit IRC | 23:14 | |
*** peres has left #tp | 23:26 | |
*** JLafont has joined #tp | 23:33 | |
*** JLafont has quit IRC | 23:36 | |
*** JLafont has joined #tp | 23:39 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!