IRC log of dig on 2011-09-17
Timestamps are in UTC.
- 00:26:51 [nunnun_away]
- nunnun_away is now known as nunnun
- 00:51:05 [kennyluck]
- kennyluck has quit (Quit: kennyluck)
- 01:14:53 [nunnun]
- nunnun is now known as nunnun_away
- 02:25:03 [tlr]
- tlr (~tlr@142.131.239.180) has joined #dig
- 02:35:03 [tlr]
- tlr has quit (Quit: tlr)
- 02:37:41 [tlr]
- tlr (~tlr@142.131.239.180) has joined #dig
- 02:39:19 [tlr]
- tlr has quit (Client Quit)
- 06:25:02 [nunnun_away]
- nunnun_away is now known as nunnun
- 15:14:18 [timbl]
- timbl (~timbl@cpc2-mort1-0-0-cust963.croy.cable.virginmedia.com) has joined #dig
- 15:23:56 [oshani]
- oshani (~oshani@c-65-96-170-223.hsd1.ma.comcast.net) has joined #dig
- 15:33:33 [oshani]
- ericP, did a make with a fresh checkout of the sparql11 branch. I get this error now
- 15:33:33 [oshani]
- swig/python/SWObjects_wrap.cxx:3535:77: error: ‘type_name’ is not a member of ‘swig::traits<w3c_sw::TableOperation>’
- 15:33:34 [oshani]
- make: *** [swig/python/SWObjects_wrap.o] Error 1
- 15:34:44 [tlr]
- tlr (~tlr@142.131.239.180) has joined #dig
- 15:40:02 [ericP]
- g++ --version
- 15:40:03 [ericP]
- g++ (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
- 15:40:12 [ericP]
- what's your version?
- 15:40:42 [ericP]
- and swig -version
- 15:40:42 [ericP]
- SWIG Version 2.0.1
- 15:40:42 [ericP]
- Compiled with g++ [x86_64-unknown-linux-gnu]
- 15:40:43 [ericP]
- Configured options: +pcre
- 15:41:16 [ericP]
- (oshani)
- 15:49:27 [oshani]
- g++ (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
- 15:49:51 [oshani]
- SWIG Version 1.3.40
- 15:49:56 [ericP]
- aha!
- 15:50:34 [ericP]
- which swig
- 15:50:34 [ericP]
- /usr/local/bin/swig
- 15:50:39 [ericP]
- that's not encouraging
- 15:50:58 [oshani]
- usr/bin/swig
- 15:51:23 [oshani]
- how do I upgrade my swig version?
- 15:51:44 [oshani]
- apt-get install swig says it's the newest version
- 15:52:40 [ericP]
- i don't see a swig2 package. weak
- 15:52:43 [ericP]
- svn co https://swig.svn.sourceforge.net/svnroot/swig/trunk swig
- 15:52:49 [oshani]
- okay, will do
- 15:52:56 [ericP]
- http://www.swig.org/svn.html
- 15:53:24 [ericP]
- i think i ran $(make check-python-examples), but didn't have to
- 15:53:54 [ericP]
- apparently i built with --prefix=/usr/local
- 15:56:39 [ericP]
- btw, none of the other usernames in my list of contributors are email addrs
- 15:57:00 [ericP]
- do you login to sourceforge with the username "oshani"?
- 15:57:11 [oshani]
- I think so, let me check
- 15:57:22 [oshani]
- if not "oshani", it could be "oshanis"
- 15:58:02 [oshani]
- ericP, it is "oshani"
- 15:58:19 [ericP]
- gotcha, then your "real name" is also "oshani"
- 15:58:59 [ericP]
- (was hoping to see "Oshani Seneviratne" for confirmation, but this will do)
- 15:59:35 [oshani]
- so, I can edit the wiki now?
- 16:02:11 [ericP]
- just managed that, too (i think)
- 16:02:13 [ericP]
- https://sourceforge.net/apps/mediawiki/swobjects/index.php?title=Special:ListUsers&group=editor
- 16:02:20 [ericP]
- says that oshani is an editor
- 16:02:51 [ericP]
- and https://sourceforge.net/apps/mediawiki/swobjects/index.php?title=Special:ListUsers&group=admin says you're an administrificator
- 16:02:55 [oshani]
- cool thanks
- 16:03:09 [ericP]
- which means you can revoke my editing privs if i annoy you
- 16:06:51 [oshani]
- :)
- 16:18:24 [oshani]
- ericP, I get the same error with SWIG Version 2.0.5
- 16:18:47 [oshani]
- The error is:
- 16:18:47 [oshani]
- swig/python/SWObjects_wrap.cxx:3535:77: error: ‘type_name’ is not a member of ‘swig::traits<w3c_sw::TableOperation>’
- 16:19:29 [oshani]
- maybe I need to downgrade to 2.0.1
- 16:19:34 [oshani]
- :)
- 16:27:14 [ericP]
- weeeeak
- 16:37:25 [ericP]
- oops, got distracted
- 16:57:34 [ericP]
- oshani, did you get this error on swig's make install?:
- 16:57:35 [ericP]
- /usr/bin/install: cannot stat `./ccache-swig.1': No such file or directory
- 17:11:57 [ericP]
- i haven't replicated your issue yet
- 17:11:59 [ericP]
- $(cd /tmp && mkdir -p local/src && cd $_ && svn co -q https://swig.svn.sourceforge.net/svnroot/swig/trunk swig && cd swig/ && ./autogen.sh && ./configure --prefix=/tmp/local && make && make install && PATH=/tmp/local/bin:$PATH swig -version) gave me [[ SWIG Version 2.0.5 ]]
- 17:12:19 [ericP]
- $(PATH=/tmp/local/bin:$PATH which swig) gave me [[ /tmp/local/bin/swig ]], so i know i'm using the fresh swig
- 17:12:35 [ericP]
- (cd ../.. && svn co -q https://swobjects.svn.sourceforge.net/svnroot/swobjects/branches/sparql11 && cd sparql11/ && PATH=/tmp/local/bin:$PATH make -j 8 python-test) gave me [[ ... Ran 10 tests in 11.111s\n\nOK ]], so that seemed to work
- 17:13:38 [ericP]
- ahh, you still have the swig/python/SWObjects_wrap.cxx from swig 1.3
- 17:13:51 [ericP]
- rm that and make python-test
- 17:35:41 [nunnun]
- nunnun is now known as nunnun_away
- 18:22:29 [presbrey]
- I have a little archive going here: http://dig.xvm.mit.edu/lib/python/
- 18:23:42 [presbrey]
- for x86_64 swobjects python builds
- 18:24:25 [timbl]
- timbl has quit (Quit: timbl)
- 18:43:32 [nunnun_away]
- nunnun_away is now known as nunnun
- 19:00:56 [nunnun]
- nunnun is now known as nunnun_away
- 19:34:54 [timbl]
- timbl (~timbl@host81-154-190-105.range81-154.btcentralplus.com) has joined #dig
- 19:51:23 [tlr]
- tlr has quit (Quit: tlr)
- 20:51:57 [oshani]
- oshani has quit (Quit: Mama nidi!)
- 20:52:26 [presbrey]
- presbrey has quit (Ping timeout: 244 seconds)
- 21:56:59 [oshani]
- oshani (~oshani@c-65-96-170-223.hsd1.ma.comcast.net) has joined #dig
- 22:06:33 [tlr]
- tlr (~tlr@142.131.239.180) has joined #dig
- 22:10:59 [ericP]
- hi oshani, did you see the instructions above re: deleting swig/python/SWObjects_wrap.cxx ?
- 22:25:09 [timbl]
- timbl has quit (Quit: timbl)
- 23:02:54 [tlr]
- tlr has quit (Quit: tlr)
- 23:26:15 [oshani]
- oshani has quit (Quit: Mama nidi!)