unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* A problem building docs
@ 2010-11-15 22:17 Angelo Graziosi
  2010-11-15 23:26 ` Andreas Schwab
  0 siblings, 1 reply; 2+ messages in thread
From: Angelo Graziosi @ 2010-11-15 22:17 UTC (permalink / raw)
  To: Emacs

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.



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: A problem building docs
  2010-11-15 22:17 A problem building docs Angelo Graziosi
@ 2010-11-15 23:26 ` Andreas Schwab
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Schwab @ 2010-11-15 23:26 UTC (permalink / raw)
  To: Angelo Graziosi; +Cc: Emacs

Angelo Graziosi <angelo.graziosi@alice.it> writes:

> 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.

$ tex2dvi --help
[...]
Email bug reports to <bug-texinfo@gnu.org>,
[...]

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-11-15 23:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-15 22:17 A problem building docs Angelo Graziosi
2010-11-15 23:26 ` Andreas Schwab

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).