IRC logs of #shogun for Thursday, 2011-06-02

--- Log opened Thu Jun 02 00:00:30 2011
--- Day changed Thu Jun 02 2011
serialhexSOEREN!!! I'VE GOT THE ANSWER!!!!00:00
serialhex(tho i'm not sure how to fix it)00:00
serialhexok, 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
serialhexsent!00:04
serialhexok sonney2k, let me know if theres anything else i can do00:05
-!- alesis-novik [~alesis@188.74.87.84] has joined #shogun00:22
serialhexhey alesis-novik, long time no see!!00:26
alesis-novikHey serialhex, how's it going?00:26
serialhexpretty good, pretty good!00:26
serialhexand yourself?00:27
alesis-novikGood. Done with exams, working on my project now00:30
serialhexsweet!  what was your project again?00:30
alesis-novikImplementing EM for GMM00:30
serialhexcool cool00:31
alesis-novikGoing smooth so far I believe.00:32
serialhexthat's good!00:33
serialhexi 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 :P00:34
serialhexok, i'm out for a bit!00:48
@sonney2kserialhex, yes the one in the comment08:47
@sonney2kand yes you need to do LD_LIBRARY_PATH=<path_to_libshogun> irb1.808:48
@sonney2kthen the ruby stuff loads / works08:48
-!- blackburn [~qdrgsm@109.226.70.249] has joined #shogun11:00
serialhexsonney2k, where do i set LD_LIBRARY_PATH ?? in the configure script with the rest of the fun ruby stuff??11:14
serialhexbtw, i must have been really tired before & not paying attention, cause now i see what you mean for the length.  i've fixed that11:15
serialhexsonney2k, gtg to work, updated my pull req, it should be kosher now :D12:28
-!- sploving [~root@124.16.139.196] has joined #shogun15:31
splovingsonney2k, around?15:32
splovingwhen I test java, it shows the following error:[javac] Compiling 600 source files to /root/shogun/src/java_modular/classes15:40
sploving[javac] /root/shogun/src/java_modular/shogun/CLinearMachine.java:68:15:41
splovingshogun.CLinearMachine  apply() could not map shogun.CMachine apply();15:41
sploving[javac] find: shogun.Labels15:41
sploving    [javac] need: shogun.SWIGTYPE_p_shogun__CLabels15:41
sploving    [javac]   public Labels apply()15:41
splovingHow to fix that?15:41
CIA-32shogun: Soeren Sonnenburg master * r0f96560 / src/libshogun/machine/LinearMachine.h : don't make apply an inline function - http://bit.ly/iTWVaB16:12
@sonney2ksploving, not sure16:14
@sonney2ktried to make the function not inline...16:14
@sonney2kserialhex, sth is wrong with your identions in the patch - apart from that I would apply it16:25
@sonney2kserialhex, we use tabs (stops every 4 spaces)16:25
@sonney2ksploving, btw please don't work as root all the time... it can be dangerous to do so in particular when IRC'ing16:29
* blackburn is surprised with root, even don't know how to use root on my ubuntu16:32
CIA-32shogun: Soeren Sonnenburg master * r69dd074 / (src/modular/Classifier.i src/modular/Regression.i): fix renames CMachine -> Machine instead of nonexistent CClassifier - http://bit.ly/mtxOtU16:44
@sonney2ksploving, now it works for me again16: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.xml16:46
@sonney2kcompile: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 builds16:46
@sonney2kdist:16:46
@sonney2ktest: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 builds16:46
@sonney2krun:16:46
@sonney2k     [java] 1.016:46
@sonney2k     [java] 2.016:46
@sonney2k     [java] 3.016:46
-!- sonney2k was kicked from #shogun by bettyboo [flood]16:46
-!- sonney2k [~shogun@7nn.de] has joined #shogun16:46
-!- mode/#shogun [+o sonney2k] by ChanServ16:46
serialhexsonney2k, 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
serialhexblackburn: ubuntu has no active root account, though you can void their awsum helpfulness is you "sudo passwd root" and change the password to "serialhexr0xs0x" :P16:56
blackburnserialhex: done! hehehe16:56
* serialhex pigs blackburn's computer16:59
* serialhex logs in via ssh16:59
* serialhex types in "rm -frv /"16:59
* serialhex laughs maniacally!!!! BUAHAHAHAHAHAHAAH!!!!16:59
serialhex:P16:59
blackburnoh damn where is my angry birds?&!!17:00
serialhexso how ya doing blackburn?17:25
blackburnfine, now reading platt's paper and wondering which one nystrom algorithm he talking about :)17:26
@bettyboostrange17:26
blackburnand you?17:26
serialhexthinking how i can solve a problem with a little user interaction as possible...17:26
serialhexsonney2k: you available??17:27
serialhexso blackburn, whats a nystrom alg do??17:28
blackburnserialhex: oh it is some matrix approx17:29
serialhexahh, cool... i've heard of ti before, just didnt know wtf it was17:29
serialhexok, 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
serialhexif you have any ideas on this blackburn or sploving let me know...17:37
blackburnno idea17:37
serialhexahh, it's a configure option :P17:40
@bettyboo^_^17:40
serialhexyes indeed bettyboo yes indeed!!!17:40
@bettybooserialhex: ahh indeed - welcome to the end of the world ...17:40
serialhexder... theres a configure option for it!17:42
serialhex(just like theres a configure option for python, and bunches of other things!!)17:42
serialhexok 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
@sonney2kserialhex, ok18:24
@sonney2kserialhex, looks good to me18:25
CIA-32shogun: Justin Patera master * r0449ad7 / (src/configure src/ruby_modular/swig_typemaps.i):18:26
CIA-32shogun: edited whitespace for src/configure & src/ruby_modular/swig_typemaps.i also removed LD_LIBRARY_PATH from18:26
CIA-32shogun: src/configure as it's an environment variable, not a compile option (i be we tall did) - http://bit.ly/lXT2C618:26
CIA-32shogun: Soeren Sonnenburg master * r2aece7c / (src/configure src/ruby_modular/swig_typemaps.i): Merge branch 'master' of git://github.com/serialhex/shogun - http://bit.ly/iDc7RJ18:26
serialhexand it works!!! YAY ME! :P18:59
-!- blackburn1 [~qdrgsm@188.122.237.128] has joined #shogun22: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 #shogun22: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!