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
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
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
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
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
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
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
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-
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
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]:
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
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
12 matches
Mail list logo