| --- Log opened Tue Nov 06 00:00:17 2012 | ||
| -!- n4nd0 [53b32c87@gateway/web/freenode/ip.83.179.44.135] has quit [Quit: Page closed] | 00:23 | |
| -!- KMcQuisten [d8338942@gateway/web/freenode/ip.216.51.137.66] has joined #shogun | 00:40 | |
| KMcQuisten | Ok, so I still can't get this to work at all, blackburn. I keep getting the same undefined symbol every single time. Anytime I try to import modshogun. | 00:43 | 
|---|---|---|
| blackburn | KMcQuisten: workaround time? | 00:43 | 
| blackburn | :D | 00:43 | 
| KMcQuisten | I've tried to back up to previous commit tags, but I cna't even get them to compile properly to see if they fix the problem | 00:44 | 
| blackburn | rm line 4 interfaces/modular/Latent_includes.i | 00:44 | 
| KMcQuisten | Righto. I shall try that | 00:45 | 
| blackburn | rm lines 22,28 interfaces/modular/Latent.i | 00:45 | 
| blackburn | 11-13 as well | 00:45 | 
| KMcQuisten | Ok, I'll recompile and give it a shot | 00:47 | 
| KMcQuisten | If this works i'll actually get to go home tonight! woohoo! | 00:48 | 
| wiking | blackburn: i wonder what's the difference | 00:48 | 
| blackburn | wiking: no idea :D | 00:48 | 
| wiking | blackburn: i mean Structure.i _includes.i does the same :) | 00:48 | 
| blackburn | yes | 00:48 | 
| blackburn | I just want KMcQuisten to go home tonight :D | 00:49 | 
| KMcQuisten | Hahaha! thank you | 00:49 | 
| wiking | KMcQuisten: can you do this: in the directory where you've cloned the git repo: ls src/shogun/latent/DirectorLatentModel.cpp.o | 00:49 | 
| wiking | after you've compiled of course | 00:49 | 
| wiking | just paste here the result | 00:50 | 
| KMcQuisten | Sure thing. | 00:50 | 
| wiking | or even better: ls src/shogun/latent/DirectorLatentModel.* | 00:52 | 
| wiking | ;P | 00:52 | 
| KMcQuisten | Here's what I get: | 00:56 | 
| KMcQuisten | src/shogun/latent/DirectorLatentModel.cpp src/shogun/latent/DirectorLatentModel.cpp.o src/shogun/latent/DirectorLatentModel.h | 00:56 | 
| wiking | mmm | 00:57 | 
| wiking | so there's object | 00:57 | 
| wiking | KMcQuisten: what os/arch r u using? | 00:57 | 
| KMcQuisten | I'm using Centos 6 on x86_64 architacture | 00:57 | 
| wiking | mmm ok | 00:57 | 
| blackburn | another one uses centos | 00:58 | 
| blackburn | and another gone and another gone | 00:58 | 
| wiking | well now u shouldn't have any problems anymore with that class since you've thrown it out from modular interface | 00:58 | 
| wiking | but i really wonder what could cause there the problem | 00:58 | 
| KMcQuisten | blackburn, what distro do you prefer? | 00:58 | 
| wiking | as for both me and blackburn it works w/o the any problems... | 00:58 | 
| KMcQuisten | Yeah, iv'e never seen anything like this before | 00:59 | 
| blackburn | KMcQuisten: no idea :) | 00:59 | 
| wiking | although i'm using python 2.7 as well | 00:59 | 
| blackburn | I use ubuntu | 00:59 | 
| wiking | but there's nothing fancy/funky about that given class | 00:59 | 
| wiking | i.e. if that fails then other classes should fail as well | 00:59 | 
| KMcQuisten | Yeah, it should work just like all the other director classes. | 00:59 | 
| wiking | indeed | 00:59 | 
| KMcQuisten | Uh oh: | 01:02 | 
| KMcQuisten | ImportError: /usr/lib/python2.6/dist-packages/_modshogun.so: undefined symbol: _ZN6shogun23CMeanShiftDataGeneratorIdE20set_mean_shift_modelEdi | 01:02 | 
| blackburn | hah | 01:02 | 
| KMcQuisten | I truly have no idea what the fuck's happening now. | 01:02 | 
| blackburn | it is implemented I am sure | 01:03 | 
| KMcQuisten | Yeah | 01:03 | 
| KMcQuisten | So let's see: Swig problem, python problem, anything else it could be? | 01:04 | 
| blackburn | KMcQuisten: how long has it been since you last updated your git? | 01:04 | 
| blackburn | I mean shogun git | 01:04 | 
| KMcQuisten | This was with the newest pull. I can't remember what tag I was on before. | 01:05 | 
| KMcQuisten | I did a fresh clone | 01:05 | 
| KMcQuisten | I generally pull the newest one every morning | 01:06 | 
| blackburn | my guess is that for some reason your .so file is old | 01:06 | 
| KMcQuisten | libshogun.so, or _modshogun.so? | 01:07 | 
| blackburn | may be both, no idea | 01:07 | 
| blackburn | and no idea how can that ever happen but just guess | 01:07 | 
| KMcQuisten | Righto. I'll see what I can do | 01:07 | 
| wiking | ls -la /usr/lib/python2.6/dist-packages/_modshogun.so | 01:11 | 
| wiking | what's the output | 01:11 | 
| KMcQuisten | -rwxr-xr-x 1 root root 27347037 Nov 5 18:11 _modshogun.so | 01:12 | 
| blackburn | not old I believe | 01:13 | 
| wiking | hehehe | 01:13 | 
| wiking | mmm swig is ok | 01:13 | 
| wiking | i use 2.0.8 as well | 01:13 | 
| wiking | ok | 01:13 | 
| wiking | well then i guess it's time for checking the .so | 01:13 | 
| wiking | :D | 01:13 | 
| wiking | strings /usr/lib/python2.6/dist-packages/_modshogun.so|grep CMeanShiftDataGenerator | 01:14 | 
| wiking | :> | 01:14 | 
| KMcQuisten | Wll that's a lot of text | 01:15 | 
| KMcQuisten | Seems to have found a lot | 01:15 | 
| wiking | :( | 01:16 | 
| KMcQuisten | Yep, there's the symbol it says it can't find | 01:16 | 
| wiking | _ZN6shogun23CMeanShiftDataGeneratorIdE20set_mean_shift_modelEdi | 01:16 | 
| wiking | ? | 01:16 | 
| KMcQuisten | Yep | 01:17 | 
| blackburn | okay guys I have low battery need to sleep :) | 01:18 | 
| blackburn | see you | 01:18 | 
| KMcQuisten | gnight | 01:18 | 
| -!- blackburn [~blackburn@109.226.125.245] has quit [Quit: Leaving.] | 01:18 | |
| KMcQuisten | wiking: What's it mean that it can't find a symbol that seems to be in the .so | 01:20 | 
| KMcQuisten | ? | 01:20 | 
| wiking | well | 01:20 | 
| wiking | that's a really good question :S | 01:20 | 
| KMcQuisten | BWA! Old version of libshogun.so and libshogun.sa in the lib64 folder | 01:29 | 
| KMcQuisten | .a | 01:29 | 
| KMcQuisten | let's see if getting all those fresh helps | 01:30 | 
| KMcQuisten | BOOM! Headhsot | 01:32 | 
| KMcQuisten | Got it! | 01:32 | 
| KMcQuisten | Thanks for helping me wad through this blackburn and wiking. You're lifesavers | 01:33 | 
| wiking | :>>. | 01:34 | 
| wiking | nw | 01:35 | 
| -!- KMcQuisten [d8338942@gateway/web/freenode/ip.216.51.137.66] has quit [Quit: Page closed] | 01:42 | |
| -!- zxtx [~zv@2607:f140:400:1036:54c5:527:37e1:f5c8] has joined #shogun | 02:13 | |
| -!- ptizoom [~christian@85.210.80.20] has quit [Quit: Ex-Chat] | 03:52 | |
| -!- ptizoom_ [~christian@85.210.80.20] has joined #shogun | 03:53 | |
| -!- zxtx [~zv@2607:f140:400:1036:54c5:527:37e1:f5c8] has quit [Ping timeout: 246 seconds] | 06:27 | |
| -!- ptizoom_ [~christian@85.210.80.20] has quit [Quit: Ex-Chat] | 07:41 | |
| -!- ptizoom_ [~christian@85.210.80.20] has joined #shogun | 07:42 | |
| -!- harshit_ [~harshit@120.59.110.194] has joined #shogun | 08:05 | |
| -!- harshit_ [~harshit@120.59.110.194] has quit [Ping timeout: 252 seconds] | 08:52 | |
| -!- harshit_ [~harshit@120.59.110.194] has joined #shogun | 09:01 | |
| -!- ptizoom_ is now known as ptizoom | 09:13 | |
| -!- blackburn [5bdfb203@gateway/web/freenode/ip.91.223.178.3] has joined #shogun | 09:26 | |
| -!- harshit_ [~harshit@120.59.110.194] has quit [Ping timeout: 240 seconds] | 09:48 | |
| -!- harshit_ [~harshit@120.59.110.194] has joined #shogun | 09:48 | |
| wiking | blackburn: have u seen what was the problem of KMcQuisten? :) | 10:12 | 
| blackburn | wiking: old binaries as I guessed? | 10:13 | 
| wiking | indeed :) | 10:13 | 
| wiking | "Old version of libshogun.so and libshogun.sa in the lib64 folder" | 10:13 | 
| blackburn | no idea what happened though | 10:13 | 
| wiking | well that :) | 10:14 | 
| wiking | ietf meeting on future video codec design: http://europa.kradradio.com:8040/ietf_video_codec_wg.opus | 10:17 | 
| wiking | ;) | 10:17 | 
| blackburn | wiking: have you seen link in my twitter? | 10:34 | 
| blackburn | about halide language | 10:34 | 
| -!- zxtx [~zv@173-13-183-134-sfba.hfc.comcastbusiness.net] has joined #shogun | 10:37 | |
| wiking | nouyp | 10:40 | 
| wiking | haven't seen my twitter feed for a while :( | 10:40 | 
| wiking | ah i see | 10:40 | 
| wiking | mm interesting | 10:41 | 
| wiking | lol error: no type named 'initializer_list' in namespace 'std | 10:49 | 
| wiking | i cannot get c++11 work | 10:49 | 
| -!- zxtx [~zv@173-13-183-134-sfba.hfc.comcastbusiness.net] has quit [Ping timeout: 260 seconds] | 11:03 | |
| -!- heiko [~heiko@dhcp-166-197.internal.eduroam.ucl.ac.uk] has joined #shogun | 11:09 | |
| -!- zxtx [~zv@173-13-183-134-sfba.hfc.comcastbusiness.net] has joined #shogun | 11:13 | |
| wiking | heiko: yo | 11:21 | 
| heiko | wiking hi | 11:21 | 
| wiking | heiko: do you know what's up with the streaming fw? :) | 11:21 | 
| heiko | wiking, it leaks :) | 11:21 | 
| wiking | hehe i know | 11:22 | 
| heiko | wiking, I did some changes (since it leaked before) | 11:22 | 
| wiking | more over it has double-free -s | 11:22 | 
| heiko | that I needed for the two-sample test stuff | 11:22 | 
| wiking | which makes the code crash on my mac | 11:22 | 
| heiko | I will have a look, | 11:22 | 
| heiko | any particular code? | 11:22 | 
| wiking | mm yeah | 11:22 | 
| wiking | i think it was this mkl CV | 11:22 | 
| wiking | just a sec | 11:22 | 
| wiking | evaluation_cross_validation_multiclass_mkl.cpp | 11:23 | 
| wiking | this one crashes on my machine | 11:23 | 
| wiking | do u wanna see the backtrace? | 11:24 | 
| wiking | heiko: http://pastebin.com/5y0w5JzY | 11:25 | 
| heiko | I probably also crashes here | 11:25 | 
| wiking | heiko: dunno i mean last time all the buildbots were fine but the code crashed on my machine :( | 11:25 | 
| heiko | wow strange | 11:29 | 
| heiko | I am currently at work, but I will look into the example later | 11:29 | 
| heiko | (and also fix the other memory problems) | 11:29 | 
| wiking | mmm | 11:30 | 
| wiking | forget that | 11:30 | 
| wiking | i've recompiled now the code | 11:30 | 
| wiking | it's somewhere else the crash :DDD | 11:30 | 
| wiking | it's now here: http://pastebin.com/qgk5ifxm | 11:31 | 
| wiking | woah i have an extra day for submitting this paper \o/ | 11:44 | 
| wiking | the lord is mighty :> | 11:45 | 
| -!- heiko [~heiko@dhcp-166-197.internal.eduroam.ucl.ac.uk] has quit [Ping timeout: 256 seconds] | 11:52 | |
| blackburn | wiking: is it more or less ready? | 12:15 | 
| -!- harshit_ [~harshit@120.59.110.194] has quit [Ping timeout: 248 seconds] | 12:36 | |
| -!- zxtx [~zv@173-13-183-134-sfba.hfc.comcastbusiness.net] has quit [Ping timeout: 244 seconds] | 12:44 | |
| wiking | blackburn: yep it's getting theere :) | 12:47 | 
| blackburn | wiking: nice | 12:47 | 
| blackburn | wiking: will have an interview this friday | 13:13 | 
| blackburn | :D | 13:13 | 
| wiking | blackburn: another one? :) comeoooon | 13:30 | 
| blackburn | wiking: different job | 13:30 | 
| blackburn | appears to be java programmer | 13:30 | 
| wiking | noooo don't java :D | 14:18 | 
| wiking | make more shogun | 14:18 | 
| wiking | :> | 14:18 | 
| wiking | r we like out from this doc camp or what? :) | 14:19 | 
| blackburn | no idea but I will not get in for sure :) | 14:30 | 
| blackburn | wiking: will you go if we are in? | 14:39 | 
| wiking | blackburn: it seems i could go yes | 14:43 | 
| blackburn | so it could be honeymoon for you and fernando | 14:44 | 
| blackburn | or heiko | 14:44 | 
| blackburn | :D | 14:44 | 
| wiking | lol | 14:44 | 
| wiking | my internetz is dying :) | 14:44 | 
| wiking | blackburn: did u manage to get that halide compile? | 14:48 | 
| wiking | i mean the exampl | 14:48 | 
| blackburn | wiking: I didn't try yet | 14:48 | 
| -!- heiko [~heiko@dhcp-184-134.internal.eduroam.ucl.ac.uk] has joined #shogun | 15:51 | |
| -!- blackburn [5bdfb203@gateway/web/freenode/ip.91.223.178.3] has quit [Quit: Page closed] | 16:06 | |
| -!- heiko [~heiko@dhcp-184-134.internal.eduroam.ucl.ac.uk] has quit [Remote host closed the connection] | 16:17 | |
| -!- blackburn [~blackburn@188.168.13.67] has joined #shogun | 16:31 | |
| -!- n4nd0 [53b32c87@gateway/web/freenode/ip.83.179.44.135] has joined #shogun | 16:53 | |
| @sonney2k | wiking, I've heard you have resurrected a patient who head-shooted himself? | 17:19 | 
| @sonney2k | and wiking no news about doc camp yet... | 17:21 | 
| n4nd0 | what?? is wiking like a doctor? | 17:22 | 
| n4nd0 | well not even a doctor can do that ... is he like a Jesus? :D | 17:22 | 
| @sonney2k | n4nd0, yes jesus, lazarus - you name it | 17:24 | 
| @sonney2k | he is out $deity | 17:24 | 
| @sonney2k | our | 17:24 | 
| wiking | sonney2k: ahhahaha yes :D | 17:24 | 
| n4nd0 | hehe | 17:24 | 
| n4nd0 | but what's that? | 17:24 | 
| n4nd0 | wiking: what did you do? | 17:24 | 
| wiking | n4nd0: read yesterday night's logs | 17:24 | 
| @sonney2k | saving the world was not enough | 17:24 | 
| n4nd0 | let's see | 17:24 | 
| @sonney2k | he needs new challenges | 17:24 | 
| wiking | we need FAQ | 17:25 | 
| @sonney2k | wiking, type type type it in :) | 17:25 | 
| wiking | sonney2k: aintnotime now :( | 17:25 | 
| wiking | but yeah that should be a little more nicely designed | 17:25 | 
| @sonney2k | wiking, design third | 17:25 | 
| wiking | content first :D | 17:25 | 
| n4nd0 | wiking: got it hehe | 17:25 | 
| wiking | n4nd0: yeah that was a good one :> | 17:26 | 
| wiking | people with centos having the most problems till now :D | 17:26 | 
| @sonney2k | wiking, I am on centos too | 17:26 | 
| @sonney2k | and no issues | 17:26 | 
| wiking | sonney2k: hehe i'm just stating the obvious | 17:28 | 
| @sonney2k | I actually made sure it runs smoothly... | 17:28 | 
| wiking | more than 50% of the people since i'm around and trying to help out ppl with their problems are using centos | 17:29 | 
| wiking | but anyhow... i guess it's an accident :P | 17:29 | 
| wiking | i mean coincidence :P | 17:29 | 
| wiking | sonney2k: have u done some visualization of lbp when u were doing libocas? | 17:30 | 
| wiking | and somebody should kick the arses of macports people to finally apply the 2.0 patch for macports.. | 17:31 | 
| @sonney2k | wiking, no impl. is incomplete | 17:35 | 
| wiking | ok i see | 17:36 | 
| -!- ptizoom [~christian@85.210.80.20] has quit [Quit: Ex-Chat] | 17:37 | |
| -!- ptizoom_ [~christian@85.210.80.20] has joined #shogun | 17:37 | |
| wiking | mmm i wonder how one could visualize this feature at all ;) | 17:43 | 
| wiking | ooh okeeey | 17:45 | 
| wiking | sonney2k: still here? | 17:55 | 
| -!- zxtx [~zv@173-13-183-134-sfba.hfc.comcastbusiness.net] has joined #shogun | 18:15 | |
| -!- n4nd0 [53b32c87@gateway/web/freenode/ip.83.179.44.135] has quit [Quit: Page closed] | 19:05 | |
| wiking | sonney2k: /Users/wiking/shogun-latent-build/lib/libshogun.13.dylib (compatibility version 0.0.0, current version 0.0.0) | 19:13 | 
| wiking | i think this caused his problem | 19:13 | 
| wiking | mmm | 19:15 | 
| wiking | blackburn: ping | 19:19 | 
| wiking | ok that's at least for osx | 19:22 | 
| blackburn | wiking: ponggg | 19:35 | 
| wiking | shouldn't we like really maintain a proper major and minor version number for libshogun? :) | 19:36 | 
| wiking | *picabooo* | 19:43 | 
| -shogungit:#shogun- [shogun] vigsterkr opened pull request #814: Fix libshogun.dylib compilation on OS X (master...latent) https://github.com/shogun-toolbox/shogun/pull/814 | 19:43 | |
| -shogungit:#shogun- [shogun] lisitsyn pushed 2 new commits to master: https://github.com/shogun-toolbox/shogun/compare/0b17728376c9...ffeff459048e | 20:52 | |
| -shogungit:#shogun- shogun/master 118d15b Viktor Gal: Fix libshogun.dylib compilation on OS X... | 20:52 | |
| -shogungit:#shogun- shogun/master ffeff45 Sergey Lisitsyn: Merge pull request #814 from vigsterkr/latent... | 20:52 | |
| -!- ptizoom_ [~christian@85.210.80.20] has quit [Quit: Ex-Chat] | 21:27 | |
| -!- ptizoom__ [~christian@85.210.80.20] has joined #shogun | 21:28 | |
| shogun-buildbot | build #623 of deb3 - modular_interfaces is complete: Success [build successful] Build details are at http://www.shogun-toolbox.org/buildbot/builders/deb3%20-%20modular_interfaces/builds/623 | 21:39 | 
| wiking | DUUUUDE | 22:15 | 
| wiking | this is LOOOl | 22:15 | 
| wiking | blackburn: here? | 22:15 | 
| wiking | hehe new eigen | 22:23 | 
| blackburn | wiking: well ratherbugfix release | 22:28 | 
| wiking | blackburn: have u known about this command of git: git shortlog | 22:28 | 
| wiking | ? | 22:28 | 
| blackburn | no | 22:29 | 
| blackburn | looks cool | 22:29 | 
| wiking | it's pretty good for creating a changelog file for a release | 22:29 | 
| wiking | u can specify the commit as well | 22:29 | 
| wiking | so that it only creates the list from that given commit | 22:29 | 
| -!- zxtx [~zv@173-13-183-134-sfba.hfc.comcastbusiness.net] has quit [Ping timeout: 260 seconds] | 22:43 | |
| -!- blackburn [~blackburn@188.168.13.67] has quit [Quit: Leaving.] | 23:25 | |
| --- Log closed Wed Nov 07 00:00:17 2012 | ||
Generated by irclog2html.py 2.10.0 by Marius Gedminas - find it at mg.pov.lt!