Package Details: fio-plot 1.1.21-1

Git Clone URL: https://aur.archlinux.org/fio-plot.git (read-only, click to copy)
Package Base: fio-plot
Description: Create charts from FIO storage benchmark tool output
Upstream URL: https://github.com/louwrentius/fio-plot/
Licenses: BSD
Provides: bench-fio, fio-plot
Submitter: solatis
Maintainer: ipaqmaster
Last Packager: ipaqmaster
Votes: 1
Popularity: 0.000000
First Submitted: 2021-11-19 09:26 (UTC)
Last Updated: 2026-03-31 09:17 (UTC)

Latest Comments

zwastik commented on 2026-01-04 00:43 (UTC) (edited on 2026-01-04 00:43 (UTC) by zwastik)

==> Missing dependencies:
  -> python-pyan3
==> ERROR: Could not resolve all dependencies.
 -> error making: fio-plot-exit status 8
 -> Failed to install the following packages. Manual intervention is required:
fio-plot - exit status 8

MagnusVesper commented on 2025-11-29 03:40 (UTC)

python-rich (in extra repository) should be listed as a requirement

ipaqmaster commented on 2025-01-09 02:45 (UTC)

Needs fixing

arielzn commented on 2022-06-29 18:18 (UTC)

You should rework a bit this PKGBUILD.

Please, remove the pip install step on the build, it can break stuff on the system. Instead add as dependency python-pyan3 https://aur.archlinux.org/packages/python-pyan3 and then all requirements will be satisfied.

You can check the PKGBUILD of pyan3 to get and idea on how to update this one.