Package Details: yay 12.4.2-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: 2239
Popularity: 29.97
First Submitted: 2016-10-05 17:20 (UTC)
Last Updated: 2024-09-19 14:27 (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 .. 4 5 6 7 8 9 10 11 12 13 14 .. 35 Next › Last »

alerque commented on 2022-01-08 08:13 (UTC)

@RAMChYLD Just compile with extra-x86_64-build from the devtools package. That way you don't have to worry about what is on your host system at all and the build will just happen with the dependencies it needs and nothing else.

callmejoe commented on 2022-01-05 20:02 (UTC)

@RAMChYLD your comment will probably not be read by the developer. better off creating a new issue on the github page. https://github.com/Jguer/yay

RAMChYLD commented on 2022-01-05 19:55 (UTC)

Can you make it so yay can alternatively use gcc-go as it's compiler? The 11.1.0 package insisted that I uninstall gcc-go and install Google's go compiler instead. After it completed it's task I found that it uninstalled go, but I had to manually reinstall gcc-go. If only it can just skip the step and compile using gcc-go.

yochananmarqos commented on 2021-12-04 23:24 (UTC)

@Danik2343: Sorry, but an AUR helper will never be in the Arch repo. You should already know why if you read the wiki.

Danik2343 commented on 2021-12-04 22:09 (UTC) (edited on 2021-12-04 22:10 (UTC) by Danik2343)

Очень хорошо работает, проверяет обновления в АУРЕ и в ПакМане. В кеше программы сохряняются исходники установленного софта. Голосую за то, чтобы пакет перенаправили в категорию Community /// Works very well, checks for updates in AUR and Pacman. The source codes of the installed software are stored in the program cache. Vote for the package to be redirected to the Community category

jonathon commented on 2021-10-16 17:09 (UTC)

@yschiebelhut, that is not an issue with this PKGBUILD. If you think it is a bug in yay then report on the GitHub issue tracker. if you think it's a bug with the ubridge PKGBUILD then report to that package's maintainer.

yschiebelhut commented on 2021-10-15 13:03 (UTC)

current version (11.0.1-1) of yay won't install packages with an error like

-> error fetching ubridge: fatal: cannot change to '/tmp/yaytmp-1000/': No such file or directory context: exit status 128

installing the named package "ubridge" worked fine by going back two commits in history (a62850c2)

JustinSB commented on 2021-08-19 08:19 (UTC)

It won't compile on a freshly downloaded image of Arm6 Raspberry Pi. All I have installed is base-devel and vim. The only way to get it to build on a stock Arm6 Raspberry Pi is to disable lto, by adding the options=('!lto') line to the PKGBUILD as detailed below by @mikoxyz

timxx commented on 2021-08-16 12:42 (UTC)

I can't access to "https://proxy.golang.org/github.com/%21jguer/aur/@v/v1.0.0.mod", is there any other way to upgrade yay? I can't use it for now because libalpm.so has been upgraded.