Search Criteria
Package Details: waypipe 0.10.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/waypipe.git (read-only, click to copy) |
---|---|
Package Base: | waypipe |
Description: | A proxy for Wayland protocol applications; like ssh -X |
Upstream URL: | https://gitlab.freedesktop.org/mstoeckl/waypipe |
Keywords: | proxy wayland |
Licenses: | MIT |
Submitter: | mstoeckl |
Maintainer: | mstoeckl |
Last Packager: | mstoeckl |
Votes: | 42 |
Popularity: | 1.05 |
First Submitted: | 2019-08-18 02:35 (UTC) |
Last Updated: | 2025-01-28 18:31 (UTC) |
Dependencies (16)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR)
- lz4 (lz4-gitAUR)
- mesa (mesa-minimal-gitAUR, mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-amber)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- zstd (zstd-gitAUR, zstd-staticAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- rust-bindgen (rust-bindgen-gitAUR) (make)
- scdoc (scdoc-gitAUR) (make)
- shaderc (shaderc-gitAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
- vulkan-validation-layers (vulkan-validation-layers-gitAUR) (check)
- openssh (openssh-gitAUR, openssh-dotconfigAUR, openssh-dotconfig-binAUR, openssh-selinuxAUR, openssh-gssapiAUR, openssh-dnatAUR, openssh-hpn-shimAUR) (optional) – recommended transport
Latest Comments
1 2 Next › Last »
random_click commented on 2025-02-09 08:05 (UTC) (edited on 2025-02-09 08:06 (UTC) by random_click)
I see. Wasn't aware it was set in my system. Thanks.
mstoeckl commented on 2025-02-08 22:43 (UTC) (edited on 2025-02-08 22:43 (UTC) by mstoeckl)
Neither Waypipe source code nor the PKGBUILD specify sccache, so this might be a stale configuration issue: https://wiki.archlinux.org/title/Rust#sccache .
random_click commented on 2025-02-08 22:30 (UTC) (edited on 2025-02-08 22:30 (UTC) by random_click)
Just checked again. There's a call for 'sccache' during the build process and without it, it fails to build the package.
mstoeckl commented on 2025-02-08 20:46 (UTC) (edited on 2025-02-08 20:46 (UTC) by mstoeckl)
(Assuming "that package" is referring to
waypipe
:)waypipe
does not requiresccache
to build.random_click commented on 2025-02-08 20:11 (UTC)
I think that package is missing https://archlinux.org/packages/extra/x86_64/sccache/ as build dep.
mstoeckl commented on 2025-01-15 15:32 (UTC)
Arch has two packages that provide the build dependency
cargo
:rust
, andrustup
. Your build server appears to have the latter installed.rustup
requires setup before it can be used, see https://wiki.archlinux.org/title/Rust#Arch_Linux_package .Managor commented on 2025-01-15 15:21 (UTC)
I'm getting this error in my build server that uses aurutils. The package builds just fine if I build on my laptop with makepkg.
mstoeckl commented on 2025-01-15 13:02 (UTC)
The PKGBUILD has a
cargo fetch --locked --manifest-path ...
step before runningmeson build
, which should do this.gpepi commented on 2025-01-15 10:01 (UTC)
I"ve been getting these errors trying to build it, is there a way to fetch crates without --frozen?
error: failed to get
ash
as a dependency of packagewaypipe v0.10.0 (/home/user/.local/tmp/waypipe/src/waypipe-v0.10.0)
Caused by: attempting to make an HTTP request, but --frozen was specified ninja: build stopped: subcommand failed. ==> ERROR: A failure occurred in build(). Aborting... -> error making: waypipe-exit status 4 checking dependencies...
mstoeckl commented on 2024-06-22 12:28 (UTC)
Done.
1 2 Next › Last »