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

=== tc75 [n=tc@lau06-1-82-228-247-28.fbx.proxad.net] has joined #ubuntu-java
=== rrittenhouse [n=tad@unaffiliated/rrittenhouse] has joined #ubuntu-java
=== xiaochuan [n=Administ@81.84.76.222.broad.fz.fj.dynamic.163data.com.cn] has joined #ubuntu-java
=== xiaochuan [n=Administ@81.84.76.222.broad.fz.fj.dynamic.163data.com.cn] has left #ubuntu-java []
=== vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-java
=== vil [n=lada@ubuntu/member/vil] has joined #ubuntu-java
vildoko, hi01:34
vilwhat's wrong?01:34
dokovil: look at the build logs, no debian patch is applied01:35
vildoko, is this wrong? http://paste.ubuntu-nl.org/12744/01:43
vilit is from http://librarian.launchpad.net/6902627/buildlog_ubuntu-feisty-i386.eclipse_3.2.2-0ubuntu1_FULLYBUILT.txt.gz01:43
dokovil: I was looking at the powerpc build01:46
vildoko, I will check powerpc later, somewhat busy now01:49
dokovil: hmm, it looks like icu is built before the patches are applied ...01:49
vildoko, ok, thx for letting me know about the problem01:51
vildoko, maybe what about ia64 and gcj crash? 01:51
dokobuilding01:52
vildoko, imbrandon donated a powerpc machine for motu building so I could check the powerpc build in the evening01:56
dokowell, the prepare target is called before the patch target; we should fix that first01:58
vildoko, why does it work on x86 and not on powerpc?02:00
=== rrittenhouse [n=tad@unaffiliated/rrittenhouse] has joined #ubuntu-java
=== doko_ [n=doko@dslb-088-074-019-006.pools.arcor-ip.net] has joined #ubuntu-java
=== vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-java
vildoko_, ping10:18
doko_pong10:22
vildoko_, can you tell me again, what is wrong with the current eclipse pkg?10:22
vilyou said that we need to switch some targets10:22
vilalso, I don't understand, why does the powerpc build fail10:24
vilI was loooking at the build trace and it looks like the patches get applied10:24
=== man-di [n=mkoch@dyndsl-080-228-192-042.ewe-ip-backbone.de] has joined #ubuntu-java
dokovil: yes, I was confused, that icu was already built in the unpack target (and then again in the prepare target)10:26
man-didoko: its not built twice, as I told you today10:26
man-dione prepares the build, and the other builds it for real10:27
dokohmm, anyway, building something before applying patches could be improved10:27
man-diyeah10:27
man-diand I really wonder if currently SVN ever built10:27
vilright, eclipse build is pretty complex10:27
man-diI have a small fix for the icu4j issue10:28
man-dibut hppa is still broken because later gij segfaults10:28
vilcannot we put jsch and icu out of eclipse completely?10:28
man-divil: that was the plan from the beginning but doko forced me to do it inside eclispe ;-)10:28
dokohahaha, you didn't succeed separating it ;-P10:29
vilman-di, I also introduced an useless new file under debian folder in SVN, sorry about that, I will remove it next time10:29
man-diI just had not enough time becuase you were bothering me all the time10:29
vilanyway, the version in SVN builds on x86 and amd6410:30
man-divil: the icu4j cant really build10:30
man-diI need to apply the following patch:10:30
man-di@@ -384,7 +384,7 @@10:31
man-di        mv icu4j-build/com.ibm.icu.base/com.ibm.icu.base_3.4.5.jar com.ibm.icu.base_3.4.5.20061213.jar10:31
man-di        cd $(SOURCE_TREE)/baseLocation/plugins; \10:31
man-di-       zipfile=$$PWD/com.ibm.icu.source_3.4.5.200612113/src/com.ibm.icu_3.4.5.20061213/src.zip; \10:31
man-di+       zipfile=$$PWD/com.ibm.icu.source_3.4.5.20061213/src/com.ibm.icu_3.4.5.20061213/src.zip; \10:31
man-di        pushd icu4j-build/com.ibm.icu/src; \10:31
man-di        find -name \*.java | xargs touch --date=1/1/1970; \10:31
man-diso I really wonder it it *ever* built10:31
man-di        zip -X -9 -r $$zipfile . -i \*.java; \10:31
man-dis/it it/if it/10:32
dokoman-di: PWD is always set?10:33
dokoapparently10:33
man-diyes10:33
man-dithe bug was: one "1" too much10:34
man-dinow this passes on pampa10:34
man-dibut later it segfaults when running 'ant dist' for jsch10:35
dokorestarting the sparc build10:35
vilhttp://paste.ubuntu-nl.org/12806/10:36
vilobviously, something's wrong with zip ;)10:36
man-divil: aptitude install zip10:37
man-dia build-depends is missing10:37
vilthat's my point, build-depends10:37
man-diyeah, thats one of the open bugs in debian bts10:37
vilwhy do we create the zip a new? I guess it is there from the beggining10:38
man-dithats what the icu4j stuff needs unfortunately10:39
man-diand I wanted to include a pristine upstream version of it10:39
man-di(it = icu4j)10:39
man-dito build it you need to redo the source zip10:39
man-diits really bad, I know10:39
vilwell, I also commented out deleting of one of the src.zip in rules. is that ok?10:41
vilbtw. I just spotted another bogus file, I put inside. I feel ashamed10:42
vilthe reason why I commented it out was that the icu.source plugin seems to be required for one of the eclipse features10:43
dokochecked in the zip b-d and the typo in rules10:44
man-didoko: thx10:44
viland deleted the unwanted file10:50
man-diI will go to bed now, need some sleep10:57
man-digood nite10:57
dokogood night10:58
vilgood nite11:00
vildoko, you checked in 3.2.2-0 version, won't there be a problem with firefox-dev vs. libxul-dev b-d?11:01
dokovil: debian doesn't have firefox-dev11:02
dokoso it was wrong in the first place11:02
villast time I asked about it and you wanted to put firefox-dev there for ubuntu, because it is in main11:03
dokoright, we have it in main, I didn't change that, or did a make a mistake?11:04
vilno, I was just curious, if you will change that for debian11:05
vilcan I do anything to make powerpc build, too? do you know the issue there?11:06
dokoif libxul-dev doesn't work, we'll have to use icewhatever-dev11:06
dokono, didn't look yet11:07
vilok, I guess I see the problem with ppc11:18
vilI omitted it in the disable-junit4-apt patch11:19
villet me update it11:19
vildoko, I checked in the updated disable-ju4 patch11:48
vilcan you please try building it on ppc? I don't have currently access to it.11:48
vilnite11:53

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