*** tpb has joined #tp | 00:00 | |
*** ChanServ sets mode: +o tpb | 00:00 | |
*** mithro has joined #tp | 00:31 | |
* llnz_work wanders off | 00:43 | |
llnz_work | later all | 00:43 |
---|---|---|
*** llnz_work has quit IRC | 00:43 | |
CIA-32 | aaron tpserver-cpp-config * rd187a52fc42e /tpserver/main.cpp: Set up signal mask so that daemonizing works properly (as non-root). | 01:04 |
mithro | hey ezod | 01:15 |
mithro | I know what is causing your problem | 01:15 |
mithro | I just no idea how to fix it | 01:15 |
mithro | shenki: ping? | 01:17 |
mithro | https://api.opensuse.org/build/home:mithro/xUbuntu_8.04/x86_64/python-ogre-dbg/python-ogre-dbg_0.0.0-5_amd64.deb | 01:18 |
tpb | <http://ln-s.net/28tJ> (at api.opensuse.org) | 01:18 |
mithro | it's bigger os maybe it includes symbols | 01:18 |
*** zzorn has joined #tp | 01:36 | |
mithro | tim@vaio:~/development/debs$ file ./usr/lib/python2.5/site-packages/ogre/renderer/OGRE/_ogre_.so | 01:55 |
mithro | ./usr/lib/python2.5/site-packages/ogre/renderer/OGRE/_ogre_.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), not stripped | 01:55 |
*** mithro has quit IRC | 02:34 | |
*** mithro has joined #tp | 02:36 | |
*** nash has quit IRC | 03:15 | |
*** peres has joined #tp | 03:23 | |
*** zzorn_laptop has joined #tp | 03:38 | |
shenki | mithro: $ sudo dpkg -i python-ogre-dbg_0.0.0-5_amd64.deb | 03:54 |
shenki | [sudo] password for shenki: | 03:54 |
shenki | Selecting previously deselected package python-ogre-dbg. | 03:54 |
shenki | (Reading database ... 249063 files and directories currently installed.) | 03:54 |
shenki | Unpacking python-ogre-dbg (from python-ogre-dbg_0.0.0-5_amd64.deb) ... | 03:54 |
shenki | dpkg: error processing python-ogre-dbg_0.0.0-5_amd64.deb (--install): trying to overwrite `/usr/lib/python2.5/site-packages/ogre/io/OIS/_ois_.so', which is also in package python-ogre | 03:54 |
shenki | dpkg-deb: subprocess paste killed by signal (Broken pipe) | 03:54 |
shenki | Errors were encountered while processing: python-ogre-dbg_0.0.0-5_amd64.deb | 03:54 |
shenki | opps | 03:54 |
shenki | mithro: does the -dbg package replace the standard one? | 03:55 |
shenki | mithro: ok, installed. how do i run it under gdb? | 03:56 |
*** DTRemenak has quit IRC | 04:00 | |
*** DTRemenak has joined #tp | 04:07 | |
*** JLafont has quit IRC | 04:21 | |
*** DTRemenak|RDP has joined #tp | 04:37 | |
*** DTRemenak has quit IRC | 04:53 | |
*** Erroneous has joined #tp | 06:53 | |
*** Erroneous is now known as DTRemenak | 06:53 | |
*** DTRemenak|RDP has quit IRC | 06:54 | |
*** greywhind has quit IRC | 06:58 | |
*** _Lukstr has joined #tp | 07:01 | |
*** DTRemenak has quit IRC | 07:02 | |
*** Erroneous has joined #tp | 07:02 | |
*** Erroneous is now known as DTRemenak | 07:02 | |
*** TBBle has quit IRC | 07:04 | |
*** Lukstr has quit IRC | 07:04 | |
*** TBBle has joined #tp | 07:04 | |
*** greywhind has joined #tp | 07:05 | |
*** DTRemenak has quit IRC | 07:41 | |
*** Erroneous has joined #tp | 07:43 | |
*** Erroneous is now known as DTRemenak | 07:43 | |
*** DTRemenak has quit IRC | 08:06 | |
*** Erroneous has joined #tp | 08:07 | |
*** Erroneous is now known as DTRemenak | 08:07 | |
*** DTRemenak has quit IRC | 08:16 | |
*** Erroneous has joined #tp | 08:17 | |
*** Erroneous is now known as DTRemenak | 08:18 | |
mithro | shenki: ping? | 08:22 |
shenki | mithro: pong | 08:29 |
mithro | the -dbg package replaces the standard one | 08:29 |
mithro | you should be able to do the following | 08:29 |
mithro | gdb python | 08:29 |
mithro | run tpclient-pyogre | 08:29 |
mithro | (or any of the other things which crash) | 08:30 |
shenki | #0 0x00007f8c00000000 in ?? () | 08:33 |
shenki | No symbol table info available. | 08:33 |
shenki | #1 0x0000000000732008 in PyString_Type () | 08:33 |
shenki | No symbol table info available. | 08:33 |
shenki | #2 0x00007f8c5372e400 in ?? () from /usr/lib/libboost_python-gcc42-1_34_1.so.1.34.1 | 08:33 |
mithro | oh - dang no symbols in libboost_python :/ | 08:34 |
* shenki gets python debug stuf | 08:34 | |
mithro | you using ubuntu? | 08:34 |
shenki | yes | 08:34 |
mithro | libboost-python1.34.1-dbgsym | 08:35 |
shenki | ok | 08:35 |
mithro | you still need to enable the debug repository however | 08:35 |
mithro | tim@vaio:~/Desktop$ more /etc/apt/sources.list.d/debug.list | 08:35 |
mithro | #deb http://ddebs.ubuntu.com hardy main universe | 08:35 |
mithro | #deb http://ddebs.ubuntu.com hardy-updates main universe | 08:35 |
mithro | #deb http://ddebs.ubuntu.com hardy-proposed main universe | 08:35 |
mithro | #deb http://ddebs.ubuntu.com hardy-security main universe | 08:35 |
tpb | Title: Index of / (at ddebs.ubuntu.com) | 08:35 |
tpb | Title: Index of / (at ddebs.ubuntu.com) | 08:35 |
tpb | Title: Index of / (at ddebs.ubuntu.com) | 08:35 |
tpb | Title: Index of / (at ddebs.ubuntu.com) | 08:35 |
shenki | here's a message that pops usp when the program is starting (before tpclient-ogre prints out "No module named avahi_disalbed" | 08:35 |
shenki | yep, got them | 08:35 |
shenki | (i'm on intrepid) | 08:35 |
shenki | #0 0x00007f4500000000 in ?? () | 08:36 |
shenki | No symbol table info available. | 08:36 |
shenki | #1 0x0000000000732008 in PyString_Type () | 08:36 |
shenki | No symbol table info available. | 08:36 |
shenki | #2 0x00007f45684bf400 in ?? () from /usr/lib/libboost_python-gcc42-1_34_1.so.1.34.1 | 08:36 |
shenki | No symbol table info available. | 08:36 |
shenki | hmm, that's not right... | 08:36 |
shenki | oh, i was going to tell you the strange message: warning: Lowest section in /usr/lib/libicudata.so.38 is .hash at 0000000000000158 | 08:38 |
mithro | you can ignore that | 08:41 |
shenki | ok. what does it mean? | 08:41 |
mithro | did you install libboost-python1.34.1-dbgsym ? | 08:41 |
shenki | yes | 08:41 |
mithro | and restart gdb? | 08:41 |
shenki | yes | 08:41 |
shenki | i tried re-installing the lib | 08:41 |
shenki | and now it wont run - but that's because i have to tweak the symlinks as I did before, the defualt libboost_python-gcc42-mt-1_34_1.so.1.34.1 points to the py24 not py25 version | 08:42 |
shenki | s/mt-// | 08:43 |
mithro | where did you get libboost_python from? | 08:44 |
shenki | the repo | 08:44 |
mithro | you need to make sure you get it from ubuntu's repo, not mine | 08:45 |
shenki | ? i haven't got your repo in my sources.list | 08:45 |
shenki | so no chance of that | 08:45 |
mithro | btw - libboost-python1.34.1-index != libboost-python1.34.1 | 08:45 |
shenki | yep | 08:45 |
mithro | dpkg --list | grep libboost-python | 08:45 |
shenki | ~$ dpkg --list |grep libboost-python | 08:46 |
shenki | ii libboost-python1.34.1 1.34.1-11ubuntu1 Boost.Python Library | 08:46 |
shenki | ii libboost-python1.34.1-dbgsym 1.34.1-11ubuntu1 debug symbols for package libboost-python1.34.1 | 08:46 |
shenki | ii libboost-python1.34.1-index 0.0.0-1 Extra index stuff for boost-python | 08:46 |
shenki | ii libboost-python1.35.0 1.35.0-5ubuntu1 Boost.Python Library | 08:46 |
shenki | 22:16 -!- Irssi: Starting query in freenode with tpb | 08:47 |
shenki | 22:16 <tpb> Error: "$" is not a valid command | 08:47 |
mithro | okay - this is not going to work libboost-python1.35.0 !=libboost-python1.34.1 | 08:47 |
shenki | thank tpb | 08:47 |
shenki | yes | 08:47 |
shenki | but i have 1.34.1 installed too | 08:47 |
mithro | remove 1.35 anyway | 08:48 |
shenki | k | 08:49 |
shenki | same result | 08:49 |
mithro | hrm... | 08:51 |
mithro | anyway I can get access to this machine? | 08:51 |
shenki | i thought i stopped the segfaulting, and it was just wierd glsl stuff? | 08:51 |
shenki | no, it's my laptop | 08:51 |
mithro | because if it is saying | 08:51 |
mithro | [22:36] <shenki> #2 0x00007f45684bf400 in ?? () from /usr/lib/libboost_python-gcc42-1_34_1.so.1.34.1 | 08:52 |
mithro | [22:36] <shenki> No symbol table info available. | 08:52 |
mithro | then your dbgsym is not installed correctly | 08:52 |
shenki | normally when you run software under gdb, it loads all the debug info before it will let you continue executing the code | 08:52 |
shenki | this doesn't happen with the way we're running it | 08:53 |
shenki | is there something strange we should be doing for python? | 08:53 |
mithro | yes, because the modules are loaded dynamically | 08:53 |
mithro | gdb loads the symbols as the libraries are loaded | 08:53 |
mithro | (which for most things is right at startup) | 08:53 |
mithro | on a totally unrelated note - do you have ekiga installed? | 08:53 |
shenki | are we sure? it's not printing any loading symbols messages | 08:54 |
shenki | yes | 08:54 |
mithro | want to test something? | 08:54 |
shenki | sure | 08:54 |
shenki | i haven't used ekiga on this install, im not sure if it's set up... | 08:54 |
shenki | it looks like it is. | 08:55 |
mithro | any idea how to make a call? | 08:55 |
shenki | yep. i used it lots when i was living in cambridge | 08:56 |
mithro | how do I call you? | 08:56 |
shenki | pm me your sip address | 08:56 |
shenki | sec, mandy and i are just testing | 08:57 |
shenki | hmm, our accounts aren't connecting | 08:58 |
shenki | to ekiga.net | 08:58 |
*** bddebian has joined #tp | 09:38 | |
bddebian | Heya | 09:39 |
mithro | hey bddebian | 09:44 |
bddebian | Hi mithro | 09:46 |
mithro | GSoC comming to a close but lots of cool things have been accomplished | 09:47 |
bddebian | Nice | 09:48 |
bddebian | My work life has been a freakin' nightmare lately but I hope to get the Debian packages fixed up soon since we now have wxwidgets | 09:49 |
*** peres has left #tp | 10:01 | |
*** zzorn_laptop has quit IRC | 10:20 | |
*** Iwanowitch has joined #tp | 11:27 | |
*** JLafont has joined #tp | 12:10 | |
CIA-32 | aaron libtpclient-py-singleplayer * r30217a3dbced /tp/client/SinglePlayer.py: Added listing functions for server and ruleset parameters. | 12:52 |
*** TBBle has quit IRC | 13:02 | |
*** TBBle has joined #tp | 13:08 | |
*** Erroneous has joined #tp | 13:48 | |
*** JLafont has quit IRC | 13:59 | |
*** mithro has quit IRC | 14:08 | |
*** mithro has joined #tp | 14:09 | |
CIA-32 | aaron libtpclient-py-singleplayer * r1fa4f3f5f409 /tp/client/SinglePlayer.py: Fixed parameter value formatting. | 14:12 |
CIA-32 | aaron tpclient-pywx-singleplayer * r0e3c9af6f420 /windows/ (4 files in 2 dirs): Ruleset, server, and all options are implemented in single player wizard. | 14:18 |
*** JLafont has joined #tp | 14:27 | |
*** mithro has quit IRC | 14:35 | |
*** mithro has joined #tp | 14:36 | |
*** _Lukstr is now known as Lukstr | 14:53 | |
*** tuna has quit IRC | 16:38 | |
*** llnz_work has joined #tp | 17:07 | |
llnz_work | morning all | 17:07 |
JLafont | hey llnz | 17:08 |
llnz_work | hi JLafont | 17:09 |
*** bddebian has quit IRC | 17:18 | |
*** tuna-fish has joined #tp | 17:57 | |
*** tuna-fish is now known as tuna | 17:57 | |
CIA-32 | verhoevenv daneel-ai * rf237f77dfd51 /basic.py: Add list of players to the constraint store | 18:36 |
CIA-32 | verhoevenv daneel-ai * r03de24949576 /mod-risk.py: | 18:36 |
CIA-32 | Switch to logger & fix wormholes pointing to star systems and not | 18:36 |
CIA-32 | planets. | 18:36 |
*** remaxim has joined #tp | 19:03 | |
remaxim | hi | 19:04 |
remaxim | seems like you found lots of follower | 19:05 |
remaxim | just stopping by looking what happend in the last months | 19:05 |
llnz_work | yes, we have quite a few people | 19:06 |
llnz_work | many are google summer of code students | 19:07 |
*** nash has joined #tp | 19:07 | |
*** mithro has quit IRC | 19:11 | |
remaxim | great! | 19:27 |
remaxim | errrr... is the music already in the game? | 19:27 |
llnz_work | not that i know off | 19:29 |
llnz_work | one of the students is working on a 3d client | 19:29 |
remaxim | sounds like that s not enough ... | 19:34 |
remaxim | 3d clients usually aren't supposed to be done by one person only | 19:34 |
llnz_work | remaxim: why not? | 19:41 |
llnz_work | he is using the existing protocol and client libraries | 19:41 |
llnz_work | and existing graphics engine (orge3d-python) | 19:41 |
remaxim | programming, graphics, modeling ... there s much work to do. to much to be done by 1 person IMHO | 19:41 |
remaxim | ah, ok... then it s maybe OK | 19:42 |
llnz_work | the models/skins were done earlier | 19:42 |
llnz_work | and there isn't many (currently) | 19:42 |
remaxim | ah, ok! that's great! | 20:12 |
remaxim | sorry for answering that late! | 20:13 |
remaxim | just type my name so I answer faster | 20:13 |
*** greywhind_ has joined #tp | 20:22 | |
*** greywhind has quit IRC | 20:22 | |
*** Iwanowitch has quit IRC | 21:01 | |
*** peres has joined #tp | 21:07 | |
remaxim | I m off! bye | 21:13 |
*** remaxim has left #tp | 21:13 | |
*** Erroneous has quit IRC | 21:43 | |
*** bddebian has joined #tp | 22:18 | |
*** jsmiller has joined #tp | 23:28 | |
* jsmiller will be in and out (helping with trip packing). | 23:28 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!