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: 2286
Popularity: 25.48
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 .. 13 14 15 16 17 18 19 20 21 22 23 .. 35 Next › Last »

slenderchat commented on 2020-06-19 14:20 (UTC) (edited on 2020-06-19 14:25 (UTC) by slenderchat)

I am getting same issue as @Arashk.

Update: Works using VPN. For me may be related with US and EU sanctions over Crimea.

Arashk commented on 2020-06-18 17:11 (UTC)

I get an error while trying to build the package:

==> Making package: yay 10.0.1-1 (Thu 18 Jun 2020 09:33:21 PM +0430) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found yay-10.0.1.tar.gz ==> Validating source files with sha256sums... yay-10.0.1.tar.gz ... Passed ==> Extracting sources... -> Extracting yay-10.0.1.tar.gz with bsdtar ==> Removing existing $pkgdir/ directory... ==> Starting build()... go build -v -trimpath -mod=readonly -modcacherw -ldflags '-s -w -extldflags "-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now" -X "main.yayVersion=10.0.1" -X "main.localePath=/usr/share/locale/"' -buildmode=pie -o yay go: github.com/Jguer/go-alpm@v0.0.0-20200405152916-a3feea4322e9: Get "https://gocenter.io/github.com/%21jguer/go-alpm/@v/v0.0.0-20200405152916-a3feea4322e9.mod": dial tcp 35.230.74.213:443: i/o timeout make: *** [Makefile:134: yay] Error 1 ==> ERROR: A failure occurred in build(). Aborting...

MiniKoala commented on 2020-06-15 15:48 (UTC)

@RubenKelevra @pipep

Thank you! Much appreciated!!

kseistrup commented on 2020-06-14 16:16 (UTC)

@jguer I did read the pinned comment before I submitted my comment here, but just like it is inconvenient for you to receive comments here, it was inconvenient for me to submit at issue at the “upstream URL”, so I reckoned it was better to submit it here that to not submit it at all. That was the good intention.

@yochananmarqos Thanks for submitting the issue on Microsoft Github!

yochananmarqos commented on 2020-06-14 14:53 (UTC)

@kseistrup: I submitted an issue on GitHub.

RubenKelevra commented on 2020-06-14 14:22 (UTC)

@kseistrup please read the pinned comment and report issues with this package via GitHub.

kseistrup commented on 2020-06-14 12:42 (UTC)

This package no longer (at least from 10.0.0, probably earlier) builds a PIE executable.

Please see https://wiki.archlinux.org/index.php/Go_package_guidelines

pipep commented on 2020-06-14 04:11 (UTC)

@MiniKoala: Just type "yay" as a normal user. Yay will ask for the sudo password, then update all repo packages and all AUR packages, including itself.