=== man-di_ [n=mkoch@dynadsl-080-228-201-079.ewetel.net] has joined #ubuntu-java === vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-java === man-di_ is now known as man-di === vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-java === AfC [i=andrew@ppp122-233.static.internode.on.net] has joined #ubuntu-java [02:08] vil: please could you test 68380 and add a comment, so that this can go to edgy-updates? [02:10] doko, ok, I will take a look === mard [n=ahmed@84.36.13.164] has joined #ubuntu-java === mard [n=ahmed@84.36.13.164] has left #ubuntu-java ["Ex-Chat"] [04:19] doko, can we talk a bit about that bug? === doko [n=doko@dslb-088-073-075-111.pools.arcor-ip.net] has joined #ubuntu-java === hugo [n=hugo@1-1-3-41a.msp.mlm.bostream.se] has joined #ubuntu-java === erich_ [n=erich@host170.duncable.cust.sover.net] has joined #ubuntu-java [06:31] Hi there... I'm having trouble getting jini to execute under jdk6 on ubuntu 6.10... after installing Jini2_1, the 'Launch All' script produces a bunch of libc/libm errors, and none of the services fire up... I've tried reinstalling jini after commenting out instances of 'export LD_ASSUME_KERNEL' to no avail.. [06:32] any help will be much appreciated. [06:38] erich_: you need to tell us the errors you are getting, our crystal eyes are broken today. [06:42] sorry - [06:43] erich@Kubunto1:~/jini2_1/installverify$ ./Launch-All [06:43] nawk: error while loading shared libraries: libm.so.6: cannot open shared object file: No such file or directory [06:43] dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory [06:43] /bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory [06:43] basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory [06:43] dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory [06:43] basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory [06:43] grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory [06:43] /usr/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory [06:49] these are all part of libc6 [06:49] perhaps I should mention that I installed jdk manually, did update-alternatives, and pointed jini to the /usr/bin/java [06:49] you are not trying to run 32-bit jdk on 64-bit arch like amd64 without having 32bit compat libs installed? [06:49] librt.so.1 is oart of libc? [06:49] ahsohi [06:50] that may be - thank you for the divination. [06:51] yes, librt.so.1 is part of libc6 too [06:52] got it... I'll go find the compatibility libs... didn't realize that would be an issue... [06:52] erich_: btw: JDK 6 is part of ubuntu already, just apt-get it [06:52] http://packages.ubuntu.com/cgi-bin/search_packages.pl?searchon=names&version=all&exact=1&keywords=sun-java6-jdk [06:52] no need to install it on your own [06:52] thanks... just found that... hence mentioning I did it manually.. [06:52] I suppose that would have fixed my dependency problems... [06:53] depends on the dependency problems, but I guess so [06:53] the amd64 compatibility thing.. [06:54] ah [06:54] then yes [06:54] lol - I thought I had looked for it.. better check my source list. [06:54] thanks again. [06:55] n.p. [06:56] have a great day, all. === erich_ [n=erich@host170.duncable.cust.sover.net] has left #ubuntu-java ["Konversation] === mnishizawa [n=mnishiza@c-68-41-19-199.hsd1.mi.comcast.net] has joined #ubuntu-java === doko_ [n=doko@dslb-088-073-097-061.pools.arcor-ip.net] has joined #ubuntu-java === roflcop [n=roflcop@c-71-207-129-34.hsd1.va.comcast.net] has joined #ubuntu-java === zillao [n=medinaor@190.42.174.37] has joined #ubuntu-java === zillao [n=medinaor@190.42.174.37] has left #ubuntu-java ["me] [10:17] doko_, ping [10:21] vil: he seesm to be offline all day long [10:21] man-di, yes, looks like [10:22] nice to see you here [10:22] doko forced me to [10:22] also nice that you answer questions from ubuntu users [10:22] why did he force you? [10:22] and after feisty is out I wanna join ubuntu-motu to be able to sync/merge packages [10:23] he wanted to talk about eclipse here yesterday evening [10:25] we all were at #debian-java, but this place is somewhat less crowded :) [10:26] thats what I said to doko too [10:26] doko wanted to talk on freenode instead of oftc [10:27] vil: less crowded == less java people [10:28] i don't know oftc much [10:28] just that one channel [10:29] man-di, but you are now here and maybe will bring more people with you [10:30] I doubt that [10:30] man-di, I would like to ask couple of questions [10:30] sure, jast ask [10:30] just [10:31] svn for debian dirs at alioth is a nice idea, but it is still not ok [10:31] we still use patches etc... [10:32] how do you use that svn? just co everytime you work with the package? [10:32] depends [10:32] do you use some scripts for that ala dpkg-svn-whatever? [10:32] for eclipse I commit whenever I tested a change [10:32] when enough changes are done: upload [10:33] for smaller packages I normally do all changes, test, etc and then commit all at once [10:33] when uploaded, I tag the svn [10:33] do you know bzr in ubuntu, they are trying to use it for whole package including the sources [10:34] you can use svn-buildpackage with svn but I prefer my own small helpers and simple command line tools [10:34] yes, I know [10:34] doesnt really makes the world a better place [10:34] ok, i would really like to hear some opinions about it [10:35] i personally like it cause i think it simplifies work with patches, but i cannot imagine to use it for eclipse [10:35] I'm very much used to cvs and svn [10:36] but I'm playing with other systems [10:36] currently I play a bit with Mercurial [10:36] for work [10:36] and for openjdk [10:37] git is nice too [10:38] i don't mind a particular system but the use of it ... to forget about debian/patches, because vcs handles that [10:39] what is your opinion about this? [10:41] I like to have that explicitely [10:42] it's also easier to pick patches from fedora, right? :) [10:42] because it makes it easy to see what is from upstream and what is from debian and why, it makes adopting new upstream versions easy and need no VCS see that [10:43] for deifferentiating between upstream and debian, you can use 2 repos [10:44] but it can be handy to have the patches explicit [10:44] next question... [10:44] man-di, fedora seems to be a bit further with eclipse [10:45] i don't mind specfile editor, but emf, subclipse etc. [10:45] any plans for this? [10:45] plans yes [10:45] but time.... [10:47] understand [10:47] i was looking into that a bit, but time... [10:48] are you in the eclipse.linux-distros mailinglist? [10:48] yes [10:48] couple of new commiters in the last few months [10:48] yes, including me ;-) [10:49] I think doko has still not all papers on file [10:49] otherwise he would be one too [10:50] i believe that doko is so busy that he should consider every new task === man-di curses about ejb3 and jsf [10:50] vil: this task is only about voting rights in the eclipse.linux-distros project [10:50] so not much to do === vil curses about ejb2 and gwt [10:51] ejb2 is physical torture [10:51] if you still use it you are lost [10:51] ejb3 is very much different from it and much easier [10:51] but you still curse [10:52] vil: the problem is that its not so easy to create junit tests that just run [10:52] without an application server injecting the entitiy manager [10:53] don't know much about that [10:54] do you also use something to test jsf? just currious [10:55] not yet [10:55] ok [10:55] but I have some projects that test our jsp output [10:55] httpunit and htmlunit are great for this [10:56] to test functionality of webpages [11:04] man-di, thanks for hints [11:04] np === golpira [n=golpira@c-69-137-166-192.hsd1.de.comcast.net] has joined #ubuntu-java [12:07] man-di, still alive?