[oe-issues] [Bug 2519] update "packages/classpath/classpath-gtk_cvs.bb"

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Mon Jun 18 19:06:26 UTC 2007


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





--- Comment #8 from Andrew Paulsen <andrew.paulsen at gmail.com>  2007-06-18 12:06:26 ---
(In reply to comment #7)
> (In reply to comment #6)
> > Do you have Java installed on your build system?
> 
> No, it is not on the system, "which java" is empty.  I tried to fix this by
> compiling classpath-minimal-native first now and adding it to DEPENDS.  But it
> seems that ain't doing it either.  "find ../../tmp/angstrom/staging/ -name
> java" is empty as well and the compilation still fails.  
> 
> Java is not among the required software for OE so we will need to find a way to
> provide that command natively.  I started committing a few changes and
> documenting them at http://www.openembedded.org/wiki/AdvancedConfiguration to
> make this happen.  
> 
> I thought that classpath-minimal-native should provide a java command.  Was I
> wrong?
> 

Classpath-minimal-native provides the class libraries for cacao-native, not a
JVM.  Cacao-native also requires some form of Java on the build machine, so
Java *is* a requirement for this package.  Yes, it takes Java to build Java.  I
spent a few days trying to bootstrap java on the build system, but java-native
isn't really an option since Jikes and gcj don't work with the newer JVMs.

If someone else wants to make java-native, be my guest.  Until then, yes, you
need to install a java runtime on your build machine to run ecj to build
cacao-native to build classpath-native to build cacao and classpath.


-- 
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-issues mailing list