Package Details: yay-git 12.3.4.r0.ga1d530c-1

Git Clone URL: https://aur.archlinux.org/yay-git.git (read-only, click to copy)
Package Base: yay-git
Description: Yet another yogurt. Pacman wrapper and AUR helper written in go. (development version)
Upstream URL: https://github.com/Jguer/yay
Keywords: AUR go helper pacman wrapper
Licenses: GPL-3.0-or-later
Conflicts: yay
Provides: yay
Submitter: tuckerboniface
Maintainer: jguer (Morganamilo)
Last Packager: jguer
Votes: 50
Popularity: 0.97
First Submitted: 2018-01-29 05:52 (UTC)
Last Updated: 2024-03-17 15:30 (UTC)

Dependencies (5)

Required by (34)

Sources (1)

Latest Comments

1 2 Next › Last »

MonkeeSage commented on 2022-11-30 07:59 (UTC)

@korimitsu: This is a git package, it cannot be out of date because it pulls the upstream changes directly from git when this package is built. Please don't mark a git package out of date because it crashed.

And since it's a git package, you are building whatever the state of the upstream repo is at the time you build this package, including any crashes and bugs. You should switch to the yay or yay-bin aur package if you only want to use stable releases.

Also, the bug causing the crash has already been fixed upstream in https://github.com/Jguer/yay/commit/1b5f0d66 so if you rebuild this package at this moment it is working properly. But again you should not expect stability from a git-based package.

korimitsu commented on 2022-11-24 22:31 (UTC)

crashes:

$ yay -S dislocker-git
...
: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
 -> runtime error: invalid memory address or nil pointer dereference
goroutine 1 [running]:
runtime/debug.Stack()
        runtime/debug/stack.go:24 +0x65
runtime/debug.PrintStack()
        runtime/debug/stack.go:16 +0x19
main.main.func2()
        github.com/Jguer/yay/v11/main.go:138 +0x53
panic({0x5594872c6ee0, 0x559487533dd0})
        runtime/panic.go:884 +0x212
main.buildInstallPkgbuilds({0x55948732cf70?, 0xc000120000}, 0xc0001c9b00, {0x559487330c18, 0xc0001f2090}, 0xc00018e100, 0xc00047dfc0, 0x0?, 0x1, 0xc0000e9fb0, ...)
        github.com/Jguer/yay/v11/install.go:787 +0x1fed
main.install({0x55948732cf70?, 0xc000120000}, 0xc0001c9b00, {0x559487330c18?, 0xc0001f2090}, 0x11?)
        github.com/Jguer/yay/v11/install.go:349 +0x26f4
main.handleSync({0x55948732cf70, 0xc000120000}, 0xc0001c9b00, {0x559487330c18, 0xc0001f2090})
        github.com/Jguer/yay/v11/cmd.go:373 +0x79d
main.handleCmd({0x55948732cf70, 0xc000120000}, 0xc0001c9b00, {0x559487330c18?, 0xc0001f2090?})
        github.com/Jguer/yay/v11/cmd.go:177 +0x3fd
main.main()
        github.com/Jguer/yay/v11/main.go:144 +0x87a

$ pacman -Q yay
yay-git 11.3.1.r60.g7612bb5-1

MiniKoala commented on 2021-06-11 09:59 (UTC)

Is the package up to date to fix the issue with pacman 6? Thanks!

Ben65797 commented on 2021-06-09 16:35 (UTC) (edited on 2021-06-09 16:37 (UTC) by Ben65797)

Sudo is in both required dependencies and optional dependencies. I don't know if it was meant to be in the optional deps or required, but I personally think it should be optional as I am a user of a system with doas, and a fake symbolic link to pretend doas is sudo. It just fails to install because sudo fails to install due to my faked sudo.

Sidenote: I think this is an issue with my system, but libalpm.so.12 has been upgraded to libalpm.so.13 which breaks yay, but again I think this is just me.

tjc commented on 2020-10-23 17:24 (UTC) (edited on 2020-10-23 17:34 (UTC) by tjc)

I am getting the same error as d_fajardo;

make: msgfmt: No such file or directory
make: *** [Makefile:145: po/pt.mo] Error 127
==> ERROR: A failure occurred in package().
    Aborting...

EDIT: fix was to install base-devel, which seems needed now (but it didnt use to be)

haawda commented on 2020-10-18 22:14 (UTC)

corrct hash for 10.10.r1 is 01e6d80525d24816062a456bc7b38f4b33e48cd4 (or 01e6d80 in short), not 4cfb89d

d_fajardo commented on 2020-07-20 08:41 (UTC)

I'm getting error in the latest update:

msgfmt po/pt.po -o po/pt.mo po/pt.po:377: 'msgid' and 'msgstr' entries do not both end with '\n' msgfmt: found 1 fatal error make: *** [Makefile:145: po/pt.mo] Error 1 ==> ERROR: A failure occurred in package(). Aborting...

Morganamilo commented on 2019-11-11 22:30 (UTC)

The point of .so depends is the version is automatically added at build time. So having the depends be >=12 kind of defeats the purpose of the thing.

Plus we still depend on the pacman binary, so i'm not sure if it makes sense semantically to just depend on alpm.

Plus pacman-git currently does not have a provide for alpm (even though it probably should) so yay-git is currently unusable with it.

I think this change should be undone.

Morganamilo commented on 2018-03-10 17:43 (UTC)

Alright thanks, fixed it now.