Jguer / yay

Yet another Yogurt - An AUR Helper written in Go
GNU General Public License v3.0
11.24k stars 364 forks source link

Build error on 'msgfmt' syntax error #2506

Closed tijko closed 2 months ago

tijko commented 2 months ago

12.4.1.r0.g3a118b76-1

  1. git clone https://aur.archlinux.org/yay-git.git
  2. cd yay-git makepkg -si

Output

Running makepkg -si

msgfmt po/en.po -o po/en.mo
po/en.po:368: missing 'msgstr' section
po/en.po:368:36: syntax error
msgfmt: found 2 fatal errors
make: *** [Makefile:134: po/en.mo] Error 1
==> ERROR: A failure occurred in package().

Having used this a fair amount I am familiar with how the 'prompt menu' looks so I just copied the line style from line 372 in en.po

Jguer commented 2 months ago

fixed by #2507