Package Details: yay-git 12.4.2.r0.gbea53a4a-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: 52
Popularity: 2.23
First Submitted: 2018-01-29 05:52 (UTC)
Last Updated: 2024-09-19 14:27 (UTC)

Dependencies (5)

Required by (40)

Sources (1)

Latest Comments

1 2 3 Next › Last »

Barracuda commented on 2024-09-18 00:59 (UTC) (edited on 2024-09-18 10:37 (UTC) by Barracuda)

@kinoe The issue has been fixed

kinoe commented on 2024-09-17 19:46 (UTC) (edited on 2024-09-17 19:46 (UTC) by kinoe)

po/en.po:368: "msgstr" section missing
po/en.po:368:36: syntax error
msgfmt: found 2 fatal errors
make: *** [Makefile:134: po/en.mo] Error 1
==> ERROR: An error occurred in package().
    Abort...
 -> Error while building: yay-git-exit status 4
 -> The following packages could not be installed. Manual intervention is required:
yay-git - exit status 4

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...