bug-bison
[Top][All Lists]
Advanced

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

Re: Cannot bootstrap CVS HEAD.


From: Benoit SIGOURE
Subject: Re: Cannot bootstrap CVS HEAD.
Date: Wed, 18 Jul 2007 10:05:56 +0200

On Jul 18, 2007, at 2:18 AM, Joel E. Denny wrote:

On Fri, 13 Jul 2007, Benoit SIGOURE wrote:

I have just checkouted CVS HEAD and I can't ./bootstrap it.

cvs -z3 -d:pserver:address@hidden:/sources/bison co .
./bootstrap
[...]
ln: creating symbolic link `lib/uniwidth/cjk.h': No such file or directory

I committed a patch yesterday to fix this.  Let us know if it still
doesn't work for you.  Thanks.

Hello,
thanks for fixing this.
It looks like I have another problem:

$ <fresh CVS checkout>
$ ./bootstrap
[...]
./bootstrap: aclocal --force -I m4 ...
./bootstrap: autoconf --force ...
configure.ac:111: 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:111: the top level
configure:16558: error: possibly undefined macro: AM_INTL_SUBDIR
If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

$ grep -r AM_INTL_SUBDIR .
[...]
./gnulib/m4/gettext.m4:    AC_REQUIRE([AM_INTL_SUBDIR])dnl
./gnulib/m4/intl.m4:AC_DEFUN([AM_INTL_SUBDIR],
./m4/gettext.m4:    AC_REQUIRE([AM_INTL_SUBDIR])dnl

$ for i in auto{conf,make} aclocal; do $i --version | sed q; done
autoconf (GNU Autoconf) 2.61
automake (GNU automake) 1.10
aclocal (GNU automake) 1.10
m4 (GNU M4) 1.4.9

$ uname -a
Darwin tsunaxbook2.local 8.10.1 Darwin Kernel Version 8.10.1: Wed May 23 16:33:00 PDT 2007; root:xnu-792.22.5~1/RELEASE_I386 i386 i386 MacBook2,1 Darwin

Line 111 of configure.ac:
AM_GNU_GETTEXT([external], [need-formatstring-macros])

m4/gettext.m4:75: (in the definition of AM_GNU_GETTEXT)
  ifelse(gt_included_intl, yes, [
    AC_REQUIRE([AM_INTL_SUBDIR])dnl
  ])

This is weird because if I add:
  m4_fatal(gt_included_intl)
Right before the ifelse, I get:

configure.ac:111: error: no
m4/gettext.m4:363: AM_GNU_GETTEXT is expanded from...
configure.ac:111: the top level
autom4te: /usr/bin/gm4 failed with exit status: 1
aclocal: autom4te failed with exit status: 1

Am I missing some dependency?
Cheers,

--
Benoit Sigoure aka Tsuna
EPITA Research and Development Laboratory


Attachment: PGP.sig
Description: This is a digitally signed message part


reply via email to

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