Open mb6ockatf opened 1 month ago
trying to install yay 12.4.2-1 having msgfmt (GNU gettext-tools) 0.22.5
yay 12.4.2-1
msgfmt (GNU gettext-tools) 0.22.5
msgfmt po/ca.po -o po/ca.mo msgfmt: error while opening "-o" for reading: No such file or directory make: *** [Makefile:134: po/ca.mo] Error 1
sudo pacman -S --needed git base-devel && \ git clone https://aur.archlinux.org/yay.git && \ cd yay && \ makepkg -si
yay installs
$ makepkg -si ==> Making package: yay 12.4.2-1 (Sat 05 Oct 2024 09:51:35 PM MSK) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found yay-12.4.2.tar.gz ==> Validating source files with sha256sums... yay-12.4.2.tar.gz ... Passed ==> Extracting sources... -> Extracting yay-12.4.2.tar.gz with bsdtar ==> Removing existing $pkgdir/ directory... ==> Starting build()... make: Nothing to be done for 'build'. ==> Entering fakeroot environment... ==> Starting package()... msgfmt po/ca.po -o po/ca.mo msgfmt: error while opening "-o" for reading: No such file or directory make: *** [Makefile:134: po/ca.mo] Error 1 ==> ERROR: A failure occurred in package(). Aborting...
Affected Version
trying to install
yay 12.4.2-1
havingmsgfmt (GNU gettext-tools) 0.22.5
Describe the bug
Reproduction Steps
Expected behavior
yay installs
Output