[Buildroot] [git commit] package/autoconf: disable gtkdocize integration
From: Arnout Vandecappelle (Essensium/Mind) <hidden>
Date: 2021-10-12 20:55:42
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=c9aa5a1a8a5b73f2cd6f339e5451c21a566a71e0 branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master Since version 2.70 (which was skipped when bumping to 2.71 in ecd54b65c1) autoreconf checks if a package uses gtkdoc by check if the macro GTK_DOC_CHECK is used. If detected, gtkdocize will be run as part of the reconfiguration process. http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=commit;h=dd880a0a6de5602cdd40b770ed6b083b34aa0768 If gtkdocize is not installed, this fails with: Can't exec "gtkdocize": No such file or directory at /home/buildroot/autobuild/instance-1/output-1/host/share/autoconf/Autom4te/FileUtils.pm line 293. autoreconf: error: gtkdocize failed with exit status: 2 Defining GTKDOCIZE ensures, that autoreconf succeeds without gtkdocize. Fixes: http://autobuild.buildroot.net/results/d0259d1f8bed195e35338ead6c7c33fcc571497a/ Signed-off-by: Daniel Lang <redacted> Signed-off-by: Fabrice Fontaine <redacted> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <redacted> --- package/autoconf/autoconf.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/autoconf/autoconf.mk b/package/autoconf/autoconf.mk
index 5742ea6c55..7e0850422b 100644
--- a/package/autoconf/autoconf.mk
+++ b/package/autoconf/autoconf.mk@@ -23,4 +23,4 @@ $(eval $(host-autotools-package)) # variables used by other packages AUTOCONF = $(HOST_DIR)/bin/autoconf -I "$(ACLOCAL_DIR)" -I "$(ACLOCAL_HOST_DIR)" AUTOHEADER = $(HOST_DIR)/bin/autoheader -I "$(ACLOCAL_DIR)" -I "$(ACLOCAL_HOST_DIR)" -AUTORECONF = $(HOST_CONFIGURE_OPTS) ACLOCAL="$(ACLOCAL)" AUTOCONF="$(AUTOCONF)" AUTOHEADER="$(AUTOHEADER)" AUTOMAKE="$(AUTOMAKE)" AUTOPOINT=/bin/true $(HOST_DIR)/bin/autoreconf -f -i +AUTORECONF = $(HOST_CONFIGURE_OPTS) ACLOCAL="$(ACLOCAL)" AUTOCONF="$(AUTOCONF)" AUTOHEADER="$(AUTOHEADER)" AUTOMAKE="$(AUTOMAKE)" AUTOPOINT=/bin/true GTKDOCIZE=/bin/true $(HOST_DIR)/bin/autoreconf -f -i
_______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot