[oe-commits] [Bug 5211] Example profile corrupts the path and prevents classpath to build successfully

bugzilla-daemon at git.openembedded.org bugzilla-daemon at git.openembedded.org
Thu Jun 18 22:03:38 UTC 2009


http://bugs.openembedded.org/show_bug.cgi?id=5211


Robert Schuster <thebohemian at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDSINFO                   |RESOLVED
         Resolution|                            |INVALID




--- Comment #5 from Robert Schuster <thebohemian at gmx.net>  2009-06-18 22:03:38 ---
Hi,
the problem is most likely caused by a combination of jamvm-native +
classpath-native that fails. Please use the versions that are suggested in the
OE Wiki's Java page. If that recipe is not in overo-oe (haven't looked at this)
then please either merge the respective patches from OE.dev or use
cacao(-native).

Btw: Providing javac from outside the OE environment is not a good idea. Please
keep in mind that the Java toolchain in OE is self-hosting. You do not need any
bit of Java in your operating system. If some Java stuff does not work in OE it
must be fixed therein. Furthermore I do not provide support in any way for an
OE setup that relies on Java tools that are provided by the host OS.

Here is the problem:

PREFERRED_VERSION_classpath-native = "0.98"
PREFERRED_VERSION_jamvm-native = "1.5.1"

jamvm 1.5.1 and classpath 0.98 do not fit. Please use jamvm 1.5.3 and classpath
0.98 or cacao 0.99.3 + classpath 0.97.2 as suggested here:
http://wiki.openembedded.net/index.php/Java

If you still have troubles with the suggestion posted above please reopen this
PR. For the time in between I leave at as invalid.

-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-commits mailing list