Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Sep 2006 08:06:36 +0900 (JST)
From:      NAKATA Maho <chat95@mac.com>
To:        imb@protected-networks.net
Cc:        openoffice@freebsd.org
Subject:   Re: openoffice build failure
Message-ID:  <20060919.080636.85417841.chat95@mac.com>
In-Reply-To: <450C69FF.4080109@protected-networks.net>
References:  <4500335F.6030600@protected-networks.net> <20060908.054022.104098278.chat95@mac.com> <450C69FF.4080109@protected-networks.net>

next in thread | previous in thread | raw e-mail | index | archive | help
From: Michael Butler <imb@protected-networks.net>
Subject: Re: openoffice build failure
Date: Sat, 16 Sep 2006 17:17:51 -0400

> configure:20317: javac  Test.java
> ----------
> 1. ERROR in Test.java
>  (at line 1)
>         /* #line 20312 "configure" */
>         ^
> The type java.lang.Object cannot be resolved. It is indirectly
> referenced from required .class files

I spent several hours to investigate and tried to fix it...

You specified WITH_GNUGCJ, this is the reason for the brekage.
javac at /usr/local/lib/jvm/java-gcj41/bin/ is actually ecj for you.
Somehow, ecj doesn't find bootstrappath as
 /usr/local/share/java/libgcj-4.1.2.jar
so java.lang.Object cannot be resolved.

IIRC, I verified that older version of gcc-4.1, but recent version
even sun.boot.path seems to be empty.

I'll fix it hopefully soon...
-- NAKATA, Maho (maho@FreeBSD.org)
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060919.080636.85417841.chat95>