Package Details: waypipe 0.10.2-1

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)

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)

Neither Waypipe source code nor the PKGBUILD specify sccache, so this might be a stale configuration issue: https://wiki.archlinux.org/title/Rust#sccache .

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)

Just checked again. There's a call for 'sccache' during the build process and without it, it fails to build the package.

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.


error: failed to run `rustc` to learn about target-specific information

Caused by:
  could not execute process `sccache /home/tam/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc - --crate-name ___ --print=file-names -Cforce-frame-pointers=yes --crate-type bin --crate-type rlib --crate-type dylib --crate-type cdylib --crate-type staticlib --crate-type proc-macro --print=sysroot --print=split-debuginfo --print=crate-name --print=cfg` (never executed)

Caused by:
  No such file or directory (os error 2)
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'waypipe-0.10.2-1': 
error: packages failed to build: waypipe-0.10.2-1

mstoeckl commented on 2025-02-08 20:46 (UTC) (edited on 2025-02-08 20:46 (UTC) by mstoeckl)

I think that package is missing https://archlinux.org/packages/extra/x86_64/sccache/ as build dep.

(Assuming "that package" is referring to waypipe:) waypipe does not require sccache 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)

[...] error: rustup could not choose a version of cargo to run [...] I'm getting this error in my build server that uses aurutils.

Arch has two packages that provide the build dependency cargo: rust, and rustup. 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)

==> Starting build()...
error: rustup could not choose a version of cargo to run, because one wasn't specified explicitly, and no default is configured.
help: run 'rustup default stable' to download the latest stable release of Rust and set it as your default toolchain.

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)

I"ve been getting these errors trying to build it, is there a way to fetch crates without --frozen?

The PKGBUILD has a cargo fetch --locked --manifest-path ... step before running meson 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?

Updating crates.io index

error: failed to get ash as a dependency of package waypipe 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)

Can you please increase the pkgrel so that it rebuilds and links against the latest ffmpeg?

Done.