* bug#21789: 25.0.50; Can' build Emacs (my first build since GIT migration) @ 2015-10-30 11:53 Vincent Belaïche 2015-10-30 13:49 ` Eli Zaretskii 0 siblings, 1 reply; 12+ messages in thread From: Vincent Belaïche @ 2015-10-30 11:53 UTC (permalink / raw) To: 21789; +Cc: Vincent Belaïche I am trying to build from repo. I am on MSWindows 7 with MSYS W64. Here is what happens: $ ./autogen.sh -| Checking whether you have the necessary tools... -| (Read INSTALL.REPO for more details on building Emacs) -| -| Checking for autoconf (need at least version 2.65)... -| ok -| Checking for automake (need at least version 1.11)... -| ok -| Your system has the required tools. -| Running 'autoreconf -fi -I m4' ... -| ' is already registered with AC_CONFIG_FILES. error-> ../../lib/autoconf/status.m4:288: AC_CONFIG_FILES is expanded from... error-> configure.ac:5261: the top level error-> autom4te: failed to run /usr/bin/m4: Bad file number error-> aclocal: error: echo failed with exit status: 1 error-> autoreconf: failed to run aclocal: Bad file number Now trying again with some verbose, just autoreconf: $ autoreconf -vfi -I m4 error-> autoreconf: Entering directory `.' error-> autoreconf: configure.ac: not using Gettext -| autoreconf: running: aclocal -I m4 --force -| ' is already registered with AC_CONFIG_FILES. error-> ../../lib/autoconf/status.m4:288: AC_CONFIG_FILES is expanded from... error-> configure.ac:5261: the top level error-> autom4te: failed to run /usr/bin/m4: Bad file number error-> aclocal: error: echo failed with exit status: 1 error-> autoreconf: failed to run aclocal: Bad file number Ok, now I try just aclocal with verbose on: $ aclocal --verbose -I m4 --force error-> aclocal: found macro AC_PROG_MAKE_SET in configure.ac: 91 error-> aclocal: found macro OPTION_DEFAULT_OFF in configure.ac: 225 error-> aclocal: found macro OPTION_DEFAULT_ON in configure.ac: 238 error-> aclocal: found macro _AC_PROG_CC_C89 in configure.ac: 756 error-> aclocal: found macro gl_CRYPTO_CHECK in configure.ac: 782 error-> aclocal: found macro gl_FCNTL_O_FLAGS in configure.ac: 785 error-> aclocal: found macro gl_FUNC_PUTENV in configure.ac: 795 error-> aclocal: found macro AC_TYPE_SIZE_T in configure.ac: 1436 error-> aclocal: found macro AC_TYPE_UID_T in configure.ac: 1438 error-> aclocal: found macro EMACS_CHECK_MODULES in configure.ac: 1504 error-> aclocal: found macro tputs_link_source in configure.ac: 3737 error-> aclocal: found macro gt_TYPE_WCHAR_T in m4/wchar_t.m4: 11 error-> aclocal: found macro gl_COMPILER_OPTION_IF in m4/warnings.m4: 25 error-> aclocal: found macro gl_UNKNOWN_WARNINGS_ARE_ERRORS in m4/warnings.m4: 54 error-> aclocal: found macro gl_WARN_ADD in m4/warnings.m4: 66 error-> aclocal: found macro AC_C_VARARRAYS in m4/vararrays.m4: 15 error-> aclocal: found macro gl_FUNC_UTIMES in m4/utimes.m4: 21 error-> aclocal: found macro gl_UTIMENS in m4/utimens.m4: 8 error-> aclocal: found macro gl_CHECK_TYPE_STRUCT_UTIMBUF in m4/utimbuf.m4: 16 error-> aclocal: found macro gl_UNISTD_H in m4/unistd_h.m4: 9 error-> aclocal: found macro gl_UNISTD_MODULE_INDICATOR in m4/unistd_h.m4: 53 error-> aclocal: found macro gl_UNISTD_H_DEFAULTS in m4/unistd_h.m4: 62 error-> aclocal: found macro gl_TM_GMTOFF in m4/tm_gmtoff.m4: 7 error-> aclocal: found macro gl_TIMESPEC in m4/timespec.m4: 11 error-> aclocal: found macro gl_TIMER_TIME in m4/timer_time.m4: 9 error-> aclocal: found macro gl_FUNC_TIMEGM in m4/timegm.m4: 7 error-> aclocal: found macro gl_PREREQ_TIMEGM in m4/timegm.m4: 24 error-> aclocal: found macro gl_TIME_RZ in m4/time_rz.m4: 10 error-> aclocal: found macro gl_TIME_R in m4/time_r.m4: 10 error-> aclocal: found macro gl_PREREQ_TIME_R in m4/time_r.m4: 56 error-> aclocal: found macro gl_HEADER_TIME_H in m4/time_h.m4: 13 error-> aclocal: found macro gl_HEADER_TIME_H_BODY in m4/time_h.m4: 20 error-> aclocal: found macro gl_CHECK_TYPE_STRUCT_TIMESPEC in m4/time_h.m4: 31 error-> aclocal: found macro gl_TIME_MODULE_INDICATOR in m4/time_h.m4: 96 error-> aclocal: found macro gl_HEADER_TIME_H_DEFAULTS in m4/time_h.m4: 105 error-> aclocal: found macro gl_FUNC_GEN_TEMPNAME in m4/tempname.m4: 10 error-> aclocal: found macro gl_PREREQ_TEMPNAME in m4/tempname.m4: 16 error-> aclocal: found macro gl_SYS_TYPES_H in m4/sys_types_h.m4: 7 error-> aclocal: found macro gl_SYS_TYPES_H_DEFAULTS in m4/sys_types_h.m4: 22 error-> aclocal: found macro gl_HEADER_SYS_TIME_H in m4/sys_time_h.m4: 11 error-> aclocal: found macro gl_HEADER_SYS_TIME_H_BODY in m4/sys_time_h.m4: 19 error-> aclocal: found macro gl_SYS_TIME_MODULE_INDICATOR in m4/sys_time_h.m4: 92 error-> aclocal: found macro gl_HEADER_SYS_TIME_H_DEFAULTS in m4/sys_time_h.m4: 101 error-> aclocal: found macro gl_HEADER_SYS_STAT_H in m4/sys_stat_h.m4: 10 error-> aclocal: found macro gl_SYS_STAT_MODULE_INDICATOR in m4/sys_stat_h.m4: 50 error-> aclocal: found macro gl_SYS_STAT_H_DEFAULTS in m4/sys_stat_h.m4: 59 error-> aclocal: found macro gl_HEADER_SYS_SOCKET in m4/sys_socket_h.m4: 9 error-> aclocal: found macro gl_PREREQ_SYS_H_SOCKET in m4/sys_socket_h.m4: 100 error-> aclocal: found macro gl_PREREQ_SYS_H_WINSOCK2 in m4/sys_socket_h.m4: 123 error-> aclocal: found macro gl_SYS_SOCKET_MODULE_INDICATOR in m4/sys_socket_h.m4: 145 error-> aclocal: found macro gl_SYS_SOCKET_H_DEFAULTS in m4/sys_socket_h.m4: 154 error-> aclocal: found macro gl_HEADER_SYS_SELECT in m4/sys_select_h.m4: 7 error-> aclocal: found macro gl_SYS_SELECT_MODULE_INDICATOR in m4/sys_select_h.m4: 78 error-> aclocal: found macro gl_SYS_SELECT_H_DEFAULTS in m4/sys_select_h.m4: 87 error-> aclocal: found macro gl_FUNC_SYMLINK in m4/symlink.m4: 11 error-> aclocal: found macro gl_FUNC_STRTOUMAX in m4/strtoumax.m4: 7 error-> aclocal: found macro gl_PREREQ_STRTOUMAX in m4/strtoumax.m4: 25 error-> aclocal: found macro gl_FUNC_STRTOULL in m4/strtoull.m4: 7 error-> aclocal: found macro gl_PREREQ_STRTOULL in m4/strtoull.m4: 22 error-> aclocal: found macro gl_FUNC_STRTOLL in m4/strtoll.m4: 7 error-> aclocal: found macro gl_PREREQ_STRTOLL in m4/strtoll.m4: 22 error-> aclocal: found macro gl_FUNC_STRTOIMAX in m4/strtoimax.m4: 7 error-> aclocal: found macro gl_PREREQ_STRTOIMAX in m4/strtoimax.m4: 84 error-> aclocal: found macro gl_HEADER_STRING_H in m4/string_h.m4: 12 error-> aclocal: found macro gl_HEADER_STRING_H_BODY in m4/string_h.m4: 19 error-> aclocal: found macro gl_STRING_MODULE_INDICATOR in m4/string_h.m4: 35 error-> aclocal: found macro gl_HEADER_STRING_H_DEFAULTS in m4/string_h.m4: 44 error-> aclocal: found macro gl_FUNC_GNU_STRFTIME in m4/strftime.m4: 11 error-> aclocal: found macro gl_FUNC_STRFTIME in m4/strftime.m4: 17 error-> aclocal: found macro gl_FUNC_STPCPY in m4/stpcpy.m4: 7 error-> aclocal: found macro gl_PREREQ_STPCPY in m4/stpcpy.m4: 23 error-> aclocal: found macro gl_STDLIB_H in m4/stdlib_h.m4: 7 error-> aclocal: found macro gl_STDLIB_MODULE_INDICATOR in m4/stdlib_h.m4: 29 error-> aclocal: found macro gl_STDLIB_H_DEFAULTS in m4/stdlib_h.m4: 38 error-> aclocal: found macro gl_STDIO_H in m4/stdio_h.m4: 7 error-> aclocal: found macro gl_STDIO_MODULE_INDICATOR in m4/stdio_h.m4: 108 error-> aclocal: found macro gl_STDIO_H_DEFAULTS in m4/stdio_h.m4: 117 error-> aclocal: found macro gl_STDINT_H in m4/stdint.m4: 10 error-> aclocal: found macro gl_STDINT_BITSIZEOF in m4/stdint.m4: 309 error-> aclocal: found macro gl_CHECK_TYPES_SIGNED in m4/stdint.m4: 347 error-> aclocal: found macro gl_INTEGER_TYPE_SUFFIX in m4/stdint.m4: 380 error-> aclocal: found macro gl_STDINT_INCLUDES in m4/stdint.m4: 430 error-> aclocal: found macro gl_STDINT_TYPE_PROPERTIES in m4/stdint.m4: 446 error-> aclocal: found macro AC_COMPUTE_INT in m4/stdint.m4: 478 error-> aclocal: found macro gl_STDDEF_H in m4/stddef_h.m4: 8 error-> aclocal: found macro gl_STDDEF_MODULE_INDICATOR in m4/stddef_h.m4: 38 error-> aclocal: found macro gl_STDDEF_H_DEFAULTS in m4/stddef_h.m4: 45 error-> aclocal: found macro gl_STDALIGN_H in m4/stdalign.m4: 10 error-> aclocal: found macro gl_FUNC_STAT in m4/stat.m4: 9 error-> aclocal: found macro gl_PREREQ_STAT in m4/stat.m4: 71 error-> aclocal: found macro gl_STAT_TIME in m4/stat-time.m4: 20 error-> aclocal: found macro gl_STAT_BIRTHTIME in m4/stat-time.m4: 70 error-> aclocal: found macro AC_STRUCT_ST_DM_MODE in m4/st_dm_mode.m4: 10 error-> aclocal: found macro gt_TYPE_SSIZE_T in m4/ssize_t.m4: 10 error-> aclocal: found macro gl_TYPE_SOCKLEN_T in m4/socklen.m4: 15 error-> aclocal: found macro gl_SOCKET_HEADERS in m4/socklen.m4: 52 error-> aclocal: found macro gl_CHECK_SOCKET_HEADERS in m4/socklen.m4: 68 error-> aclocal: found macro gl_SIGNAL_H in m4/signal_h.m4: 7 error-> aclocal: found macro gl_CHECK_TYPE_SIGSET_T in m4/signal_h.m4: 39 error-> aclocal: found macro gl_SIGNAL_MODULE_INDICATOR in m4/signal_h.m4: 53 error-> aclocal: found macro gl_SIGNAL_H_DEFAULTS in m4/signal_h.m4: 62 error-> aclocal: found macro gl_FUNC_SIG2STR in m4/sig2str.m4: 7 error-> aclocal: found macro gl_PREREQ_SIG2STR in m4/sig2str.m4: 13 error-> aclocal: found macro gl_SHA512 in m4/sha512.m4: 7 error-> aclocal: found macro gl_SHA256 in m4/sha256.m4: 7 error-> aclocal: found macro gl_SHA1 in m4/sha1.m4: 7 error-> aclocal: found macro gl_FUNC_SETENV in m4/setenv.m4: 7 error-> aclocal: found macro gl_FUNC_SETENV_SEPARATE in m4/setenv.m4: 55 error-> aclocal: found macro gl_FUNC_UNSETENV in m4/setenv.m4: 66 error-> aclocal: found macro gl_PREREQ_SETENV in m4/setenv.m4: 146 error-> aclocal: found macro gl_PREREQ_UNSETENV in m4/setenv.m4: 156 error-> aclocal: found macro gl_FUNC_SECURE_GETENV in m4/secure_getenv.m4: 7 error-> aclocal: found macro gl_PREREQ_SECURE_GETENV in m4/secure_getenv.m4: 20 error-> aclocal: found macro gl_FUNC_READLINKAT in m4/readlinkat.m4: 11 error-> aclocal: found macro gl_FUNC_READLINK in m4/readlink.m4: 7 error-> aclocal: found macro gl_FUNC_READLINK_SEPARATE in m4/readlink.m4: 61 error-> aclocal: found macro gl_PREREQ_READLINK in m4/readlink.m4: 68 error-> aclocal: ignoring macro gl_FUNC_PUTENV in m4/putenv.m4: 12 error-> aclocal: found macro gl_PREREQ_PUTENV in m4/putenv.m4: 53 error-> aclocal: found macro gl_FUNC_PTHREAD_SIGMASK in m4/pthread_sigmask.m4: 7 error-> aclocal: found macro gl_PREREQ_PTHREAD_SIGMASK in m4/pthread_sigmask.m4: 273 error-> aclocal: found macro gl_FUNC_PSELECT in m4/pselect.m4: 7 error-> aclocal: found macro PKG_PROG_PKG_CONFIG in m4/pkg.m4: 27 error-> aclocal: found macro PKG_CHECK_EXISTS in m4/pkg.m4: 60 error-> aclocal: found macro _PKG_SHORT_ERRORS_SUPPORTED in m4/pkg.m4: 86 error-> aclocal: found macro PKG_CHECK_MODULES in m4/pkg.m4: 106 error-> aclocal: found macro PKG_INSTALLDIR in m4/pkg.m4: 169 error-> aclocal: found macro PKG_NOARCH_INSTALLDIR in m4/pkg.m4: 189 error-> aclocal: found macro PKG_CHECK_VAR in m4/pkg.m4: 206 error-> aclocal: found macro gl_FUNC_PIPE2 in m4/pipe2.m4: 7 error-> aclocal: found macro gl_PATHMAX in m4/pathmax.m4: 8 error-> aclocal: found macro gl_PATHMAX_SNIPPET in m4/pathmax.m4: 16 error-> aclocal: found macro gl_PATHMAX_SNIPPET_PREREQ in m4/pathmax.m4: 39 error-> aclocal: found macro gl_TYPE_OFF_T in m4/off_t.m4: 10 error-> aclocal: found macro GL_NOCRASH in m4/nocrash.m4: 18 error-> aclocal: found macro gl_MULTIARCH in m4/multiarch.m4: 21 error-> aclocal: found macro gl_FUNC_MKTIME in m4/mktime.m4: 10 error-> aclocal: found macro gl_FUNC_MKTIME_INTERNAL in m4/mktime.m4: 237 error-> aclocal: found macro gl_PREREQ_MKTIME in m4/mktime.m4: 253 error-> aclocal: found macro gl_FUNC_MKOSTEMP in m4/mkostemp.m4: 7 error-> aclocal: found macro gl_PREREQ_MKOSTEMP in m4/mkostemp.m4: 21 error-> aclocal: found macro gl_FUNC_MEMRCHR in m4/memrchr.m4: 8 error-> aclocal: found macro gl_PREREQ_MEMRCHR in m4/memrchr.m4: 23 error-> aclocal: found macro gl_MD5 in m4/md5.m4: 7 error-> aclocal: found macro gl_MANYWARN_COMPLEMENT in m4/manywarnings.m4: 14 error-> aclocal: found macro gl_MANYWARN_ALL_GCC in m4/manywarnings.m4: 36 error-> aclocal: found macro gl_FUNC_LSTAT in m4/lstat.m4: 11 error-> aclocal: found macro gl_PREREQ_LSTAT in m4/lstat.m4: 30 error-> aclocal: found macro gl_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK in m4/lstat.m4: 32 error-> aclocal: found macro AC_TYPE_LONG_LONG_INT in m4/longlong.m4: 17 error-> aclocal: found macro AC_TYPE_UNSIGNED_LONG_LONG_INT in m4/longlong.m4: 67 error-> aclocal: found macro _AC_TYPE_LONG_LONG_SNIPPET in m4/longlong.m4: 89 error-> aclocal: found macro AC_SYS_LARGEFILE in m4/largefile.m4: 60 error-> aclocal: found macro gl_LARGEFILE in m4/largefile.m4: 107 error-> aclocal: found macro gl_INTTYPES_H in m4/inttypes.m4: 10 error-> aclocal: found macro gl_INTTYPES_INCOMPLETE in m4/inttypes.m4: 16 error-> aclocal: found macro gl_INTTYPES_PRI_SCN in m4/inttypes.m4: 34 error-> aclocal: found macro gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION in m4/inttypes.m4: 97 error-> aclocal: found macro gl_INTTYPES_MODULE_INDICATOR in m4/inttypes.m4: 132 error-> aclocal: found macro gl_INTTYPES_H_DEFAULTS in m4/inttypes.m4: 139 error-> aclocal: found macro gl_INCLUDE_NEXT in m4/include_next.m4: 35 error-> aclocal: found macro gl_CHECK_NEXT_HEADERS in m4/include_next.m4: 153 error-> aclocal: found macro gl_NEXT_HEADERS in m4/include_next.m4: 163 error-> aclocal: found macro gl_NEXT_HEADERS_INTERNAL in m4/include_next.m4: 169 error-> aclocal: found macro gl_FUNC_GROUP_MEMBER in m4/group-member.m4: 11 error-> aclocal: found macro gl_PREREQ_GROUP_MEMBER in m4/group-member.m4: 26 error-> aclocal: found macro gl_LOCAL_DIR in m4/gnulib-tool.m4: 12 error-> aclocal: found macro gl_MODULES in m4/gnulib-tool.m4: 15 error-> aclocal: found macro gl_AVOID in m4/gnulib-tool.m4: 18 error-> aclocal: found macro gl_SOURCE_BASE in m4/gnulib-tool.m4: 21 error-> aclocal: found macro gl_M4_BASE in m4/gnulib-tool.m4: 24 error-> aclocal: found macro gl_PO_BASE in m4/gnulib-tool.m4: 27 error-> aclocal: found macro gl_DOC_BASE in m4/gnulib-tool.m4: 30 error-> aclocal: found macro gl_TESTS_BASE in m4/gnulib-tool.m4: 33 error-> aclocal: found macro gl_WITH_TESTS in m4/gnulib-tool.m4: 36 error-> aclocal: found macro gl_LIB in m4/gnulib-tool.m4: 39 error-> aclocal: found macro gl_LGPL in m4/gnulib-tool.m4: 42 error-> aclocal: found macro gl_MAKEFILE_NAME in m4/gnulib-tool.m4: 45 error-> aclocal: found macro gl_LIBTOOL in m4/gnulib-tool.m4: 48 error-> aclocal: found macro gl_MACRO_PREFIX in m4/gnulib-tool.m4: 51 error-> aclocal: found macro gl_PO_DOMAIN in m4/gnulib-tool.m4: 54 error-> aclocal: found macro gl_VC_FILES in m4/gnulib-tool.m4: 57 error-> aclocal: found macro gl_EARLY in m4/gnulib-comp.m4: 34 error-> aclocal: found macro gl_INIT in m4/gnulib-comp.m4: 167 error-> aclocal: found macro gl_LIBOBJ in m4/gnulib-comp.m4: 786 error-> aclocal: found macro gl_REPLACE_FUNCS in m4/gnulib-comp.m4: 793 error-> aclocal: found macro gl_LIBSOURCES in m4/gnulib-comp.m4: 802 error-> aclocal: found macro gltests_LIBOBJ in m4/gnulib-comp.m4: 813 error-> aclocal: found macro gltests_REPLACE_FUNCS in m4/gnulib-comp.m4: 820 error-> aclocal: found macro gltests_LIBSOURCES in m4/gnulib-comp.m4: 829 error-> aclocal: found macro gl_FILE_LIST in m4/gnulib-comp.m4: 840 error-> aclocal: found macro gl_COMMON in m4/gnulib-common.m4: 9 error-> aclocal: found macro gl_COMMON_BODY in m4/gnulib-common.m4: 14 error-> aclocal: found macro gl_MODULE_INDICATOR_SET_VARIABLE in m4/gnulib-common.m4: 93 error-> aclocal: found macro gl_MODULE_INDICATOR_SET_VARIABLE_AUX in m4/gnulib-common.m4: 106 error-> aclocal: found macro gl_MODULE_INDICATOR_SET_VARIABLE_AUX_OR in m4/gnulib-common.m4: 120 error-> aclocal: found macro gl_MODULE_INDICATOR in m4/gnulib-common.m4: 145 error-> aclocal: found macro gl_MODULE_INDICATOR_FOR_TESTS in m4/gnulib-common.m4: 168 error-> aclocal: found macro gl_ASSERT_NO_GNULIB_POSIXCHECK in m4/gnulib-common.m4: 180 error-> aclocal: found macro gl_W in m4/gnulib-common.m4: 184 error-> aclocal: found macro gl_ASSERT_NO_GNULIB_TESTS in m4/gnulib-common.m4: 191 error-> aclocal: ignoring macro gl_MODULE_INDICATOR_FOR_TESTS in m4/gnulib-common.m4: 194 error-> aclocal: found macro gl_FEATURES_H in m4/gnulib-common.m4: 199 error-> aclocal: found macro gl_PROG_CC_C99 in m4/gnulib-common.m4: 239 error-> aclocal: found macro gl_PROG_AR_RANLIB in m4/gnulib-common.m4: 252 error-> aclocal: found macro AC_PROG_MKDIR_P in m4/gnulib-common.m4: 328 error-> aclocal: found macro AC_C_RESTRICT in m4/gnulib-common.m4: 340 error-> aclocal: found macro gl_BIGENDIAN in m4/gnulib-common.m4: 386 error-> aclocal: found macro gl_CACHE_VAL_SILENT in m4/gnulib-common.m4: 396 error-> aclocal: found macro AC_PROG_SED in m4/gnulib-common.m4: 410 error-> aclocal: found macro gl_FUNC_GETTIMEOFDAY in m4/gettimeofday.m4: 10 error-> aclocal: found macro gl_FUNC_GETTIMEOFDAY_CLOBBER in m4/gettimeofday.m4: 84 error-> aclocal: found macro gl_GETTIMEOFDAY_REPLACE_LOCALTIME in m4/gettimeofday.m4: 129 error-> aclocal: found macro gl_PREREQ_GETTIMEOFDAY in m4/gettimeofday.m4: 135 error-> aclocal: found macro gl_GETTIME in m4/gettime.m4: 7 error-> aclocal: found macro gl_FUNC_GETOPT_POSIX in m4/getopt.m4: 8 error-> aclocal: found macro gl_FUNC_GETOPT_GNU in m4/getopt.m4: 33 error-> aclocal: found macro gl_GETOPT_CHECK_HEADERS in m4/getopt.m4: 41 error-> aclocal: found macro gl_GETOPT_SUBSTITUTE_HEADER in m4/getopt.m4: 355 error-> aclocal: found macro gl_PREREQ_GETOPT in m4/getopt.m4: 365 error-> aclocal: found macro gl_GETLOADAVG in m4/getloadavg.m4: 17 error-> aclocal: found macro gl_PREREQ_GETLOADAVG in m4/getloadavg.m4: 104 error-> aclocal: found macro AC_FUNC_GETGROUPS in m4/getgroups.m4: 16 error-> aclocal: found macro gl_FUNC_GETGROUPS in m4/getgroups.m4: 64 error-> aclocal: found macro gl_FUNC_GETDTABLESIZE in m4/getdtablesize.m4: 7 error-> aclocal: found macro gl_PREREQ_GETDTABLESIZE in m4/getdtablesize.m4: 46 error-> aclocal: found macro gl_FUNC_FSYNC in m4/fsync.m4: 7 error-> aclocal: found macro gl_PREREQ_FSYNC in m4/fsync.m4: 17 error-> aclocal: found macro gl_FUNC_FSTATAT in m4/fstatat.m4: 11 error-> aclocal: found macro gl_FUNC_FPENDING in m4/fpending.m4: 16 error-> aclocal: found macro gl_PREREQ_FPENDING in m4/fpending.m4: 38 error-> aclocal: found macro gl_FILEMODE in m4/filemode.m4: 7 error-> aclocal: found macro gl_FUNC_FDOPENDIR in m4/fdopendir.m4: 11 error-> aclocal: found macro gl_FUNC_FDATASYNC in m4/fdatasync.m4: 7 error-> aclocal: found macro gl_FCNTL_H in m4/fcntl_h.m4: 10 error-> aclocal: found macro gl_FCNTL_MODULE_INDICATOR in m4/fcntl_h.m4: 29 error-> aclocal: found macro gl_FCNTL_H_DEFAULTS in m4/fcntl_h.m4: 38 error-> aclocal: found macro gl_FUNC_FCNTL in m4/fcntl.m4: 16 error-> aclocal: found macro gl_REPLACE_FCNTL in m4/fcntl.m4: 106 error-> aclocal: found macro gl_FUNC_FACCESSAT in m4/faccessat.m4: 11 error-> aclocal: found macro gl_PREREQ_FACCESSAT in m4/faccessat.m4: 25 error-> aclocal: found macro gl_EXTERN_INLINE in m4/extern-inline.m4: 8 error-> aclocal: found macro AC_USE_SYSTEM_EXTENSIONS in m4/extensions.m4: 38 error-> aclocal: found macro gl_USE_SYSTEM_EXTENSIONS in m4/extensions.m4: 132 error-> aclocal: found macro gl_EXECINFO_H in m4/execinfo.m4: 8 error-> aclocal: found macro gl_FUNC_NONREENTRANT_EUIDACCESS in m4/euidaccess.m4: 7 error-> aclocal: found macro gl_FUNC_EUIDACCESS in m4/euidaccess.m4: 19 error-> aclocal: found macro gl_PREREQ_EUIDACCESS in m4/euidaccess.m4: 33 error-> aclocal: found macro gl_HEADER_ERRNO_H in m4/errno_h.m4: 7 error-> aclocal: found macro gl_REPLACE_ERRNO_VALUE in m4/errno_h.m4: 87 error-> aclocal: ignoring macro AC_COMPUTE_INT in m4/errno_h.m4: 136 error-> aclocal: found macro gl_ENVIRON in m4/environ.m4: 7 error-> aclocal: found macro gt_CHECK_VAR_DECL in m4/environ.m4: 29 error-> aclocal: found macro gl_FUNC_DUP2 in m4/dup2.m4: 7 error-> aclocal: found macro gl_PREREQ_DUP2 in m4/dup2.m4: 105 error-> aclocal: found macro gl_FUNC_DIRFD in m4/dirfd.m4: 12 error-> aclocal: found macro gl_PREREQ_DIRFD in m4/dirfd.m4: 48 error-> aclocal: found macro gl_DIRENT_H in m4/dirent_h.m4: 9 error-> aclocal: found macro gl_DIRENT_MODULE_INDICATOR in m4/dirent_h.m4: 30 error-> aclocal: found macro gl_DIRENT_H_DEFAULTS in m4/dirent_h.m4: 39 error-> aclocal: found macro gl_COUNT_TRAILING_ZEROS in m4/count-trailing-zeros.m4: 7 error-> aclocal: found macro gl_COUNT_ONE_BITS in m4/count-one-bits.m4: 7 error-> aclocal: found macro gl_CLOSE_STREAM in m4/close-stream.m4: 8 error-> aclocal: found macro gl_CLOCK_TIME in m4/clock_time.m4: 12 error-> aclocal: found macro gl_C99_STRTOLD in m4/c-strtod.m4: 10 error-> aclocal: found macro gl_C_STRTOD in m4/c-strtod.m4: 37 error-> aclocal: found macro gl_C_STRTOLD in m4/c-strtod.m4: 44 error-> aclocal: found macro gl_BYTESWAP in m4/byteswap.m4: 9 error-> aclocal: found macro gl_FUNC_ALLOCA in m4/alloca.m4: 8 error-> aclocal: found macro gl_PREREQ_ALLOCA in m4/alloca.m4: 44 error-> aclocal: found macro gl_FUNC_ACL_ARG in m4/acl.m4: 11 error-> aclocal: found macro gl_FUNC_ACL in m4/acl.m4: 20 error-> aclocal: found macro gl_ACL_GET_FILE in m4/acl.m4: 156 error-> aclocal: found macro gl_FILE_HAS_ACL in m4/acl.m4: 180 error-> aclocal: found macro gl_ABSOLUTE_HEADER in m4/absolute-header.m4: 22 error-> aclocal: found macro gl_ABSOLUTE_HEADER_ONE in m4/absolute-header.m4: 54 error-> aclocal: found macro gl_00GNULIB in m4/00gnulib.m4: 46 error-> aclocal: found macro AM_PROG_VALAC in /usr/local/share/aclocal-1.15/vala.m4: 21 error-> aclocal: found macro AM_PROG_UPC in /usr/local/share/aclocal-1.15/upc.m4: 9 error-> aclocal: found macro _AM_PROG_TAR in /usr/local/share/aclocal-1.15/tar.m4: 23 error-> aclocal: found macro _AM_SUBST_NOTMAKE in /usr/local/share/aclocal-1.15/substnot.m4: 12 error-> aclocal: found macro AM_SUBST_NOTMAKE in /usr/local/share/aclocal-1.15/substnot.m4: 17 error-> aclocal: found macro AM_PROG_INSTALL_STRIP in /usr/local/share/aclocal-1.15/strip.m4: 17 error-> aclocal: found macro AM_SILENT_RULES in /usr/local/share/aclocal-1.15/silent.m4: 12 error-> aclocal: found macro AM_SANITY_CHECK in /usr/local/share/aclocal-1.15/sanity.m4: 11 error-> aclocal: found macro AM_RUN_LOG in /usr/local/share/aclocal-1.15/runlog.m4: 12 error-> aclocal: found macro AM_PATH_PYTHON in /usr/local/share/aclocal-1.15/python.m4: 35 error-> aclocal: found macro AM_PYTHON_CHECK_VERSION in /usr/local/share/aclocal-1.15/python.m4: 229 error-> aclocal: found macro _AM_PROG_CC_C_O in /usr/local/share/aclocal-1.15/prog-cc-c-o.m4: 12 error-> aclocal: found macro AM_PROG_CC_C_O in /usr/local/share/aclocal-1.15/prog-cc-c-o.m4: 47 error-> aclocal: found macro _AM_MANGLE_OPTION in /usr/local/share/aclocal-1.15/options.m4: 11 error-> aclocal: found macro _AM_SET_OPTION in /usr/local/share/aclocal-1.15/options.m4: 17 error-> aclocal: found macro _AM_SET_OPTIONS in /usr/local/share/aclocal-1.15/options.m4: 23 error-> aclocal: found macro _AM_IF_OPTION in /usr/local/share/aclocal-1.15/options.m4: 29 error-> aclocal: found macro AM_CONFIG_HEADER in /usr/local/share/aclocal-1.15/obsolete.m4: 11 error-> aclocal: found macro AM_PROG_CC_STDC in /usr/local/share/aclocal-1.15/obsolete.m4: 17 error-> aclocal: found macro AM_C_PROTOTYPES in /usr/local/share/aclocal-1.15/obsolete.m4: 26 error-> aclocal: found macro fp_C_PROTOTYPES in /usr/local/share/aclocal-1.15/obsolete.m4: 28 error-> aclocal: found macro AM_PROG_MKDIR_P in /usr/local/share/aclocal-1.15/mkdirp.m4: 11 error-> aclocal: found macro AM_MISSING_PROG in /usr/local/share/aclocal-1.15/missing.m4: 11 error-> aclocal: found macro AM_MISSING_HAS_RUN in /usr/local/share/aclocal-1.15/missing.m4: 20 error-> aclocal: found macro AM_MAKE_INCLUDE in /usr/local/share/aclocal-1.15/make.m4: 12 error-> aclocal: found macro AM_MAINTAINER_MODE in /usr/local/share/aclocal-1.15/maintainer.m4: 16 error-> aclocal: found macro AM_PATH_LISPDIR in /usr/local/share/aclocal-1.15/lispdir.m4: 14 error-> aclocal: found macro AM_PROG_LEX in /usr/local/share/aclocal-1.15/lex.m4: 13 error-> aclocal: found macro AM_SET_LEADING_DOT in /usr/local/share/aclocal-1.15/lead-dot.m4: 10 error-> aclocal: found macro AM_PROG_INSTALL_SH in /usr/local/share/aclocal-1.15/install-sh.m4: 11 error-> aclocal: found macro AM_INIT_AUTOMAKE in /usr/local/share/aclocal-1.15/init.m4: 29 error-> aclocal: found macro _AC_AM_CONFIG_HEADER_HOOK in /usr/local/share/aclocal-1.15/init.m4: 186 error-> aclocal: found macro AM_PROG_GCJ in /usr/local/share/aclocal-1.15/gcj.m4: 10 error-> aclocal: found macro AM_EXTRA_RECURSIVE_TARGETS in /usr/local/share/aclocal-1.15/extra-recurs.m4: 16 error-> aclocal: found macro AM_WITH_DMALLOC in /usr/local/share/aclocal-1.15/dmalloc.m4: 12 error-> aclocal: found macro _AM_OUTPUT_DEPENDENCY_COMMANDS in /usr/local/share/aclocal-1.15/depout.m4: 12 error-> aclocal: found macro AM_OUTPUT_DEPENDENCY_COMMANDS in /usr/local/share/aclocal-1.15/depout.m4: 71 error-> aclocal: found macro _AM_DEPENDENCIES in /usr/local/share/aclocal-1.15/depend.m4: 26 error-> aclocal: found macro AM_SET_DEPDIR in /usr/local/share/aclocal-1.15/depend.m4: 163 error-> aclocal: found macro AM_DEP_TRACK in /usr/local/share/aclocal-1.15/depend.m4: 171 error-> aclocal: found macro AM_CONDITIONAL in /usr/local/share/aclocal-1.15/cond.m4: 12 error-> aclocal: found macro AM_COND_IF in /usr/local/share/aclocal-1.15/cond-if.m4: 23 error-> aclocal: found macro AM_AUX_DIR_EXPAND in /usr/local/share/aclocal-1.15/auxdir.m4: 47 error-> aclocal: found macro AM_PROG_AS in /usr/local/share/aclocal-1.15/as.m4: 11 error-> aclocal: found macro AM_PROG_AR in /usr/local/share/aclocal-1.15/ar-lib.m4: 13 error-> aclocal: found macro AM_AUTOMAKE_VERSION in /usr/local/share/aclocal-1.15/amversion.m4: 14 error-> aclocal: found macro AM_SET_CURRENT_AUTOMAKE_VERSION in /usr/local/share/aclocal-1.15/amversion.m4: 33 error-> aclocal: found macro AB_INIT in /usr/local/share/aclocal/autobuild.m4: 11 error-> aclocal: saw macro AC_PROG_MAKE_SET error-> aclocal: saw macro AM_INIT_AUTOMAKE error-> aclocal: saw macro _AM_PROG_CC_C_O error-> aclocal: saw macro _AM_PROG_CC_C_O error-> aclocal: saw macro AM_AUX_DIR_EXPAND error-> aclocal: saw macro AM_AUX_DIR_EXPAND error-> aclocal: saw macro AM_RUN_LOG error-> aclocal: saw macro AM_RUN_LOG error-> aclocal: saw macro AM_PROG_CC_C_O error-> aclocal: saw macro AM_AUX_DIR_EXPAND error-> aclocal: saw macro AM_INIT_AUTOMAKE error-> aclocal: saw macro AM_SET_CURRENT_AUTOMAKE_VERSION error-> aclocal: saw macro AM_AUTOMAKE_VERSION error-> aclocal: saw macro AM_INIT_AUTOMAKE error-> aclocal: saw macro AM_SET_CURRENT_AUTOMAKE_VERSION error-> aclocal: saw macro AM_AUTOMAKE_VERSION error-> aclocal: saw macro _AM_SUBST_NOTMAKE error-> aclocal: saw macro _AM_SUBST_NOTMAKE error-> aclocal: saw macro _AM_SUBST_NOTMAKE error-> aclocal: saw macro AM_SUBST_NOTMAKE error-> aclocal: saw macro _AM_SET_OPTION error-> aclocal: saw macro _AM_MANGLE_OPTION error-> aclocal: saw macro _AM_SET_OPTION error-> aclocal: saw macro _AM_MANGLE_OPTION error-> aclocal: saw macro _AM_SET_OPTIONS error-> aclocal: saw macro _AM_SET_OPTION error-> aclocal: saw macro _AM_IF_OPTION error-> aclocal: saw macro _AM_MANGLE_OPTION error-> aclocal: saw macro _AM_SET_OPTIONS error-> aclocal: saw macro _AM_IF_OPTION error-> aclocal: saw macro AM_SANITY_CHECK error-> aclocal: saw macro AM_SANITY_CHECK error-> aclocal: saw macro AM_MISSING_PROG error-> aclocal: saw macro AM_MISSING_PROG error-> aclocal: saw macro AM_MISSING_HAS_RUN error-> aclocal: saw macro AM_MISSING_HAS_RUN error-> aclocal: saw macro AM_AUX_DIR_EXPAND error-> aclocal: saw macro AM_MISSING_HAS_RUN error-> aclocal: saw macro AM_AUX_DIR_EXPAND error-> aclocal: saw macro AM_MISSING_PROG error-> aclocal: saw macro AM_MISSING_PROG error-> aclocal: saw macro AM_MISSING_PROG error-> aclocal: saw macro AM_MISSING_PROG error-> aclocal: saw macro AM_PROG_INSTALL_SH error-> aclocal: saw macro AM_PROG_INSTALL_SH error-> aclocal: saw macro AM_AUX_DIR_EXPAND error-> aclocal: saw macro AM_AUX_DIR_EXPAND error-> aclocal: saw macro AM_PROG_INSTALL_STRIP error-> aclocal: saw macro AM_PROG_INSTALL_STRIP error-> aclocal: saw macro AM_PROG_INSTALL_SH error-> aclocal: saw macro AM_PROG_INSTALL_SH error-> aclocal: saw macro AC_PROG_MKDIR_P error-> aclocal: saw macro gl_COMMON error-> aclocal: saw macro gl_00GNULIB error-> aclocal: saw macro gl_00GNULIB error-> aclocal: saw macro gl_COMMON_BODY error-> aclocal: saw macro gl_COMMON_BODY error-> aclocal: saw macro gl_MODULE_INDICATOR_SET_VARIABLE error-> aclocal: saw macro gl_MODULE_INDICATOR_SET_VARIABLE_AUX error-> aclocal: saw macro gl_MODULE_INDICATOR_SET_VARIABLE_AUX error-> aclocal: saw macro gl_MODULE_INDICATOR_SET_VARIABLE_AUX_OR error-> aclocal: saw macro gl_MODULE_INDICATOR_SET_VARIABLE_AUX_OR error-> aclocal: saw macro gl_MODULE_INDICATOR error-> aclocal: saw macro gl_MODULE_INDICATOR_FOR_TESTS error-> aclocal: saw macro gl_ASSERT_NO_GNULIB_POSIXCHECK error-> aclocal: saw macro gl_W error-> aclocal: saw macro gl_ASSERT_NO_GNULIB_TESTS error-> aclocal: saw macro gl_MODULE_INDICATOR_FOR_TESTS error-> aclocal: saw macro gl_FEATURES_H error-> aclocal: saw macro gl_PROG_CC_C99 error-> aclocal: saw macro gl_PROG_AR_RANLIB error-> aclocal: saw macro AM_PROG_AR error-> aclocal: saw macro AM_PROG_AR error-> aclocal: saw macro AM_AUX_DIR_EXPAND error-> aclocal: saw macro AM_AUX_DIR_EXPAND error-> aclocal: saw macro AM_PROG_AR error-> aclocal: saw macro AC_PROG_MKDIR_P error-> aclocal: saw macro AC_PROG_MKDIR_P error-> aclocal: saw macro AC_PROG_MKDIR_P error-> aclocal: saw macro AC_PROG_MKDIR_P error-> aclocal: saw macro AM_PROG_MKDIR_P error-> aclocal: saw macro AM_PROG_MKDIR_P error-> aclocal: saw macro AC_PROG_MKDIR_P error-> aclocal: saw macro AC_PROG_MKDIR_P error-> aclocal: saw macro AC_C_RESTRICT error-> aclocal: saw macro gl_BIGENDIAN error-> aclocal: saw macro gl_CACHE_VAL_SILENT error-> aclocal: saw macro AC_PROG_SED error-> aclocal: saw macro AC_PROG_SED error-> aclocal: saw macro gl_00GNULIB error-> aclocal: saw macro gl_COMMON_BODY error-> aclocal: saw macro AM_PROG_MKDIR_P error-> aclocal: saw macro AC_PROG_MAKE_SET error-> aclocal: saw macro AM_SET_LEADING_DOT error-> aclocal: saw macro AM_SET_LEADING_DOT error-> aclocal: saw macro _AM_PROG_TAR error-> aclocal: saw macro _AM_PROG_TAR error-> aclocal: saw macro AM_RUN_LOG error-> aclocal: saw macro AM_RUN_LOG error-> aclocal: saw macro AM_RUN_LOG error-> aclocal: saw macro AM_RUN_LOG error-> aclocal: saw macro _AM_IF_OPTION error-> aclocal: saw macro _AM_PROG_TAR error-> aclocal: saw macro _AM_IF_OPTION error-> aclocal: saw macro _AM_PROG_TAR error-> aclocal: saw macro _AM_IF_OPTION error-> aclocal: saw macro _AM_DEPENDENCIES error-> aclocal: saw macro _AM_DEPENDENCIES error-> aclocal: saw macro AM_SET_DEPDIR error-> aclocal: saw macro AM_OUTPUT_DEPENDENCY_COMMANDS error-> aclocal: saw macro _AM_OUTPUT_DEPENDENCY_COMMANDS error-> aclocal: saw macro AM_OUTPUT_DEPENDENCY_COMMANDS error-> aclocal: saw macro _AM_OUTPUT_DEPENDENCY_COMMANDS error-> aclocal: saw macro AM_MAKE_INCLUDE error-> aclocal: saw macro AM_MAKE_INCLUDE error-> aclocal: saw macro AM_DEP_TRACK error-> aclocal: saw macro AM_CONDITIONAL error-> aclocal: saw macro AM_CONDITIONAL error-> aclocal: saw macro _AM_SUBST_NOTMAKE error-> aclocal: saw macro _AM_SUBST_NOTMAKE error-> aclocal: saw macro AM_SET_DEPDIR error-> aclocal: saw macro AM_SET_LEADING_DOT error-> aclocal: saw macro AM_DEP_TRACK error-> aclocal: saw macro AM_CONDITIONAL error-> aclocal: saw macro _AM_SUBST_NOTMAKE error-> aclocal: saw macro _AM_SUBST_NOTMAKE error-> aclocal: saw macro AM_SET_DEPDIR error-> aclocal: saw macro AM_OUTPUT_DEPENDENCY_COMMANDS error-> aclocal: saw macro AM_MAKE_INCLUDE error-> aclocal: saw macro AM_DEP_TRACK error-> aclocal: saw macro AM_SET_LEADING_DOT error-> aclocal: saw macro _AM_DEPENDENCIES error-> aclocal: saw macro _AM_DEPENDENCIES error-> aclocal: saw macro _AM_DEPENDENCIES error-> aclocal: saw macro _AM_DEPENDENCIES error-> aclocal: saw macro _AM_DEPENDENCIES error-> aclocal: saw macro _AM_DEPENDENCIES error-> aclocal: saw macro _AM_DEPENDENCIES error-> aclocal: saw macro AM_SILENT_RULES error-> aclocal: saw macro AM_SILENT_RULES error-> aclocal: saw macro AM_SUBST_NOTMAKE error-> aclocal: saw macro AM_SUBST_NOTMAKE error-> aclocal: saw macro _AM_SUBST_NOTMAKE error-> aclocal: saw macro AM_CONDITIONAL error-> aclocal: saw macro _AC_AM_CONFIG_HEADER_HOOK error-> aclocal: saw macro AM_SET_CURRENT_AUTOMAKE_VERSION error-> aclocal: saw macro AM_SANITY_CHECK error-> aclocal: saw macro AM_PROG_INSTALL_SH error-> aclocal: saw macro AM_PROG_INSTALL_STRIP error-> aclocal: saw macro AC_PROG_MKDIR_P error-> aclocal: saw macro AC_PROG_MAKE_SET error-> aclocal: saw macro AM_SET_LEADING_DOT error-> aclocal: saw macro AM_SILENT_RULES error-> aclocal: saw macro OPTION_DEFAULT_OFF error-> aclocal: saw macro OPTION_DEFAULT_ON error-> aclocal: saw macro OPTION_DEFAULT_ON error-> aclocal: saw macro OPTION_DEFAULT_OFF error-> aclocal: saw macro OPTION_DEFAULT_OFF error-> aclocal: saw macro OPTION_DEFAULT_OFF error-> aclocal: saw macro OPTION_DEFAULT_OFF error-> aclocal: saw macro OPTION_DEFAULT_OFF error-> aclocal: saw macro OPTION_DEFAULT_ON error-> aclocal: saw macro OPTION_DEFAULT_ON error-> aclocal: saw macro OPTION_DEFAULT_ON error-> aclocal: saw macro OPTION_DEFAULT_ON error-> aclocal: saw macro OPTION_DEFAULT_ON error-> aclocal: saw macro OPTION_DEFAULT_ON error-> aclocal: saw macro OPTION_DEFAULT_OFF error-> aclocal: saw macro OPTION_DEFAULT_ON error-> aclocal: saw macro OPTION_DEFAULT_ON error-> aclocal: saw macro OPTION_DEFAULT_ON error-> aclocal: saw macro OPTION_DEFAULT_ON error-> aclocal: saw macro OPTION_DEFAULT_ON error-> aclocal: saw macro OPTION_DEFAULT_ON error-> aclocal: saw macro OPTION_DEFAULT_ON error-> aclocal: saw macro OPTION_DEFAULT_ON error-> aclocal: saw macro OPTION_DEFAULT_OFF error-> aclocal: saw macro OPTION_DEFAULT_ON error-> aclocal: saw macro OPTION_DEFAULT_ON error-> aclocal: saw macro OPTION_DEFAULT_ON error-> aclocal: saw macro OPTION_DEFAULT_ON error-> aclocal: saw macro OPTION_DEFAULT_ON error-> aclocal: saw macro OPTION_DEFAULT_ON error-> aclocal: saw macro OPTION_DEFAULT_ON error-> aclocal: saw macro OPTION_DEFAULT_ON error-> aclocal: saw macro OPTION_DEFAULT_ON error-> aclocal: saw macro _AC_PROG_CC_C89 error-> aclocal: saw macro gl_PROG_CC_C99 error-> aclocal: saw macro AM_PROG_CC_C_O error-> aclocal: saw macro AM_CONDITIONAL error-> aclocal: saw macro gl_CRYPTO_CHECK error-> aclocal: saw macro gl_FCNTL_O_FLAGS error-> aclocal: saw macro gl_FUNC_PUTENV error-> aclocal: saw macro gl_EARLY error-> aclocal: saw macro gl_EARLY error-> aclocal: saw macro gl_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro AC_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro AC_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro AC_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_PROG_AR_RANLIB error-> aclocal: saw macro AC_SYS_LARGEFILE error-> aclocal: saw macro AC_SYS_LARGEFILE error-> aclocal: saw macro gl_LARGEFILE error-> aclocal: saw macro gl_INIT error-> aclocal: saw macro AM_CONDITIONAL error-> aclocal: saw macro gl_LIBOBJ error-> aclocal: saw macro gl_REPLACE_FUNCS error-> aclocal: saw macro gl_LIBSOURCES error-> aclocal: saw macro gl_COMMON error-> aclocal: saw macro gl_FUNC_ACL error-> aclocal: saw macro gl_FUNC_ACL_ARG error-> aclocal: saw macro gl_FUNC_ACL error-> aclocal: saw macro gl_FUNC_ACL_ARG error-> aclocal: saw macro gl_ACL_GET_FILE error-> aclocal: saw macro gl_ACL_GET_FILE error-> aclocal: saw macro gl_FILE_HAS_ACL error-> aclocal: saw macro gl_FUNC_ACL_ARG error-> aclocal: saw macro gl_FUNC_ACL_ARG error-> aclocal: saw macro gl_FUNC_ACL_ARG error-> aclocal: saw macro gl_FUNC_ALLOCA error-> aclocal: saw macro gl_FUNC_ALLOCA error-> aclocal: saw macro gl_PREREQ_ALLOCA error-> aclocal: saw macro AM_CONDITIONAL error-> aclocal: saw macro gl_PREREQ_ALLOCA error-> aclocal: saw macro gl_BYTESWAP error-> aclocal: saw macro gl_BYTESWAP error-> aclocal: saw macro AM_CONDITIONAL error-> aclocal: saw macro gl_CLOCK_TIME error-> aclocal: saw macro gl_CLOCK_TIME error-> aclocal: saw macro gl_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_CLOSE_STREAM error-> aclocal: saw macro gl_CLOSE_STREAM error-> aclocal: saw macro gl_MODULE_INDICATOR error-> aclocal: saw macro gl_COUNT_ONE_BITS error-> aclocal: saw macro gl_COUNT_ONE_BITS error-> aclocal: saw macro AC_TYPE_UNSIGNED_LONG_LONG_INT error-> aclocal: saw macro AC_TYPE_LONG_LONG_INT error-> aclocal: saw macro AC_TYPE_UNSIGNED_LONG_LONG_INT error-> aclocal: saw macro AC_TYPE_UNSIGNED_LONG_LONG_INT error-> aclocal: saw macro _AC_TYPE_LONG_LONG_SNIPPET error-> aclocal: saw macro _AC_TYPE_LONG_LONG_SNIPPET error-> aclocal: saw macro AC_TYPE_UNSIGNED_LONG_LONG_INT error-> aclocal: saw macro AC_TYPE_UNSIGNED_LONG_LONG_INT error-> aclocal: saw macro gl_COUNT_TRAILING_ZEROS error-> aclocal: saw macro gl_COUNT_TRAILING_ZEROS error-> aclocal: saw macro AC_TYPE_UNSIGNED_LONG_LONG_INT error-> aclocal: saw macro AC_TYPE_UNSIGNED_LONG_LONG_INT error-> aclocal: saw macro gl_MD5 error-> aclocal: saw macro gl_MD5 error-> aclocal: saw macro gl_BIGENDIAN error-> aclocal: saw macro gl_CRYPTO_CHECK error-> aclocal: saw macro gl_BIGENDIAN error-> aclocal: saw macro gl_SHA1 error-> aclocal: saw macro gl_SHA1 error-> aclocal: saw macro gl_BIGENDIAN error-> aclocal: saw macro gl_CRYPTO_CHECK error-> aclocal: saw macro gl_BIGENDIAN error-> aclocal: saw macro gl_SHA256 error-> aclocal: saw macro gl_SHA256 error-> aclocal: saw macro gl_BIGENDIAN error-> aclocal: saw macro gl_CRYPTO_CHECK error-> aclocal: saw macro gl_BIGENDIAN error-> aclocal: saw macro gl_SHA512 error-> aclocal: saw macro gl_SHA512 error-> aclocal: saw macro gl_BIGENDIAN error-> aclocal: saw macro gl_CRYPTO_CHECK error-> aclocal: saw macro gl_BIGENDIAN error-> aclocal: saw macro gl_DIRENT_H error-> aclocal: saw macro gl_DIRENT_H error-> aclocal: saw macro gl_DIRENT_H_DEFAULTS error-> aclocal: saw macro gl_CHECK_NEXT_HEADERS error-> aclocal: saw macro gl_INCLUDE_NEXT error-> aclocal: saw macro gl_CHECK_NEXT_HEADERS error-> aclocal: saw macro gl_NEXT_HEADERS_INTERNAL error-> aclocal: saw macro gl_NEXT_HEADERS error-> aclocal: saw macro gl_NEXT_HEADERS_INTERNAL error-> aclocal: saw macro gl_NEXT_HEADERS_INTERNAL error-> aclocal: saw macro gl_INCLUDE_NEXT error-> aclocal: saw macro gl_ABSOLUTE_HEADER_ONE error-> aclocal: saw macro gl_ABSOLUTE_HEADER error-> aclocal: saw macro gl_ABSOLUTE_HEADER_ONE error-> aclocal: saw macro gl_ABSOLUTE_HEADER_ONE error-> aclocal: saw macro gl_INCLUDE_NEXT error-> aclocal: saw macro gl_DIRENT_MODULE_INDICATOR error-> aclocal: saw macro gl_DIRENT_H_DEFAULTS error-> aclocal: saw macro gl_MODULE_INDICATOR_SET_VARIABLE error-> aclocal: saw macro gl_MODULE_INDICATOR_FOR_TESTS error-> aclocal: saw macro gl_DIRENT_H_DEFAULTS error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro gl_UNISTD_H error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro gl_CHECK_NEXT_HEADERS error-> aclocal: saw macro gl_TYPE_OFF_T error-> aclocal: saw macro gl_TYPE_OFF_T error-> aclocal: saw macro gl_LARGEFILE error-> aclocal: saw macro gl_LARGEFILE error-> aclocal: saw macro gl_LARGEFILE error-> aclocal: saw macro gl_UNISTD_MODULE_INDICATOR error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro gl_MODULE_INDICATOR_SET_VARIABLE error-> aclocal: saw macro gl_MODULE_INDICATOR_FOR_TESTS error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro gl_TYPE_OFF_T error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro gl_DIRENT_H_DEFAULTS error-> aclocal: saw macro gl_DIRENT_H_DEFAULTS error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro gl_C99_STRTOLD error-> aclocal: saw macro gl_C99_STRTOLD error-> aclocal: saw macro gl_C_STRTOD error-> aclocal: saw macro gl_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_C_STRTOLD error-> aclocal: saw macro gl_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_C99_STRTOLD error-> aclocal: saw macro gl_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_C99_STRTOLD error-> aclocal: saw macro gl_FUNC_DUP2 error-> aclocal: saw macro gl_FUNC_DUP2 error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro gl_PREREQ_DUP2 error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro gl_PREREQ_DUP2 error-> aclocal: saw macro gl_UNISTD_MODULE_INDICATOR error-> aclocal: saw macro gl_ENVIRON error-> aclocal: saw macro gl_ENVIRON error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro gl_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gt_CHECK_VAR_DECL error-> aclocal: saw macro gt_CHECK_VAR_DECL error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro gl_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_UNISTD_MODULE_INDICATOR error-> aclocal: saw macro gl_HEADER_ERRNO_H error-> aclocal: saw macro gl_HEADER_ERRNO_H error-> aclocal: saw macro gl_NEXT_HEADERS error-> aclocal: saw macro AM_CONDITIONAL error-> aclocal: saw macro gl_REPLACE_ERRNO_VALUE error-> aclocal: saw macro gl_REPLACE_ERRNO_VALUE error-> aclocal: saw macro gl_REPLACE_ERRNO_VALUE error-> aclocal: saw macro gl_REPLACE_ERRNO_VALUE error-> aclocal: saw macro AC_COMPUTE_INT error-> aclocal: saw macro gl_STDINT_H error-> aclocal: saw macro AC_TYPE_LONG_LONG_INT error-> aclocal: saw macro AC_TYPE_UNSIGNED_LONG_LONG_INT error-> aclocal: saw macro gl_CHECK_NEXT_HEADERS error-> aclocal: saw macro gl_STDINT_INCLUDES error-> aclocal: saw macro gl_STDINT_INCLUDES error-> aclocal: saw macro gl_STDINT_TYPE_PROPERTIES error-> aclocal: saw macro AM_CONDITIONAL error-> aclocal: saw macro gl_STDINT_BITSIZEOF error-> aclocal: saw macro AC_COMPUTE_INT error-> aclocal: saw macro gl_CHECK_TYPES_SIGNED error-> aclocal: saw macro gl_INTEGER_TYPE_SUFFIX error-> aclocal: saw macro gl_STDINT_INCLUDES error-> aclocal: saw macro gl_STDINT_TYPE_PROPERTIES error-> aclocal: saw macro gl_MULTIARCH error-> aclocal: saw macro gl_MULTIARCH error-> aclocal: saw macro gl_STDINT_BITSIZEOF error-> aclocal: saw macro gl_STDINT_INCLUDES error-> aclocal: saw macro gl_STDINT_BITSIZEOF error-> aclocal: saw macro gl_STDINT_INCLUDES error-> aclocal: saw macro gl_CHECK_TYPES_SIGNED error-> aclocal: saw macro gl_STDINT_INCLUDES error-> aclocal: saw macro gl_INTEGER_TYPE_SUFFIX error-> aclocal: saw macro gl_STDINT_INCLUDES error-> aclocal: saw macro gl_INTEGER_TYPE_SUFFIX error-> aclocal: saw macro gl_STDINT_INCLUDES error-> aclocal: saw macro AC_COMPUTE_INT error-> aclocal: saw macro AC_COMPUTE_INT error-> aclocal: saw macro AC_TYPE_LONG_LONG_INT error-> aclocal: saw macro AC_TYPE_UNSIGNED_LONG_LONG_INT error-> aclocal: saw macro gl_MULTIARCH error-> aclocal: saw macro AC_COMPUTE_INT error-> aclocal: saw macro AC_COMPUTE_INT error-> aclocal: saw macro gl_EXECINFO_H error-> aclocal: saw macro gl_EXECINFO_H error-> aclocal: saw macro AM_CONDITIONAL error-> aclocal: saw macro gl_EXTERN_INLINE error-> aclocal: saw macro gl_EXTERN_INLINE error-> aclocal: saw macro gl_FUNC_FACCESSAT error-> aclocal: saw macro gl_FUNC_FACCESSAT error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro gl_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_PREREQ_FACCESSAT error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro gl_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_PREREQ_FACCESSAT error-> aclocal: saw macro gl_MODULE_INDICATOR error-> aclocal: saw macro gl_UNISTD_MODULE_INDICATOR error-> aclocal: saw macro gl_FUNC_FCNTL error-> aclocal: saw macro gl_FUNC_FCNTL error-> aclocal: saw macro gl_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_FCNTL_H_DEFAULTS error-> aclocal: saw macro gl_FCNTL_H error-> aclocal: saw macro gl_FCNTL_H_DEFAULTS error-> aclocal: saw macro gl_FCNTL_O_FLAGS error-> aclocal: saw macro gl_NEXT_HEADERS error-> aclocal: saw macro gl_FCNTL_MODULE_INDICATOR error-> aclocal: saw macro gl_FCNTL_H_DEFAULTS error-> aclocal: saw macro gl_MODULE_INDICATOR_SET_VARIABLE error-> aclocal: saw macro gl_MODULE_INDICATOR_FOR_TESTS error-> aclocal: saw macro gl_FCNTL_H_DEFAULTS error-> aclocal: saw macro gl_FCNTL_H_DEFAULTS error-> aclocal: saw macro gl_FCNTL_O_FLAGS error-> aclocal: saw macro gl_FCNTL_H_DEFAULTS error-> aclocal: saw macro gl_REPLACE_FCNTL error-> aclocal: saw macro gl_REPLACE_FCNTL error-> aclocal: saw macro gl_REPLACE_FCNTL error-> aclocal: saw macro gl_REPLACE_FCNTL error-> aclocal: saw macro gl_REPLACE_FCNTL error-> aclocal: saw macro gl_FCNTL_H_DEFAULTS error-> aclocal: saw macro gl_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_FCNTL_H_DEFAULTS error-> aclocal: saw macro gl_FCNTL_H_DEFAULTS error-> aclocal: saw macro gl_FCNTL_MODULE_INDICATOR error-> aclocal: saw macro gl_FCNTL_H error-> aclocal: saw macro gl_FUNC_FDATASYNC error-> aclocal: saw macro gl_FUNC_FDATASYNC error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro gl_UNISTD_MODULE_INDICATOR error-> aclocal: saw macro gl_FUNC_FDOPENDIR error-> aclocal: saw macro gl_FUNC_FDOPENDIR error-> aclocal: saw macro gl_DIRENT_H_DEFAULTS error-> aclocal: saw macro gl_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_DIRENT_H_DEFAULTS error-> aclocal: saw macro gl_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_DIRENT_MODULE_INDICATOR error-> aclocal: saw macro gl_MODULE_INDICATOR error-> aclocal: saw macro gl_FILEMODE error-> aclocal: saw macro gl_FILEMODE error-> aclocal: saw macro AC_STRUCT_ST_DM_MODE error-> aclocal: saw macro AC_STRUCT_ST_DM_MODE error-> aclocal: saw macro AC_STRUCT_ST_DM_MODE error-> aclocal: saw macro gl_FUNC_FPENDING error-> aclocal: saw macro gl_FUNC_FPENDING error-> aclocal: saw macro gl_PREREQ_FPENDING error-> aclocal: saw macro gl_PREREQ_FPENDING error-> aclocal: saw macro gl_FUNC_FSTATAT error-> aclocal: saw macro gl_FUNC_FSTATAT error-> aclocal: saw macro gl_SYS_STAT_H_DEFAULTS error-> aclocal: saw macro gl_HEADER_SYS_STAT_H error-> aclocal: saw macro gl_SYS_STAT_H_DEFAULTS error-> aclocal: saw macro gl_CHECK_NEXT_HEADERS error-> aclocal: saw macro gl_LARGEFILE error-> aclocal: saw macro gl_LARGEFILE error-> aclocal: saw macro gl_SYS_STAT_MODULE_INDICATOR error-> aclocal: saw macro gl_SYS_STAT_H_DEFAULTS error-> aclocal: saw macro gl_MODULE_INDICATOR_SET_VARIABLE error-> aclocal: saw macro gl_MODULE_INDICATOR_FOR_TESTS error-> aclocal: saw macro gl_SYS_STAT_H_DEFAULTS error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro gl_SYS_STAT_H_DEFAULTS error-> aclocal: saw macro gl_LARGEFILE error-> aclocal: saw macro gl_SYS_STAT_H_DEFAULTS error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro gl_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK error-> aclocal: saw macro gl_FUNC_LSTAT error-> aclocal: saw macro gl_SYS_STAT_H_DEFAULTS error-> aclocal: saw macro gl_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK error-> aclocal: saw macro gl_PREREQ_LSTAT error-> aclocal: saw macro gl_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK error-> aclocal: saw macro gl_SYS_STAT_H_DEFAULTS error-> aclocal: saw macro gl_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK error-> aclocal: saw macro gl_SYS_STAT_H_DEFAULTS error-> aclocal: saw macro gl_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK error-> aclocal: saw macro gl_SYS_STAT_MODULE_INDICATOR error-> aclocal: saw macro gl_FUNC_FSYNC error-> aclocal: saw macro gl_FUNC_FSYNC error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro gl_PREREQ_FSYNC error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro gl_PREREQ_FSYNC error-> aclocal: saw macro gl_UNISTD_MODULE_INDICATOR error-> aclocal: saw macro gl_GETLOADAVG error-> aclocal: saw macro gl_GETLOADAVG error-> aclocal: saw macro gl_STDLIB_H_DEFAULTS error-> aclocal: saw macro gl_STDLIB_H error-> aclocal: saw macro gl_STDLIB_H_DEFAULTS error-> aclocal: saw macro gl_NEXT_HEADERS error-> aclocal: saw macro gl_STDLIB_MODULE_INDICATOR error-> aclocal: saw macro gl_STDLIB_H_DEFAULTS error-> aclocal: saw macro gl_MODULE_INDICATOR_SET_VARIABLE error-> aclocal: saw macro gl_MODULE_INDICATOR_FOR_TESTS error-> aclocal: saw macro gl_STDLIB_H_DEFAULTS error-> aclocal: saw macro gl_STDLIB_H_DEFAULTS error-> aclocal: saw macro gl_STDLIB_H_DEFAULTS error-> aclocal: saw macro AC_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_PREREQ_GETLOADAVG error-> aclocal: saw macro gl_STDLIB_H_DEFAULTS error-> aclocal: saw macro AC_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_PREREQ_GETLOADAVG error-> aclocal: saw macro gl_STDLIB_MODULE_INDICATOR error-> aclocal: saw macro gl_FUNC_GETOPT_GNU error-> aclocal: saw macro gl_FUNC_GETOPT_POSIX error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro gl_GETOPT_CHECK_HEADERS error-> aclocal: saw macro gl_GETOPT_SUBSTITUTE_HEADER error-> aclocal: saw macro gl_FUNC_GETOPT_GNU error-> aclocal: saw macro gl_FUNC_GETOPT_POSIX error-> aclocal: saw macro gl_GETOPT_CHECK_HEADERS error-> aclocal: saw macro AC_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_CHECK_NEXT_HEADERS error-> aclocal: saw macro GL_NOCRASH error-> aclocal: saw macro GL_NOCRASH error-> aclocal: saw macro gl_GETOPT_SUBSTITUTE_HEADER error-> aclocal: saw macro gl_PREREQ_GETOPT error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro gl_GETOPT_CHECK_HEADERS error-> aclocal: saw macro gl_FUNC_GETOPT_POSIX error-> aclocal: saw macro AC_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_PREREQ_GETOPT error-> aclocal: saw macro gl_MODULE_INDICATOR_FOR_TESTS error-> aclocal: saw macro gl_FUNC_GETOPT_POSIX error-> aclocal: saw macro gl_PREREQ_GETOPT error-> aclocal: saw macro gl_GETTIME error-> aclocal: saw macro gl_GETTIME error-> aclocal: saw macro gl_CLOCK_TIME error-> aclocal: saw macro gl_TIMESPEC error-> aclocal: saw macro gl_TIMESPEC error-> aclocal: saw macro gl_CLOCK_TIME error-> aclocal: saw macro gl_TIMESPEC error-> aclocal: saw macro gl_FUNC_GETTIMEOFDAY error-> aclocal: saw macro gl_FUNC_GETTIMEOFDAY error-> aclocal: saw macro AC_C_RESTRICT error-> aclocal: saw macro gl_HEADER_SYS_TIME_H error-> aclocal: saw macro gl_HEADER_SYS_TIME_H error-> aclocal: saw macro gl_HEADER_SYS_TIME_H_BODY error-> aclocal: saw macro gl_HEADER_SYS_TIME_H_BODY error-> aclocal: saw macro AC_C_RESTRICT error-> aclocal: saw macro gl_HEADER_SYS_TIME_H_DEFAULTS error-> aclocal: saw macro gl_CHECK_NEXT_HEADERS error-> aclocal: saw macro gl_PREREQ_SYS_H_WINSOCK2 error-> aclocal: saw macro gl_HEADER_SYS_SOCKET error-> aclocal: saw macro gl_SYS_SOCKET_H_DEFAULTS error-> aclocal: saw macro gl_PREREQ_SYS_H_SOCKET error-> aclocal: saw macro gl_PREREQ_SYS_H_WINSOCK2 error-> aclocal: saw macro gl_PREREQ_SYS_H_SOCKET error-> aclocal: saw macro gl_CHECK_SOCKET_HEADERS error-> aclocal: saw macro gl_TYPE_SOCKLEN_T error-> aclocal: saw macro gl_CHECK_SOCKET_HEADERS error-> aclocal: saw macro gl_SOCKET_HEADERS error-> aclocal: saw macro gl_SOCKET_HEADERS error-> aclocal: saw macro gl_CHECK_SOCKET_HEADERS error-> aclocal: saw macro gl_CHECK_SOCKET_HEADERS error-> aclocal: saw macro gl_CHECK_NEXT_HEADERS error-> aclocal: saw macro gl_PREREQ_SYS_H_WINSOCK2 error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro gl_SYS_SOCKET_MODULE_INDICATOR error-> aclocal: saw macro gl_SYS_SOCKET_H_DEFAULTS error-> aclocal: saw macro gl_MODULE_INDICATOR_SET_VARIABLE error-> aclocal: saw macro gl_MODULE_INDICATOR_FOR_TESTS error-> aclocal: saw macro gl_SYS_SOCKET_H_DEFAULTS error-> aclocal: saw macro gl_SYS_SOCKET_H_DEFAULTS error-> aclocal: saw macro gl_CHECK_SOCKET_HEADERS error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro gl_SYS_SOCKET_H_DEFAULTS error-> aclocal: saw macro gl_SYS_TIME_MODULE_INDICATOR error-> aclocal: saw macro gl_HEADER_SYS_TIME_H_DEFAULTS error-> aclocal: saw macro gl_MODULE_INDICATOR_SET_VARIABLE error-> aclocal: saw macro gl_MODULE_INDICATOR_FOR_TESTS error-> aclocal: saw macro gl_HEADER_SYS_TIME_H_DEFAULTS error-> aclocal: saw macro gl_HEADER_SYS_TIME_H_BODY error-> aclocal: saw macro AC_C_RESTRICT error-> aclocal: saw macro gl_HEADER_SYS_TIME_H_DEFAULTS error-> aclocal: saw macro gl_HEADER_SYS_TIME_H_DEFAULTS error-> aclocal: saw macro gl_HEADER_SYS_TIME_H_DEFAULTS error-> aclocal: saw macro gl_FUNC_GETTIMEOFDAY_CLOBBER error-> aclocal: saw macro gl_GETTIMEOFDAY_REPLACE_LOCALTIME error-> aclocal: saw macro gl_FUNC_GETTIMEOFDAY_CLOBBER error-> aclocal: saw macro gl_HEADER_SYS_TIME_H error-> aclocal: saw macro gl_GETTIMEOFDAY_REPLACE_LOCALTIME error-> aclocal: saw macro gl_GETTIMEOFDAY_REPLACE_LOCALTIME error-> aclocal: saw macro gl_PREREQ_GETTIMEOFDAY error-> aclocal: saw macro AC_C_RESTRICT error-> aclocal: saw macro gl_HEADER_SYS_TIME_H error-> aclocal: saw macro gl_HEADER_SYS_TIME_H_DEFAULTS error-> aclocal: saw macro gl_HEADER_SYS_TIME_H error-> aclocal: saw macro gl_PREREQ_GETTIMEOFDAY error-> aclocal: saw macro gl_SYS_TIME_MODULE_INDICATOR error-> aclocal: saw macro gl_INTTYPES_INCOMPLETE error-> aclocal: saw macro gl_INTTYPES_H error-> aclocal: saw macro gl_INTTYPES_INCOMPLETE error-> aclocal: saw macro gl_INTTYPES_PRI_SCN error-> aclocal: saw macro gl_INTTYPES_INCOMPLETE error-> aclocal: saw macro gl_STDINT_H error-> aclocal: saw macro gl_INTTYPES_H_DEFAULTS error-> aclocal: saw macro gl_CHECK_NEXT_HEADERS error-> aclocal: saw macro gl_MULTIARCH error-> aclocal: saw macro gl_INTTYPES_PRI_SCN error-> aclocal: saw macro gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION error-> aclocal: saw macro gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION error-> aclocal: saw macro gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION error-> aclocal: saw macro gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION error-> aclocal: saw macro gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION error-> aclocal: saw macro gl_INTTYPES_MODULE_INDICATOR error-> aclocal: saw macro gl_INTTYPES_H_DEFAULTS error-> aclocal: saw macro gl_MODULE_INDICATOR_SET_VARIABLE error-> aclocal: saw macro gl_INTTYPES_H_DEFAULTS error-> aclocal: saw macro gl_INTTYPES_INCOMPLETE error-> aclocal: saw macro gl_STDINT_H error-> aclocal: saw macro gl_INTTYPES_H_DEFAULTS error-> aclocal: saw macro gl_MULTIARCH error-> aclocal: saw macro gl_INTTYPES_H_DEFAULTS error-> aclocal: saw macro gl_LARGEFILE error-> aclocal: saw macro gl_FUNC_LSTAT error-> aclocal: saw macro gl_PREREQ_LSTAT error-> aclocal: saw macro gl_SYS_STAT_MODULE_INDICATOR error-> aclocal: saw macro gl_FUNC_MEMRCHR error-> aclocal: saw macro gl_FUNC_MEMRCHR error-> aclocal: saw macro AC_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_HEADER_STRING_H_DEFAULTS error-> aclocal: saw macro gl_HEADER_STRING_H error-> aclocal: saw macro gl_HEADER_STRING_H_BODY error-> aclocal: saw macro gl_HEADER_STRING_H_BODY error-> aclocal: saw macro AC_C_RESTRICT error-> aclocal: saw macro gl_HEADER_STRING_H_DEFAULTS error-> aclocal: saw macro gl_NEXT_HEADERS error-> aclocal: saw macro gl_STRING_MODULE_INDICATOR error-> aclocal: saw macro gl_HEADER_STRING_H_DEFAULTS error-> aclocal: saw macro gl_MODULE_INDICATOR_SET_VARIABLE error-> aclocal: saw macro gl_MODULE_INDICATOR_FOR_TESTS error-> aclocal: saw macro gl_HEADER_STRING_H_DEFAULTS error-> aclocal: saw macro gl_HEADER_STRING_H_BODY error-> aclocal: saw macro AC_C_RESTRICT error-> aclocal: saw macro gl_HEADER_STRING_H_DEFAULTS error-> aclocal: saw macro gl_HEADER_STRING_H_DEFAULTS error-> aclocal: saw macro gl_PREREQ_MEMRCHR error-> aclocal: saw macro AC_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_HEADER_STRING_H_DEFAULTS error-> aclocal: saw macro gl_PREREQ_MEMRCHR error-> aclocal: saw macro gl_STRING_MODULE_INDICATOR error-> aclocal: saw macro gl_FUNC_MKOSTEMP error-> aclocal: saw macro gl_FUNC_MKOSTEMP error-> aclocal: saw macro gl_STDLIB_H_DEFAULTS error-> aclocal: saw macro AC_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_PREREQ_MKOSTEMP error-> aclocal: saw macro gl_STDLIB_H_DEFAULTS error-> aclocal: saw macro AC_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_PREREQ_MKOSTEMP error-> aclocal: saw macro gl_MODULE_INDICATOR error-> aclocal: saw macro gl_STDLIB_MODULE_INDICATOR error-> aclocal: saw macro gl_FUNC_MKTIME error-> aclocal: saw macro gl_FUNC_MKTIME error-> aclocal: saw macro gl_HEADER_TIME_H_DEFAULTS error-> aclocal: saw macro gl_HEADER_TIME_H error-> aclocal: saw macro gl_HEADER_TIME_H_BODY error-> aclocal: saw macro gl_HEADER_TIME_H_BODY error-> aclocal: saw macro AC_C_RESTRICT error-> aclocal: saw macro gl_HEADER_TIME_H_DEFAULTS error-> aclocal: saw macro gl_NEXT_HEADERS error-> aclocal: saw macro gl_CHECK_TYPE_STRUCT_TIMESPEC error-> aclocal: saw macro gl_CHECK_TYPE_STRUCT_TIMESPEC error-> aclocal: saw macro gl_TIME_MODULE_INDICATOR error-> aclocal: saw macro gl_HEADER_TIME_H_DEFAULTS error-> aclocal: saw macro gl_MODULE_INDICATOR_SET_VARIABLE error-> aclocal: saw macro gl_MODULE_INDICATOR_FOR_TESTS error-> aclocal: saw macro gl_HEADER_TIME_H_DEFAULTS error-> aclocal: saw macro gl_HEADER_TIME_H_BODY error-> aclocal: saw macro AC_C_RESTRICT error-> aclocal: saw macro gl_HEADER_TIME_H_DEFAULTS error-> aclocal: saw macro gl_CHECK_TYPE_STRUCT_TIMESPEC error-> aclocal: saw macro gl_HEADER_TIME_H_DEFAULTS error-> aclocal: saw macro gl_MULTIARCH error-> aclocal: saw macro gl_FUNC_MKTIME_INTERNAL error-> aclocal: saw macro gl_FUNC_MKTIME error-> aclocal: saw macro gl_PREREQ_MKTIME error-> aclocal: saw macro gl_HEADER_TIME_H_DEFAULTS error-> aclocal: saw macro gl_MULTIARCH error-> aclocal: saw macro gl_FUNC_MKTIME error-> aclocal: saw macro gl_PREREQ_MKTIME error-> aclocal: saw macro gl_TIME_MODULE_INDICATOR error-> aclocal: saw macro gl_MULTIARCH error-> aclocal: saw macro gl_FUNC_PIPE2 error-> aclocal: saw macro gl_FUNC_PIPE2 error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro AC_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro AC_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_UNISTD_MODULE_INDICATOR error-> aclocal: saw macro gl_FUNC_PSELECT error-> aclocal: saw macro gl_FUNC_PSELECT error-> aclocal: saw macro gl_HEADER_SYS_SELECT error-> aclocal: saw macro gl_HEADER_SYS_SELECT error-> aclocal: saw macro AC_C_RESTRICT error-> aclocal: saw macro gl_SYS_SELECT_H_DEFAULTS error-> aclocal: saw macro gl_CHECK_NEXT_HEADERS error-> aclocal: saw macro gl_PREREQ_SYS_H_WINSOCK2 error-> aclocal: saw macro gl_SYS_SELECT_MODULE_INDICATOR error-> aclocal: saw macro gl_SYS_SELECT_H_DEFAULTS error-> aclocal: saw macro gl_MODULE_INDICATOR_SET_VARIABLE error-> aclocal: saw macro gl_MODULE_INDICATOR_FOR_TESTS error-> aclocal: saw macro gl_SYS_SELECT_H_DEFAULTS error-> aclocal: saw macro AC_C_RESTRICT error-> aclocal: saw macro gl_SYS_SELECT_H_DEFAULTS error-> aclocal: saw macro gl_SYS_SELECT_H_DEFAULTS error-> aclocal: saw macro AC_C_RESTRICT error-> aclocal: saw macro gl_HEADER_SYS_SELECT error-> aclocal: saw macro AC_C_RESTRICT error-> aclocal: saw macro gl_SYS_SELECT_MODULE_INDICATOR error-> aclocal: saw macro gl_FUNC_PTHREAD_SIGMASK error-> aclocal: saw macro gl_FUNC_PTHREAD_SIGMASK error-> aclocal: saw macro gl_SIGNAL_H_DEFAULTS error-> aclocal: saw macro gl_SIGNAL_H error-> aclocal: saw macro gl_SIGNAL_H_DEFAULTS error-> aclocal: saw macro gl_CHECK_TYPE_SIGSET_T error-> aclocal: saw macro gl_NEXT_HEADERS error-> aclocal: saw macro AC_TYPE_UID_T error-> aclocal: saw macro AC_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_CHECK_TYPE_SIGSET_T error-> aclocal: saw macro gl_SIGNAL_MODULE_INDICATOR error-> aclocal: saw macro gl_SIGNAL_H_DEFAULTS error-> aclocal: saw macro gl_MODULE_INDICATOR_SET_VARIABLE error-> aclocal: saw macro gl_MODULE_INDICATOR_FOR_TESTS error-> aclocal: saw macro gl_SIGNAL_H_DEFAULTS error-> aclocal: saw macro gl_SIGNAL_H_DEFAULTS error-> aclocal: saw macro gl_CHECK_TYPE_SIGSET_T error-> aclocal: saw macro AC_TYPE_UID_T error-> aclocal: saw macro AC_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_SIGNAL_H_DEFAULTS error-> aclocal: saw macro gl_PREREQ_PTHREAD_SIGMASK error-> aclocal: saw macro gl_SIGNAL_H_DEFAULTS error-> aclocal: saw macro gl_PREREQ_PTHREAD_SIGMASK error-> aclocal: saw macro gl_SIGNAL_MODULE_INDICATOR error-> aclocal: saw macro gl_FUNC_PUTENV error-> aclocal: saw macro gl_PREREQ_PUTENV error-> aclocal: saw macro gl_FUNC_PUTENV error-> aclocal: saw macro gl_STDLIB_H_DEFAULTS error-> aclocal: saw macro gl_PREREQ_PUTENV error-> aclocal: saw macro gl_STDLIB_H_DEFAULTS error-> aclocal: saw macro gl_STDLIB_MODULE_INDICATOR error-> aclocal: saw macro gl_FUNC_READLINK error-> aclocal: saw macro gl_FUNC_READLINK error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro gl_FUNC_READLINK_SEPARATE error-> aclocal: saw macro gl_PREREQ_READLINK error-> aclocal: saw macro gl_PREREQ_READLINK error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro gl_PREREQ_READLINK error-> aclocal: saw macro gl_UNISTD_MODULE_INDICATOR error-> aclocal: saw macro gl_FUNC_READLINKAT error-> aclocal: saw macro gl_FUNC_READLINKAT error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro gl_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_FUNC_READLINK error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro gl_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_FUNC_READLINK error-> aclocal: saw macro gl_UNISTD_MODULE_INDICATOR error-> aclocal: saw macro gl_FUNC_SIG2STR error-> aclocal: saw macro gl_FUNC_SIG2STR error-> aclocal: saw macro gl_PREREQ_SIG2STR error-> aclocal: saw macro gl_PREREQ_SIG2STR error-> aclocal: saw macro gl_SIGNAL_H error-> aclocal: saw macro gl_TYPE_SOCKLEN_T error-> aclocal: saw macro gt_TYPE_SSIZE_T error-> aclocal: saw macro gt_TYPE_SSIZE_T error-> aclocal: saw macro gl_STAT_TIME error-> aclocal: saw macro gl_STAT_TIME error-> aclocal: saw macro gl_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_STAT_BIRTHTIME error-> aclocal: saw macro gl_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_STAT_BIRTHTIME error-> aclocal: saw macro gl_STDALIGN_H error-> aclocal: saw macro gl_STDALIGN_H error-> aclocal: saw macro AM_CONDITIONAL error-> aclocal: saw macro gl_STDDEF_H error-> aclocal: saw macro gl_STDDEF_H error-> aclocal: saw macro gl_STDDEF_H_DEFAULTS error-> aclocal: saw macro gt_TYPE_WCHAR_T error-> aclocal: saw macro gt_TYPE_WCHAR_T error-> aclocal: saw macro AM_CONDITIONAL error-> aclocal: saw macro gl_NEXT_HEADERS error-> aclocal: saw macro gl_STDDEF_MODULE_INDICATOR error-> aclocal: saw macro gl_STDDEF_H_DEFAULTS error-> aclocal: saw macro gl_MODULE_INDICATOR_SET_VARIABLE error-> aclocal: saw macro gl_STDDEF_H_DEFAULTS error-> aclocal: saw macro gl_STDDEF_H_DEFAULTS error-> aclocal: saw macro gt_TYPE_WCHAR_T error-> aclocal: saw macro gl_STDDEF_H_DEFAULTS error-> aclocal: saw macro gl_STDINT_H error-> aclocal: saw macro gl_STDIO_H error-> aclocal: saw macro gl_STDIO_H error-> aclocal: saw macro gl_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_STDIO_H_DEFAULTS error-> aclocal: saw macro gl_NEXT_HEADERS error-> aclocal: saw macro gl_MODULE_INDICATOR error-> aclocal: saw macro gl_MODULE_INDICATOR error-> aclocal: saw macro gl_STDIO_MODULE_INDICATOR error-> aclocal: saw macro gl_STDIO_H_DEFAULTS error-> aclocal: saw macro gl_MODULE_INDICATOR_SET_VARIABLE error-> aclocal: saw macro gl_MODULE_INDICATOR_FOR_TESTS error-> aclocal: saw macro gl_STDIO_H_DEFAULTS error-> aclocal: saw macro gl_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_STDIO_H_DEFAULTS error-> aclocal: saw macro gl_STDIO_H_DEFAULTS error-> aclocal: saw macro gl_STDLIB_H error-> aclocal: saw macro gl_FUNC_STPCPY error-> aclocal: saw macro gl_FUNC_STPCPY error-> aclocal: saw macro AC_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro AC_C_RESTRICT error-> aclocal: saw macro gl_HEADER_STRING_H_DEFAULTS error-> aclocal: saw macro gl_PREREQ_STPCPY error-> aclocal: saw macro AC_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro AC_C_RESTRICT error-> aclocal: saw macro gl_HEADER_STRING_H_DEFAULTS error-> aclocal: saw macro gl_PREREQ_STPCPY error-> aclocal: saw macro gl_STRING_MODULE_INDICATOR error-> aclocal: saw macro gl_FUNC_GNU_STRFTIME error-> aclocal: saw macro gl_FUNC_GNU_STRFTIME error-> aclocal: saw macro gl_FUNC_STRFTIME error-> aclocal: saw macro gl_FUNC_STRFTIME error-> aclocal: saw macro gl_TM_GMTOFF error-> aclocal: saw macro gl_TM_GMTOFF error-> aclocal: saw macro gl_TM_GMTOFF error-> aclocal: saw macro gl_HEADER_STRING_H error-> aclocal: saw macro gl_FUNC_STRTOIMAX error-> aclocal: saw macro gl_FUNC_STRTOIMAX error-> aclocal: saw macro gl_INTTYPES_H_DEFAULTS error-> aclocal: saw macro gl_PREREQ_STRTOIMAX error-> aclocal: saw macro AC_TYPE_LONG_LONG_INT error-> aclocal: saw macro gl_INTTYPES_H_DEFAULTS error-> aclocal: saw macro AC_TYPE_LONG_LONG_INT error-> aclocal: saw macro gl_PREREQ_STRTOIMAX error-> aclocal: saw macro gl_INTTYPES_MODULE_INDICATOR error-> aclocal: saw macro gl_FUNC_STRTOUMAX error-> aclocal: saw macro gl_FUNC_STRTOUMAX error-> aclocal: saw macro gl_INTTYPES_H_DEFAULTS error-> aclocal: saw macro gl_PREREQ_STRTOUMAX error-> aclocal: saw macro AC_TYPE_UNSIGNED_LONG_LONG_INT error-> aclocal: saw macro gl_INTTYPES_H_DEFAULTS error-> aclocal: saw macro AC_TYPE_UNSIGNED_LONG_LONG_INT error-> aclocal: saw macro gl_PREREQ_STRTOUMAX error-> aclocal: saw macro gl_INTTYPES_MODULE_INDICATOR error-> aclocal: saw macro gl_FUNC_SYMLINK error-> aclocal: saw macro gl_FUNC_SYMLINK error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro gl_UNISTD_MODULE_INDICATOR error-> aclocal: saw macro gl_HEADER_SYS_SELECT error-> aclocal: saw macro AC_PROG_MKDIR_P error-> aclocal: saw macro gl_HEADER_SYS_STAT_H error-> aclocal: saw macro AC_PROG_MKDIR_P error-> aclocal: saw macro gl_HEADER_SYS_TIME_H error-> aclocal: saw macro AC_PROG_MKDIR_P error-> aclocal: saw macro gl_SYS_TYPES_H error-> aclocal: saw macro gl_SYS_TYPES_H error-> aclocal: saw macro gl_SYS_TYPES_H_DEFAULTS error-> aclocal: saw macro gl_NEXT_HEADERS error-> aclocal: saw macro gl_TYPE_OFF_T error-> aclocal: saw macro gl_SYS_TYPES_H_DEFAULTS error-> aclocal: saw macro gl_SYS_TYPES_H_DEFAULTS error-> aclocal: saw macro gl_TYPE_OFF_T error-> aclocal: saw macro AC_PROG_MKDIR_P error-> aclocal: saw macro gl_HEADER_TIME_H error-> aclocal: saw macro gl_TIME_R error-> aclocal: saw macro gl_TIME_R error-> aclocal: saw macro gl_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_HEADER_TIME_H_DEFAULTS error-> aclocal: saw macro AC_C_RESTRICT error-> aclocal: saw macro gl_PREREQ_TIME_R error-> aclocal: saw macro gl_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_HEADER_TIME_H_DEFAULTS error-> aclocal: saw macro AC_C_RESTRICT error-> aclocal: saw macro gl_PREREQ_TIME_R error-> aclocal: saw macro gl_TIME_MODULE_INDICATOR error-> aclocal: saw macro gl_TIME_RZ error-> aclocal: saw macro gl_TIME_RZ error-> aclocal: saw macro gl_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_HEADER_SYS_TIME_H_DEFAULTS error-> aclocal: saw macro gl_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_HEADER_SYS_TIME_H_DEFAULTS error-> aclocal: saw macro gl_TIME_MODULE_INDICATOR error-> aclocal: saw macro gl_FUNC_TIMEGM error-> aclocal: saw macro gl_FUNC_TIMEGM error-> aclocal: saw macro gl_HEADER_TIME_H_DEFAULTS error-> aclocal: saw macro gl_FUNC_MKTIME error-> aclocal: saw macro gl_PREREQ_TIMEGM error-> aclocal: saw macro gl_HEADER_TIME_H_DEFAULTS error-> aclocal: saw macro gl_FUNC_MKTIME error-> aclocal: saw macro gl_PREREQ_TIMEGM error-> aclocal: saw macro gl_TIME_MODULE_INDICATOR error-> aclocal: saw macro gl_TIMER_TIME error-> aclocal: saw macro gl_TIMER_TIME error-> aclocal: saw macro gl_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_TIMESPEC error-> aclocal: saw macro gl_UNISTD_H error-> aclocal: saw macro gl_UTIMENS error-> aclocal: saw macro gl_UTIMENS error-> aclocal: saw macro gl_FUNC_UTIMES error-> aclocal: saw macro gl_FUNC_UTIMES error-> aclocal: saw macro gl_CHECK_TYPE_STRUCT_TIMESPEC error-> aclocal: saw macro gl_CHECK_TYPE_STRUCT_UTIMBUF error-> aclocal: saw macro gl_CHECK_TYPE_STRUCT_UTIMBUF error-> aclocal: saw macro gl_FUNC_UTIMES error-> aclocal: saw macro gl_CHECK_TYPE_STRUCT_TIMESPEC error-> aclocal: saw macro gl_CHECK_TYPE_STRUCT_UTIMBUF error-> aclocal: saw macro AC_C_VARARRAYS error-> aclocal: saw macro AC_C_VARARRAYS error-> aclocal: saw macro gl_FUNC_DIRFD error-> aclocal: saw macro gl_FUNC_DIRFD error-> aclocal: saw macro gl_DIRENT_H_DEFAULTS error-> aclocal: saw macro AC_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_PREREQ_DIRFD error-> aclocal: saw macro gl_DIRENT_H_DEFAULTS error-> aclocal: saw macro AC_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_PREREQ_DIRFD error-> aclocal: saw macro gl_DIRENT_MODULE_INDICATOR error-> aclocal: saw macro gl_FUNC_EUIDACCESS error-> aclocal: saw macro gl_FUNC_NONREENTRANT_EUIDACCESS error-> aclocal: saw macro gl_FUNC_EUIDACCESS error-> aclocal: saw macro gl_FUNC_EUIDACCESS error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro AC_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_PREREQ_EUIDACCESS error-> aclocal: saw macro AC_FUNC_GETGROUPS error-> aclocal: saw macro AC_FUNC_GETGROUPS error-> aclocal: saw macro AC_TYPE_SIZE_T error-> aclocal: saw macro gl_FUNC_GETGROUPS error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro AC_FUNC_GETGROUPS error-> aclocal: saw macro AC_TYPE_SIZE_T error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro gl_FUNC_EUIDACCESS error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro AC_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_PREREQ_EUIDACCESS error-> aclocal: saw macro gl_UNISTD_MODULE_INDICATOR error-> aclocal: saw macro gl_FUNC_GETDTABLESIZE error-> aclocal: saw macro gl_FUNC_GETDTABLESIZE error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro gl_PREREQ_GETDTABLESIZE error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro gl_PREREQ_GETDTABLESIZE error-> aclocal: saw macro gl_UNISTD_MODULE_INDICATOR error-> aclocal: saw macro gl_FUNC_GETGROUPS error-> aclocal: saw macro gl_UNISTD_MODULE_INDICATOR error-> aclocal: saw macro gl_FUNC_GROUP_MEMBER error-> aclocal: saw macro gl_FUNC_GROUP_MEMBER error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro AC_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_PREREQ_GROUP_MEMBER error-> aclocal: saw macro AC_FUNC_GETGROUPS error-> aclocal: saw macro gl_UNISTD_H_DEFAULTS error-> aclocal: saw macro AC_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro AC_FUNC_GETGROUPS error-> aclocal: saw macro gl_PREREQ_GROUP_MEMBER error-> aclocal: saw macro gl_UNISTD_MODULE_INDICATOR error-> aclocal: saw macro gl_FUNC_MKTIME_INTERNAL error-> aclocal: saw macro gl_PREREQ_MKTIME error-> aclocal: saw macro gl_PATHMAX error-> aclocal: saw macro gl_PATHMAX error-> aclocal: saw macro gl_PATHMAX_SNIPPET error-> aclocal: saw macro gl_PATHMAX_SNIPPET_PREREQ error-> aclocal: saw macro gl_FUNC_SECURE_GETENV error-> aclocal: saw macro gl_FUNC_SECURE_GETENV error-> aclocal: saw macro AC_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_STDLIB_H_DEFAULTS error-> aclocal: saw macro gl_PREREQ_SECURE_GETENV error-> aclocal: saw macro AC_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_STDLIB_H_DEFAULTS error-> aclocal: saw macro gl_PREREQ_SECURE_GETENV error-> aclocal: saw macro gl_STDLIB_MODULE_INDICATOR error-> aclocal: saw macro gl_FUNC_STAT error-> aclocal: saw macro gl_FUNC_STAT error-> aclocal: saw macro gl_SYS_STAT_H_DEFAULTS error-> aclocal: saw macro gl_PREREQ_STAT error-> aclocal: saw macro gl_SYS_STAT_H_DEFAULTS error-> aclocal: saw macro gl_PREREQ_STAT error-> aclocal: saw macro gl_SYS_STAT_MODULE_INDICATOR error-> aclocal: saw macro gl_FUNC_STRTOLL error-> aclocal: saw macro gl_FUNC_STRTOLL error-> aclocal: saw macro gl_STDLIB_H_DEFAULTS error-> aclocal: saw macro AC_TYPE_LONG_LONG_INT error-> aclocal: saw macro gl_PREREQ_STRTOLL error-> aclocal: saw macro gl_STDLIB_H_DEFAULTS error-> aclocal: saw macro AC_TYPE_LONG_LONG_INT error-> aclocal: saw macro gl_PREREQ_STRTOLL error-> aclocal: saw macro gl_STDLIB_MODULE_INDICATOR error-> aclocal: saw macro gl_FUNC_STRTOULL error-> aclocal: saw macro gl_FUNC_STRTOULL error-> aclocal: saw macro gl_STDLIB_H_DEFAULTS error-> aclocal: saw macro AC_TYPE_UNSIGNED_LONG_LONG_INT error-> aclocal: saw macro gl_PREREQ_STRTOULL error-> aclocal: saw macro gl_STDLIB_H_DEFAULTS error-> aclocal: saw macro AC_TYPE_UNSIGNED_LONG_LONG_INT error-> aclocal: saw macro gl_PREREQ_STRTOULL error-> aclocal: saw macro gl_STDLIB_MODULE_INDICATOR error-> aclocal: saw macro gl_FUNC_GEN_TEMPNAME error-> aclocal: saw macro gl_FUNC_GEN_TEMPNAME error-> aclocal: saw macro gl_PREREQ_TEMPNAME error-> aclocal: saw macro gl_PREREQ_TEMPNAME error-> aclocal: saw macro AM_CONDITIONAL error-> aclocal: saw macro AM_CONDITIONAL error-> aclocal: saw macro AM_CONDITIONAL error-> aclocal: saw macro AM_CONDITIONAL error-> aclocal: saw macro AM_CONDITIONAL error-> aclocal: saw macro AM_CONDITIONAL error-> aclocal: saw macro AM_CONDITIONAL error-> aclocal: saw macro AM_CONDITIONAL error-> aclocal: saw macro AM_CONDITIONAL error-> aclocal: saw macro AM_CONDITIONAL error-> aclocal: saw macro AM_CONDITIONAL error-> aclocal: saw macro AM_CONDITIONAL error-> aclocal: saw macro AM_CONDITIONAL error-> aclocal: saw macro AM_CONDITIONAL error-> aclocal: saw macro AM_CONDITIONAL error-> aclocal: saw macro AM_CONDITIONAL error-> aclocal: saw macro AM_CONDITIONAL error-> aclocal: saw macro AM_CONDITIONAL error-> aclocal: saw macro gltests_LIBOBJ error-> aclocal: saw macro gltests_REPLACE_FUNCS error-> aclocal: saw macro gltests_LIBSOURCES error-> aclocal: saw macro gl_COMMON error-> aclocal: saw macro gl_LIBOBJ error-> aclocal: saw macro gl_LIBSOURCES error-> aclocal: saw macro gl_REPLACE_FUNCS error-> aclocal: saw macro gl_LIBOBJ error-> aclocal: saw macro gl_LIBSOURCES error-> aclocal: saw macro gltests_LIBOBJ error-> aclocal: saw macro gltests_LIBSOURCES error-> aclocal: saw macro gltests_REPLACE_FUNCS error-> aclocal: saw macro gltests_LIBOBJ error-> aclocal: saw macro gltests_LIBSOURCES error-> aclocal: saw macro gl_FILE_LIST error-> aclocal: saw macro gl_USE_SYSTEM_EXTENSIONS error-> aclocal: saw macro gl_PROG_AR_RANLIB error-> aclocal: saw macro AC_SYS_LARGEFILE error-> aclocal: saw macro gl_C99_STRTOLD error-> aclocal: saw macro gl_EXTERN_INLINE error-> aclocal: saw macro gl_LARGEFILE error-> aclocal: saw macro gl_WARN_ADD error-> aclocal: saw macro gl_COMPILER_OPTION_IF error-> aclocal: saw macro gl_UNKNOWN_WARNINGS_ARE_ERRORS error-> aclocal: saw macro gl_COMPILER_OPTION_IF error-> aclocal: saw macro gl_WARN_ADD error-> aclocal: saw macro gl_UNKNOWN_WARNINGS_ARE_ERRORS error-> aclocal: saw macro gl_COMPILER_OPTION_IF error-> aclocal: saw macro gl_UNKNOWN_WARNINGS_ARE_ERRORS error-> aclocal: saw macro gl_WARN_ADD error-> aclocal: saw macro gl_WARN_ADD error-> aclocal: saw macro gl_WARN_ADD error-> aclocal: saw macro gl_WARN_ADD error-> aclocal: saw macro gl_WARN_ADD error-> aclocal: saw macro gl_MANYWARN_ALL_GCC error-> aclocal: saw macro gl_MANYWARN_COMPLEMENT error-> aclocal: saw macro gl_MANYWARN_ALL_GCC error-> aclocal: saw macro gl_MANYWARN_COMPLEMENT error-> aclocal: saw macro gl_WARN_ADD error-> aclocal: saw macro gl_WARN_ADD error-> aclocal: saw macro gl_WARN_ADD error-> aclocal: saw macro gl_WARN_ADD error-> aclocal: saw macro gl_WARN_ADD error-> aclocal: saw macro gl_WARN_ADD error-> aclocal: saw macro gl_WARN_ADD error-> aclocal: saw macro gl_WARN_ADD error-> aclocal: saw macro gl_WARN_ADD error-> aclocal: saw macro gl_WARN_ADD error-> aclocal: saw macro gl_WARN_ADD error-> aclocal: saw macro gl_MANYWARN_COMPLEMENT error-> aclocal: saw macro gl_COMPILER_OPTION_IF error-> aclocal: saw macro AM_SILENT_RULES error-> aclocal: saw macro AM_SUBST_NOTMAKE error-> aclocal: saw macro AM_SUBST_NOTMAKE error-> aclocal: saw macro AC_TYPE_SIZE_T error-> aclocal: saw macro AC_TYPE_UID_T error-> aclocal: saw macro PKG_PROG_PKG_CONFIG error-> aclocal: saw macro PKG_PROG_PKG_CONFIG error-> aclocal: saw macro PKG_CHECK_EXISTS error-> aclocal: saw macro PKG_PROG_PKG_CONFIG error-> aclocal: saw macro PKG_CHECK_EXISTS error-> aclocal: saw macro _PKG_SHORT_ERRORS_SUPPORTED error-> aclocal: saw macro PKG_PROG_PKG_CONFIG error-> aclocal: saw macro PKG_CHECK_MODULES error-> aclocal: saw macro PKG_PROG_PKG_CONFIG error-> aclocal: saw macro _PKG_SHORT_ERRORS_SUPPORTED error-> aclocal: saw macro PKG_INSTALLDIR error-> aclocal: saw macro PKG_NOARCH_INSTALLDIR error-> aclocal: saw macro PKG_CHECK_VAR error-> aclocal: saw macro PKG_PROG_PKG_CONFIG error-> aclocal: saw macro PKG_PROG_PKG_CONFIG error-> aclocal: saw macro PKG_PROG_PKG_CONFIG error-> aclocal: saw macro PKG_PROG_PKG_CONFIG error-> aclocal: saw macro PKG_PROG_PKG_CONFIG error-> aclocal: saw macro EMACS_CHECK_MODULES error-> aclocal: saw macro PKG_CHECK_MODULES error-> aclocal: saw macro EMACS_CHECK_MODULES error-> aclocal: saw macro gl_MANYWARN_COMPLEMENT error-> aclocal: saw macro gl_WARN_ADD error-> aclocal: saw macro gl_WARN_ADD error-> aclocal: saw macro gl_WARN_ADD error-> aclocal: saw macro EMACS_CHECK_MODULES error-> aclocal: saw macro EMACS_CHECK_MODULES error-> aclocal: saw macro EMACS_CHECK_MODULES error-> aclocal: saw macro EMACS_CHECK_MODULES error-> aclocal: saw macro EMACS_CHECK_MODULES error-> aclocal: saw macro EMACS_CHECK_MODULES error-> aclocal: saw macro EMACS_CHECK_MODULES error-> aclocal: saw macro EMACS_CHECK_MODULES error-> aclocal: saw macro EMACS_CHECK_MODULES error-> aclocal: saw macro EMACS_CHECK_MODULES error-> aclocal: saw macro EMACS_CHECK_MODULES error-> aclocal: saw macro EMACS_CHECK_MODULES error-> aclocal: saw macro EMACS_CHECK_MODULES error-> aclocal: saw macro EMACS_CHECK_MODULES error-> aclocal: saw macro EMACS_CHECK_MODULES error-> aclocal: saw macro EMACS_CHECK_MODULES error-> aclocal: saw macro PKG_CHECK_MODULES error-> aclocal: saw macro EMACS_CHECK_MODULES error-> aclocal: saw macro EMACS_CHECK_MODULES error-> aclocal: saw macro EMACS_CHECK_MODULES error-> aclocal: saw macro EMACS_CHECK_MODULES error-> aclocal: saw macro tputs_link_source error-> aclocal: saw macro tputs_link_source error-> aclocal: saw macro tputs_link_source error-> aclocal: saw macro gl_ASSERT_NO_GNULIB_POSIXCHECK error-> aclocal: saw macro gl_ASSERT_NO_GNULIB_TESTS error-> aclocal: saw macro gl_INIT -| aclocal: running echo 'm4_define([m4_require_silent_probe], [-])' | autom4te --language Autoconf-without-aclocal-m4 - /usr/local/share/aclocal-1.15/internal/ac-config-macro-dirs.m4 '/usr/local/share/aclocal-1.15/amversion.m4' '/usr/local/share/aclocal-1.15/ar-lib.m4' '/usr/local/share/aclocal-1.15/auxdir.m4' '/usr/local/share/aclocal-1.15/cond.m4' '/usr/local/share/aclocal-1.15/depend.m4' '/usr/local/share/aclocal-1.15/depout.m4' '/usr/local/share/aclocal-1.15/init.m4' '/usr/local/share/aclocal-1.15/install-sh.m4' '/usr/local/share/aclocal-1.15/lead-dot.m4' '/usr/local/share/aclocal-1.15/make.m4' '/usr/local/share/aclocal-1.15/missing.m4' '/usr/local/share/aclocal-1.15/mkdirp.m4' '/usr/local/share/aclocal-1.15/options.m4' '/usr/local/share/aclocal-1.15/prog-cc-c-o.m4' '/usr/local/share/aclocal-1.15/runlog.m4' '/usr/local/share/aclocal-1.15/sanity.m4' '/usr/local/share/aclocal-1.15/silent.m4' '/usr/local/share/aclocal-1.15/strip.m4' '/usr/local/share/aclocal-1.15/substnot.m4' '/usr/local/share/aclocal-1.15/tar.m4' 'm4/00gnulib.m4' 'm4/absolute-header.m4' 'm4/acl.m4' 'm4/alloca.m4' 'm4/byteswap.m4' 'm4/c-strtod.m4' 'm4/clock_time.m4' 'm4/close-stream.m4' 'm4/count-one-bits.m4' 'm4/count-trailing-zeros.m4' 'm4/dirent_h.m4' 'm4/dirfd.m4' 'm4/dup2.m4' 'm4/environ.m4' 'm4/errno_h.m4' 'm4/euidaccess.m4' 'm4/execinfo.m4' 'm4/extensions.m4' 'm4/extern-inline.m4' 'm4/faccessat.m4' 'm4/fcntl.m4' 'm4/fcntl_h.m4' 'm4/fdatasync.m4' 'm4/fdopendir.m4' 'm4/filemode.m4' 'm4/fpending.m4' 'm4/fstatat.m4' 'm4/fsync.m4' 'm4/getdtablesize.m4' 'm4/getgroups.m4' 'm4/getloadavg.m4' 'm4/getopt.m4' 'm4/gettime.m4' 'm4/gettimeofday.m4' 'm4/gnulib-common.m4' 'm4/gnulib-comp.m4' 'm4/group-member.m4' 'm4/include_next.m4' 'm4/inttypes.m4' 'm4/largefile.m4' 'm4/longlong.m4' 'm4/lstat.m4' 'm4/manywarnings.m4' 'm4/md5.m4' 'm4/memrchr.m4' 'm4/mkostemp.m4' 'm4/mktime.m4' 'm4/multiarch.m4' 'm4/nocrash.m4' 'm4/off_t.m4' 'm4/pathmax.m4' 'm4/pipe2.m4' 'm4/pkg.m4' 'm4/pselect.m4' 'm4/pthread_sigmask.m4' 'm4/putenv.m4' 'm4/readlink.m4' 'm4/readlinkat.m4' 'm4/secure_getenv.m4' 'm4/sha1.m4' 'm4/sha256.m4' 'm4/sha512.m4' 'm4/sig2str.m4' 'm4/signal_h.m4' 'm4/socklen.m4' 'm4/ssize_t.m4' 'm4/st_dm_mode.m4' 'm4/stat-time.m4' 'm4/stat.m4' 'm4/stdalign.m4' 'm4/stddef_h.m4' 'm4/stdint.m4' 'm4/stdio_h.m4' 'm4/stdlib_h.m4' 'm4/stpcpy.m4' 'm4/strftime.m4' 'm4/string_h.m4' 'm4/strtoimax.m4' 'm4/strtoll.m4' 'm4/strtoull.m4' 'm4/strtoumax.m4' 'm4/symlink.m4' 'm4/sys_select_h.m4' 'm4/sys_socket_h.m4' 'm4/sys_stat_h.m4' 'm4/sys_time_h.m4' 'm4/sys_types_h.m4' 'm4/tempname.m4' 'm4/time_h.m4' 'm4/time_r.m4' 'm4/time_rz.m4' 'm4/timegm.m4' 'm4/timer_time.m4' 'm4/timespec.m4' 'm4/tm_gmtoff.m4' 'm4/unistd_h.m4' 'm4/utimbuf.m4' 'm4/utimens.m4' 'm4/utimes.m4' 'm4/vararrays.m4' 'm4/warnings.m4' 'm4/wchar_t.m4' --trace='AC_DEFUN:$f::$n::${::}%' --trace='AC_DEFUN_ONCE:$f::$n::${::}%' --trace='AU_DEFUN:$f::$n::${::}%' --trace='_AM_AUTOCONF_VERSION:$f::$n::${::}%' --trace='AC_CONFIG_MACRO_DIR_TRACE:$f::$n::${::}%' --trace='AC_CONFIG_MACRO_DIR:$f::$n::${::}%' --trace='_AM_CONFIG_MACRO_DIRS:$f::$n::${::}%' --trace='gl_FUNC_STRTOLL:$f::$n' --trace='gt_TYPE_SSIZE_T:$f::$n' --trace='gl_PREREQ_TEMPNAME:$f::$n' --trace='gl_TIME_R:$f::$n' --trace='gl_STDDEF_H_DEFAULTS:$f::$n' --trace='gl_UNISTD_MODULE_INDICATOR:$f::$n' --trace='gl_SYS_STAT_MODULE_INDICATOR:$f::$n' --trace='gl_W:$f::$n' --trace='AM_SUBST_NOTMAKE:$f::$n' --trace='gl_FUNC_MKTIME:$f::$n' --trace='gl_INTTYPES_PRI_SCN:$f::$n' --trace='gl_PREREQ_TIME_R:$f::$n' --trace='gl_GETOPT_SUBSTITUTE_HEADER:$f::$n' --trace='gl_FUNC_PTHREAD_SIGMASK:$f::$n' --trace='AM_SANITY_CHECK:$f::$n' --trace='EMACS_CHECK_MODULES:$f::$n' --trace='gl_TM_GMTOFF:$f::$n' --trace='gl_CACHE_VAL_SILENT:$f::$n' --trace='gl_C_STRTOLD:$f::$n' --trace='gl_HEADER_SYS_TIME_H_DEFAULTS:$f::$n' --trace='gl_LIBOBJ:$f::$n' --trace='gl_PREREQ_MEMRCHR:$f::$n' --trace='OPTION_DEFAULT_ON:$f::$n' --trace='gl_UTIMENS:$f::$n' --trace='gl_TYPE_SOCKLEN_T:$f::$n' --trace='PKG_CHECK_VAR:$f::$n' --trace='gl_PREREQ_FACCESSAT:$f::$n' --trace='gl_HEADER_SYS_SOCKET:$f::$n' --trace='gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION:$f::$n' --trace='gl_REPLACE_FCNTL:$f::$n' --trace='_AC_TYPE_LONG_LONG_SNIPPET:$f::$n' --trace='gl_FCNTL_H:$f::$n' --trace='gl_ACL_GET_FILE:$f::$n' --trace='gltests_LIBSOURCES:$f::$n' --trace='gl_HEADER_STRING_H_DEFAULTS:$f::$n' --trace='gl_SYS_SOCKET_H_DEFAULTS:$f::$n' --trace='gl_NEXT_HEADERS:$f::$n' --trace='gl_STAT_TIME:$f::$n' --trace='gl_PREREQ_STRTOIMAX:$f::$n' --trace='gl_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK:$f::$n' --trace='gl_SOCKET_HEADERS:$f::$n' --trace='gl_STDLIB_MODULE_INDICATOR:$f::$n' --trace='AC_TYPE_SIZE_T:$f::$n' --trace='gl_PREREQ_GETTIMEOFDAY:$f::$n' --trace='gl_CLOSE_STREAM:$f::$n' --trace='gl_PROG_AR_RANLIB:$f::$n' --trace='gl_FUNC_ACL:$f::$n' --trace='gl_FUNC_UTIMES:$f::$n' --trace='AC_C_RESTRICT:$f::$n' --trace='gl_PATHMAX:$f::$n' --trace='gl_SHA1:$f::$n' --trace='gl_EARLY:$f::$n' --trace='gl_FUNC_MKTIME_INTERNAL:$f::$n' --trace='gl_REPLACE_FUNCS:$f::$n' --trace='AC_PROG_SED:$f::$n' --trace='gl_STDIO_H_DEFAULTS:$f::$n' --trace='gl_SYS_TIME_MODULE_INDICATOR:$f::$n' --trace='gl_FEATURES_H:$f::$n' --trace='gl_CRYPTO_CHECK:$f::$n' --trace='gl_FUNC_PUTENV:$f::$n' --trace='AM_PROG_AR:$f::$n' --trace='gl_EXTERN_INLINE:$f::$n' --trace='AM_PROG_CC_C_O:$f::$n' --trace='gl_PREREQ_DUP2:$f::$n' --trace='gl_HEADER_SYS_STAT_H:$f::$n' --trace='_AC_PROG_CC_C89:$f::$n' --trace='gl_INIT:$f::$n' --trace='gl_FUNC_READLINK:$f::$n' --trace='gl_PREREQ_STPCPY:$f::$n' --trace='_AC_AM_CONFIG_HEADER_HOOK:$f::$n' --trace='gl_SIGNAL_MODULE_INDICATOR:$f::$n' --trace='gl_INTTYPES_H_DEFAULTS:$f::$n' --trace='AM_MAKE_INCLUDE:$f::$n' --trace='gl_INTEGER_TYPE_SUFFIX:$f::$n' --trace='gl_NEXT_HEADERS_INTERNAL:$f::$n' --trace='AM_MISSING_HAS_RUN:$f::$n' --trace='gl_PREREQ_GETOPT:$f::$n' --trace='AC_TYPE_LONG_LONG_INT:$f::$n' --trace='gl_INTTYPES_MODULE_INDICATOR:$f::$n' --trace='gl_FUNC_GETDTABLESIZE:$f::$n' --trace='gl_CHECK_NEXT_HEADERS:$f::$n' --trace='gl_INTTYPES_H:$f::$n' --trace='_PKG_SHORT_ERRORS_SUPPORTED:$f::$n' --trace='gl_STDIO_MODULE_INDICATOR:$f::$n' --trace='gl_STDINT_H:$f::$n' --trace='PKG_CHECK_EXISTS:$f::$n' --trace='gl_FUNC_STAT:$f::$n' --trace='gl_SYS_STAT_H_DEFAULTS:$f::$n' --trace='gl_FUNC_FDOPENDIR:$f::$n' --trace='gl_PREREQ_ALLOCA:$f::$n' --trace='gl_MODULE_INDICATOR_FOR_TESTS:$f::$n' --trace='AC_COMPUTE_INT:$f::$n' --trace='gl_DIRENT_H:$f::$n' --trace='gl_FUNC_FCNTL:$f::$n' --trace='_AM_IF_OPTION:$f::$n' --trace='PKG_NOARCH_INSTALLDIR:$f::$n' --trace='gl_FUNC_PSELECT:$f::$n' --trace='gl_COUNT_ONE_BITS:$f::$n' --trace='gl_CHECK_TYPES_SIGNED:$f::$n' --trace='gl_HEADER_STRING_H_BODY:$f::$n' --trace='AM_SET_LEADING_DOT:$f::$n' --trace='gl_SYS_SOCKET_MODULE_INDICATOR:$f::$n' --trace='gl_PREREQ_GROUP_MEMBER:$f::$n' --trace='gl_GETLOADAVG:$f::$n' --trace='PKG_CHECK_MODULES:$f::$n' --trace='gl_PREREQ_SECURE_GETENV:$f::$n' --trace='gl_UNKNOWN_WARNINGS_ARE_ERRORS:$f::$n' --trace='gl_STDLIB_H:$f::$n' --trace='gl_EXECINFO_H:$f::$n' --trace='gl_STDDEF_MODULE_INDICATOR:$f::$n' --trace='AM_SET_CURRENT_AUTOMAKE_VERSION:$f::$n' --trace='gl_CHECK_TYPE_SIGSET_T:$f::$n' --trace='gl_STRING_MODULE_INDICATOR:$f::$n' --trace='gl_FUNC_LSTAT:$f::$n' --trace='AM_INIT_AUTOMAKE:$f::$n' --trace='gl_HEADER_SYS_SELECT:$f::$n' --trace='gl_STAT_BIRTHTIME:$f::$n' --trace='AC_STRUCT_ST_DM_MODE:$f::$n' --trace='gt_TYPE_WCHAR_T:$f::$n' --trace='gl_TIMER_TIME:$f::$n' --trace='gl_DIRENT_H_DEFAULTS:$f::$n' --trace='gl_COUNT_TRAILING_ZEROS:$f::$n' --trace='gl_COMMON:$f::$n' --trace='gl_FUNC_ALLOCA:$f::$n' --trace='OPTION_DEFAULT_OFF:$f::$n' --trace='gl_SYS_TYPES_H:$f::$n' --trace='gl_FUNC_GETOPT_GNU:$f::$n' --trace='gl_LIBSOURCES:$f::$n' --trace='gltests_LIBOBJ:$f::$n' --trace='gl_FUNC_DIRFD:$f::$n' --trace='AM_AUX_DIR_EXPAND:$f::$n' --trace='gl_HEADER_SYS_TIME_H_BODY:$f::$n' --trace='gl_MODULE_INDICATOR_SET_VARIABLE_AUX_OR:$f::$n' --trace='gl_C_STRTOD:$f::$n' --trace='gl_FUNC_READLINKAT:$f::$n' --trace='_AM_SET_OPTIONS:$f::$n' --trace='_AM_OUTPUT_DEPENDENCY_COMMANDS:$f::$n' --trace='gl_FUNC_TIMEGM:$f::$n' --trace='gl_GETOPT_CHECK_HEADERS:$f::$n' --trace='gl_STDINT_INCLUDES:$f::$n' --trace='_AM_MANGLE_OPTION:$f::$n' --trace='AC_TYPE_UNSIGNED_LONG_LONG_INT:$f::$n' --trace='gl_STDALIGN_H:$f::$n' --trace='AM_SET_DEPDIR:$f::$n' --trace='gl_PREREQ_PTHREAD_SIGMASK:$f::$n' --trace='gl_FILEMODE:$f::$n' --trace='gl_PREREQ_STRTOUMAX:$f::$n' --trace='AC_C_VARARRAYS:$f::$n' --trace='gl_PROG_CC_C99:$f::$n' --trace='gl_TIME_RZ:$f::$n' --trace='gl_FUNC_GETTIMEOFDAY:$f::$n' --trace='AM_PROG_MKDIR_P:$f::$n' --trace='gl_WARN_ADD:$f::$n' --trace='gl_FUNC_STRTOULL:$f::$n' --trace='AM_AUTOMAKE_VERSION:$f::$n' --trace='gl_FUNC_GEN_TEMPNAME:$f::$n' --trace='AM_MISSING_PROG:$f::$n' --trace='gl_PREREQ_EUIDACCESS:$f::$n' --trace='gl_FUNC_FDATASYNC:$f::$n' --trace='gl_INCLUDE_NEXT:$f::$n' --trace='AM_PROG_INSTALL_STRIP:$f::$n' --trace='gl_HEADER_SYS_TIME_H:$f::$n' --trace='gl_FUNC_MKOSTEMP:$f::$n' --trace='gl_PREREQ_TIMEGM:$f::$n' --trace='gl_MULTIARCH:$f::$n' --trace='gl_MD5:$f::$n' --trace='gl_MANYWARN_ALL_GCC:$f::$n' --trace='gl_PREREQ_FSYNC:$f::$n' --trace='gl_PREREQ_STAT:$f::$n' --trace='gl_MANYWARN_COMPLEMENT:$f::$n' --trace='_AM_PROG_TAR:$f::$n' --trace='gl_SYS_SELECT_MODULE_INDICATOR:$f::$n' --trace='gl_HEADER_ERRNO_H:$f::$n' --trace='gl_PREREQ_SYS_H_WINSOCK2:$f::$n' --trace='gl_ASSERT_NO_GNULIB_TESTS:$f::$n' --trace='AC_PROG_MAKE_SET:$f::$n' --trace='_AM_SUBST_NOTMAKE:$f::$n' --trace='gl_00GNULIB:$f::$n' --trace='gl_C99_STRTOLD:$f::$n' --trace='gl_TYPE_OFF_T:$f::$n' --trace='gl_FUNC_SECURE_GETENV:$f::$n' --trace='AC_USE_SYSTEM_EXTENSIONS:$f::$n' --trace='gl_BYTESWAP:$f::$n' --trace='gl_GETTIME:$f::$n' --trace='gl_ENVIRON:$f::$n' --trace='gl_FUNC_MEMRCHR:$f::$n' --trace='gl_FCNTL_MODULE_INDICATOR:$f::$n' --trace='gltests_REPLACE_FUNCS:$f::$n' --trace='_AM_SET_OPTION:$f::$n' --trace='gl_FUNC_GETOPT_POSIX:$f::$n' --trace='gl_TIMESPEC:$f::$n' --trace='gl_SYS_SELECT_H_DEFAULTS:$f::$n' --trace='gl_PATHMAX_SNIPPET_PREREQ:$f::$n' --trace='gl_HEADER_STRING_H:$f::$n' --trace='gl_CHECK_SOCKET_HEADERS:$f::$n' --trace='gl_FUNC_FSTATAT:$f::$n' --trace='AM_OUTPUT_DEPENDENCY_COMMANDS:$f::$n' --trace='gl_COMMON_BODY:$f::$n' --trace='gl_FUNC_GETTIMEOFDAY_CLOBBER:$f::$n' --trace='gl_ABSOLUTE_HEADER:$f::$n' --trace='gl_STDINT_BITSIZEOF:$f::$n' --trace='gl_PREREQ_STRTOLL:$f::$n' --trace='gl_BIGENDIAN:$f::$n' --trace='AM_SILENT_RULES:$f::$n' --trace='gl_STDIO_H:$f::$n' --trace='gl_CHECK_TYPE_STRUCT_TIMESPEC:$f::$n' --trace='gl_SHA512:$f::$n' --trace='gl_FUNC_DUP2:$f::$n' --trace='gl_FUNC_STRTOIMAX:$f::$n' --trace='AC_FUNC_GETGROUPS:$f::$n' --trace='gl_FUNC_NONREENTRANT_EUIDACCESS:$f::$n' --trace='AM_CONDITIONAL:$f::$n' --trace='gl_PREREQ_MKTIME:$f::$n' --trace='AM_PROG_INSTALL_SH:$f::$n' --trace='gl_PATHMAX_SNIPPET:$f::$n' --trace='gl_STDDEF_H:$f::$n' --trace='GL_NOCRASH:$f::$n' --trace='gl_TIME_MODULE_INDICATOR:$f::$n' --trace='PKG_INSTALLDIR:$f::$n' --trace='gl_PREREQ_GETLOADAVG:$f::$n' --trace='gl_FUNC_FACCESSAT:$f::$n' --trace='gl_FUNC_READLINK_SEPARATE:$f::$n' --trace='gl_FCNTL_H_DEFAULTS:$f::$n' --trace='gl_FUNC_EUIDACCESS:$f::$n' --trace='gl_FUNC_FSYNC:$f::$n' --trace='tputs_link_source:$f::$n' --trace='gl_PREREQ_STRTOULL:$f::$n' --trace='gl_FUNC_GROUP_MEMBER:$f::$n' --trace='gl_FUNC_PIPE2:$f::$n' --trace='gt_CHECK_VAR_DECL:$f::$n' --trace='gl_PREREQ_FPENDING:$f::$n' --trace='gl_FILE_LIST:$f::$n' --trace='gl_MODULE_INDICATOR_SET_VARIABLE:$f::$n' --trace='gl_PREREQ_GETDTABLESIZE:$f::$n' --trace='gl_USE_SYSTEM_EXTENSIONS:$f::$n' --trace='gl_CHECK_TYPE_STRUCT_UTIMBUF:$f::$n' --trace='AM_DEP_TRACK:$f::$n' --trace='gl_SHA256:$f::$n' --trace='gl_MODULE_INDICATOR_SET_VARIABLE_AUX:$f::$n' --trace='gl_FUNC_STPCPY:$f::$n' --trace='gl_FUNC_GNU_STRFTIME:$f::$n' --trace='gl_FUNC_FPENDING:$f::$n' --trace='gl_FUNC_GETGROUPS:$f::$n' --trace='AC_TYPE_UID_T:$f::$n' --trace='gl_STDINT_TYPE_PROPERTIES:$f::$n' --trace='gl_SYS_TYPES_H_DEFAULTS:$f::$n' --trace='gl_FUNC_ACL_ARG:$f::$n' --trace='gl_FCNTL_O_FLAGS:$f::$n' --trace='gl_UNISTD_H_DEFAULTS:$f::$n' --trace='_AM_DEPENDENCIES:$f::$n' --trace='gl_FILE_HAS_ACL:$f::$n' --trace='gl_GETTIMEOFDAY_REPLACE_LOCALTIME:$f::$n' --trace='_AM_PROG_CC_C_O:$f::$n' --trace='gl_SIGNAL_H_DEFAULTS:$f::$n' --trace='gl_HEADER_TIME_H:$f::$n' --trace='gl_FUNC_STRFTIME:$f::$n' --trace='gl_PREREQ_SIG2STR:$f::$n' --trace='gl_COMPILER_OPTION_IF:$f::$n' --trace='AC_PROG_MKDIR_P:$f::$n' --trace='gl_LARGEFILE:$f::$n' --trace='gl_REPLACE_ERRNO_VALUE:$f::$n' --trace='gl_SIGNAL_H:$f::$n' --trace='gl_PREREQ_READLINK:$f::$n' --trace='gl_HEADER_TIME_H_DEFAULTS:$f::$n' --trace='gl_MODULE_INDICATOR:$f::$n' --trace='gl_INTTYPES_INCOMPLETE:$f::$n' --trace='gl_FUNC_SYMLINK:$f::$n' --trace='gl_PREREQ_SYS_H_SOCKET:$f::$n' --trace='gl_UNISTD_H:$f::$n' --trace='gl_STDLIB_H_DEFAULTS:$f::$n' --trace='gl_PREREQ_PUTENV:$f::$n' --trace='gl_PREREQ_LSTAT:$f::$n' --trace='AM_RUN_LOG:$f::$n' --trace='AC_SYS_LARGEFILE:$f::$n' --trace='gl_CLOCK_TIME:$f::$n' --trace='gl_PREREQ_DIRFD:$f::$n' --trace='gl_ASSERT_NO_GNULIB_POSIXCHECK:$f::$n' --trace='gl_PREREQ_MKOSTEMP:$f::$n' --trace='gl_FUNC_STRTOUMAX:$f::$n' --trace='PKG_PROG_PKG_CONFIG:$f::$n' --trace='gl_ABSOLUTE_HEADER_ONE:$f::$n' --trace='gl_DIRENT_MODULE_INDICATOR:$f::$n' --trace='gl_HEADER_TIME_H_BODY:$f::$n' --trace='gl_FUNC_SIG2STR:$f::$n' configure.ac -| ' is already registered with AC_CONFIG_FILES. error-> ../../lib/autoconf/status.m4:288: AC_CONFIG_FILES is expanded from... error-> configure.ac:5261: the top level error-> autom4te: failed to run /usr/bin/m4: Bad file number error-> aclocal: error: echo failed with exit status: 1 Well, it seems to me that some 4 macro AC_CONFIG_FILES is problematic, but no idea why. Any help welcome... Vincent. In GNU Emacs 25.0.50.1 (i686-pc-mingw32) of 2014-11-03 on AIGLEROYAL Repository revision: 118270 larsi@gnus.org-20141103010307-bxryy53hat500i4w Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --prefix=c:/Nos_Programmes/GNU/Emacs --without-jpeg --without-tiff --without-gif --without-png 'CPPFLAGS= -DFOR_MSW=1 -I C:/Programmes/installation/emacs-install/libXpm-3.5.8/include -I C:/Programmes/installation/emacs-install/libXpm-3.5.8/src -L C:/Programmes/installation/emacs-install/libXpm-3.5.8/src'' Configured features: XPM SOUND NOTIFY ACL ZLIB Important settings: value of $LANG: FRA locale-coding-system: cp1252 Major mode: Shell Minor modes in effect: diff-auto-refine-mode: t shell-dirtrack-mode: t TeX-PDF-mode: t recentf-mode: t tooltip-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t Recent input: <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <C-right> <C-right> <C-right> <C-left> C-SPC <end> M-w <C-end> C-y C-a <C-right> <right> <kp-subtract> <kp-subtract> e r b <backspace> <backspace> <backspace> v e r b o x <backspace> s e SPC <end> <return> <up> <up> <prior> <prior> <prior> <prior> <prior> <prior> <prior> <prior> <prior> <prior> <prior> <prior> <prior> <prior> <prior> <prior> <prior> <prior> <prior> <prior> <prior> <prior> <prior> <prior> <prior> <prior> <prior> <prior> <prior> <prior> <prior> <prior> <prior> <prior> <prior> <next> <down> <next> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <next> <next> <next> <next> <next> <next> <next> <next> <next> <next> <next> <next> <next> <next> <next> <next> <next> <next> <next> <next> <next> <next> <next> <next> <next> <next> <next> <next> <next> <next> <next> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <next> <up> M-x r e p o r t - <M-backspace> b u f g <backspace> <backspace> g - r e p o r <tab> <M-backspace> <M-backspace> r e p o r <tab> b u g <tab> <tab> e m <tab> <return> Recent messages: Mark set Mark saved where search started Mark set [2 times] Scanning file c:/Nos_Programmes/msys/autoconf/Autom4te/ChannelDefs.pm... Scanning file c:/Nos_Programmes/msys/autoconf/Autom4te/Channels.pm... Scanning file c:/Nos_Programmes/msys/autoconf/Autom4te/Configure_ac.pm... Scanning file c:/Nos_Programmes/msys/autoconf/Autom4te/FileUtils.pm...found Mark saved where search started Mark set [5 times] Making completion list... Load-path shadows: c:/Programmes/installation/cedet-install/cedet-git/lisp/eieio/eieio hides c:/Nos_Programmes/GNU/Emacs_build20141103/share/emacs/25.0.50/lisp/emacs-lisp/eieio c:/Programmes/installation/cedet-install/cedet-git/lisp/eieio/eieio-speedbar hides c:/Nos_Programmes/GNU/Emacs_build20141103/share/emacs/25.0.50/lisp/emacs-lisp/eieio-speedbar c:/Programmes/installation/cedet-install/cedet-git/lisp/eieio/eieio-opt hides c:/Nos_Programmes/GNU/Emacs_build20141103/share/emacs/25.0.50/lisp/emacs-lisp/eieio-opt c:/Programmes/installation/cedet-install/cedet-git/lisp/eieio/eieio-datadebug hides c:/Nos_Programmes/GNU/Emacs_build20141103/share/emacs/25.0.50/lisp/emacs-lisp/eieio-datadebug c:/Programmes/installation/cedet-install/cedet-git/lisp/eieio/eieio-custom hides c:/Nos_Programmes/GNU/Emacs_build20141103/share/emacs/25.0.50/lisp/emacs-lisp/eieio-custom c:/Programmes/installation/cedet-install/cedet-git/lisp/eieio/eieio-core hides c:/Nos_Programmes/GNU/Emacs_build20141103/share/emacs/25.0.50/lisp/emacs-lisp/eieio-core c:/Programmes/installation/cedet-install/cedet-git/lisp/eieio/eieio-base hides c:/Nos_Programmes/GNU/Emacs_build20141103/share/emacs/25.0.50/lisp/emacs-lisp/eieio-base c:/Programmes/installation/cedet-install/cedet-git/lisp/eieio/chart hides c:/Nos_Programmes/GNU/Emacs_build20141103/share/emacs/25.0.50/lisp/emacs-lisp/chart Features: (shadow emacsbug etags m4-mode perl-mode cal-china lunar solar cal-dst cal-bahai cal-islam cal-hebrew holidays hol-loaddefs cal-tex cal-move visual-basic-mode bat-mode lpr calc-stuff calc-prog calc-map calc-vec calc-stat calc-math calccomp cus-edit whitespace cc-awk conf-mode cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs gnus-cite mm-archive gnus-bcklg gnus-async gnus-ml nndraft nnmh nnfolder bbdb-gnus bbdb-mua gnus-agent gnus-srvr gnus-score score-mode nnvirtual gnus-msg gnus-art mm-uu mml2015 epg-config mm-view mml-smime smime dig nntp gnus-cache gnus-sum gnus-group gnus-undo gnus-start gnus-cloud nnimap nnmail mail-source utf7 netrc nnoo gnus-spec gnus-int gnus-range gnus-win gnus gnus-ems nnheader accents-ascii pp reftex-sel reftex-toc hl-line balance calc-forms calc-yank calc-mode calc-alg calc-menu pcmpl-unix rect log-edit parse-time pcvs vc-cvs pcvs-parse pcvs-info pcvs-defs pcvs-util ewoc mule-util derived tex-jp find-dired grep texmathp multi-prompt preview prv-emacs tex-buf font-latex latex tex-style tex-mode compile latexenc ispell warnings sh-script smie executable ses unsafep ffap thingatpt url-parse url-vars org-element org-rmail org-mhe org-irc org-info org-gnus org-docview doc-view image-mode org-bibtex bibtex org-bbdb org-w3m org org-macro org-footnote org-pcomplete org-list org-faces org-entities noutline outline org-version ob-emacs-lisp ob ob-tangle ob-ref ob-lob ob-table ob-exp org-src ob-keys ob-comint ob-core ob-eval org-compat org-macs org-loaddefs cal-menu calendar cal-loaddefs network-stream starttls tls mailalias smtpmail auth-source eieio byte-opt bytecomp byte-compile cconv eieio-core password-cache qp sort mailcap mail-extr bbdb-com bbdb-message sendmail gnus-util message format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mailabbrev mail-utils gmm-utils mailheader diff-mode easy-mmode shell pcomplete comint ansi-color ring cl-extra vc ediff-vers ediff-merg ediff-wind ediff-diff ediff-mult ediff-help ediff-init ediff-util ediff add-log iso-transl cus-start cus-load quail find-func reftex-parse vc-dispatcher vc-svn reftex-dcr reftex reftex-vars tex-info texinfo tex crm advice jka-compr dired-aux info debug help-mode misearch multi-isearch vc-git dired-x dired edmacro kmacro skeleton calc-misc calc-arith calc-ext calc calc-loaddefs calc-macs tex-mik preview-latex tex-site auto-loads bbdb bbdb-site timezone bbdb-loaddefs template w32utils help-fns cl-macs cl gv recentf tree-widget wid-edit cl-loaddefs cl-lib easymenu load-path-to-cedet-svn time-date tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel dos-w32 ls-lisp disp-table w32-win w32-vars tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process w32notify w32 multi-tty emacs) Memory information: ((conses 8 1254826 187688) (symbols 32 57251 0) (miscs 32 2747 5949) (strings 16 154780 13304) (string-bytes 1 5049206) (vectors 8 82938) (vector-slots 4 2235481 24102) (floats 8 1152 1055) (intervals 28 75180 202) (buffers 520 156)) --- L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast. https://www.avast.com/antivirus ^ permalink raw reply [flat|nested] 12+ messages in thread
* bug#21789: 25.0.50; Can' build Emacs (my first build since GIT migration) 2015-10-30 11:53 bug#21789: 25.0.50; Can' build Emacs (my first build since GIT migration) Vincent Belaïche @ 2015-10-30 13:49 ` Eli Zaretskii 2015-10-30 18:17 ` Vincent Belaïche 2015-10-30 18:42 ` Glenn Morris 0 siblings, 2 replies; 12+ messages in thread From: Eli Zaretskii @ 2015-10-30 13:49 UTC (permalink / raw) To: Vincent Belaïche; +Cc: vincent.b.1, 21789 > From: Vincent Belaïche <vincent.b.1@hotmail.fr> > Date: Fri, 30 Oct 2015 12:53:31 +0100 > Cc: Vincent Belaïche <vincent.b.1@hotmail.fr> > > > I am trying to build from repo. I am on MSWindows 7 with MSYS W64. > Here is what happens: > > $ ./autogen.sh > -| Checking whether you have the necessary tools... > -| (Read INSTALL.REPO for more details on building Emacs) > -| > -| Checking for autoconf (need at least version 2.65)... > -| ok > -| Checking for automake (need at least version 1.11)... > -| ok > -| Your system has the required tools. > -| Running 'autoreconf -fi -I m4' ... > -| ' is already registered with AC_CONFIG_FILES. > error-> ../../lib/autoconf/status.m4:288: AC_CONFIG_FILES is expanded from... > error-> configure.ac:5261: the top level > error-> autom4te: failed to run /usr/bin/m4: Bad file number > error-> aclocal: error: echo failed with exit status: 1 > error-> autoreconf: failed to run aclocal: Bad file number Your Automake/Autoconf installation is not an MSYS installation, but a native Windows one, so it produces Windows CRLF EOLs, and that confuses all kinds of scripts and/or utilities that are involved in the configure process. Or maybe some of the utilities invoked by Automake/Autoconf are not MSYS utilities (check your PATH). You can find Automake/Autoconf suitable for building Emacs on the ezwinports site. IOW, this is a cockpit error. ^ permalink raw reply [flat|nested] 12+ messages in thread
* bug#21789: 25.0.50; Can' build Emacs (my first build since GIT migration) 2015-10-30 13:49 ` Eli Zaretskii @ 2015-10-30 18:17 ` Vincent Belaïche 2015-10-30 20:31 ` Eli Zaretskii 2015-10-30 18:42 ` Glenn Morris 1 sibling, 1 reply; 12+ messages in thread From: Vincent Belaïche @ 2015-10-30 18:17 UTC (permalink / raw) To: Eli Zaretskii; +Cc: 21789@debbugs.gnu.org Dear Eli, ---------------------------------------- > Date: Fri, 30 Oct 2015 15:49:10 +0200 > From: eliz@gnu.org > Subject: Re: bug#21789: 25.0.50; Can' build Emacs (my first build since GIT migration) > To: vincent.b.1@hotmail.fr > CC: 21789@debbugs.gnu.org; vincent.b.1@hotmail.fr > >> From: Vincent Belaïche <vincent.b.1@hotmail.fr> >> Date: Fri, 30 Oct 2015 12:53:31 +0100 >> Cc: Vincent Belaïche <vincent.b.1@hotmail.fr> >> >> >> I am trying to build from repo. I am on MSWindows 7 with MSYS W64. >> Here is what happens: >> >> $ ./autogen.sh [...] >> error-> autoreconf: failed to run aclocal: Bad file number > > Your Automake/Autoconf installation is not an MSYS installation, but a > native Windows one, so it produces Windows CRLF EOLs, and that > confuses all kinds of scripts and/or utilities that are involved in > the configure process. Or maybe some of the utilities invoked by > Automake/Autoconf are not MSYS utilities (check your PATH). > > You can find Automake/Autoconf suitable for building Emacs on the > ezwinports site. > > IOW, this is a cockpit error. Thank you for your kind help. After some checking, it proved out that file configure.ac contained CRLF EOL's. If I do: $ git check-attr -a -- configure.ac $ I get no output, so configure.ac does not have any "eol" attribute set to "lf". And the .gitattributes files does not tell anything either. After doing some dos2unix on configure.ac, the ./autogen.sh runs normally and I get a configure script --- which I have not yet used. VBR, Vincent Belaïche ^ permalink raw reply [flat|nested] 12+ messages in thread
* bug#21789: 25.0.50; Can' build Emacs (my first build since GIT migration) 2015-10-30 18:17 ` Vincent Belaïche @ 2015-10-30 20:31 ` Eli Zaretskii 2015-10-31 13:26 ` Vincent Belaïche 0 siblings, 1 reply; 12+ messages in thread From: Eli Zaretskii @ 2015-10-30 20:31 UTC (permalink / raw) To: Vincent Belaïche; +Cc: 21789 > From: Vincent Belaïche <vincent.b.1@hotmail.fr> > CC: "21789@debbugs.gnu.org" <21789@debbugs.gnu.org> > Date: Fri, 30 Oct 2015 19:17:28 +0100 > > Thank you for your kind help. After some checking, it proved out that > file configure.ac contained CRLF EOL's. Ah, that's another gotcha: you should configure Git to checkout "as is". See the instructions in nt/INSTALL, near its beginning. > After doing some dos2unix on configure.ac, the ./autogen.sh runs > normally and I get a configure script --- which I have not yet used. If you run dos2unix or a similar program on these files, Git will think they are modified. So this is a bad idea. Instead, remove the Git repository, re-install Git as instructed in nt/INSTALL, then re-clone the repository again. ^ permalink raw reply [flat|nested] 12+ messages in thread
* bug#21789: 25.0.50; Can' build Emacs (my first build since GIT migration) 2015-10-30 20:31 ` Eli Zaretskii @ 2015-10-31 13:26 ` Vincent Belaïche 2015-10-31 13:42 ` Eli Zaretskii 0 siblings, 1 reply; 12+ messages in thread From: Vincent Belaïche @ 2015-10-31 13:26 UTC (permalink / raw) To: Eli Zaretskii; +Cc: 21789@debbugs.gnu.org Dear Eli, ---------------------------------------- > Date: Fri, 30 Oct 2015 22:31:30 +0200 > From: eliz@gnu.org > Subject: Re: bug#21789: 25.0.50; Can' build Emacs (my first build since GIT migration) > To: vincent.b.1@hotmail.fr > CC: 21789@debbugs.gnu.org > >> From: Vincent Belaïche <vincent.b.1@hotmail.fr> >> CC: "21789@debbugs.gnu.org" <21789@debbugs.gnu.org> >> Date: Fri, 30 Oct 2015 19:17:28 +0100 >> >> Thank you for your kind help. After some checking, it proved out that >> file configure.ac contained CRLF EOL's. > > Ah, that's another gotcha: you should configure Git to checkout "as > is". See the instructions in nt/INSTALL, near its beginning. > Well, I must admit that I hadn't read this file, I just used my same usual script where I had replaced bzr instruction by equivalent git instruction. And, as a matter of fact, I had: $ git config --system --get core.autocrlf -| true >> After doing some dos2unix on configure.ac, the ./autogen.sh runs >> normally and I get a configure script --- which I have not yet used. > > If you run dos2unix or a similar program on these files, Git will > think they are modified. So this is a bad idea. That was just a test, I re-checked-it-out just after doing this. > Instead, remove the Git repository, re-install Git as instructed in > nt/INSTALL, then re-clone the repository again. Ok, I will do that. It surprises me that you need to tamper with the git system setting that affect all the projects using git, just for the sake of one project. I am using git also for fmtcount and I have some changes pending, so I think that I will have to restore the original system settings when I come back to fmtcount. That is not a very practical solution. I am quite novice with git, but just wondering whether it isn't possible to get the same effect with affecting emacs only by writing in the local config file (emacs/.git/config) some setting that would supersede the global and system settings, e.g. you would have [core] autocrlf = in the local config. Another idea would be to set the eol attribute explicitly in the local .gitattributes, which should not be too difficult using a wildcard. VBR, Vincent Belaïche ^ permalink raw reply [flat|nested] 12+ messages in thread
* bug#21789: 25.0.50; Can' build Emacs (my first build since GIT migration) 2015-10-31 13:26 ` Vincent Belaïche @ 2015-10-31 13:42 ` Eli Zaretskii 2015-10-31 17:57 ` Vincent Belaïche 0 siblings, 1 reply; 12+ messages in thread From: Eli Zaretskii @ 2015-10-31 13:42 UTC (permalink / raw) To: Vincent Belaïche; +Cc: 21789 > From: Vincent Belaïche <vincent.b.1@hotmail.fr> > CC: "21789@debbugs.gnu.org" <21789@debbugs.gnu.org> > Date: Sat, 31 Oct 2015 14:26:41 +0100 > > > Instead, remove the Git repository, re-install Git as instructed in > > nt/INSTALL, then re-clone the repository again. > > Ok, I will do that. It surprises me that you need to tamper with the git > system setting that affect all the projects using git, just for the sake > of one project. It's not for the sake of one project. Installing Git as I indicated is the only sensible thing for _any_ project. For some reason, Git for Windows doesn't have that as default; moreover, in the past I remember some people arguing with me that what I suggest is actually wrong (I disagree with their arguments). I would encourage you to report this to the msysGit project as a bug. > I am using git also for fmtcount and I have some changes > pending, so I think that I will have to restore the original system > settings when I come back to fmtcount. That is not a very practical > solution. The setting is on ~/.gitconfig and can be overridden by the project-local .git/config file, if you need. But my recommendation is to switch all your Git-based projects to this default. Otherwise, if the project has files that need special EOL format, you will get in trouble. > I am quite novice with git, but just wondering whether it isn't possible > to get the same effect with affecting emacs only by writing in the local > config file (emacs/.git/config) some setting that would supersede the > global and system settings, e.g. you would have > > [core] > autocrlf = > > in the local config. It's possible, yes. Just make sure you have neither autocrlf nor eol settings in your .git/config file, in the [core] section. Once again, using anything else in other projects is just waiting for trouble, so I really recommend this as a global setting. ^ permalink raw reply [flat|nested] 12+ messages in thread
* bug#21789: 25.0.50; Can' build Emacs (my first build since GIT migration) 2015-10-31 13:42 ` Eli Zaretskii @ 2015-10-31 17:57 ` Vincent Belaïche 2015-10-31 18:21 ` Eli Zaretskii 0 siblings, 1 reply; 12+ messages in thread From: Vincent Belaïche @ 2015-10-31 17:57 UTC (permalink / raw) To: Eli Zaretskii; +Cc: 21789@debbugs.gnu.org Dear Eli, ---------------------------------------- > Date: Sat, 31 Oct 2015 15:42:09 +0200 > From: eliz@gnu.org > Subject: Re: bug#21789: 25.0.50; Can' build Emacs (my first build since GIT migration) > To: vincent.b.1@hotmail.fr > CC: 21789@debbugs.gnu.org > [...] >> Ok, I will do that. It surprises me that you need to tamper with the >> git system setting that affect all the projects using git, just for >> the sake of one project. > > It's not for the sake of one project. Installing Git as I indicated is > the only sensible thing for _any_ project. For some reason, Git for > Windows doesn't have that as default; moreover, in the past I remember > some people arguing with me that what I suggest is actually wrong (I > disagree with their arguments). > My own opinion is that in the end everybody/every-system is going to use LF as an EOL, so even on MSW this is going to become a standard EOL character, just as `/' has become a supported file separator in pathes. So, as much as possible we should strive to keep LF as EOL, as anyway on MSW most editors support it and keep it after edit. Maybe you can remember the discussion we already had concerning Texinfo. The only potential problem is when you are on MSW and you create a new file, in that case you need some do translation to LF, either manual (e.g. dos2unix) or automatically with the help of the VC system (e.g. git by setting eol attribute to lf through a wildcard, or by setting the core.eol configuration parameter). A similar problem is that of text files that are generated by a tool (e.g. .dbk, .html, etc from a .texinfo), in such a case on MSW you will have CRLF at generatation and you need either manual or automatic conversion before making the file public. So, to get to the point, removing the core.autocrlf and suchlikes from the config is probably a good thing, but IMHO that is not enough, setting file eol attributes with discriminating wildcard should also be done. > I would encourage you to report this to the msysGit project as a bug. Done : https://github.com/msysgit/msysgit/issues/322#issue-114421155 > >> I am using git also for fmtcount and I have some changes pending, so >> I think that I will have to restore the original system settings >> when I come back to fmtcount. That is not a very practical solution. > > The setting is on ~/.gitconfig and can be overridden by the > project-local .git/config file, if you need. But my recommendation is > to switch all your Git-based projects to this default. I will do that for fmtcount once I am done with the on-going changes. For the time being I have just done this: git config --system --unset core.autocrlf cd /path/to/project/fmtcount git config --local --bool -add core.autocrlf true cd /path/to/project/emacs git config --local --bool -add core.autocrlf false The two last instructions are probably useless, but I made it so that in the future people on MSW wanting to build Emacs from source with msysGit won't fail like me. > Otherwise, if the project has files that need special EOL format, you > will get in trouble. > >> I am quite novice with git, but just wondering whether it isn't >> possible to get the same effect with affecting emacs only by writing >> in the local config file (emacs/.git/config) some setting that would >> supersede the global and system settings, e.g. you would have >> >> [core] autocrlf = >> >> in the local config. > > It's possible, yes. Just make sure you have neither autocrlf nor eol > settings in your .git/config file, in the [core] section. I have now the following setting in the .git/config [core] section autocrlf = false That means, hopefully, that in the future anybody on MSW with core.autocrlf=true at system level will be able to build from sources without any question. OK, that will make potentially fewer people barking on msysGit issue tracker. Well, I am not so sure, I have read in the git manual that autocrlf could have setting `true', `warn', and `input', but nothing was said about `false', maybe I should have typed: git config --local --bool -add core.autocrlf "" > > Once again, using anything else in other projects is just waiting for > trouble, so I really recommend this as a global setting. VBR and thank you for the advice, Vincent ^ permalink raw reply [flat|nested] 12+ messages in thread
* bug#21789: 25.0.50; Can' build Emacs (my first build since GIT migration) 2015-10-31 17:57 ` Vincent Belaïche @ 2015-10-31 18:21 ` Eli Zaretskii 0 siblings, 0 replies; 12+ messages in thread From: Eli Zaretskii @ 2015-10-31 18:21 UTC (permalink / raw) To: Vincent Belaïche; +Cc: 21789 > From: Vincent Belaïche <vincent.b.1@hotmail.fr> > CC: "21789@debbugs.gnu.org" <21789@debbugs.gnu.org> > Date: Sat, 31 Oct 2015 18:57:37 +0100 > > So, to get to the point, removing the core.autocrlf and suchlikes from > the config is probably a good thing, but IMHO that is not enough, > setting file eol attributes with discriminating wildcard should also be > done. No, you don't need anything except removing all of these settings. The defaults are exactly what you want, when these settings are absent. > git config --system --unset core.autocrlf cd /path/to/project/fmtcount > git config --local --bool -add core.autocrlf true cd > /path/to/project/emacs git config --local --bool -add core.autocrlf > false > > The two last instructions are probably useless, but I made it so that in > the future people on MSW wanting to build Emacs from source with msysGit > won't fail like me. The last one is not needed. > I have now the following setting in the .git/config [core] section > > autocrlf = false I don't have it, and never felt the need. ^ permalink raw reply [flat|nested] 12+ messages in thread
* bug#21789: 25.0.50; Can' build Emacs (my first build since GIT migration) 2015-10-30 13:49 ` Eli Zaretskii 2015-10-30 18:17 ` Vincent Belaïche @ 2015-10-30 18:42 ` Glenn Morris 2015-10-30 20:33 ` Eli Zaretskii 2015-10-30 20:41 ` Vincent Belaïche 1 sibling, 2 replies; 12+ messages in thread From: Glenn Morris @ 2015-10-30 18:42 UTC (permalink / raw) To: Eli Zaretskii; +Cc: Vincent Belaïche, 21789 Eli Zaretskii wrote: > Your Automake/Autoconf installation is not an MSYS installation, but a > native Windows one, so it produces Windows CRLF EOLs, and that > confuses all kinds of scripts and/or utilities that are involved in > the configure process. If it is possible to test for that, sounds like autogen.sh should do so and reject those versions of autotools. ^ permalink raw reply [flat|nested] 12+ messages in thread
* bug#21789: 25.0.50; Can' build Emacs (my first build since GIT migration) 2015-10-30 18:42 ` Glenn Morris @ 2015-10-30 20:33 ` Eli Zaretskii 2015-10-30 20:41 ` Vincent Belaïche 1 sibling, 0 replies; 12+ messages in thread From: Eli Zaretskii @ 2015-10-30 20:33 UTC (permalink / raw) To: Glenn Morris; +Cc: vincent.b.1, 21789 > From: Glenn Morris <rgm@gnu.org> > Cc: Vincent Belaïche <vincent.b.1@hotmail.fr>, > 21789@debbugs.gnu.org > Date: Fri, 30 Oct 2015 14:42:26 -0400 > > Eli Zaretskii wrote: > > > Your Automake/Autoconf installation is not an MSYS installation, but a > > native Windows one, so it produces Windows CRLF EOLs, and that > > confuses all kinds of scripts and/or utilities that are involved in > > the configure process. > > If it is possible to test for that, sounds like autogen.sh should do so > and reject those versions of autotools. I hope so, but I don't know how. Patches welcome, if someone does. (I didn't invest too much thought in this, so it's quite possible a way to do that does exist.) ^ permalink raw reply [flat|nested] 12+ messages in thread
* bug#21789: 25.0.50; Can' build Emacs (my first build since GIT migration) 2015-10-30 18:42 ` Glenn Morris 2015-10-30 20:33 ` Eli Zaretskii @ 2015-10-30 20:41 ` Vincent Belaïche 2015-10-30 22:27 ` Vincent Belaïche 1 sibling, 1 reply; 12+ messages in thread From: Vincent Belaïche @ 2015-10-30 20:41 UTC (permalink / raw) To: Glenn Morris; +Cc: 21789@debbugs.gnu.org Dear Glenn, I don't think that my problem is the toolchain. But git was not configured for setting attributes to configure.ac to have LF EOL's. So when configure.ac was pulled from repo it got native EOL's, ie CRLF, and that was the root cause IMHO. As per your suggestion, I think that what could be tested is that : perl -e 'print "\n"' will output an LF, and not a CRLF. For instance on my MSYS console I did this : $ if perl -e 'print "x\n"' | grep -U '^x$'> /dev/null; then echo "ok"; else echo "not ok"; fi -| ok $ if /c/Programmes/Perl64/bin/perl.exe -e 'print "x\n"' | grep -U '^x$'> /dev/null; then echo "ok"; else echo "not ok"; fi -| not ok In the former case the MSYS perl is used, so the verdict is OK, and in the latter, that is the native MSW perl that is used, so the verdict is NOT OK. Vincent. ---------------------------------------- > From: rgm@gnu.org > To: eliz@gnu.org > CC: vincent.b.1@hotmail.fr; 21789@debbugs.gnu.org > Subject: Re: bug#21789: 25.0.50; Can' build Emacs (my first build since GIT migration) > Date: Fri, 30 Oct 2015 14:42:26 -0400 > > Eli Zaretskii wrote: > >> Your Automake/Autoconf installation is not an MSYS installation, but a >> native Windows one, so it produces Windows CRLF EOLs, and that >> confuses all kinds of scripts and/or utilities that are involved in >> the configure process. > > If it is possible to test for that, sounds like autogen.sh should do so > and reject those versions of autotools. > ^ permalink raw reply [flat|nested] 12+ messages in thread
* bug#21789: 25.0.50; Can' build Emacs (my first build since GIT migration) 2015-10-30 20:41 ` Vincent Belaïche @ 2015-10-30 22:27 ` Vincent Belaïche 0 siblings, 0 replies; 12+ messages in thread From: Vincent Belaïche @ 2015-10-30 22:27 UTC (permalink / raw) To: Glenn Morris; +Cc: 21789@debbugs.gnu.org Dear Glenn & Eli, Just to elaborate a bit more the idea of adding some test into autogen.sh: autotools are perl and M4 scripts, so, as far as EOLs are concerned, I think that what is relevant is checking what perl and M4 do. I don't think that M4 does anything special with the EOL, it just put to output the same EOL that are in input --- well, maybe my using an MSYS M4 makes me think so. So, the thing that really needs to be tested is whether the user is using an MSYS perl or a native MSW perl. VBR, Vincent Belaïche ---------------------------------------- > From: vincent.b.1@hotmail.fr > To: rgm@gnu.org > CC: 21789@debbugs.gnu.org; eliz@gnu.org > Subject: RE: bug#21789: 25.0.50; Can' build Emacs (my first build since GIT migration) > Date: Fri, 30 Oct 2015 21:41:09 +0100 > > Dear Glenn, > > I don't think that my problem is the toolchain. > > But git was not configured for setting attributes to configure.ac to have LF > EOL's. So when configure.ac was pulled from repo it got native EOL's, ie > CRLF, and that was the root cause IMHO. > > As per your suggestion, I think that what could be tested is that : > > perl -e 'print "\n"' > > will output an LF, and not a CRLF. > > For instance on my MSYS console I did this : > > $ if perl -e 'print "x\n"' | grep -U '^x$'> /dev/null; then echo "ok"; else echo "not ok"; fi > -| ok > $ if /c/Programmes/Perl64/bin/perl.exe -e 'print "x\n"' | grep -U '^x$'> /dev/null; then echo "ok"; else echo "not ok"; fi > -| not ok > > In the former case the MSYS perl is used, so the verdict is OK, and in > the latter, that is the native MSW perl that is used, so the verdict is > NOT OK. > > Vincent. > > ---------------------------------------- >> From: rgm@gnu.org >> To: eliz@gnu.org >> CC: vincent.b.1@hotmail.fr; 21789@debbugs.gnu.org >> Subject: Re: bug#21789: 25.0.50; Can' build Emacs (my first build since GIT migration) >> Date: Fri, 30 Oct 2015 14:42:26 -0400 >> >> Eli Zaretskii wrote: >> >>> Your Automake/Autoconf installation is not an MSYS installation, but a >>> native Windows one, so it produces Windows CRLF EOLs, and that >>> confuses all kinds of scripts and/or utilities that are involved in >>> the configure process. >> >> If it is possible to test for that, sounds like autogen.sh should do so >> and reject those versions of autotools. >> > ^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2015-10-31 18:21 UTC | newest] Thread overview: 12+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-10-30 11:53 bug#21789: 25.0.50; Can' build Emacs (my first build since GIT migration) Vincent Belaïche 2015-10-30 13:49 ` Eli Zaretskii 2015-10-30 18:17 ` Vincent Belaïche 2015-10-30 20:31 ` Eli Zaretskii 2015-10-31 13:26 ` Vincent Belaïche 2015-10-31 13:42 ` Eli Zaretskii 2015-10-31 17:57 ` Vincent Belaïche 2015-10-31 18:21 ` Eli Zaretskii 2015-10-30 18:42 ` Glenn Morris 2015-10-30 20:33 ` Eli Zaretskii 2015-10-30 20:41 ` Vincent Belaïche 2015-10-30 22:27 ` Vincent Belaïche
Code repositories for project(s) associated with this public inbox https://git.savannah.gnu.org/cgit/emacs.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).