bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bootstrapping issue finally resolved


From: Paul Hilfinger
Subject: Bootstrapping issue finally resolved
Date: Wed, 26 Mar 2008 18:26:39 -0700

Back in August, I reported a problem with bootstrapping Bison from the
CVS repository (appended below).  I didn't have any urgent reason to
resolve the problem, so it has languished, but FYI I have finally
resolved the issue.  It had to do with my installation of automake.
Because the Bison maintainers update the autoconf/automake versions
that they use far more frequently than anyone else on earth (:->), I
have to maintain my own local versions of these tools.  Unfortunately,
my usual method of package installation, where I create a separate
subdirectory for each installation, with some symbolic links to it
from a one bin directory, didn't work with these tools.  Specfically,
aclocal (in automake) looks for .m4 files in the directory under which
it is installed, and was therefore not finding the .m4 files
associated with gettext (also locally installed on my system, but in a
separate installation subdirectory).

Thanks to all who suggested fixes.  While it turns out that there was
a problem with my (g)m4 (actually, autom4te) installation, it was not,
in fact, the culprit in this case.

Paul Hilfinger

-------------------------------------------------------------------


>If running ./bootstrap fails with the following messages, what is the
>likely cause?  Using autoconf 2.61, automake 1.9.6, gettext 0.15 on
>Solaris 10, i86pc.
>
>Here is an extract of the warnings and error messages....
>
>Abstract:
>
>...
>
>configure.ac:99: warning: AM_LANGINFO_CODESET is m4_require'd but not 
>m4_defun'd
>m4/localcharset.m4:16: gl_LOCALCHARSET is expanded from...
>m4/gnulib-comp.m4:118: gl_INIT is expanded from...
>configure.ac:99: the top level
>configure.ac:99: warning: gl_GLIBC21 is m4_require'd but not m4_defun'd
>./bootstrap: autoconf --force ...
>configure.ac:99: warning: AM_LANGINFO_CODESET is m4_require'd but not 
>m4_defun'd
>m4/localcharset.m4:16: gl_LOCALCHARSET is expanded from...
>m4/gnulib-comp.m4:118: gl_INIT is expanded from...
>configure.ac:99: the top level
>configure.ac:99: warning: gl_GLIBC21 is m4_require'd but not m4_defun'd
>configure.ac:109: warning: AM_INTL_SUBDIR is m4_require'd but not m4_defun'd
>m4/gettext.m4:362: AM_GNU_GETTEXT is expanded from...
>configure.ac:109: the top level
>configure:9520: error: possibly undefined macro: AM_LANGINFO_CODESET
>      If this token and others are legitimate, please use m4_pattern_allow.
>      See the Autoconf documentation.
>configure:9589: error: possibly undefined macro: gl_GLIBC21
>configure:16479: error: possibly undefined macro: AM_INTL_SUBDIR
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]