From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=DMARC_MISSING, MAILING_LIST_MULTI,T_PDS_PRO_TLD autolearn=unavailable autolearn_force=no version=4.0.0 Received: from studserv.uni-leipzig.de (studserv.uni-leipzig.de [139.18.1.15]) by chiba.3jane.net (Postfix) with ESMTP id 8C294AC5E1 for ; Mon, 6 May 2002 18:39:41 -0500 (CDT) Received: from ronneburger.de (pD9E44124.dip.t-dialin.net [217.228.65.36]) by studserv.uni-leipzig.de (8.9.3/8.9.3) with ESMTP id BAA47900 for ; Tue, 7 May 2002 01:39:40 +0200 Message-ID: <3CD7129C.8060203@ronneburger.de> Date: Tue, 07 May 2002 01:32:44 +0200 From: Ralf Ronneburger User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc1) Gecko/20020505 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] OpenOffice build broken? References: <200205061801.34803.adsouza@student.math.uwaterloo.ca> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: 019dd1d2-2e8f-4385-9d5a-29213859ac93 X-Archives-Hash: 327b05b19abd00316cfbb95490e1197b Check your enviroment for JAVA_HOME and JDK_HOME variables (should be set to something like /opt/blackdown-jdk...). This solved a lot of java-problems for me (php, postgresql - although I'd rather installed these without java-support). Antonio M D'souza wrote: > When I try to build it, I eventually get this: > > ============= > Building project unoil > ============= > /var/tmp/portage/openoffice-641d-r1/work/oo_641d_src/unoil > mkout -- version: 1.3 > ------------------------------ > Making: ./unxlngi4.pro/misc/unoil_root.dpc > dmake subdmake=true product="full" depend=t ALLDPC > ------------------------------ > No Dependencies > mkdir ./unxlngi4.pro/class >& /dev/null > mkdir ./unxlngi4.pro/misc/java >& /dev/null > javamaker -BUCR -O./unxlngi4.pro/misc/java > /var/tmp/portage/openoffice-641d-r1/work/oo_641d_src/solver/641/unxlngi4.pro/bin/applicat.rdb > javamaker ERROR: cannot dump Type 'com/sun/star/sdbcx/XViewsSupplier' > dmake: Error code 99, while making > './unxlngi4.pro/misc/java/com/sun/star/awt/XWindow.java' > ---* TG_SLO.MK *--- > > ERROR: Error 65280 occurred while making > /var/tmp/portage/openoffice-641d-r1/work/oo_641d_src/unoil > dmake: Error code 1, while making 'build_all' > ---* TG_SLO.MK *--- > > !!! ERROR: The ebuild did not complete successfully. > !!! Function src_compile, Line 48, Exitcode 255 > !!! Build failed! >