From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 15 12:19:57 2011 Received: (at submit) by debbugs.gnu.org; 15 Jul 2011 16:19:57 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qhl7I-0000bD-Be for submit@debbugs.gnu.org; Fri, 15 Jul 2011 12:19:57 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qhkmp-0006nm-SN for submit@debbugs.gnu.org; Fri, 15 Jul 2011 11:58:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qhkmf-0005SQ-Ua for submit@debbugs.gnu.org; Fri, 15 Jul 2011 11:58:38 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, HTML_MESSAGE,RCVD_IN_DNSWL_LOW,T_DKIM_INVALID,T_TO_NO_BRKTS_FREEMAIL, WEIRD_PORT autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:47612) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qhkmf-0005SL-CE for submit@debbugs.gnu.org; Fri, 15 Jul 2011 11:58:33 -0400 Received: from eggs.gnu.org ([140.186.70.92]:42416) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qhkma-00042W-0j for bug-gnu-emacs@gnu.org; Fri, 15 Jul 2011 11:58:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QhkmQ-0005Rc-Rw for bug-gnu-emacs@gnu.org; Fri, 15 Jul 2011 11:58:27 -0400 Received: from mail-vw0-f41.google.com ([209.85.212.41]:40069) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhkmQ-0005RF-FT for bug-gnu-emacs@gnu.org; Fri, 15 Jul 2011 11:58:18 -0400 Received: by vws4 with SMTP id 4so1278717vws.0 for ; Fri, 15 Jul 2011 08:58:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=IWR3t01VaxSZcokhRLtZ8w6tXS7pT1oYOC5XD9nScj0=; b=CPg6BmyYu/iQHC1HC+GxVSq7G5F2C0cMT81aFvJZjtks8obPSEw1f/F5zyF0jB7fjG Shuf43R9Vz4CW4JbTGD08mlR3al95UlLxX8GUIcajO+Pe9ni0gyjVS6AO710c6I2H5yG 86ti0v+MibsysqatVbimrN6EX5ErFw2fqlXS8= MIME-Version: 1.0 Received: by 10.52.185.196 with SMTP id fe4mr3719371vdc.511.1310745496626; Fri, 15 Jul 2011 08:58:16 -0700 (PDT) Received: by 10.52.110.234 with HTTP; Fri, 15 Jul 2011 08:58:16 -0700 (PDT) Date: Fri, 15 Jul 2011 10:58:16 -0500 Message-ID: Subject: 24.0.50; compilation error From: Pete Lee To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=bcaec548a39db7a72204a81db710 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -5.9 (-----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 15 Jul 2011 12:19:50 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.9 (-----) --bcaec548a39db7a72204a81db710 Content-Type: text/plain; charset=ISO-8859-1 I've been using Emacs compiled from cvs (now bzr) for several years. It has been about 6 months since I last built and am now getting errors due to autoconf requirements having been raised. I'm running on CentOS 5.4 and autoconf is at 2.59 there. So I downloaded latest versions of autoconf (2.68), m4 (1.4.16), and automake (1.11) and built all from source and was able to get further... autoconf didn't work.. 'autoreconf --install' got further but also failed: $ autoreconf --install configure.in:646: installing `./compile' configure.in:378: installing `./config.guess' configure.in:378: installing `./config.sub' configure.in:28: installing `./install-sh' configure.in:28: installing `./missing' lib/gnulib.mk:30: GL_GENERATE_ALLOCA_H does not appear in AM_CONDITIONAL lib/Makefile.am:9: `lib/gnulib.mk' included from here lib/gnulib.mk:145: gl_GNULIB_ENABLED_dosname does not appear in AM_CONDITIONAL lib/Makefile.am:9: `lib/gnulib.mk' included from here lib/gnulib.mk:217: gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36 does not appear in AM_CONDITIONAL lib/Makefile.am:9: `lib/gnulib.mk' included from here lib/gnulib.mk:356: gl_GNULIB_ENABLED_sigprocmask does not appear in AM_CONDITIONAL lib/Makefile.am:9: `lib/gnulib.mk' included from here lib/gnulib.mk:367: gl_GNULIB_ENABLED_stat does not appear in AM_CONDITIONAL lib/Makefile.am:9: `lib/gnulib.mk' included from here lib/gnulib.mk:382: GL_GENERATE_STDARG_H does not appear in AM_CONDITIONAL lib/Makefile.am:9: `lib/gnulib.mk' included from here lib/gnulib.mk:410: GL_GENERATE_STDBOOL_H does not appear in AM_CONDITIONAL lib/Makefile.am:9: `lib/gnulib.mk' included from here lib/gnulib.mk:433: GL_GENERATE_STDDEF_H does not appear in AM_CONDITIONAL lib/Makefile.am:9: `lib/gnulib.mk' included from here lib/gnulib.mk:463: GL_GENERATE_STDINT_H does not appear in AM_CONDITIONAL lib/Makefile.am:9: `lib/gnulib.mk' included from here lib/gnulib.mk:740: gl_GNULIB_ENABLED_strtoll does not appear in AM_CONDITIONAL lib/Makefile.am:9: `lib/gnulib.mk' included from here lib/gnulib.mk:751: gl_GNULIB_ENABLED_strtoull does not appear in AM_CONDITIONAL lib/Makefile.am:9: `lib/gnulib.mk' included from here lib/gnulib.mk:1036: gl_GNULIB_ENABLED_verify does not appear in AM_CONDITIONAL lib/Makefile.am:9: `lib/gnulib.mk' included from here lib/Makefile.am: installing `./depcomp' autoreconf: automake failed with exit status: 1 Then ran: $ make extraclean [ -r "/home/me/src/emacs/trunk/src/config.in" ] || ( cd /home/me/src/emacs/trunk && autoheader ) cd /home/me/src/emacs/trunk && automake --gnu -a -c lib/Makefile lib/gnulib.mk:30: GL_GENERATE_ALLOCA_H does not appear in AM_CONDITIONAL lib/Makefile.am:9: `lib/gnulib.mk' included from here lib/gnulib.mk:145: gl_GNULIB_ENABLED_dosname does not appear in AM_CONDITIONAL lib/Makefile.am:9: `lib/gnulib.mk' included from here lib/gnulib.mk:217: gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36 does not appear in AM_CONDITIONAL lib/Makefile.am:9: `lib/gnulib.mk' included from here lib/gnulib.mk:356: gl_GNULIB_ENABLED_sigprocmask does not appear in AM_CONDITIONAL lib/Makefile.am:9: `lib/gnulib.mk' included from here lib/gnulib.mk:367: gl_GNULIB_ENABLED_stat does not appear in AM_CONDITIONAL lib/Makefile.am:9: `lib/gnulib.mk' included from here lib/gnulib.mk:382: GL_GENERATE_STDARG_H does not appear in AM_CONDITIONAL lib/Makefile.am:9: `lib/gnulib.mk' included from here lib/gnulib.mk:410: GL_GENERATE_STDBOOL_H does not appear in AM_CONDITIONAL lib/Makefile.am:9: `lib/gnulib.mk' included from here lib/gnulib.mk:433: GL_GENERATE_STDDEF_H does not appear in AM_CONDITIONAL lib/Makefile.am:9: `lib/gnulib.mk' included from here lib/gnulib.mk:463: GL_GENERATE_STDINT_H does not appear in AM_CONDITIONAL lib/Makefile.am:9: `lib/gnulib.mk' included from here lib/gnulib.mk:740: gl_GNULIB_ENABLED_strtoll does not appear in AM_CONDITIONAL lib/Makefile.am:9: `lib/gnulib.mk' included from here lib/gnulib.mk:751: gl_GNULIB_ENABLED_strtoull does not appear in AM_CONDITIONAL lib/Makefile.am:9: `lib/gnulib.mk' included from here lib/gnulib.mk:1036: gl_GNULIB_ENABLED_verify does not appear in AM_CONDITIONAL lib/Makefile.am:9: `lib/gnulib.mk' included from here make: *** [/home/me/src/emacs/trunk/lib/Makefile.in] Error 1 Has anyone successfully compiled GNU Emacs on CentOS-5? I'd love to know what I'm doing wrong. Thanks, Pete In GNU Emacs 24.0.50.1 (x86_64-unknown-linux-gnu) of 2011-07-11 on pete-614-siq Windowing system distributor `The Cygwin/X Project', version 11.0.10904000 configured using `configure '--with-x' '--with-x-toolkit=no' '--without-sound' '--prefix=/home/me/usr/emacs'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t --bcaec548a39db7a72204a81db710 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I've been using Emacs compiled from cvs (now bzr) for several years.=A0= It has been about 6 months since I last built and am now getting errors du= e to autoconf requirements having been raised.

I'm running on Ce= ntOS 5.4 and autoconf is at 2.59 there.=A0 So I downloaded latest versions = of autoconf (2.68), m4 (1.4.16), and automake (1.11) and built all from sou= rce and was able to get further... autoconf didn't work.. 'autoreco= nf --install' got further but also failed:

$ autoreconf --install
configure= .in:646: installing `./compile'
configure.in:378: installing `./config.guess'
configure.in:378: installing `./config.sub' configure.in:28: installing `./insta= ll-sh'
configure.in:28: insta= lling `./missing'
lib/gnulib.mk:30: GL_GENERATE_ALLOCA_H does not appear in AM_CONDITIONAL
lib/Makefile.am:9:=A0=A0 `lib/
gnulib.mk= 9; included from here
lib/gnulib.mk:145= : gl_GNULIB_ENABLED_dosname does not appear in AM_CONDITIONAL
lib/Ma= kefile.am:9:=A0=A0 `lib/gnulib.mk' inc= luded from here
lib/gnulib.mk:217: gl_GNULIB_ENABLED_b= e453cec5eecf5731a274f2de7f2db36 does not appear in AM_CONDITIONAL
lib/Ma= kefile.am:9:=A0=A0 `lib/gnulib.mk' inc= luded from here
lib/gnulib.mk:356: gl_GNULIB_ENABLED_s= igprocmask does not appear in AM_CONDITIONAL
lib/Makefile.am:9:=A0=A0 `l= ib/gnulib.mk' included from here
li= b/gnulib.mk:367: gl_GNULIB_ENABLED_sta= t does not appear in AM_CONDITIONAL
lib/Makefile.am:9:=A0=A0 `lib/gnulib.mk= 9; included from here
lib/gnulib.mk:382= : GL_GENERATE_STDARG_H does not appear in AM_CONDITIONAL
lib/Makefil= e.am:9:=A0=A0 `lib/gnulib.mk' included= from here
lib/gnulib.mk:410: GL_GENERATE_STDBOOL= _H does not appear in AM_CONDITIONAL
lib/Makefile.am:9:=A0=A0 `lib/gnulib.mk' included from here
lib/gnulib.mk:433: GL_GENERATE_STDDEF_H does not= appear in AM_CONDITIONAL
lib/Makefile.am:9:=A0=A0 `lib/gnulib.mk= 9; included from here
lib/gnulib.mk:463= : GL_GENERATE_STDINT_H does not appear in AM_CONDITIONAL
lib/Makefil= e.am:9:=A0=A0 `lib/gnulib.mk' included= from here
lib/gnulib.mk:740: gl_GNULIB_ENABLED_s= trtoll does not appear in AM_CONDITIONAL
lib/Makefile.am:9:=A0=A0 `lib/<= a href=3D"http://gnulib.mk">gnulib.mk' included from here
lib/gnulib.mk:751: gl_GNULIB_ENABLED_strtoul= l does not appear in AM_CONDITIONAL
lib/Makefile.am:9:=A0=A0 `lib/gnulib.mk= 9; included from here
lib/gnulib.mk:10= 36: gl_GNULIB_ENABLED_verify does not appear in AM_CONDITIONAL
lib/M= akefile.am:9:=A0=A0 `lib/gnulib.mk' in= cluded from here
lib/Makefile.am: installing `./depcomp'
autoreconf: automake failed = with exit status: 1


Then ran:
$ make extraclean
[ -r "= ;/home/me/src/emacs/trunk/src/config.in&qu= ot; ] || ( cd /home/me/src/emacs/trunk && autoheader )
cd /home/me/src/emacs/trunk && automake --gnu -a -c lib/Makefilelib/gnulib.mk:30: GL_GENERATE_ALLOCA_H= does not appear in AM_CONDITIONAL
lib/Makefile.am:9:=A0=A0 `lib/gnulib.mk' included from here
lib/gnulib.mk:145: gl_GNULIB_ENABLED_d= osname does not appear in AM_CONDITIONAL
lib/Makefile.am:9:=A0=A0 `lib/<= a href=3D"http://gnulib.mk">gnulib.mk' included from here
lib/gnulib.mk:217: gl_GNULIB_ENABLED_be453ce= c5eecf5731a274f2de7f2db36 does not appear in AM_CONDITIONAL
lib/Makefile.am:9:=A0=A0 `lib/gnulib.mk= 9; included from here
lib/gnulib.mk:356= : gl_GNULIB_ENABLED_sigprocmask does not appear in AM_CONDITIONAL
li= b/Makefile.am:9:=A0=A0 `lib/gnulib.mk'= included from here
lib/gnulib.mk:367: gl_GNULIB_ENABLED_s= tat does not appear in AM_CONDITIONAL
lib/Makefile.am:9:=A0=A0 `lib/gnulib.mk' included from here
lib/gnulib.mk:382: GL_GENERATE_STDARG_H does no= t appear in AM_CONDITIONAL
lib/Makefile.am:9:=A0=A0 `lib/gnulib.mk= 9; included from here
lib/gnulib.mk:410= : GL_GENERATE_STDBOOL_H does not appear in AM_CONDITIONAL
lib/Makefi= le.am:9:=A0=A0 `lib/gnulib.mk' include= d from here
lib/gnulib.mk:433: GL_GENERATE_STDDEF_= H does not appear in AM_CONDITIONAL
lib/Makefile.am:9:=A0=A0 `lib/gnulib.mk' included from here
lib/gnulib.mk:463: GL_GENERATE_STDINT_H does not = appear in AM_CONDITIONAL
lib/Makefile.am:9:=A0=A0 `lib/gnulib.mk= 9; included from here
lib/gnulib.mk:740= : gl_GNULIB_ENABLED_strtoll does not appear in AM_CONDITIONAL
lib/Ma= kefile.am:9:=A0=A0 `lib/gnulib.mk' inc= luded from here
lib/gnulib.mk:751: gl_GNULIB_ENABLED_s= trtoull does not appear in AM_CONDITIONAL
lib/Makefile.am:9:=A0=A0 `lib/= gnulib.mk' included from here
lib/<= a href=3D"http://gnulib.mk:1036">gnulib.mk:1036: gl_GNULIB_ENABLED_veri= fy does not appear in AM_CONDITIONAL
lib/Makefile.am:9:=A0=A0 `lib/gnulib.mk= 9; included from here
make: *** [/home/me/src/emacs/trunk/lib/Makefile.i= n] Error 1


Has anyone successfully compiled GNU Emacs on CentOS-= 5?=A0 I'd love to know what I'm doing wrong.

Thanks,
Pete


In GNU Emacs 24.0.50.1 (x86_64-unknown-linux= -gnu)
=A0of 2011-07-11 on pete-614-siq
Windowing system distributor `= The Cygwin/X Project', version 11.0.10904000
configured using `confi= gure=A0 '--with-x' '--with-x-toolkit=3Dno' '--without-s= ound' '--prefix=3D/home/me/usr/emacs''

Important settings:
=A0 value of $LC_ALL: nil
=A0 value of $LC_CO= LLATE: nil
=A0 value of $LC_CTYPE: nil
=A0 value of $LC_MESSAGES: nil=
=A0 value of $LC_MONETARY: nil
=A0 value of $LC_NUMERIC: nil
=A0 = value of $LC_TIME: nil
=A0 value of $LANG: en_US.UTF-8
=A0 value of $XMODIFIERS: nil
=A0 loc= ale-coding-system: utf-8-unix
=A0 default enable-multibyte-characters: t=



--bcaec548a39db7a72204a81db710-- From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 15 12:45:00 2011 Received: (at 9093) by debbugs.gnu.org; 15 Jul 2011 16:45:01 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QhlVc-00024C-FN for submit@debbugs.gnu.org; Fri, 15 Jul 2011 12:45:00 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QhlVa-00023y-Mz for 9093@debbugs.gnu.org; Fri, 15 Jul 2011 12:44:59 -0400 Received: from localhost ([127.0.0.1]:41977) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhlVT-00011C-Pk; Fri, 15 Jul 2011 12:44:52 -0400 From: Glenn Morris To: Pete Lee Subject: Re: bug#9093: 24.0.50; compilation error References: X-Spook: ammunition Audiotel Bin Laden afsatcom Steve Case AIEWS X-Ran: &x$>ddZ=A%?kPP#ee816-'|&J1$860zATK0Z[%%x48'j9UotP*#|E8-w;W`^>.,RD=A%=1 X-Hue: magenta X-Attribution: GM Date: Fri, 15 Jul 2011 12:44:51 -0400 In-Reply-To: (Pete Lee's message of "Fri, 15 Jul 2011 10:58:16 -0500") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 9093 Cc: 9093@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) Pete Lee wrote: > $ autoreconf --install Please read INSTALL.BZR. This advises you to use ./autogen.sh. Or `autoreconf -i -I m4'. You are missing the `-I m4' part. From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 18 12:53:35 2011 Received: (at 9093-done) by debbugs.gnu.org; 18 Jul 2011 16:53:36 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qir4Z-0007zF-5i for submit@debbugs.gnu.org; Mon, 18 Jul 2011 12:53:35 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qir4W-0007z0-MB for 9093-done@debbugs.gnu.org; Mon, 18 Jul 2011 12:53:33 -0400 Received: from localhost ([127.0.0.1]:40857) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qir4Q-000834-3m; Mon, 18 Jul 2011 12:53:26 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20004.25861.748060.239893@fencepost.gnu.org> Date: Mon, 18 Jul 2011 12:53:25 -0400 From: Glenn Morris To: 9093-done@debbugs.gnu.org Subject: Re: bug#9093: 24.0.50; compilation error In-Reply-To: References: X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: red X-Ran: b|t2yQ"IddW/i:s6)(zEhBT>h|zF?A+ij2-ZL`f;#pDcvt\6R.|TdK5{~6%&~}Z%[kx%V+ X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 9093-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) Pete Lee wrote (on Mon, 18 Jul 2011 at 10:20 -0500): > That did it.. you can close. From unknown Sat Aug 16 21:12:40 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 16 Aug 2011 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator