First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 141477
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Java team <java@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Schrangl Lukas <schrangl@gmx.net>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 141477 depends on: Show dependency tree
Show dependency graph
Bug 141477 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-07-23 03:36 0000
If kaffe finds the executable "jar" somewhere in the PATH it will be used
during compilation, otherwise it will use its own. The java-config packages
provides a script (/usr/bin/jar) as a wrapper for the selected VM's jar
executable. If no jre/jdk is installed, java-config's script fails, and so does
the kaffe build, which tries to use it. One way to resolve this would
(possibly) be to install java-config-* after kaffe, since it doesn't seem to be
needed before anyways.

------- Comment #1 From Krzysiek Pawlik 2006-07-23 03:59:09 0000 -------
It's not "Core system"...

------- Comment #2 From Josh Nichols 2006-08-01 07:51:21 0000 -------
Installing java-config after kaffe isn't really possible, since kaffe (and all
vms) depend on java-config during their postinstall.

The better way would be to find a way to force kaffe to use it's own jar.

------- Comment #3 From Daniel Plaza 2006-08-01 09:20:01 0000 -------
Adding export FASTJAR="$S/external/gcc/fastjar/fastjar" to src_compile force
kaffe to use it's own jar. I don't know if it's a good solution.

------- Comment #4 From Josh Nichols 2006-08-01 21:21:27 0000 -------
Using fastjar is probably a pretty good solution> It can actually be packaged
separately, and we have ebuilds kicking around our overlays somewhee I'm quite
sure.

------- Comment #5 From Josh Nichols 2006-08-22 10:49:44 0000 -------
Upstream bug filed: http://kaffe.org/cgi-bin/bugzilla/show_bug.cgi?id=57

------- Comment #6 From Josh Nichols 2006-08-24 19:57:41 0000 -------
Fixed with 1.1.7-r1. Thanks for reporting!

First Last Prev Next    No search results available      Search page      Enter new bug