/srv/irclogs.ubuntu.com/2007/03/31/#ubuntu-java.txt

=== 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
dokovil: please could you test 68380 and add a comment, so that this can go to edgy-updates?02:08
vildoko, ok, I will take a look02:10
=== mard [n=ahmed@84.36.13.164] has joined #ubuntu-java
=== mard [n=ahmed@84.36.13.164] has left #ubuntu-java ["Ex-Chat"]
vildoko, can we talk a bit about that bug?04:19
=== 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
erich_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:31
erich_any help will be much appreciated.06:32
man-dierich_: you need to tell us the errors you are getting, our crystal eyes are broken today.06:38
erich_sorry -06:42
erich_erich@Kubunto1:~/jini2_1/installverify$ ./Launch-All 06:43
erich_nawk: error while loading shared libraries: libm.so.6: cannot open shared object file: No such file or directory06:43
erich_dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory06:43
erich_/bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory06:43
erich_basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory06:43
erich_dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory06:43
erich_basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory06:43
erich_grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory06:43
erich_/usr/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory06:43
man-dithese are all part of libc606:49
erich_perhaps I should mention that I installed jdk manually, did update-alternatives, and pointed jini to the /usr/bin/java06:49
man-diyou are not trying to run 32-bit jdk on 64-bit arch like amd64 without having 32bit compat libs installed?06:49
erich_librt.so.1 is oart of libc?06:49
erich_ahsohi06:49
erich_that may be - thank you for the divination.06:50
man-diyes, librt.so.1 is part of libc6 too06:51
erich_got it... I'll go find the compatibility libs... didn't realize that would be an issue...06:52
man-dierich_: btw: JDK 6 is part of ubuntu already, just apt-get it06:52
man-dihttp://packages.ubuntu.com/cgi-bin/search_packages.pl?searchon=names&version=all&exact=1&keywords=sun-java6-jdk06:52
man-dino need to install it on your own06:52
erich_thanks... just found that... hence mentioning I did it manually..06:52
erich_I suppose that would have fixed my dependency problems...06:52
man-didepends on the dependency problems, but I guess so06:53
erich_the amd64 compatibility thing..06:53
man-diah06:54
man-dithen yes06:54
erich_lol - I thought I had looked for it.. better check my source list.06:54
erich_thanks again.06:54
man-din.p.06:55
erich_have a great day, all.06:56
=== 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]
vildoko_, ping10:17
man-divil: he seesm to be offline all day long10:21
vilman-di, yes, looks like10:21
vilnice to see you here10:22
man-didoko forced me to10:22
vilalso nice that you answer questions from ubuntu users10:22
vilwhy did he force you?10:22
man-diand after feisty is out I wanna join ubuntu-motu to be able to sync/merge packages10:22
man-dihe wanted to talk about eclipse here yesterday evening10:23
vilwe all were at #debian-java, but this place is somewhat less crowded :)10:25
man-dithats what I said to doko too10:26
man-didoko wanted to talk on freenode instead of oftc10:26
man-divil: less crowded == less java people10:27
vili don't know oftc much10:28
viljust that one channel10:28
vilman-di, but you are now here and maybe will bring more people with you10:29
man-diI doubt that10:30
vilman-di, I would like to ask couple of questions10:30
man-disure, jast ask10:30
man-dijust10:30
vilsvn for debian dirs at alioth is a nice idea, but it is still not ok10:31
vilwe still use patches etc...10:31
vilhow do you use that svn? just co everytime you work with the package?10:32
man-didepends10:32
vildo you use some scripts for that ala dpkg-svn-whatever?10:32
man-difor eclipse I commit whenever I tested a change10:32
man-diwhen enough changes are done: upload10:32
man-difor smaller packages I normally do all changes, test, etc and then commit all at once10:33
man-diwhen uploaded, I tag the svn10:33
vildo you know bzr in ubuntu, they are trying to use it for whole package including the sources10:33
man-diyou can use svn-buildpackage with svn but I prefer my own small helpers and simple command line tools10:34
man-diyes, I know10:34
man-didoesnt really makes the world a better place10:34
vilok, i would really like to hear some opinions about it10:34
vili personally like it cause i think it simplifies work with patches, but i cannot imagine to use it for eclipse10:35
man-diI'm very much used to cvs and svn10:35
man-dibut I'm playing with other systems10:36
man-dicurrently I play a bit with Mercurial10:36
man-difor work10:36
man-diand for openjdk10:36
man-digit is nice too10:37
vili don't mind a particular system but the use of it ... to forget about debian/patches, because vcs handles that10:38
vilwhat is your opinion about this?10:39
man-diI like to have that explicitely10:41
vilit's also easier to pick patches from fedora, right? :)10:42
man-dibecause 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 that10:42
vilfor deifferentiating between upstream and debian, you can use 2 repos10:43
vilbut it can be handy to have the patches explicit10:44
vilnext question...10:44
vilman-di, fedora seems to be a bit further with eclipse10:44
vili don't mind specfile editor, but emf, subclipse etc.10:45
vilany plans for this?10:45
man-diplans yes10:45
man-dibut time....10:45
vilunderstand10:47
vili was looking into that a bit, but time...10:47
man-diare you in the eclipse.linux-distros mailinglist?10:48
vilyes10:48
vilcouple of new commiters in the last few months10:48
man-diyes, including me ;-)10:48
man-diI think doko has still not all papers on file10:49
man-diotherwise he would be one too10:49
vili believe that doko is so busy that he should consider every new task10:50
=== man-di curses about ejb3 and jsf
man-divil: this task is only about voting rights in the eclipse.linux-distros project10:50
man-diso not much to do10:50
=== vil curses about ejb2 and gwt
man-diejb2 is physical torture10:51
man-diif you still use it you are lost10:51
man-diejb3 is very much different from it and much easier10:51
vilbut you still curse10:51
man-divil: the problem is that its not so easy to create junit tests that just run10:52
man-diwithout an application server injecting the entitiy manager10:52
vildon't know much about that10:53
vildo you also use something to test jsf? just currious10:54
man-dinot yet10:55
vilok10:55
man-dibut I have some projects that test our jsp output10:55
man-dihttpunit and htmlunit are great for this10:55
man-dito test functionality of webpages10:56
vilman-di, thanks for hints11:04
man-dinp11:04
=== golpira [n=golpira@c-69-137-166-192.hsd1.de.comcast.net] has joined #ubuntu-java
vilman-di, still alive?12:07

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!