Re: [O] make doc failing

2013-12-30 Thread Rustom Mody
My current conclusion on this is that there seems to be some issues with texi2pdf version 5 The explicit command texi2pdf -V --tidy --batch --expand org.texi generated this first page [Note there is some garbage at top] texi2pdf --batch --expand org.texi ends with /usr/bin/texi2dvi: pdfetex exit

Re: [O] make doc failing

2013-12-30 Thread Rustom Mody
On Mon, Dec 30, 2013 at 3:36 PM, Vladimir Lomov wrote: >> In short texi2dvi works texi2pdf fails > > Try to add -q option to TEXI2PDF, I resolved that issue when texinfo 5.0 > (actually I don't remember when, though could dig git log of my repo) > apperead in my distro (Archlinux). > > P.S. > If yo

Re: [O] make doc failing

2013-12-30 Thread Achim Gratz
Am 30.12.2013 06:57, schrieb Rustom Mody: And doc/Makefile has: %.pdf:LC_ALL=C# work around a bug in texi2dvi %.pdf:LANG=C# work around a bug in texi2dvi %.pdf:%.texi org-version.inc $(TEXI2PDF) $< Commenting out the LC/LANG lines makes the perl warning

Re: [O] make doc failing

2013-12-30 Thread Vladimir Lomov
Hello, ** Rustom Mody [2013-12-30 11:27:46 +0530]: > Nick wrote: >> Rusi wrote: >>> $ makeinfo --version >>> makeinfo (GNU texinfo) 5.2 >>> Is yours the same? >> No, mine is 4.13 - apparently before the perl switcheroo. > And doc/Makefile has: > %.pdf:LC_ALL=C# work around a bug i

Re: [O] make doc failing

2013-12-29 Thread Rustom Mody
Nick wrote: > Rusi wrote: > > $ makeinfo --version > > makeinfo (GNU texinfo) 5.2 > > > > Is yours the same? > > > No, mine is 4.13 - apparently before the perl switcheroo. And doc/Makefile has: %.pdf:LC_ALL=C# work around a bug in texi2dvi %.pdf:LANG=C# work around a

Re: [O] make doc failing

2013-12-29 Thread Nick Dokos
Rustom Mody writes: > Nick wrote: > >> > texi2pdf --batch --clean --expand org.texi >> > perl: warning: Setting locale failed. >> > perl: warning: Please check that your locale settings: >> > LANGUAGE = (unset), >> > LC_ALL = (unset), >> > LANG = "C" >> > are supported and

Re: [O] make doc failing

2013-12-29 Thread Rustom Mody
Nick wrote: > > texi2pdf --batch --clean --expand org.texi > > perl: warning: Setting locale failed. > > perl: warning: Please check that your locale settings: > > LANGUAGE = (unset), > > LC_ALL = (unset), > > LANG = "C" > > are supported and installed on your system. > Wh

Re: [O] make doc failing

2013-12-29 Thread Nick Dokos
Rustom Mody writes: > Nick wrote: >> I tried last night and again tonight after pulling: I get no errors >> with `make doc'. > > And I continue to get the errors with no doc (pdf) built. > I can attach the build messages (800 lines) > For now some snippets of what I see > > git pull > Already up-

Re: [O] make doc failing

2013-12-29 Thread Rustom Mody
Nick wrote: > I tried last night and again tonight after pulling: I get no errors > with `make doc'. And I continue to get the errors with no doc (pdf) built. I can attach the build messages (800 lines) For now some snippets of what I see git pull Already up-to-date. ... texi2pdf --batch --clean

Re: [O] make doc failing

2013-12-28 Thread Nick Dokos
Rustom Mody writes: > After latest pull make doc is failing to make org.pdf > > Lots of stuff ending with > --- > Output written on org.pdf (259 pages, 976592 bytes). > Transcript written on org.log. > /usr/bin/texi2dvi: pdftex exited with bad status, quitting. > make[1]:

Re: [O] make doc failing

2013-12-27 Thread Rustom Mody
On Sat, Dec 28, 2013 at 9:06 AM, Rustom Mody wrote: > After latest pull make doc is failing to make org.pdf > > Lots of stuff ending with > --- > Output written on org.pdf (259 pages, 976592 bytes). > Transcript written on org.log. > /usr/bin/texi2dvi: pdftex exited with ba

[O] make doc failing

2013-12-27 Thread Rustom Mody
After latest pull make doc is failing to make org.pdf Lots of stuff ending with --- Output written on org.pdf (259 pages, 976592 bytes). Transcript written on org.log. /usr/bin/texi2dvi: pdftex exited with bad status, quitting. make[1]: *** [org.pdf] Error 1 make[1]: Leavin