unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* make pdf is failing
@ 2013-03-31  6:12 Jambunathan K
  2013-03-31  6:23 ` Paul Eggert
  0 siblings, 1 reply; 3+ messages in thread
From: Jambunathan K @ 2013-03-31  6:12 UTC (permalink / raw)
  To: emacs-devel


make pdf is failing.  What should I do?

I was trying to build pdf files for CEDET manuals.

kjambunathan@debian-6:~/src/emacs/trunk$ pwd
/home/kjambunathan/src/emacs/trunk

kjambunathan@debian-6:~/src/emacs/trunk$ make pdf
[ -r "/home/kjambunathan/src/emacs/trunk/src/config.in" ] || ( cd /home/kjambunathan/src/emacs/trunk && autoheader )
t=lispref-pdf; IFS=-; set $t; IFS=; cd doc/$1 && make  $2
make[1]: Entering directory `/home/kjambunathan/src/emacs/trunk/doc/lispref'
TEXINPUTS="/home/kjambunathan/src/emacs/trunk/doc/lispref:/home/kjambunathan/src/emacs/trunk/doc/lispref/../misc:/home/kjambunathan/src/emacs/trunk/doc/lispref/../emacs:" MAKEINFO="/usr/bin/makeinfo --force --enable-encoding -I /home/kjambunathan/src/emacs/trunk/doc/lispref/../emacs -I /home/kjambunathan/src/emacs/trunk/doc/lispref" texi2pdf /home/kjambunathan/src/emacs/trunk/doc/lispref/elisp.texi
egrep: Invalid range end
/usr/bin/texi2dvi: cannot read .//home/kjambunathan/src/emacs/trunk/doc/lispref/elisp.texi, skipping.
make[1]: *** [elisp.pdf] Error 1
make[1]: Leaving directory `/home/kjambunathan/src/emacs/trunk/doc/lispref'
make: *** [lispref-pdf] Error 2



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

* Re: make pdf is failing
  2013-03-31  6:12 make pdf is failing Jambunathan K
@ 2013-03-31  6:23 ` Paul Eggert
  2013-03-31 17:30   ` Jambunathan K
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Eggert @ 2013-03-31  6:23 UTC (permalink / raw)
  To: Jambunathan K; +Cc: emacs-devel

On 03/30/13 23:12, Jambunathan K wrote:
> egrep: Invalid range end

I'd guess you've run into Debian bug 584191
<http://bugs.debian.org/584191>.  Try
setting LC_ALL=C in your environment; that
may work around the bug.  Or upgrade to Texinfo 5.0,
if you can stand the performance hit.



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

* Re: make pdf is failing
  2013-03-31  6:23 ` Paul Eggert
@ 2013-03-31 17:30   ` Jambunathan K
  0 siblings, 0 replies; 3+ messages in thread
From: Jambunathan K @ 2013-03-31 17:30 UTC (permalink / raw)
  To: emacs-devel

Paul Eggert <eggert@cs.ucla.edu> writes:

> On 03/30/13 23:12, Jambunathan K wrote:
>> egrep: Invalid range end
>
> Try setting LC_ALL=C in your environment; that may work around the
> bug. 

Thanks.  With the above suggestion, I am able to build pdf files now.



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

end of thread, other threads:[~2013-03-31 17:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-31  6:12 make pdf is failing Jambunathan K
2013-03-31  6:23 ` Paul Eggert
2013-03-31 17:30   ` Jambunathan K

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