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

Bug 238564

Summary: app-benchmarks/jmeter-2.0.1-r2 doesn't install "jmeter" in $PATH
Product: Gentoo Linux Reporter: Muelli <gentoo-bugs>
Component: New packagesAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 2008.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Muelli 2008-09-24 13:55:51 UTC
After emerge jmeter, I can't start it because it didn't install anything in my $PATH. Instead, it wrote everythin to /opt/jmeter/ which is fine with me, but I expected at least a symlink in /usr/bin/ to be able to start jmeter easily.

Reproducible: Always

Steps to Reproduce:
1. emerge jmeter
2. which jemeter



Actual Results:  
which: no jmeter in (/home/muelli/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/4.1.2:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown-jdk-1.4.2.03/jre/bin:/usr/kde/3.5/bin:/usr/qt/3/bin:/usr/lib/subversion/bin:/usr/games/bin:/opt/vmware/workstation/bin)


Expected Results:  
A jmeter symlink in my PATH
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2008-09-24 14:20:00 UTC
Maybe it should simply install an env.d file to extend PATH.
Comment 2 Muelli 2008-09-24 16:04:15 UTC
Maybe that's a cleaner approach. But I wouldn't be able to use jmeter out of my terminals, I've already opened.

This bug applies to -r4 as well.
Comment 3 Johann Schmitz (ercpe) (RETIRED) gentoo-dev 2014-07-12 11:09:19 UTC
Fixed in -r5:

+  12 Jul 2014; Johann Schmitz <ercpe@gentoo.org> +jmeter-2.0.1-r5.ebuild:
+  Bumped to EAPI=5, fixed compilation issues with 1.7 (bug #514662), fixed
+  installation of documentation (#282219), add /opt/jmeter/bin to PATH via env.d
+  (bug #238564)