Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 311715 - net-analyzer/munin-1.4.4: Improve java handling
Summary: net-analyzer/munin-1.4.4: Improve java handling
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-28 05:28 UTC by Jeremy Olexa (darkside) (RETIRED)
Modified: 2012-07-17 14:03 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to fix the issue. (munin.patch,2.13 KB, patch)
2010-03-28 05:35 UTC, Serkan Kaba (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2010-03-28 05:28:03 UTC
bug 304397 was an improvement over previous java handling, but it still can be improved.
Comment 1 Serkan Kaba (RETIRED) gentoo-dev 2010-03-28 05:35:58 UTC
Created attachment 225523 [details, diff]
Patch to fix the issue.

I'm not sure if that JCVALID trick will work.
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2010-03-29 17:45:21 UTC
(In reply to comment #1)
> Created an attachment (id=225523) [details]
> Patch to fix the issue.
> 
> I'm not sure if that JCVALID trick will work.
> 
It evaluates to: 

USE=java: make -j2 -j 1 JC= JFLAGS= JCVALID=yes build build-man
USE=-java: make -j2 -j 1 JC= JFLAGS= JCVALID= build build-man

So, what is $(JAVAC)/$(JAVACFLAGS) suppose to return?
Comment 3 Serkan Kaba (RETIRED) gentoo-dev 2010-03-29 18:17:24 UTC
You also need java-pkg_regjar do register jars installed. I can help on that as well if needed.
Comment 4 Serkan Kaba (RETIRED) gentoo-dev 2010-03-29 18:28:55 UTC
The launcher script may also need a look.
Comment 5 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2011-03-16 06:25:48 UTC
Please provide updated patches again 1.4.5-r2.
Comment 6 Diego Elio Pettenò (RETIRED) gentoo-dev 2012-07-17 14:03:43 UTC
I'd count this solved in 2.0.2 since I've just finished taking care of it (with help from sera).