Package Details: jmeter 5.6.2-1

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: 45
Popularity: 0.88
First Submitted: 2013-08-15 13:56 (UTC)
Last Updated: 2023-08-20 04:38 (UTC)

Dependencies (1)

Required by (1)

Sources (2)

Latest Comments

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

marco44 commented on 2016-06-18 15:12 (UTC)

Sorry, I had completely forgot about updating this package. If anybody is interested, I can disown it to someone who is more interested :)

rekahsoft commented on 2016-06-02 02:34 (UTC) (edited on 2016-06-02 02:36 (UTC) by rekahsoft)

I found that this PKGBUILD didn't work for later versions. This somewhat hacky PKGBUILD does the trick: # Maintainer: David Roheim <david dot roheim at gmail dot com> # Contributor: Dave Reisner <d@falconindy.com> pkgname=jmeter pkgver=3.0 pkgrel=1 arch=('any') pkgdesc="A Java desktop application designed to load test functional behavior and measure performance" url="http://jakarta.apache.org/jmeter/" license=("apache") depends=("java-environment>=7") options=('!strip') source=("http://apache.mirror.rafal.ca//jmeter/binaries/apache-${pkgname}-${pkgver}.tgz") sha256sums=('9fe33d3d6e381103d3ced2962cdef5c164a06fc58c55e247eadf5a5dbcd4d8fe') 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:

mirrorimage commented on 2015-05-28 10:35 (UTC)

if you got: ==> Verifying source file signatures with gpg... apache-jmeter-2.13.tgz ... FAILED (unknown public key AC214CAA0612B399) ==> ERROR: One or more PGP signatures could not be verified! 1. visit the: http://www.us.apache.org/dist/jmeter/binaries/ 2. download: http://www.apache.org/dist/jmeter/KEYS 3. run: >gpg --import KEYS >gpg --verify jmeter-2.13.tar.gz.asc

anjianshi commented on 2015-04-24 00:00 (UTC)

I successfully install this package after run this command: gpg --keyserver pgpkeys.mit.edu --recv-keys AC214CAA0612B399

marco44 commented on 2015-04-02 12:44 (UTC)

Yeah, I told you that you'd have other problems afterwards :) In the topic I posted below, there should be some help.

ArthurBorsboom commented on 2015-04-02 11:45 (UTC)

Enabled the option in the following files /home/arthur/.gnupg/gpg.conf /etc/pacman.d/gnupg/gpg.conf It gives the same error on my system. ==> Verifying source file signatures with gpg... apache-jmeter-2.13.tgz ... FAILED (unknown public key AC214CAA0612B399) ==> ERROR: One or more PGP signatures could not be verified! ==> ERROR: Makepkg was unable to build jmeter.

marco44 commented on 2015-04-02 11:06 (UTC)

Hi, It should be better. You still need to have keyserver-options auto-key-retrieve in gpg.conf, though.

ArthurBorsboom commented on 2015-04-02 09:23 (UTC)

I would prefer if you can add it to the PKGBUILD. I read in the forum by using validpgpkeys() Any objections to this?

marco44 commented on 2015-03-30 12:02 (UTC)

Yeah, there are a high number of packages that have this problem. https://bbs.archlinux.org/viewtopic.php?id=191629 You have to accept the signature, with one of the ways provided. Or maybe I have to do something in the PKGBUILD, but it's rather obscure :)

esh commented on 2015-03-30 09:19 (UTC)

Unable to build: ==> Retrieving sources... -> Found apache-jmeter-2.13.tgz -> Found apache-jmeter-2.13.tgz.asc ==> Validating source files with sha256sums... apache-jmeter-2.13.tgz ... Passed apache-jmeter-2.13.tgz.asc ... Skipped ==> Verifying source file signatures with gpg... apache-jmeter-2.13.tgz ... FAILED (unknown public key AC214CAA0612B399) ==> ERROR: One or more PGP signatures could not be verified!