/srv/irclogs.ubuntu.com/2007/09/12/#ubuntu-java.txt

=== sss [i=sss@gateway/tor/x-1e099858914c00cd] has joined #ubuntu-java
=== nrpil [n=nrpil@s5591f679.adsl.wanadoo.nl] has joined #ubuntu-java
=== doko_ [n=doko@dslb-088-073-105-068.pools.arcor-ip.net] has joined #ubuntu-java
=== Nicke [n=niclasa@h161n2fls31o808.telia.com] has joined #ubuntu-java
=== ubunturos [n=ubunturo@59.184.24.197] has joined #ubuntu-java
=== ytojack [n=ytojack@59.35.246.131] has joined #ubuntu-java
=== vil [n=lada@ubuntu/member/vil] has joined #ubuntu-java
=== tmarble [n=tmarble@user-38q4et6.cable.mindspring.com] has joined #ubuntu-java
=== sss [i=sss@gateway/tor/x-a527078d0fdbd576] has joined #ubuntu-java
=== xhaker [n=xhaker@di19.di.fct.unl.pt] has joined #ubuntu-java
=== doko [n=doko@dslb-088-073-105-068.pools.arcor-ip.net] has joined #ubuntu-java
=== vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-java
=== Nicke [n=niclasa@ua-83-227-140-135.cust.bredbandsbolaget.se] has joined #ubuntu-java
=== jamesstansell [n=james@wsip-24-249-157-103.tu.ok.cox.net] has joined #ubuntu-java
dokoman-di: eclipse build works for me06:33
=== mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-java
man-didoko: on sid or gutsy?07:56
dokoman-di: gutsy07:56
man-diI have the problems on sid, as I said07:57
dokohmm07:59
man-diperhaps its only on my system, but that would be really evil08:00
man-diI dont really know what can cause this08:00
man-disomehow it looks like aot-compiles tries to parse class files and fails08:01
dokochecking ...08:04
vilman-di, what is the problem?08:46
dokoman-di: /home/packages/eclipse/eclipse-3.2.2/debian/tmp-native/usr/lib/eclipse/plugins/org.apache.lucene_1.4.103.v20060601/lucene-1.4.3.jar08:47
dokodid you patch this one?08:47
man-didoko: not that I know08:52
man-divil: http://paste.debian.net/3694408:52
man-divil: when building current eclipse with pkg-java svn on debian sid08:52
=== jamesstansell_ [n=james@209.184.36.173] has joined #ubuntu-java
dokoman-di: could you send gbenson or fitzsim this file and ask?08:59
dokoman-di: seems to be the only one, so maybe exclude it on amd64?09:03
doko          if [ $(DEB_HOST_ARCH) = amd64 ] ; then \09:03
doko            case "$$jar" in \09:03
doko              *lucene*) continue;; \09:03
doko            esac; \09:03
doko          fi; \09:03
man-dihow did you find this one causing the issue?09:06
dokodiff -u /usr/share/pycentral/java-gcj-compat-dev/site-packages/aotcompile.py~ /usr/share/pycentral/java-gcj-compat-dev/site-packages/aotcompile.py09:16
doko--- /usr/share/pycentral/java-gcj-compat-dev/site-packages/aotcompile.py~       2007-08-25 19:38:03.000000000 +020009:16
doko+++ /usr/share/pycentral/java-gcj-compat-dev/site-packages/aotcompile.py        2007-09-12 21:16:23.000000000 +020009:16
doko@@ -198,6 +198,7 @@09:16
doko         need to parse every class file.  This is slow, and unnecessary09:16
doko         if the job is subsetted."""09:16
doko         names = {}09:16
doko+        print "->", self.path09:16
doko         for hash, bytes in self.classes.items():09:16
doko             name = classname(bytes)09:16
doko             if not names.has_key(name):09:17
man-diaaah, good to know09:17
vilman-di, so the problem occurs only on amd64?09:22
vilman-di, I don't understand it much, but classfile.py seems to use struct.unpack to parse the class files09:26
viland that depends on the C types09:27
vilsee classfile.py:19609:28
dokowhat would be needed to get maven2 into gutsy?09:46
vilman-di, furthermore struct.py comes in gutsy with python2.5-minimal while you paste shows python2.409:50
=== jamesstansell_ is now known as jstansel_
man-divil: debian uses python 2.4 as default for now10:57
man-didoko: just syncing it and its dependencies I guess10:58
man-didoko: but beware, its only for users so far, dont build packages with it yet10:58
dokoahh, ok, then better wait10:58

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