| --- Log opened Thu Jun 02 00:00:30 2011 | ||
| --- Day changed Thu Jun 02 2011 | ||
| serialhex | SOEREN!!! I'VE GOT THE ANSWER!!!! | 00:00 | 
|---|---|---|
| serialhex | (tho i'm not sure how to fix it) | 00:00 | 
| serialhex | ok, apparently the reason why NONE of the ruby things work is b/c libshogun.so.10 is not in the LD_LIBRARY_PATH environment variable, how to fix that i'm not sure, but i believe that once that is fixed the ruby stuff should work!!! | 00:02 | 
| serialhex | (i'll forward you th e-mail from the guy who gave me the answer) | 00:02 | 
| serialhex | sent! | 00:04 | 
| serialhex | ok sonney2k, let me know if theres anything else i can do | 00:05 | 
| -!- alesis-novik [~alesis@188.74.87.84] has joined #shogun | 00:22 | |
| serialhex | hey alesis-novik, long time no see!! | 00:26 | 
| alesis-novik | Hey serialhex, how's it going? | 00:26 | 
| serialhex | pretty good, pretty good! | 00:26 | 
| serialhex | and yourself? | 00:27 | 
| alesis-novik | Good. Done with exams, working on my project now | 00:30 | 
| serialhex | sweet! what was your project again? | 00:30 | 
| alesis-novik | Implementing EM for GMM | 00:30 | 
| serialhex | cool cool | 00:31 | 
| alesis-novik | Going smooth so far I believe. | 00:32 | 
| serialhex | that's good! | 00:33 | 
| serialhex | i was having trouble figuring out why the ruby modules wouldnt load, i think i know what the problem is now, i'm just not sure how to implement it :P | 00:34 | 
| serialhex | ok, i'm out for a bit! | 00:48 | 
| @sonney2k | serialhex, yes the one in the comment | 08:47 | 
| @sonney2k | and yes you need to do LD_LIBRARY_PATH=<path_to_libshogun> irb1.8 | 08:48 | 
| @sonney2k | then the ruby stuff loads / works | 08:48 | 
| -!- blackburn [~qdrgsm@109.226.70.249] has joined #shogun | 11:00 | |
| serialhex | sonney2k, where do i set LD_LIBRARY_PATH ?? in the configure script with the rest of the fun ruby stuff?? | 11:14 | 
| serialhex | btw, i must have been really tired before & not paying attention, cause now i see what you mean for the length. i've fixed that | 11:15 | 
| serialhex | sonney2k, gtg to work, updated my pull req, it should be kosher now :D | 12:28 | 
| -!- sploving [~root@124.16.139.196] has joined #shogun | 15:31 | |
| sploving | sonney2k, around? | 15:32 | 
| sploving | when I test java, it shows the following error:[javac] Compiling 600 source files to /root/shogun/src/java_modular/classes | 15:40 | 
| sploving | [javac] /root/shogun/src/java_modular/shogun/CLinearMachine.java:68: | 15:41 | 
| sploving | shogun.CLinearMachine apply() could not map shogun.CMachine apply(); | 15:41 | 
| sploving | [javac] find: shogun.Labels | 15:41 | 
| sploving | [javac] need: shogun.SWIGTYPE_p_shogun__CLabels | 15:41 | 
| sploving | [javac] public Labels apply() | 15:41 | 
| sploving | How to fix that? | 15:41 | 
| CIA-32 | shogun: Soeren Sonnenburg master * r0f96560 / src/libshogun/machine/LinearMachine.h : don't make apply an inline function - http://bit.ly/iTWVaB | 16:12 | 
| @sonney2k | sploving, not sure | 16:14 | 
| @sonney2k | tried to make the function not inline... | 16:14 | 
| @sonney2k | serialhex, sth is wrong with your identions in the patch - apart from that I would apply it | 16:25 | 
| @sonney2k | serialhex, we use tabs (stops every 4 spaces) | 16:25 | 
| @sonney2k | sploving, btw please don't work as root all the time... it can be dangerous to do so in particular when IRC'ing | 16:29 | 
| * blackburn is surprised with root, even don't know how to use root on my ubuntu | 16:32 | |
| CIA-32 | shogun: Soeren Sonnenburg master * r69dd074 / (src/modular/Classifier.i src/modular/Regression.i): fix renames CMachine -> Machine instead of nonexistent CClassifier - http://bit.ly/mtxOtU | 16:44 | 
| @sonney2k | sploving, now it works for me again | 16:44 | 
| * sonney2k [16:46][sonne@no:~/Documents/priv/repositories/shogun/src/java_modular]$ LD_LIBRARY_PATH=.:../libshogun CLASSPATH=/usr/share/java/jblas.jar:. ant runBuildfile: /home/sonne/Documents/priv/repositories/shogun/src/java_modular/build.xml | 16:46 | |
| @sonney2k | compile: | 16:46 | 
| @sonney2k | [javac] /home/sonne/Documents/priv/repositories/shogun/src/java_modular/build.xml:19: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds | 16:46 | 
| @sonney2k | dist: | 16:46 | 
| @sonney2k | test: | 16:46 | 
| @sonney2k | [javac] /home/sonne/Documents/priv/repositories/shogun/src/java_modular/build.xml:35: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds | 16:46 | 
| @sonney2k | run: | 16:46 | 
| @sonney2k | [java] 1.0 | 16:46 | 
| @sonney2k | [java] 2.0 | 16:46 | 
| @sonney2k | [java] 3.0 | 16:46 | 
| -!- sonney2k was kicked from #shogun by bettyboo [flood] | 16:46 | |
| -!- sonney2k [~shogun@7nn.de] has joined #shogun | 16:46 | |
| -!- mode/#shogun [+o sonney2k] by ChanServ | 16:46 | |
| serialhex | sonney2k, i've been running around like a chicken with my head cut off :P i'll fix it in a min & msg you when it's done! | 16:55 | 
| serialhex | blackburn: ubuntu has no active root account, though you can void their awsum helpfulness is you "sudo passwd root" and change the password to "serialhexr0xs0x" :P | 16:56 | 
| blackburn | serialhex: done! hehehe | 16:56 | 
| * serialhex pigs blackburn's computer | 16:59 | |
| * serialhex logs in via ssh | 16:59 | |
| * serialhex types in "rm -frv /" | 16:59 | |
| * serialhex laughs maniacally!!!! BUAHAHAHAHAHAHAAH!!!! | 16:59 | |
| serialhex | :P | 16:59 | 
| blackburn | oh damn where is my angry birds?&!! | 17:00 | 
| serialhex | so how ya doing blackburn? | 17:25 | 
| blackburn | fine, now reading platt's paper and wondering which one nystrom algorithm he talking about :) | 17:26 | 
| @bettyboo | strange | 17:26 | 
| blackburn | and you? | 17:26 | 
| serialhex | thinking how i can solve a problem with a little user interaction as possible... | 17:26 | 
| serialhex | sonney2k: you available?? | 17:27 | 
| serialhex | so blackburn, whats a nystrom alg do?? | 17:28 | 
| blackburn | serialhex: oh it is some matrix approx | 17:29 | 
| serialhex | ahh, cool... i've heard of ti before, just didnt know wtf it was | 17:29 | 
| serialhex | ok, so sonney2k, LD_LIBRARY_PATH="/usr/local/lib/" needs to be in the users environment variables (i checked it using export LD_LIBRARY_PATH="/usr/local/lib/" and it worked) not in the configre script... so is there a non-evil way of doing this when one "make install"s?? | 17:36 | 
| serialhex | if you have any ideas on this blackburn or sploving let me know... | 17:37 | 
| blackburn | no idea | 17:37 | 
| serialhex | ahh, it's a configure option :P | 17:40 | 
| @bettyboo | ^_^ | 17:40 | 
| serialhex | yes indeed bettyboo yes indeed!!! | 17:40 | 
| @bettyboo | serialhex: ahh indeed - welcome to the end of the world ... | 17:40 | 
| serialhex | der... theres a configure option for it! | 17:42 | 
| serialhex | (just like theres a configure option for python, and bunches of other things!!) | 17:42 | 
| serialhex | ok sonney2k i've posted the new whitespace-cleaned version... i'm compiling now to see if the --prefix=/usr option works for me... (on archlinux libs are in /usr/libs) | 18:13 | 
| @sonney2k | serialhex, ok | 18:24 | 
| @sonney2k | serialhex, looks good to me | 18:25 | 
| CIA-32 | shogun: Justin Patera master * r0449ad7 / (src/configure src/ruby_modular/swig_typemaps.i): | 18:26 | 
| CIA-32 | shogun: edited whitespace for src/configure & src/ruby_modular/swig_typemaps.i also removed LD_LIBRARY_PATH from | 18:26 | 
| CIA-32 | shogun: src/configure as it's an environment variable, not a compile option (i be we tall did) - http://bit.ly/lXT2C6 | 18:26 | 
| CIA-32 | shogun: Soeren Sonnenburg master * r2aece7c / (src/configure src/ruby_modular/swig_typemaps.i): Merge branch 'master' of git://github.com/serialhex/shogun - http://bit.ly/iDc7RJ | 18:26 | 
| serialhex | and it works!!! YAY ME! :P | 18:59 | 
| -!- blackburn1 [~qdrgsm@188.122.237.128] has joined #shogun | 22:00 | |
| -!- blackburn [~qdrgsm@109.226.70.249] has quit [Ping timeout: 276 seconds] | 22:03 | |
| -!- blackburn1 [~qdrgsm@188.122.237.128] has quit [Ping timeout: 252 seconds] | 22:39 | |
| -!- blackburn [~qdrgsm@188.122.237.128] has joined #shogun | 22:39 | |
| -!- alesis-novik [~alesis@188.74.87.84] has quit [Quit: I'll be Bach] | 23:29 | |
| --- Log closed Fri Jun 03 00:00:52 2011 | ||
Generated by irclog2html.py 2.10.0 by Marius Gedminas - find it at mg.pov.lt!