Search Criteria
Package Details: rio-git 0.2.12.r154.g621b16e672-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rio-git.git (read-only, click to copy) |
---|---|
Package Base: | rio-git |
Description: | A hardware-accelerated GPU terminal emulator powered by WebGPU (git) |
Upstream URL: | https://github.com/raphamorim/rio |
Keywords: | emulator terminal |
Licenses: | MIT |
Conflicts: | rio |
Provides: | rio |
Submitter: | orhun |
Maintainer: | orhun |
Last Packager: | orhun |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-11-02 16:55 (UTC) |
Last Updated: | 2025-05-03 09:57 (UTC) |
Dependencies (12)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-qdoled-aw3225qfAUR, freetype2-macosAUR, freetype2-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- cargo (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup-gitAUR, rust, rustup) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- desktop-file-utils (desktop-file-utils-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libxcb (libxcb-gitAUR) (make)
- libxkbcommon (libxkbcommon-gitAUR) (make)
- python (python37AUR) (make)
Latest Comments
markoff commented on 2025-08-10 19:40 (UTC)
error: failed to get
halfbrown
as a dependency of packagesugarloaf v0.2.27 (/home/markoff/.cache/yay/rio-git/src/rio-git/sugarloaf)
Caused by: attempting to make an HTTP request, but --frozen was specified ==> ERROR: A failure occurred in build(). Aborting... -> error making: rio-git-exit status 4 -> Failed to install the following packages. Manual intervention is required: rio-git - exit status 4
orhun commented on 2025-01-20 17:39 (UTC)
Done, thanks!
Prior5151 commented on 2025-01-20 03:19 (UTC)
The PKGBUILD seems to break if you have the $CARGO_TARGET_DIR variable set to something nonstandard (which you sometimes want to do for development for better build times).
You can resolve it by adding this to the root of the PKGBUILD: export CARGO_TARGET_DIR=target
You might also want to add
RUSTUP_TOOLCHAIN=stable
too, since some people run the unstable toolchain for development, which can break things.Thanks.