Package Details: wormhole-rs 0.8.1-1

Git Clone URL: https://aur.archlinux.org/wormhole-rs.git (read-only, click to copy)
Package Base: wormhole-rs
Description: Rust implementation of Magic Wormhole, with new features and enhancements
Upstream URL: https://github.com/magic-wormhole/magic-wormhole.rs
Licenses: custom:EUPL-1.2+
Submitter: Max1Truc
Maintainer: Max1Truc
Last Packager: Max1Truc
Votes: 14
Popularity: 0.060889
First Submitted: 2022-03-21 11:18 (UTC)
Last Updated: 2026-05-07 17:06 (UTC)

Latest Comments

1 2 Next › Last »

Max1Truc commented on 2026-05-17 13:17 (UTC)

Cargo (1.83.0 (5ffbef321 2024-10-29))

Is this a misconfiguration on my end?

Kinda. As you can see in the build error your version of cargo is two years old.

If your system is otherwise up-to-date you probably used rustup to install Rust, thus running rustup update should be enough.

https://rust-lang.github.io/rustup/basics.html#keeping-rust-up-to-date

nilsw commented on 2026-05-17 13:11 (UTC)

I'm seeing a build error:

error: failed to parse manifest at `/home/nils/.cache/yay/wormhole-rs/src/magic-wormhole.rs-0.8.1/Cargo.toml`

Caused by:
  feature `edition2024` is required

  The package requires the Cargo feature called `edition2024`, but that feature is not stabilized in this version of Cargo (1.83.0 (5ffbef321 2024-10-29)).
  Consider trying a newer version of Cargo (this may require the nightly release).
  See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2024 for more information about the status of this feature.

Is this a misconfiguration on my end?

Max1Truc commented on 2026-01-14 00:12 (UTC)

Thanks, I added it!

To avoid any conflict with the python version (magic-wormhole) I renamed the man page wormhole-rs.1.

kizzycat commented on 2026-01-08 16:14 (UTC)

hi, i added this line to package the man page

install -Dm644 -t "$pkgdir/usr/share/man/man1" wormhole.1

Max1Truc commented on 2024-11-27 21:22 (UTC) (edited on 2024-11-27 21:22 (UTC) by Max1Truc)

Upstream release is currently messed up: says 0.7.4 but is 1.7.4 in Git

I'll wait until this gets figured out.

https://github.com/magic-wormhole/magic-wormhole.rs/issues/275

https://github.com/Homebrew/homebrew-core/pull/198791

Max1Truc commented on 2024-05-25 12:54 (UTC)

@deraffe, I just issued a temporary fix by disabling lto

@xeruf, did you try building wormhole-rs with a more recent Rust version ? The 1.56.0-nightly version seems quite old, and I can't reproduce with rust 1.71.0.

melonion commented on 2024-03-17 08:01 (UTC)

fails to build:

error: failed to parse manifest at `/home/janek/.local/cache/yay/wormhole-rs/src/magic-wormhole.rs-0.6.1/Cargo.toml`

Caused by:
  feature `strip` is required

  The package requires the Cargo feature called `strip`, but that feature is not stabilized in this version of Cargo (1.56.0-nightly (e515c3277 2021-09-08)).
  Consider adding `cargo-features = ["strip"]` to the top of Cargo.toml (above the [package] table) to tell Cargo you are opting in to use this unstable feature.
  See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#profile-strip-option for more information about the status of this feature.

deraffe commented on 2024-02-12 17:09 (UTC)

Looks like this is affected by https://github.com/briansmith/ring/issues/1444

Max1Truc commented on 2022-12-26 13:25 (UTC) (edited on 2022-12-26 13:31 (UTC) by Max1Truc)

I just added the shell completions. However, the completions for zsh don't work for me, I'll debug this later.

PS: the bash and fish ones seem to work

alerque commented on 2022-12-22 08:47 (UTC) (edited on 2022-12-22 08:47 (UTC) by alerque)

One of the new features in 0.6.0 is shell completions. Can you please add those to the packaging?