Package Details: garden-tools 1.9.1-1

Git Clone URL: https://aur.archlinux.org/garden-tools.git (read-only, click to copy)
Package Base: garden-tools
Description: Garden grows and cultivates collections of Git trees
Upstream URL: https://gitlab.com/garden-rs/garden
Licenses: MIT
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 0
Popularity: 0.000000
First Submitted: 2024-06-23 22:02 (UTC)
Last Updated: 2024-11-07 20:27 (UTC)

Latest Comments

shilka commented on 2024-07-13 10:11 (UTC)

@woschtl Thank you. Your hint inspire me. Finally I found that the problem is rust source accessibility and I resolve that by set a valid rust_dist_server env parameter.

woschtl commented on 2024-07-11 09:51 (UTC)

Hint: If this fails building, updating the Rust compiler may help.

rustup update

shilka commented on 2024-07-10 02:22 (UTC) (edited on 2024-07-10 02:37 (UTC) by shilka)

@yochananmarqos That's very strange. My output of the same command is:

> RUSTUP_TOOLCHAIN=stable rustc -vV | sed -n 's/host: //p'                                                                                               
> info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
> error: no release found for 'stable'

My rust env is installed from pacman(extra/rustup) with version: 1:1.27.1-1 The output of rustc -vV:

rustc 1.77.0-nightly (6ae4cfbbb 2024-01-17)

binary: rustc
commit-hash: 6ae4cfbbb080cafea7f6be48ce47678ee057352c
commit-date: 2024-01-17
host: x86_64-unknown-linux-gnu
release: 1.77.0-nightly
LLVM version: 17.0.6

yochananmarqos commented on 2024-06-24 15:56 (UTC)

@shilka: Can't reproduce.

❯ RUSTUP_TOOLCHAIN=stable rustc -vV | sed -n 's/host: //p'
x86_64-unknown-linux-gnu

shilka commented on 2024-06-24 07:32 (UTC)

makepkg raise error: info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu' error: no release found for 'stable'