From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Thomas_H=C3=BChn?= Newsgroups: gmane.emacs.devel Subject: Re: makeinfo check fails Date: Tue, 05 May 2009 05:41:00 +0200 Message-ID: <874ow0w71v.fsf@df6b177d3107cf5.invalid> References: <87skjmozc4.fsf@df6b177d3107cf5.invalid> <9wiqkgplua.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1241495040 26757 80.91.229.12 (5 May 2009 03:44:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 May 2009 03:44:00 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 05 05:43:44 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1M1BZH-00074q-Ls for ged-emacs-devel@m.gmane.org; Tue, 05 May 2009 05:43:43 +0200 Original-Received: from localhost ([127.0.0.1]:37621 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M1BZH-0004l1-1T for ged-emacs-devel@m.gmane.org; Mon, 04 May 2009 23:43:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M1BZC-0004km-AK for emacs-devel@gnu.org; Mon, 04 May 2009 23:43:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M1BZ6-0004ka-UT for emacs-devel@gnu.org; Mon, 04 May 2009 23:43:37 -0400 Original-Received: from [199.232.76.173] (port=53773 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M1BZ6-0004kX-Ok for emacs-devel@gnu.org; Mon, 04 May 2009 23:43:32 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:45644 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M1BZ5-0000Bi-Vk for emacs-devel@gnu.org; Mon, 04 May 2009 23:43:32 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1M1BZ2-0007q5-Lc for emacs-devel@gnu.org; Tue, 05 May 2009 03:43:28 +0000 Original-Received: from e179254085.adsl.alicedsl.de ([85.179.254.85]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 May 2009 03:43:28 +0000 Original-Received: from xf27 by e179254085.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 May 2009 03:43:28 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: e179254085.adsl.alicedsl.de Cancel-Lock: sha1:q+07SjqS702SYqyGLrLsktOgVec= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:110667 Archived-At: Glenn Morris writes: >> My makeinfo is "makeinfo (GNU texinfo) 4.12". > > Seems fine. This passes the test configure applies: > > echo 'makeinfo (GNU texinfo) 4.12' | \ > egrep 'texinfo[^0-9]*([1-4][0-9]+|[5-9]|4\.[6-9]|4\.[1-5][0-9]+)' > > (where configure has already set 'egrep' to whatever is appropriate.) Thanks, Miles. Another reader already helped me see my mistake. makeinfo was indeed not found at all (and I thought it was a version problem). My path was incorrect. I was able to build Emacs now. Thomas