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: 2283
Popularity: 24.37
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 .. 10 11 12 13 14 15 16 17 18 19 20 .. 35 Next › Last »

RubenKelevra commented on 2021-01-31 11:33 (UTC)

@marcin it's user error. All AUR packages expect you to have base-devel installed.

marcin commented on 2021-01-31 11:06 (UTC)

Suddenly started getting the following error:

runtime/cgo
# runtime/cgo
cgo: exec /missing-cc: fork/exec /missing-cc: no such file or directory
make: *** [Makefile:112: yay] Error 2

To solve the issue, installing gcc was enough:

sudo pacman -S gcc

rageltman commented on 2021-01-31 03:44 (UTC)

Seems to be breaking all of a sudden in a clean chroot build by CI:

# net
cgo: cannot load DWARF output from $WORK/b054//_cgo_.o: decoding dwarf section info at offset 0x0: too short
github.com/Morganamilo/go-pacmanconf/ini
vendor/golang.org/x/sys/cpu
vendor/golang.org/x/crypto/chacha20poly1305
log
github.com/pmezard/go-difflib/difflib
github.com/leonelquinteros/gotext/plurals
net/url
mime
encoding/hex
encoding/json
vendor/golang.org/x/crypto/curve25519
compress/flate
vendor/golang.org/x/net/http2/hpack
encoding/gob
github.com/Jguer/go-alpm/v2
math/big
vendor/golang.org/x/text/unicode/norm
gopkg.in/yaml.v3
github.com/davecgh/go-spew/spew
vendor/golang.org/x/text/unicode/bidi
mime/quotedprintable
net/http/internal
flag
runtime/trace
github.com/Morganamilo/go-srcinfo
github.com/Morganamilo/go-pacmanconf
github.com/pkg/errors
encoding/xml
# github.com/Jguer/go-alpm/v2
cgo: cannot load DWARF output from $WORK/b036//_cgo_.o: decoding dwarf section info at offset 0x0: too short
compress/gzip
testing
vendor/golang.org/x/text/secure/bidirule
golang.org/x/term
vendor/golang.org/x/net/idna
crypto/dsa
encoding/asn1
crypto/rand
crypto/elliptic
crypto/ed25519
crypto/rsa
crypto/x509/pkix
vendor/golang.org/x/crypto/cryptobyte
crypto/ecdsa
make: *** [Makefile:112: yay] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /var/abs/chroot/yay/build

ava1ar commented on 2021-01-27 14:17 (UTC)

@jguer

Can you please make sudo an optional dependency (optdepends). In the light of the critical vulnerability in sudo some people may want to get rid of sudo on their systems and replace it with some alternatives like su, doas or pkexec.

liamtimms commented on 2021-01-27 00:28 (UTC)

@mcdragon "DistroTube" is low info click-bait. Disregard it.

jguer commented on 2021-01-26 10:15 (UTC)

@mcdragon

Yay is still maintained and will keep receiving updates (ex: pacman 6 support).

I am more focused on making the interfaces on yay more stable and developer friendly, of testing components to avoid them breaking between fixes, checking for bottlenecks. In terms of feature amount you may want to try Paru, Morganamilo has a lot of experience and wisdom on the subject.

This last year has been atypical which also hasn't allowed me to dedicate as much time as I wanted to yay but expect this maintainability focus (as opposed to feature focus) to last at least until summer.

mcdragon commented on 2021-01-26 09:54 (UTC)

Distrotube stated that yay not supported anymore. https://www.youtube.com/watch?v=w3j3tivcm50 Is this true? He is advising switching to paru which is maintaned by Morganamilo

chovy commented on 2021-01-04 11:18 (UTC)

golang.org/x/term make: *** [Makefile:112: yay] Error 1 ==> ERROR: A failure occurred in build(). Aborting...

yochananmarqos commented on 2020-12-21 01:13 (UTC)

@cmonty14 Sality HenryM: Please read the pinned comment. I would consider posting unformatted logs spam, myself.

HenryM commented on 2020-12-20 18:53 (UTC)

latest update refused to build because "Program 'a2x' not found" turns out it's a part of "asciidoc" after installing the ascii & asciidoc packages yay updated without a problem.