*** tpb has joined #tp | 00:00 | |
*** ChanServ sets mode: +o tpb | 00:00 | |
*** tansell_laptop has quit IRC | 00:10 | |
*** tansell_laptop has joined #tp | 00:24 | |
* llnz wanders off | 00:31 | |
llnz | bbl | 00:31 |
---|---|---|
*** llnz has quit IRC | 00:31 | |
*** greenlion has joined #tp | 00:32 | |
*** alanp has quit IRC | 00:44 | |
*** llnz has joined #tp | 01:21 | |
jnengland77 | night all | 01:54 |
Vadtec | sometimes...english class really blows | 01:56 |
Vadtec | ugh | 01:56 |
Vadtec | that was meant for another chan | 01:56 |
Vadtec | i must be really annoyed with this class, im mixing unrelated chans up bad right now | 01:57 |
*** greenlion has quit IRC | 01:57 | |
*** jnengland77 has quit IRC | 01:58 | |
*** tansell_laptop has quit IRC | 02:06 | |
*** tansell_laptop has joined #tp | 02:08 | |
*** shrink has joined #tp | 02:37 | |
*** shrink has quit IRC | 02:40 | |
*** shrink has joined #tp | 02:43 | |
*** shrink has quit IRC | 02:45 | |
*** shrink has joined #tp | 02:48 | |
*** peres has joined #tp | 04:51 | |
*** peres has quit IRC | 06:40 | |
*** llnz has quit IRC | 06:42 | |
*** mhilmi has quit IRC | 06:42 | |
*** DTRemenak has quit IRC | 06:42 | |
*** Greywhind has quit IRC | 06:42 | |
*** mhilmi has joined #tp | 06:42 | |
*** DTRemenak has joined #tp | 06:43 | |
*** llnz has joined #tp | 06:46 | |
*** Greywhind has joined #tp | 06:47 | |
*** mithro has joined #tp | 07:30 | |
* llnz wanders off | 08:01 | |
llnz | later all | 08:01 |
*** llnz has quit IRC | 08:01 | |
*** mithro has quit IRC | 08:18 | |
*** mithro has joined #tp | 08:19 | |
*** mithro has quit IRC | 08:34 | |
*** Noughmad has joined #tp | 08:37 | |
*** peres has joined #tp | 08:43 | |
Landon | tansell: update: after starting over from scratch I'm still getting problems with scons,if you want I can post the log | 08:45 |
*** mithro has joined #tp | 08:49 | |
*** bddebian has joined #tp | 10:05 | |
bddebian | Hi | 10:07 |
*** Noughmad has quit IRC | 10:15 | |
mithro | ezod: poke? | 10:44 |
ezod | mithro: hi | 10:44 |
mithro | ezod: did you see my commit over the weekend? | 10:45 |
ezod | mithro: i see it now | 10:45 |
mithro | first step towards making single player more reliable | 10:46 |
ezod | i'll look into that | 10:46 |
ezod | cool | 10:46 |
ezod | fyi, that subprocess.py was pulled from python 2.6 | 10:47 |
Landon | mithro: not sure if you caught my message that was just before you joined | 10:48 |
Landon | -- update: after starting over from scratch I'm still getting problems with scons,if you want I can post the log | 10:48 |
mithro | ezod: yeah, which is why os module doesn't have closefd | 10:48 |
mithro | Landon: :( | 10:49 |
mithro | you want to post the complete log? | 10:49 |
*** shrink has quit IRC | 10:50 | |
mithro | next time you won't do a silly thing like upgrade your distro before SoC :P | 10:50 |
mithro | you AMD64? | 10:50 |
Landon | haha :P | 10:50 |
Landon | no, just 32 bit intel :) | 10:50 |
Landon | http://lfowles.org/files/pyogre.log | 10:50 |
mithro | http://download.opensuse.org/repositories/home://mithro://python-ogre/xUbuntu_8.10/ | 10:52 |
tpb | <http://ln-s.net/34jX> (at download.opensuse.org) | 10:52 |
Landon | if worse comes to worse I have plenty of space for another ubuntu installation :P | 10:53 |
mithro | so I have NFI how you are causing this to occur | 10:53 |
Landon | well, do you know any places where I can poke at? | 10:54 |
mithro | my only guess is that | 10:54 |
mithro | it's reading the the file with the wrong encoding | 10:54 |
mithro | if it was encoded as utf-16 and it was reading it as ascii you would get that | 10:56 |
mithro | but none of those conditions make sense | 10:56 |
mithro | what does svn diff show? | 10:56 |
Landon | nothing | 10:57 |
mithro | what does | 10:59 |
mithro | "file BuildModule.py" say? | 10:59 |
Landon | ASCII Java program text, with CRLF line terminators | 10:59 |
mithro | what about "file SConstruct" | 11:01 |
Landon | python script text executable | 11:01 |
*** jernejovc has joined #tp | 11:02 | |
Landon | only thing I can seee that might be happening is something messes up when exporting | 11:03 |
Landon | for CC_FLAGS | 11:03 |
mithro | it's something from the SConstruct I think | 11:03 |
mithro | grep pkg-config * | 11:04 |
mithro | SConstruct: CCFLAGS = ' `pkg-config --cflags OGRE` ' ## needs to change I think :) | 11:04 |
mithro | SConstruct: LINKFLAGS = ' `pkg-config --libs OGRE` -lstdc++ ' | 11:04 |
mithro | Landon: do a | 11:04 |
mithro | echo $LANG | 11:04 |
Landon | en_US.UTF-8 | 11:04 |
mithro | hrm | 11:05 |
mithro | echo $CCFLAGS | 11:05 |
Landon | nothing | 11:06 |
Landon | but these are a new set of terminals since I last tried | 11:06 |
mithro | hrm | 11:09 |
mithro | Landon: python --version | 11:12 |
Landon | 2.6.2 | 11:12 |
mithro | it appears to be a python2.5 problem | 11:16 |
mithro | try the following | 11:17 |
mithro | change line | 11:17 |
mithro | 475 to read | 11:17 |
mithro | base = 'scons-1.2.0' | 11:18 |
mithro | then | 11:18 |
Landon | of what file? | 11:18 |
mithro | environment.py | 11:18 |
mithro | python python-ogre/BuildModule.py -r -b scons | 11:18 |
Landon | okk | 11:19 |
*** greenlion has joined #tp | 11:20 | |
mithro | it shouldn't take long? | 11:21 |
mithro | any luck? | 11:21 |
Landon | yeah it worked | 11:21 |
mithro | okay try the last step | 11:22 |
mithro | python python-ogre/BuildModule.py -b cegui | 11:22 |
Landon | those steps worked fine before | 11:23 |
Landon | it was when I got to -g -c that it started failing | 11:23 |
mithro | oh | 11:23 |
mithro | sorry yeah | 11:23 |
mithro | you just need to -c | 11:23 |
mithro | (don't do -g as it'll be a long time) | 11:24 |
Landon | need to get ready for class, I'll let you know when it finishes | 11:28 |
Landon | I'll call it a success, hsant stopped yet | 11:57 |
*** peres has quit IRC | 12:33 | |
*** jernejovc_ has joined #tp | 13:19 | |
*** jernejovc has quit IRC | 13:35 | |
*** Erroneous has joined #tp | 13:40 | |
*** jernejovc_ is now known as jernejovc | 13:54 | |
Patrick` | agh, I've been going spare and hiding but it's not 7pm UTC for another hour | 13:58 |
Patrick` | stupid summer time | 13:58 |
*** Noughmad has joined #tp | 14:17 | |
*** peres has joined #tp | 14:34 | |
epyon | is it my imagination or is 19.00 UTC any minute now? | 14:59 |
Landon | soon | 14:59 |
Landon | #gsoc is freaking out :) | 15:00 |
epyon | ah, yeah, that's why I keep away from it | 15:00 |
epyon | ^^ | 15:00 |
Patrick` | lemme guess, it just went +m | 15:01 |
Patrick` | I also think I forgot to join the main mailing list | 15:02 |
Landon | heh yeah | 15:03 |
Landon | then they took +m off for a whole 5 seconds | 15:03 |
Landon | :) | 15:03 |
Patrick` | hah, the list went up and just got dos'd | 15:05 |
Landon | sweet | 15:05 |
* Landon is in | 15:05 | |
mhilmi | phew | 15:07 |
Patrick` | still says it's busy/down :| | 15:07 |
mhilmi | yep just went down lol | 15:08 |
Landon | maintenance :P | 15:10 |
* Greywhind just sits and waits some more | 15:11 | |
mhilmi | well stayed up long enough for me to scan for my name in TP and KDE hehe | 15:11 |
Patrick` | MIRROR IT SOMEWHERE | 15:11 |
Patrick` | it's not difficult | 15:11 |
mhilmi | its google, why do they even need mirrors! | 15:11 |
Greywhind | got in | 15:11 |
Greywhind | (i mean, page is back up) | 15:12 |
Landon | now to wait for the email | 15:12 |
Landon | :P | 15:12 |
*** Patrick` has left #tp | 15:13 | |
epyon | I'm in | 15:16 |
epyon | :D | 15:17 |
Greywhind | gratz epyon | 15:17 |
* Greywhind is in too | 15:17 | |
epyon | Greywhind: gratz ^^ | 15:18 |
* Greywhind opens a celebratory bottle of cream soda | 15:18 | |
*** alanp- has joined #tp | 15:23 | |
alanp- | Thanks :-) | 15:24 |
Greywhind | alanp-: you're in, yes? | 15:26 |
alanp- | Yes | 15:26 |
Greywhind | grats! | 15:27 |
alanp- | Thanks | 15:27 |
alanp- | #gsoc is going nuts | 15:29 |
Greywhind | yeah | 15:30 |
Greywhind | not as nuts as i've seen some channels during other things, like betas | 15:30 |
mhilmi | it was crazier during the 10 minutes before the application deadline | 15:31 |
mhilmi | the whole.. O SHIT I FORGOT TO SUBMIT MY APPLICATION! cries were kinda funny | 15:31 |
alanp- | heh, that was weeks ago though | 15:31 |
*** peres has quit IRC | 15:45 | |
*** alanp- has quit IRC | 15:46 | |
*** llnz has joined #tp | 16:04 | |
llnz | morning all | 16:05 |
mhilmi | afternoon! :) | 16:06 |
llnz | how is everyone? | 16:06 |
mhilmi | excited to get started | 16:07 |
llnz | cool | 16:07 |
mhilmi | just want school to be over with - i'm sure everyone else is feeling the same now | 16:08 |
tote | yey i got in :) | 16:08 |
llnz | mhilmi: you are working on Parsek in KDE? | 16:08 |
mhilmi | ya I got accepted under the KDE umbrella | 16:09 |
llnz | cool | 16:09 |
llnz | congrats to all who were accepted | 16:10 |
llnz | to all those who didn't, I'm happy to answer questions and provide advice | 16:11 |
*** BCarlyon|Server has left #tp | 16:17 | |
Vadtec | congrats to all who were accepted | 16:39 |
epyon | Ok, now who is who :) | 16:40 |
epyon | I wanna know the people responsible for the 3D viewer and webclient in terms of help with graphics, and the people that will be working with tp-server-cpp in terms of my own project | 16:40 |
tote | epyon: the webclient is my project :) | 16:42 |
epyon | tote: anywhere where I can get more info on the project itself? | 16:42 |
tote | epyon: you want my application or will a simple demo do? http://xvid.se:8080/ | 16:43 |
tpb | Title: Testing stuff (at xvid.se:8080) | 16:43 |
epyon | application, I'm more interested in the technical aspect | 16:44 |
llnz | hi Vadtec | 16:45 |
llnz | hi epyon | 16:45 |
Vadtec | hi llnz | 16:45 |
epyon | hi llnz :) | 16:45 |
Vadtec | llnz: mind a quick pm? | 16:45 |
llnz | Vadtec: no problem | 16:45 |
Landon | epyon: I'm Landon :P | 17:10 |
*** bddebian has quit IRC | 17:25 | |
*** jernejovc_ has joined #tp | 17:26 | |
cherez | Whoo! | 17:31 |
*** rsisnett has joined #tp | 17:33 | |
rsisnett | hi all ... any ideas where too look for the accepted projects for gsoc??? | 17:33 |
epyon | http://socghop.appspot.com/org/home/google/gsoc2009/thousandparsec | 17:35 |
tpb | <http://ln-s.net/3236> (at socghop.appspot.com) | 17:35 |
epyon | If you're there, you're accepted | 17:35 |
rsisnett | I've been checkin for a while, I can't get my browser to show anything from that page | 17:35 |
epyon | What's your real name? | 17:38 |
rsisnett | Ricardo Sisnett | 17:38 |
epyon | At least the first | 17:38 |
*** greenlion has quit IRC | 17:38 | |
epyon | Don't see you there :/ | 17:38 |
rsisnett | mmm i'll try on kde-games :) thanx anyway | 17:38 |
epyon | The following projects have been accepted: | 17:39 |
epyon | 3D Battle Viewer: Enabling epic space battles for Thousand Parsec | 17:39 |
epyon | TP04 Support for tpclient-pywx | 17:39 |
epyon | rsisnett: want me to check that one out too? | 17:39 |
epyon | <cont>Titans of the Void Ruleset Proposal | 17:39 |
rsisnett | well...if you could that would be great... I think it might be my school's firewall or something | 17:39 |
epyon | one moment | 17:40 |
epyon | project name? | 17:40 |
rsisnett | Parsek: KDE Client | 17:41 |
llnz | rsisnett: sorry, your project was not accepted for TP | 17:41 |
epyon | nope :/ | 17:41 |
rsisnett | cool thanx | 17:41 |
*** rsisnett has left #tp | 17:42 | |
epyon | ...! | 17:42 |
epyon | that was fast O.o | 17:42 |
*** jernejovc has quit IRC | 17:42 | |
cherez | Wow, seven projects. | 17:56 |
Landon | :lo | 18:10 |
* Landon needs to back up his hard drive | 18:11 | |
Landon | right after I finally get python-ogre all compiled again, it starts flaking out on me! | 18:11 |
*** Demitar has quit IRC | 18:13 | |
*** mhilmi has quit IRC | 18:13 | |
*** tuna-fish_ has quit IRC | 18:13 | |
*** Demitar has joined #tp | 18:15 | |
*** mhilmi has joined #tp | 18:19 | |
*** tuna-fish_ has joined #tp | 18:19 | |
llnz | cherez: it's actually 8, there is the Parsek client under KDE as well | 18:33 |
*** Noughmad_ has joined #tp | 18:55 | |
*** Noughmad has quit IRC | 18:55 | |
*** jernejovc_ has quit IRC | 18:57 | |
*** Noughmad_ has quit IRC | 19:12 | |
*** xenozephyr1 has quit IRC | 19:16 | |
*** mithro has quit IRC | 19:49 | |
*** bddebian has joined #tp | 20:12 | |
*** mithro has joined #tp | 20:16 | |
*** jnengland77 has joined #tp | 20:21 | |
jnengland77 | hi all and congrats to those who were accepted. | 20:22 |
llnz | hi jnengland77 | 20:31 |
*** tansell_laptop has quit IRC | 20:34 | |
jnengland77 | hi | 20:37 |
jnengland77 | Mind a pm? | 20:42 |
*** mithro has quit IRC | 20:45 | |
*** tansell_laptop has joined #tp | 20:47 | |
*** peres has joined #tp | 20:47 | |
llnz | tansell_laptop: ping? | 22:00 |
*** peres has quit IRC | 22:05 | |
*** tansell_laptop has quit IRC | 22:15 | |
*** alanp has joined #tp | 22:18 | |
*** tansell_laptop has joined #tp | 22:22 | |
*** alanp has quit IRC | 22:30 | |
*** alanp has joined #tp | 23:12 | |
*** bddebian has quit IRC | 23:31 | |
alanp | hey | 23:39 |
llnz | alanp: hi | 23:43 |
alanp | Hello, how's it going? | 23:46 |
*** mithro has joined #tp | 23:48 | |
*** Erroneous has quit IRC | 23:50 | |
*** mhilmi has quit IRC | 23:51 | |
*** mhilmi has joined #tp | 23:59 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!