Search Criteria
Package Details: flent 2.1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/flent.git (read-only, click to copy) |
---|---|
Package Base: | flent |
Description: | The FLExible Network Tester. |
Upstream URL: | https://flent.org |
Licenses: | GPL |
Conflicts: | netperf-wrapper |
Replaces: | netperf-wrapper |
Submitter: | tohojo |
Maintainer: | tohojo |
Last Packager: | tohojo |
Votes: | 8 |
Popularity: | 0.003625 |
First Submitted: | 2015-05-24 11:58 (UTC) |
Last Updated: | 2022-11-02 00:30 (UTC) |
Dependencies (5)
- netperf (netperf-git)
- python (nogil-python, python36, python32, python311, python39, python38, python37, python312)
- python-setuptools
- python-matplotlib (python-matplotlib-git) (optional) – for outputting graphs
- python-qtpy (python-qtpy-git) (optional) – for the GUI
Latest Comments
tohojo commented on 2021-02-16 11:18 (UTC)
Yeah, good point; will fix :)
prettyvanilla commented on 2021-02-16 02:50 (UTC)
I wonder if it wouldn't be a good idea to remove python-pyqt5 and python-pyside2 from the optdepends - having all of them listed equally I assumed I'd be good with just one of them, i.e. python-pyqt5 (I wasn't familiar with qtpy), but flent specifically only imports from qtpy and fails if isn't present. The python-qtpy package itself lists python-pyqt5 and python-pyside2 as optdepends again, which I believe should be sufficient overall.
tohojo commented on 2020-07-28 15:28 (UTC)
That is standard for PGP-verified sources in AUR. See https://wiki.archlinux.org/index.php/Makepkg#Signature_checking
If the keyserver retrieval doesn't work you should be able to receive the key from wks. Try:
gpg -v --auto-key-locate=clear,wkd,nodefault --locate-key toke@toke.dk
Luk_3D commented on 2020-07-28 14:31 (UTC) (edited on 2020-07-28 14:35 (UTC) by Luk_3D)
Why i need to do this command manually? I got this error.
gpg --recv-keys 435E106CF5FAEB4F gpg: keyserver receive failed: General error
tohojo commented on 2020-07-28 11:37 (UTC)
You'll need to import the key first. Try
gpg --recv-keys 435E106CF5FAEB4F
Luk_3D commented on 2020-07-28 07:58 (UTC)
Building flent... ==> Making package: flent 1.3.2-1 (mar 28 lug 2020, 09:58:18) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found flent-1.3.2.tar.gz -> Found flent-1.3.2.tar.gz.asc ==> Validating source files with sha256sums... flent-1.3.2.tar.gz ... Passed flent-1.3.2.tar.gz.asc ... Skipped ==> Verifying source file signatures with gpg... flent-1.3.2.tar.gz ... FAILED (unknown public key 435E106CF5FAEB4F) ==> ERROR: One or more PGP signatures could not be verified! Failed to build flent