[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Build failure from git repo
From: |
Stefan Husmann |
Subject: |
Build failure from git repo |
Date: |
Mon, 18 Jan 2021 23:38:34 +0100 |
Hello,
someone on the Manjaro forums
https://forum.manjaro.org/t/aur-package-cpio-git-fails-to-upgrade/47775
got an error when compiling cpio from the git sources.
*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext
version 0.19 but the autoconf macros are from gettext version 0.20
make[2]: *** [Makefile:232: stamp-po] Fehler 1
I am on Arch Linux and got exactly the same error. I solved it by change
the gettext version number in configure.ac from 0.19 to 0.20.
diff --git a/configure.ac b/configure.ac
index 0a35e4c..6c587a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -84,7 +84,7 @@ AC_CHECK_DECLS([errno, getpwnam, getgrnam, getgrgid, strdup,
strerror, getenv, a
# Gettext.
AM_ICONV
AM_GNU_GETTEXT([external], [need-formatstring-macros])
-AM_GNU_GETTEXT_VERSION(0.19)
+AM_GNU_GETTEXT_VERSION(0.20)
LIBS="$LIBS $LIB_CLOCK_GETTIME"
Best regards
Stefan Husmann
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Build failure from git repo,
Stefan Husmann <=