Search Criteria
Package Details: flent 2.2.0-4
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: | 9 |
| Popularity: | 0.21 |
| First Submitted: | 2015-05-24 11:58 (UTC) |
| Last Updated: | 2026-01-20 18:20 (UTC) |
Dependencies (7)
- netperf (netperf-gitAUR)
- python
- python-build (make)
- python-installer (make)
- python-wheel (make)
- python-matplotlib (python-matplotlib-gitAUR) (optional) – for outputting graphs
- python-qtpy (python-qtpy-gitAUR) (optional) – for the GUI
Latest Comments
1 2 Next › Last »
bas commented on 2025-12-19 16:58 (UTC) (edited on 2025-12-19 17:01 (UTC) by bas)
fyi if you get this error
then you likely have the
QT_APIenvironment variable set topyqt6without having python-qt6 installed. You can just change it topyqt5. You can also do this if you want to have both pyqt5 and pyqt6 installed.tohojo commented on 2025-09-04 15:41 (UTC)
@awh, Flent does not support Qt6. You'll have to install python-pyqt5 to use the GUI.
awh commented on 2025-08-30 12:38 (UTC)
tohojo commented on 2024-03-24 09:03 (UTC)
Both of those packages are listed as optional dependencies, which is deliberate: it's possible to run tests from the command line without the plotting and GUI capabilities, so they should not be hard dependencies.
tessaracht commented on 2024-03-24 01:57 (UTC) (edited on 2024-03-24 02:04 (UTC) by tessaracht)
just tried to install today, seems to be missing some deps:
after installing
python-matplotlib:after installing
python-qtpy, the gui runs.tohojo commented on 2023-07-23 22:08 (UTC)
Ah, that would be because pypi has removed the support for the signature files entirely (and retroactively, thus breaking packaging files that attempt to remove them): https://blog.pypi.org/posts/2023-05-23-removing-pgp/
I'll push an update removing the .asc file from the PKGBUILD, thanks for the report!
olepbr commented on 2023-07-23 14:54 (UTC)
Currently fails to build:
==> ERROR: Failure while downloading https://files.pythonhosted.org/packages/source/f/flent/flent-2.1.1.tar.gz.asc Aborting... error: failed to download sources for 'flent-2.1.1-2': error: packages failed to build: flent-2.1.1-2
Maybe pythonhosted.org links changed? https://files.pythonhosted.org/packages/a0/8d/3dc15fbbd37c10486633c09546943aefc8ea8294749732ccf097e8fc0533/flent-2.1.1.tar.gz exists, at least.
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
1 2 Next › Last »