Package Details: yay 12.3.5-1

Git Clone URL: https://aur.archlinux.org/yay.git (read-only, click to copy)
Package Base: yay
Description: Yet another yogurt. Pacman wrapper and AUR helper written in go.
Upstream URL: https://github.com/Jguer/yay
Keywords: arm AUR go helper pacman wrapper x86
Licenses: GPL-3.0-or-later
Submitter: jguer
Maintainer: jguer
Last Packager: jguer
Votes: 2179
Popularity: 31.36
First Submitted: 2016-10-05 17:20 (UTC)
Last Updated: 2024-03-23 22:58 (UTC)

Pinned Comments

jguer commented on 2024-03-16 08:06 (UTC)

yay: error while loading shared libraries: libalpm.so.13: cannot open shared object file: No such file or directory

This will happen if you upgrade pacman and yay separately If you have this error you need to manually recompile yay

pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si

jguer commented on 2019-04-16 14:08 (UTC)

I cannot delete the spam comments appearing regularly in this page, which has also led me to disable notifications from here. I remind that the best way to receive support or report a problem is through the Upstream URL.

Latest Comments

« First ‹ Previous 1 .. 23 24 25 26 27 28 29 30 31 32 33 Next › Last »

egrupled commented on 2018-12-07 11:47 (UTC) (edited on 2018-12-07 11:51 (UTC) by egrupled)

@jguer specifying min go version breaks go-pie as dependency, please fix or revert this. Partial upgrades with ancient go version aren't supported anyway.

jguer commented on 2018-12-07 11:11 (UTC)

I didn't specify the minimum version for go but I will change it now. go -mod is only introduced in go1.11

mokkurkalve commented on 2018-12-07 10:40 (UTC)

Building 9.0.0-1 failes thus:

==> Starting build()... go build -mod=vendor -v -ldflags '-s -w -X main.version=9.0.0' -o yay flag provided but not defined: -mod usage: build [-o output] [-i] [build flags] [packages] Run 'go help build' for details. make: *** [Makefile:43: build] Error 2 ==> ERROR: A failure occurred in build(). Aborting... Error making: yay

mchoji commented on 2018-12-07 04:22 (UTC)

Thx! Running yay -Syu --requestsplitn 20 fixed the problem. Maybe this should be set as default?

Morganamilo commented on 2018-12-06 19:11 (UTC)

Actually requestsplitn just dictates how many packages to pack into a single requests.

GOAWAY means you've made too many requests in too short of a time. The AUR has blacklisted you for 24hrs.

This is usually the cause of running an helper in some sort of automated timer.

jguer commented on 2018-12-06 18:08 (UTC)

try running it as yay -Syu --requestsplitn 20 otherwise try deleting your ~/.config/yay/config.json

mchoji commented on 2018-12-06 17:25 (UTC)

I'm getting a GOAWAY http message every time I try a sysupgrade. Is it normal? The output is like that: https://pastebin.com/0TMF4NSv

<deleted-account> commented on 2018-11-29 02:45 (UTC)

where is the config file for yay?

jguer commented on 2018-11-24 20:07 (UTC)

fakeroot is part of the base-devel group that is a requirement for makepkg therefore it is not necessary to add it as a dependency (I mean if you're using yay only for pacman because it's pretty I guess that's a too specific use case we've never taken into account). https://wiki.archlinux.org/index.php/PKGBUILD#makedepends

<deleted-account> commented on 2018-11-24 16:09 (UTC)

fakeroot is a dependency aswell