Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 238564 - app-benchmarks/jmeter-2.0.1-r2 doesn't install "jmeter" in $PATH
Summary: app-benchmarks/jmeter-2.0.1-r2 doesn't install "jmeter" in $PATH
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-24 13:55 UTC by Muelli
Modified: 2014-07-12 11:09 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 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)