@Locutus64 there was an update to pacman recently so you might have to rebuild yay.
Search Criteria
Package Details: yay 12.4.2-1
Package Actions
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: | 2256 |
Popularity: | 23.89 |
First Submitted: | 2016-10-05 17:20 (UTC) |
Last Updated: | 2024-09-19 14:27 (UTC) |
Dependencies (5)
- git (git-gitAUR, git-glAUR)
- pacman (pacman-gitAUR)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
- doasAUR (opendoas) (optional) – privilege elevation
- sudo (fake-sudoAUR, polkit-fakesudoAUR, sudo-gitAUR, doas-sudo-shimAUR, doas-sudo-shim-minimalAUR, sudo-hgAUR, sudo-selinuxAUR, fudo-gitAUR) (optional) – privilege elevation
Required by (40)
- aconfmgr-git (optional)
- arch-update (optional)
- arch-update-git (optional)
- axu
- axu-bin
- blender-launcher-git
- cleanupdate-git (optional)
- cmd-not-found (optional)
- etwas
- fuzzy-pkg-finder (optional)
- fzpac (optional)
- fzpac-git (optional)
- idos-package-updater-script
- klaus-bin
- meta-package-manager (optional)
- meta-package-manager-git (optional)
- octopi (optional)
- pac-util (optional)
- pac-util-git (optional)
- packup (optional)
- Show 20 more...
Sources (1)
callmejoe commented on 2024-11-30 16:08 (UTC)
Locutus64 commented on 2024-11-30 14:10 (UTC)
I just ran Topgrade to do some updates that garuda-update doesn't do and Sonarr and Radarr had updates and after building the files I got the message "Yay exited with error code 1". I have no idea what is up with that cause Yay has been performing perfectly. I thought it might be a issue with the particular updates so I ran pikaur -S radarr-develop sonarr-develop and no issues at all.
Garuda Linux completely up to date Yay version 12.4.2-1
EfremchickEga commented on 2024-11-21 13:16 (UTC)
Hello, can you please tell me if this package works now?
t_kame commented on 2024-09-19 21:16 (UTC)
@titandino may be, you need to replace /etc/resolv.conf with systemd-resolved stub symlink.
ln -sf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
titandino commented on 2024-09-17 21:12 (UTC)
Yeah I'm also getting connection refused on the proxy.golang.org package queries when updating. I can download them manually with CURL on the same addresses that are refusing to connect during the update stage too which is odd.
Aaron commented on 2024-09-17 09:37 (UTC)
Many golang pkgs cannot be downloaded when makepkg -si. Then yay doesn't work anymore. do: $ sudo ln -s /usr/lib/libalpm.so.15.0.0 /usr/lib/libalpm.so.14 yay works.Beside update itself.
jonahjones commented on 2024-09-16 19:21 (UTC) (edited on 2024-09-16 19:21 (UTC) by jonahjones)
Echoing this from a GitHub PR - Cleanbuild the git repo of yay if you're having problems, it solved the issue for me.
makepkg -Cf && makepkg -si
vstuart commented on 2024-09-14 19:24 (UTC) (edited on 2024-09-14 19:28 (UTC) by vstuart)
Issue [Sat 2024-Sep-14]:
yay: error while loading shared libraries: libalpm.so.14:
cannot open shared object file: No such file or directory
$ mv /mnt/Vancouver/apps/yay/ /mnt/Vancouver/apps/yay-old
$ cd ../..
$ pwd
/mnt/Vancouver/apps
$ mkdir /mnt/Vancouver/apps/yay/
$ ls -l | grep yay
drwxr-xr-x 2 victoria victoria 4096 Sep 14 12:12 yay
drwxr-xr-x 6 victoria victoria 4096 Sep 14 12:11 yay-old
$ cd yay
$ pwd
/mnt/Vancouver/apps/yay
$ sudo pacman -S --needed git base-devel
## ...
$ sudo pacman -Syu
## ...
$ cd ..
$ pwd
/mnt/Vancouver/apps
$ git clone https://aur.archlinux.org/yay.git
## Cloning into 'yay'...
$ cd yay
$ pwd; ls -l
/mnt/Vancouver/apps/yay
total 4.0K
-rw-r--r-- 1 victoria victoria 1.1K Sep 14 12:13 PKGBUILD
$ makepkg -si
## ...
$ yay -Syu ## WORKING AGAIN! 🥳
## ... there is nothing to do
$
Lck0427 commented on 2024-09-14 12:39 (UTC)
Just rebuild yay and the problem is solved.
Pinned Comments
jguer commented on 2024-03-16 08:06 (UTC)
This will happen if you upgrade pacman and yay separately If you have this error you need to manually recompile yay
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.