We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Affected Version
trying to install
yay 12.4.2-1
having
msgfmt (GNU gettext-tools) 0.22.5
Describe the bug
Reproduction Steps
Expected behavior
yay installs
Output
The text was updated successfully, but these errors were encountered: