/srv/irclogs.ubuntu.com/2007/04/15/#ubuntu-java.txt

=== AfC [n=andrew@203.118.29.177] has joined #ubuntu-java
=== vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-java
=== man-di_ [n=mkoch@dynadsl-080-228-202-098.ewetel.net] has joined #ubuntu-java
=== man-di_ is now known as man-di
=== vi1 [n=vladimir@ip-85-160-82-4.eurotel.cz] has joined #ubuntu-java
man-divi1: good morning08:23
vi1man-di, morning08:23
vi1I am sorry, I wass08:23
vi1was ko yesterday08:23
=== man-di too
man-dithats no problem at all08:24
=== vi1 still trying to run eclipse on that machine
vi1there is some pbuilder chroot that I can use for it08:25
vi1man-di, the problem I was stuck yesterday is08:29
vi1X11 connection rejected because of wrong authentication.08:29
vi1when I try to run eclipse under the pbuilder chroot (root user)08:29
vi1DIPLAY variable is set correctly (locahost:12) , but I guess the problem is different user than that who created the ssh connection.08:30
vi1any hint?08:30
man-dixauth08:33
man-dithe problem is that the MIT cookie does not match08:33
man-digone08:33
=== vi1 trying xauth
man-dithe problem is that the MIT cookie does not match08:42
man-didamn jsf08:43
=== man-di curses the inventors of jsf
vi1man-di, so here we go http://paste.ubuntu-nl.org/15750/08:50
man-dihuh08:53
man-diCaused by: java.lang.ClassNotFoundException: org.eclipse.swt.SWTError08:53
man-dican you check this swt is successfully installed?08:53
man-diand includes the classes it should08:53
man-diI guess there is no org.eclipse.swt.gtk.linux.sparc_3.2.2.R3_2_maintenance.jar but a org.eclipse.swt.gtk.linux.sparc64_3.2.2.R3_2_maintenance.jar08:54
man-di?08:55
man-dithats the problem then if thats the case08:55
vi1org.eclipse.swt.gtk.linux.sparc_3.2.2.R3_2_maintenance.jar is there08:58
man-dihmmm08:58
vi1swt looks ok so far08:58
man-di!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:08:59
man-di!SUBENTRY 1 org.eclipse.osgi 2 0 2007-04-15 07:26:12.14708:59
man-di!MESSAGE Bundle update@plugins/org.eclipse.swt.gtk.linux.sparc_3.2.2.R3_2_maintenance.jar [6]  was not resolved.08:59
man-di!SUBENTRY 2 org.eclipse.swt.gtk.linux.sparc 2 0 2007-04-15 07:26:12.14808:59
man-di!MESSAGE Platform filter did not match: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=sparc))08:59
man-di!SUBENTRY 2 org.eclipse.swt.gtk.linux.sparc 2 0 2007-04-15 07:26:12.14908:59
man-di!MESSAGE Missing Constraint: Fragment-Host: org.eclipse.swt; bundle-version="[3.0.0,4.0.0)"08:59
man-disomething is borked in SWT08:59
vi1swt has jni bindings, maybe that thing08:59
man-dican you paste the manifest of org.eclipse.swt.gtk.linux.sparc_3.2.2.R3_2_maintenance.jar please?09:01
vi1sure09:03
vi1http://paste.ubuntu-nl.org/15754/09:04
vi1can the (osgi.arch=sparc) clause cause the troubles?09:06
man-diand uname -m return sparc64?09:06
man-divi1: thats what I think: sparc vs sparc6409:06
man-difrom the first paste: BootLoader constants: OS=linux, ARCH=sparc64, WS=gtk, NL=en_US09:08
man-didifferent archs09:08
vi1Linux sparky 2.6.17-11-sparc64 #2 Thu Feb 1 19:25:47 UTC 2007 sparc64 GNU/Linux09:08
man-diso what we need to know now: are all supported sparc sparc64 or do we need to care about sparc(32) too?09:09
man-divi1: is there a linux32 command on the sparc?09:10
vi1man-di, just a sec, swt install does not look so good any more09:11
vi1the swt.jar link is dead09:11
vi1let me fix that and try again09:11
man-dieclipse doest use the swt.jar link in /usr/share/java09:13
man-dithats a different story09:13
man-dithats only for 3rd party apps09:13
vi1ok, now I see it09:15
vi1there is also a slight difference between linux and sparc in the naming09:16
vi1org.eclipse.swt.gtk.linux.sparc_3.2.2.R3_2_maintenance.jar09:16
vi1org.eclipse.swt.gtk.linux.x86_3.2.2.v3236.jar09:16
vi1i meant x8609:16
man-dihmmm09:17
man-dithat is becuase we use SWT from ia64 for all officially-non-supported archs09:18
=== vi1 just installed linux32
man-diSWT versions are not all the same for the different archs09:18
man-divi1: when you exec linux32 and then run eclipse I really wonder if it works or if the error message is different09:18
vi1man-di, linux32 eclipse makes a difference :)09:19
vi1eclipse booting up09:19
man-dihehehe09:19
vi1you was right from the very beggining ;)09:19
man-dithanks for the flowers09:20
man-dinow lets think how to solve that09:20
man-diI dont know enough about sparc to decide what to do09:20
man-diI think09:20
vi1man-di, on the other hand, it crashed again ;)09:21
man-divi1: what does uname -m output under linux32?09:21
man-dioh?09:21
man-dierror message?09:21
vi1jvm crash09:21
man-diuuffffff09:22
man-dithats no bug in eclipse then ;-)09:22
vi1i can send you a scrshot09:22
man-divi1: that would be great09:22
man-didcc doesnt work here09:23
man-diI'm behind a firewall09:23
vi1ok, mail09:23
man-dithere was some pasting service for images...09:24
man-diif I would remember the url09:24
vi1linux32 uname -m09:26
vi1sparc09:26
man-diokay, thats what I guessed09:26
man-diperhaps we should patch eclipse's arch detection code09:27
man-diyou dont know if the userland of sparc is always 32 bit or sometimes 64 bit?09:27
man-disparc64 only means the kernel is 64bit09:28
vi1no idea, i am old-school x86 guy09:30
man-diwe can ask doko09:31
man-dinice screenshot09:33
vi1nice screenshot not saying anything09:40
man-diwell, it says which arch, which runtime, etc.09:43
man-diI should do a debian bts eclipse bug triaging09:47
=== vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-java
=== Mammnon [n=toma@ADijon-259-1-5-68.w90-33.abo.wanadoo.fr] has joined #ubuntu-java
Mammnonhello everybody01:20
Mammnonmay I ask a question?01:21
=== man-di wonders why people are so impatient
=== vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-java
=== doko [n=doko@dslb-088-073-095-249.pools.arcor-ip.net] has joined #ubuntu-java

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