emacs-devel
[Top][All Lists]
Advanced

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

Still unable to build trunk


From: Chong Yidong
Subject: Still unable to build trunk
Date: Thu, 20 Jan 2011 13:47:36 -0500

On a fresh checkout of the trunk, I do `configure' followed by `make',
and the result is an infinite loop with the following messages:

  make[1]: Entering directory `/home/cyd/src/emacs/trunk2/lib'
  cd .. && make  am--refresh
  make[2]: Entering directory `/home/cyd/src/emacs/trunk2'
  make[2]: Nothing to be done for `am--refresh'.
  make[2]: Leaving directory `/home/cyd/src/emacs/trunk2'
   cd /home/cyd/src/emacs/trunk2 && /bin/bash 
/home/cyd/src/emacs/trunk2/missing --run automake-1.11 --gnu lib/Makefile
  /home/cyd/src/emacs/trunk2/missing: line 52: automake-1.11: command not found
  WARNING: `automake-1.11' is missing on your system.  You should only
         need it if you modified `Makefile.am', `acinclude.m4' or
         `configure.in'.  You might want to install the `Automake' and
         `Perl' packages.  Grab them from any GNU archive site.

I then installed automake, and did `configure' followed by `make', and
now compilation errors out:

  make[2]: Leaving directory `/home/cyd/src/emacs/trunk2'
   cd /home/cyd/src/emacs/trunk2 && /bin/bash 
/home/cyd/src/emacs/trunk2/missing --run automake-1.11 --gnu lib/Makefile
  configure.in: no proper invocation of AM_INIT_AUTOMAKE was found.
  configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE,
  configure.in: that aclocal.m4 is present in the top-level directory,
  configure.in: and that aclocal.m4 was recently regenerated (using aclocal).
  /usr/local/share/automake-1.11/am/depend2.am: am__fastdepCC does not appear 
in AM_CONDITIONAL
  /usr/local/share/automake-1.11/am/depend2.am:   The usual way to define 
`am__fastdepCC' is to add `AC_PROG_CC'
  /usr/local/share/automake-1.11/am/depend2.am:   to `configure.in' and run 
`aclocal' and `autoconf' again.
  /usr/local/share/automake-1.11/am/depend2.am: AMDEP does not appear in 
AM_CONDITIONAL
  /usr/local/share/automake-1.11/am/depend2.am:   The usual way to define 
`AMDEP' is to add one of the compiler tests
  /usr/local/share/automake-1.11/am/depend2.am:     AC_PROG_CC, AC_PROG_CXX, 
AC_PROG_CXX, AC_PROG_OBJC,
  /usr/local/share/automake-1.11/am/depend2.am:     AM_PROG_AS, AM_PROG_GCJ, 
AM_PROG_UPC
  /usr/local/share/automake-1.11/am/depend2.am:   to `configure.in' and run 
`aclocal' and `autoconf' again.
  make[1]: *** [/home/cyd/src/emacs/trunk2/lib/Makefile.in] Error 1
  make[1]: Leaving directory `/home/cyd/src/emacs/trunk2/lib'
  make: *** [lib] Error 2

I notice, by the way, that the `make all' directive in lib/ ends up
deleting the top-level Makefile, which does not make sense given that
it's generated by doing `configure'.  Something is really wrong here.



reply via email to

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