From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: A problem building docs Date: Mon, 15 Nov 2010 23:17:38 +0100 Message-ID: <4CE1B182.1000605@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1289859512 24898 80.91.229.12 (15 Nov 2010 22:18:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 15 Nov 2010 22:18:32 +0000 (UTC) To: Emacs Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 15 23:18:28 2010 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.69) (envelope-from ) id 1PI7Nc-0004i2-5m for ged-emacs-devel@m.gmane.org; Mon, 15 Nov 2010 23:18:28 +0100 Original-Received: from localhost ([127.0.0.1]:33081 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PI7Nb-0001aC-Fy for ged-emacs-devel@m.gmane.org; Mon, 15 Nov 2010 17:18:27 -0500 Original-Received: from [140.186.70.92] (port=33114 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PI7NH-00015V-9j for emacs-devel@gnu.org; Mon, 15 Nov 2010 17:18:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PI7Mw-0003S7-Ob for emacs-devel@gnu.org; Mon, 15 Nov 2010 17:18:01 -0500 Original-Received: from smtp206.alice.it ([82.57.200.102]:56912) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PI7Mw-0003Qr-Fz for emacs-devel@gnu.org; Mon, 15 Nov 2010 17:17:46 -0500 Original-Received: from [127.0.0.1] (82.57.155.228) by smtp206.alice.it (8.5.124.08) id 4C1A268C0A1F3D74 for emacs-devel@gnu.org; Mon, 15 Nov 2010 23:17:44 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 X-Antivirus: avast! (VPS 101115-1, 15/11/2010), Outbound message X-Antivirus-Status: Clean X-detected-operating-system: by eggs.gnu.org: Windows 98 (1) 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:132675 Archived-At: I have just upgraded from GNU/Linux Kubuntu 10.04 to Kubuntu 10.10 and noticed this issue building Emacs PDF manual. Usually I bootstrap Emacs in a separate directory, 'Work', under Emacs tree. So $ cd /tmp/emacs/Work/doc/emacs $ make emacs.pdf TEXINPUTS="/tmp/emacs/doc/emacs:/tmp/emacs/doc/emacs/../misc:" MAKEINFO="makeinfo --force -I /tmp/emacs/doc/emacs -I/tmp/emacs/doc/emacs" texi2pdf /tmp/emacs/doc/emacs/emacs.texi egrep: Fine dell'intervallo non valida /usr/bin/texi2dvi: cannot read .//tmp/emacs/doc/emacs/emacs.texi, skipping. make: *** [emacs.pdf] Errore 1 (where : "egrep: Fine dell'intervallo non valida" == "egrep: End of intervall not valid") Notice that in my environment: $ echo $LANG it_IT.UTF-8 But If I run: $ LANG="" make emacs.pdf it works just fine, without the 'egrep' message, and 'emacs.pdf' is built. It is built also if I run directly: $ texi2pdf emacs.texi (this time *with* the egrep message). These issues where absent in K10.04 with the same LANG... Ciao, Angelo.