Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 175146

Summary: sys-cluster/mpich provided /usr/bin/jumpshot doesn't come configured
Product: Gentoo Linux Reporter: javier delgado <jdelga06>
Component: [OLD] DevelopmentAssignee: Michael Imhof (RETIRED) <tantive>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description javier delgado 2007-04-18 20:47:49 UTC
The jumpshot file provided by sys-cluster/mpich is a bash file that executes a Java app. The file comes with a hardcoded reference to the location of the JVM in line 4 (of /usr/bin/jumpshot).
I fixed this by setting
JVM=`which java`
although I guess using java-config or something may be more appropriate

Reproducible: Always

Steps to Reproduce:
1. # emerge sys-cluster/mpich
2. $ jumpshot
3.

Actual Results:  
I get an error saying that java is not found in the specified directory

Expected Results:  
the jumpshot application starts
Comment 1 Justin Bronder (RETIRED) gentoo-dev 2009-06-13 20:46:27 UTC
sys-cluster/mpich is gone.