=== doko_ [n=doko@dslb-088-073-102-218.pools.arcor-ip.net] has joined #ubuntu-java === azrael [n=rodrigoc@200-203-27-162.paemt705.dsl.brasiltelecom.net.br] has joined #ubuntu-java === azrael [n=rodrigoc@200-203-27-162.paemt705.dsl.brasiltelecom.net.br] has left #ubuntu-java [] === hagabaka [n=hagabaka@bp.fiveforty.jp] has joined #ubuntu-java === ubunturos [n=ubunturo@59.184.19.233] has joined #ubuntu-java === marting [n=martin@foo.stupids.org] has joined #ubuntu-java === sss [i=sss@gateway/tor/x-d8cf4f0e609ec381] has joined #ubuntu-java === AfC [n=andrew@office.syd.operationaldynamics.com] has joined #ubuntu-java === ubunturos [n=ubunturo@59.184.45.229] has joined #ubuntu-java === Nicke [n=niclasa@ua-83-227-140-135.cust.bredbandsbolaget.se] has joined #ubuntu-java === AfC [n=andrew@office.syd.operationaldynamics.com] has joined #ubuntu-java === ubunturos [n=ubunturo@59.184.45.229] has left #ubuntu-java ["Konversation] === samuelbaizg [n=samuelba@218.20.13.238] has joined #ubuntu-java [05:06] hello,anybody is using apahce CXF ? [05:07] I have some questions about it , can you help me ? === xhaker [n=xhaker@a81-84-26-224.cpe.netcabo.pt] has joined #ubuntu-java [09:40] Hi all :) [09:41] seems that eclipse was built ok on all archs but not on powerpc (and lpia) [09:42] about the powerpc FTBFS I think I might have found a solution, but I can't test it.. no powerpc hardware [09:42] man-di, doko if you're around would you care to discuss it with me? [09:43] xhaker: powerpc: you need to include -L/usr/lib/jvm/java-gcj/lib when linking [09:44] doko, wouldn't it be sufficient to include /usr/lib/gcj-4.2 [09:45] xhaker: it's /usr/lib/gcj-4.2-80 iirc [09:45] yes, should work as well [09:45] http://pastebin.com/d74d6d15b [09:45] does that look ok to you? [09:46] I didn't know you were aware of the problem. I saw it failing to build on launchpad and decided to look it up [09:46] xhaker: hmm, lpia ... you need to convince eclipse that it treats lpia like i386 (don't pass the string lpia to the eclipse build, but the same thing which is passed for i386) [09:47] you could check in an lpia chroot [09:47] $ ls -ld /usr/lib/gcj-4.* [09:47] drwxr-xr-x 2 root root 4096 Sep 1 17:42 /usr/lib/gcj-4.1-71 [09:47] drwxr-xr-x 2 root root 4096 Sep 3 19:07 /usr/lib/gcj-4.2-81 [09:48] both paths are wrong and should be adjusted [09:48] doko, I've checked a previous build log that worked [09:48] it was /usr/lib/gcj-4.1 there [09:48] i thin [09:48] strange [09:48] k* [09:49] gutsy? [09:49] no shouldn't be [09:49] doko, maybe gutsy or debian unstable [09:49] feisty i mean [09:50] xhaker: but you do want to upload to gutsy, don't you? [09:50] yes.. to gutsy.. did the paths change in gutsy? [09:50] xhaker: please create a gutsy chroot and check. yes, they did change [09:51] sudo debootstrap --arch lpia gutsy /srv/chroot/gutsy-lpia ... there's good documentaiton in the wiki [09:52] i'm confused with this gcj-4.1 vs gcj-4.2 also. the rules file seems to state gcj-4.1 the logs gcj-4.2.. maybe i'm just green in this field [09:53] no, I think nobody did update them yet =) [09:53] should it be 4.2 then? [09:53] in both debian unstable and gutsy? [09:54] yes [09:56] I may try this [09:56] -+ elif [ -d /usr/lib/gcj-4.1 ] ; then [09:56] -+ AWT_LIB_PATH=/usr/lib/gcj-4.1 [09:56] ++ elif [ -d ${JAVA_HOME}/lib ] ; then [09:56] ++ AWT_LIB_PATH=${JAVA_HOME}/lib === Creteil [n=bigbob@dyn-91-165-114-110.ppp.tiscali.fr] has joined #ubuntu-java [09:58] hi all [09:58] xhaker: just keep the existing, and add the new directories [09:58] is JAVA_HOME set? [09:59] yes. [10:00] I have installed sun-java6-plugin-6-02-1ubuntu3 under gutsy but going to the official sun java tests, I have have a report saying 'Java Runtime Environment is not working on your system' [10:00] someone have an idea of the problem ? [10:33] doko, please check this http://pastebin.com/m3594d5e8 [10:34] xhaker: really, really install a chroot and do a test build. I may overlook things as well ... [10:37] doko, my i386 machine is not so powerful.. only 512 ram and 1.4 pentium-m. and the other machine is amd64 [10:37] lots of paging building eclipse [10:37] i have to check if lpia bails ou at the beginning [10:37] if so.. i'll try to check if it goes [10:38] xhaker: you can install an lpia chroot on your amd64 as well [10:38] xhaker: https://wiki.ubuntu.com/DebootstrapChroot [10:38] doko, can I? can I do a ppc chroot too? [10:39] i know.. that was dumb [10:39] :) [10:39] no, no ppc, but lpia is just an i386 variant [10:39] read the wiki, it should be clear