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: 32.00
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 .. 25 26 27 28 29 30 31 32 33 Next › Last »

themoosemachine commented on 2018-08-01 11:39 (UTC)

Firstly, the following error pops up a lot when trying to upgrade certain AUR files: fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]'</file></revision>

Google Chrome is one of the packages affected by this bug.

Secondly, the previous package was easier since all options were selected at the start. In the current version, we have to wait for all core, extra, community and multilib packages to update first, and then select the AUR packages. This is not a biggie, but just annoying; whereas earlier it was smoother and an overall nicer experience.

ilfabri commented on 2018-07-12 06:39 (UTC) (edited on 2018-07-12 07:14 (UTC) by ilfabri)

When performing 'yay -Syua', if there are aur updates, it performs only these ones skipping the standard repository updates. You need to run the command once more to complete the upgrade. Thank you for the awesome work, btw!

EDIT: I figured out that running 'yay' is enough

Morganamilo commented on 2018-07-05 20:37 (UTC)

It's part of the debug symbols the go compiler puts into the binary. If you manage to make Yay stack trace it will tell you which file the error occurred in. Using the pwd of where it was compiled.

grawlinson commented on 2018-07-05 20:33 (UTC)

Just got this warning when installing Yay.

==> WARNING: Package contains reference to $srcdir

It seems to be embedded in the yay binary.

$ grep -R "$(pwd)/src" pkg/ Binary file pkg/yay/usr/bin/yay matches

MinzordYT commented on 2018-07-01 19:33 (UTC)

thanks

arx commented on 2018-06-23 22:16 (UTC)

Yeah I found that, thanks :D

go get -u github.com/Jguer/yay

Morganamilo commented on 2018-06-23 22:15 (UTC)

The AUR repository just contains a pkgbuild. If you want to use go get you'll have to use the actual yay repo.

arx commented on 2018-06-23 22:13 (UTC)

Can someone make this installable w/ Go?

go get -u aur.archlinux.org/yay.git

Morganamilo commented on 2018-06-04 22:38 (UTC)

@emacsomancer That seems a little out of scale for AUR comments, you probably want to open an issue on github.

Two things do come to mind though, do you use any sort of vpn/proxies? And is your system time correct?