[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
Fri Jun 19 08:00:03 UTC 2009


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





--- Comment #6 from PO <po at hemmamail.se>  2009-06-19 08:00:02 ---
Hi,

I already did scan the preference setting from 
http://wiki.openembedded.net/index.php/Java
and copied what I understood to be consistent to my site.conf 

I might have read it wrong but I see that the jamvm-native is defined twice and
the last entry is the 1.5.3 which should then be what is in effect:

PREFERRED_PROVIDER_virtual/java-initial = "jamvm-initial"
PREFERRED_VERSION_jamvm-initial = "1.4.5"
PREFERRED_PROVIDER_virtual/java-native = "jamvm-native"
PREFERRED_VERSION_jamvm-native = "1.5.1"  <<<<<<<<<< DUPLICATE - REMOVE
PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native"
PREFERRED_VERSION_libecj-bootstrap = "3.4"
PREFERRED_PROVIDER_classpath = "classpath"
PREFERRED_VERSION_classpath-initial = "0.93"
PREFERRED_VERSION_jamvm-native = "1.5.3"
PREFERRED_VERSION_classpath-native = "0.98"
PREFERRED_VERSION_jamvm = "1.5.2"
PREFERRED_VERSION_classpath = "0.98"
PREFERRED_VERSION_libecj-bootstrap = "3.4"

I am going to rebuild once more without the line marked above and with the
original path definition too make sure I haven't confused myself.

I'll get back when I have the results from that build.

Also, to claify, what do you mean with providing javac from outside the oe env?
I have JDK installed in my Gentoo setup, but this shouldn't interfere, or do I
have to remove that?  But then I get problems with the java apps I run on that
box...  I haven't modified any recipes concerning java in oe to use javac
outside oe.

-- 
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