Package Details: jmeter 5.6.3-4

Git Clone URL: https://aur.archlinux.org/jmeter.git (read-only, click to copy)
Package Base: jmeter
Description: Java application designed to load test functional behavior and measure performance
Upstream URL: http://jmeter.apache.org/
Keywords: jmeter
Licenses: Apache
Submitter: falconindy
Maintainer: Witko (stick)
Last Packager: stick
Votes: 46
Popularity: 0.008690
First Submitted: 2013-08-15 13:56 (UTC)
Last Updated: 2024-09-10 22:30 (UTC)

Dependencies (1)

Required by (1)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

pablo.doramas commented on 2017-12-10 09:40 (UTC)

1. It seems there is a missing gendesk dependency:
==> Validating source files with md5sums...
    apache-jmeter-3.3.tgz ... Passed
    apache-jmeter-3.3.tgz.asc ... Skipped
==> Verifying source file signatures with gpg...
    apache-jmeter-3.3.tgz ... Passed
==> Extracting sources...
  -> Extracting apache-jmeter-3.3.tgz with bsdtar
==> Starting build()...
==> Entering fakeroot environment...
==> Starting package()...
/tmp/yaourt-tmp-pablo/aur-jmeter/./PKGBUILD: line 29: gendesk: command not found
==> ERROR: A failure occurred in package().
    Aborting...
==> ERROR: Makepkg was unable to build jmeter.
2. After installing gendesk, build still fails:
==> Starting build()...
==> Entering fakeroot environment...
==> Starting package()...
[jmeter]                          Generating desktop file... ok
[jmeter]                          Downloading icon... no
[jmeter]                          Using default icon instead... yes
install: cannot stat '/tmp/yaourt-tmp-pablo/aur-jmeter/pkg/jmeter/jmeter.png': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
==> ERROR: Makepkg was unable to build jmeter.

bcome commented on 2017-11-24 10:28 (UTC)

Running this with jdk installed from the AUR it will not run because the jvm version is 9.0.1, which results in jmeter thinking your java is too old. This can be fixed by changing current_version=`echo $CURRENT_VERSION | awk -F'.' '{ print $2 }'` to current_version=`echo $CURRENT_VERSION | awk -F'.' '{ print $1 }'` in /opt/jmeter/bin/jmeter

kouros51 commented on 2017-11-21 07:15 (UTC)

To install latest version use this PKGBUILD: # Maintainer: Severus <severus@theslinux.org> pkgname=jmeter pkgver=3.3 pkgrel=1 arch=('any') pkgdesc="A Java desktop application designed to load test functional behavior and measure performance" url="http://jmeter.apache.org/" license=("apache") depends=("java-environment>=8") options=('!strip') source=("http://archive.apache.org/dist/jmeter/binaries/apache-${pkgname}-${pkgver}.tgz"{,.asc}) sha256sums=('SKIP' 'SKIP') validpgpkeys=('C4923F9ABFB2F1A06F08E88BAC214CAA0612B399') build() { true } package() { install -dm755 "$pkgdir/opt/jmeter" "$pkgdir/usr/bin" cp -a "apache-$pkgname-$pkgver"/* "$pkgdir/opt/jmeter" ln -s /opt/jmeter/bin/jmeter "$pkgdir/usr/bin/jmeter" sed -i '/^java/s|`dirname "$0"`|/opt/jmeter/bin|' "$pkgdir/opt/jmeter/bin/jmeter" } # vim:set ts=2 sw=2 et:

lmat commented on 2017-11-17 15:44 (UTC) (edited on 2017-11-17 16:00 (UTC) by lmat)

Just tried; doesn't work. The error is: ==> ERROR: Failure while downloading http://www.us.apache.org/dist//jmeter/binaries/apache-jmeter-3.2.tgz 3.2 is at: https://archive.apache.org/dist/jmeter/binaries/apache-jmeter-3.2.tgz

Severus commented on 2017-04-11 03:10 (UTC)

@Witko, I will add you as co-maintainer @hsafe, you should add GPG key by using gpg --recv-keys AC214CAA0612B399 or remove gpg from validpgpkeys= ( I don't recommend it).

hsafe commented on 2017-04-08 10:21 (UTC)

Jugs, Any plan to fix this soon? I still get the error regarding the unverified GPG: apache-jmeter-3.1.tgz ... FAILED (unknown public key AC214CAA0612B399) Thanks...

Witko commented on 2017-03-07 11:25 (UTC)

Maybe you forget to update .SRCINFO - the Package Detail show old version but the PGKBUILD seems to be up to date. If you are looking for a co-maintainer i could join you.

jugs commented on 2017-02-15 16:07 (UTC)

Sorry for the delay folks, I'll get the update in tonight. If anyone wants to join in as co-maintainer I'll happily oblige.

kalsan commented on 2017-01-25 12:59 (UTC)

Current Maintainer is jugs. I'm hoping for an update too.