Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 175146 - sys-cluster/mpich provided /usr/bin/jumpshot doesn't come configured
Summary: sys-cluster/mpich provided /usr/bin/jumpshot doesn't come configured
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Michael Imhof (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-18 20:47 UTC by javier delgado
Modified: 2009-06-13 20:46 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.