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 2 3 4 5 6 7 8 .. 33 Next › Last »

PolarianDev commented on 2024-03-16 00:54 (UTC)

Hello,

You bumped the pkgver but you didn't reset the pkgrel to 1... nothing you can really do about it now...

I assume this was accidental?

Polarian

yochananmarqos commented on 2024-03-15 21:55 (UTC) (edited on 2024-03-15 21:55 (UTC) by yochananmarqos)

@Pillgar: You're missing the prerequisites for using the AUR, this has nothing to do with yay.

@suddengunter: What error? See above.

suddengunter commented on 2024-03-15 21:31 (UTC)

I was able to fix the error by 1. Removing yay 2. Updating system with pacman (without limiting/pinning pacman version) 3. Reinstalling yay from scratch with makepkg

Pillgar commented on 2024-03-15 21:17 (UTC) (edited on 2024-03-15 21:33 (UTC) by Pillgar)

When I try building yay with makepkg -si using latest pacman, I get an ERROR: Cannot find the debugedit binary required for including source files in debug packages. Downgrading pacman, and it builds fine after.

Update: So apparently you need debugedit to build with pacman v6.1.0-3.

iyanmv commented on 2024-03-13 16:04 (UTC)

Yep, now works ;)

jguer commented on 2024-03-13 15:58 (UTC)

The revised PKGBUILD should now build with the correct flag for libalpm.so=14-64. If you've upgraded pacman separately from yay (or upgraded yay separately from pacman) a manual rebuild should succeed.

Beiruty commented on 2024-03-13 15:49 (UTC)

@gromit. Correct, it is the second case. PACMAN is now at v14. This yay version is requesting v13. I downgraded pacman to the 6.0.x for the meantime.

iyanmv commented on 2024-03-13 15:44 (UTC)

gromit: I think the second

gromit commented on 2024-03-13 15:03 (UTC)

@Beiruty, is the problem fixed by rebuilding yay or is yay actually incompatible with the new pacman release?

Beiruty commented on 2024-03-13 14:51 (UTC)

pacman 6.1.0-1 breaks yay. /usr/lib/libalpm.so.13 would be gone with latest pacman.