Search Criteria
Package Details: waypipe-git 0.10.3.r0.gcd57cf5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/waypipe-git.git (read-only, click to copy) |
---|---|
Package Base: | waypipe-git |
Description: | A proxy for Wayland protocol applications; like ssh -X |
Upstream URL: | https://gitlab.freedesktop.org/mstoeckl/waypipe |
Keywords: | proxy wayland |
Licenses: | GPL-3.0-or-later |
Conflicts: | waypipe |
Provides: | waypipe |
Submitter: | mstoeckl |
Maintainer: | mstoeckl |
Last Packager: | mstoeckl |
Votes: | 6 |
Popularity: | 0.000698 |
First Submitted: | 2019-05-29 22:11 (UTC) |
Last Updated: | 2025-02-28 15:12 (UTC) |
Dependencies (17)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR)
- lz4 (lz4-gitAUR)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-minimal-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)
- git (git-gitAUR, git-glAUR) (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-dnatAUR, openssh-gssapiAUR, openssh-hpn-shimAUR, openssh-selinuxAUR) (optional) – recommended transport
Latest Comments
mstoeckl commented on 2025-04-07 14:41 (UTC)
This is a failure in the check() part of the PKGBUILD (see https://wiki.archlinux.org/title/Creating_packages#check()); it is not strictly necessary and can be disabled.
That being said, if the tests are failing on your system, it is possible Waypipe will not work correctly with all applications, so I'd recommend filing a bug report upstream about the failing tests. The logs from
meson test
should be in ./src/build/meson-logs/testlog.txt .gpepi commented on 2025-04-07 13:49 (UTC) (edited on 2025-04-07 13:52 (UTC) by gpepi)
Hi
I'm getting this error
2/2 running cargo test FAIL 13.40s exit status 101
MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 MALLOC_PERTURB_=76 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/bin/cargo test --frozen --bin waypipe --test proto -v --manifest-path /home/user/.local/tmp/waypipe-git/src/waypipe/Cargo.toml --no-default-features --target-dir /home/user/.local/tmp/waypipe-git/src/build/target --features lz4,zstd,dmabuf,gbmfallback,video,test_proto
using rustc 1.86.0 (05f9846f8 2025-03-31)
on another system this error happens too any idea how to debug it ?
linkmauve commented on 2024-12-20 14:47 (UTC)
Hi, you should remove the
vulkan-headers
dependency and put it inmakedepends
, as nothing uses them at runtime and they are quite heavy.MaximGun commented on 2024-12-10 17:37 (UTC)
Without clang installed I get the error below. With clang it builds successfully (admittedly after commenting out
check()
from the PKGBUILD).linkmauve commented on 2024-12-10 12:52 (UTC)
It doesn’t seem to require clang, but rust. Here is a patch which fixes it for me: https://linkmauve.fr/files/0001-Update-this-package-for-the-new-Rust-version.patch
MaximGun commented on 2024-12-10 03:40 (UTC)
Requires clang as make dependency.
linkmauve commented on 2020-11-14 15:27 (UTC)
Hi, you should use arch=('x86_64' 'aarch64') instead of 'any', since this package needs to be compiled differently for each architecture.
mstoeckl commented on 2020-07-06 01:05 (UTC)
Could you file a bug report for this, if this is still occurs? If you just want to build the package, and are using
makepkg
, runmakepkg --nocheck
as a workaround. The various AUR helpers probably have different options/ways to skip the check stage.I've made ffmpeg and libva mandatory now; if you want to build a version of waypipe that does not depend on ffmpeg, pass
-Dwith_video=enabled
tomeson
inprepare()
.EUA commented on 2020-06-21 20:06 (UTC)
Error while building...
6/7 If clients crash when run with weston via waypipe FAIL 11.13s (exit status 1)
???
depau commented on 2019-10-17 22:31 (UTC) (edited on 2019-10-17 22:46 (UTC) by depau)
It turns out that ffmpeg is not optional:
This is running
waypipe ssh hostname program
without any command line options; ffmpeg was missing in the remote machine.