Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#95 closed defect (released)

make error: refman.dvi

Reported by: Ruslan Spivak Owned by: Olly Betts
Priority: normal Milestone:
Component: Other Version: SVN trunk
Severity: major Keywords:
Cc: Blocked By:
Blocking: Operating System: Linux

Description

cd apidoc/latex && (pool_size=750000 make refman.ps
pool_size=750000

make refman.ps) make[4]: Entering directory `/home/alienoid/write/ir/xapian/BUILD/xapian-core/docs/apidoc/latex' echo "Running latex..." Running latex... /usr/bin/latex refman.tex This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) entering extended mode (./refman.tex LaTeX2e <2003/12/01> Babel <v3.8d> and hyphenation patterns for american, french, german, ngerman, b ahasa, basque, bulgarian, catalan, croatian, czech, danish, dutch, esperanto, e stonian, finnish, greek, icelandic, irish, italian, latin, magyar, norsk, polis h, portuges, romanian, russian, serbian, slovak, slovene, spanish, swedish, tur kish, ukrainian, nohyphenation, loaded.

make[4]: * [refman.dvi] Error 1 make[4]: Leaving directory `/home/alienoid/write/ir/xapian/BUILD/xapian-core/docs/apidoc/latex' make[4]: Entering directory `/home/alienoid/write/ir/xapian/BUILD/xapian-core/docs/apidoc/latex' echo "Running latex..." Running latex... /usr/bin/latex refman.tex This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) entering extended mode (./refman.tex LaTeX2e <2003/12/01> Babel <v3.8d> and hyphenation patterns for american, french, german, ngerman, b ahasa, basque, bulgarian, catalan, croatian, czech, danish, dutch, esperanto, e stonian, finnish, greek, icelandic, irish, italian, latin, magyar, norsk, polis h, portuges, romanian, russian, serbian, slovak, slovene, spanish, swedish, tur kish, ukrainian, nohyphenation, loaded.

make[4]: * [refman.dvi] Error 1 make[4]: Leaving directory `/home/alienoid/write/ir/xapian/BUILD/xapian-core/docs/apidoc/latex' make[3]: * [apidoc.ps] Error 2 make[3]: Leaving directory `/home/alienoid/write/ir/xapian/BUILD/xapian-core/docs' make[2]: * [all-recursive] Error 1 make[2]: Leaving directory `/home/alienoid/write/ir/xapian/BUILD/xapian-core' make[1]: * [all] Error 2 make[1]: Leaving directory `/home/alienoid/write/ir/xapian/BUILD/xapian-core' make: * [all] Error 2

Attachments (3)

doxygen_api_conf.in.patch (475 bytes ) - added by Ruslan Spivak 18 years ago.
swithcing PDF_HYPERLINKS off
doxygen_full_conf.in.patch (478 bytes ) - added by Ruslan Spivak 18 years ago.
switching PDF_HYPERLINKS off
refman.log.gz (13.7 KB ) - added by Ruslan Spivak 18 years ago.
refman.log

Download all attachments as: .zip

Change History (10)

by Ruslan Spivak, 18 years ago

Attachment: doxygen_api_conf.in.patch added

swithcing PDF_HYPERLINKS off

by Ruslan Spivak, 18 years ago

Attachment: doxygen_full_conf.in.patch added

switching PDF_HYPERLINKS off

comment:1 by Ruslan Spivak, 18 years ago

Om my system after i switched off PDF_HYPERLINKS generation, build system became happy.

comment:2 by Olly Betts, 18 years ago

attachments.isobsolete: 01

(From update of attachment 23) duplicate attachment

comment:3 by Olly Betts, 18 years ago

Resolution: fixed
Status: newclosed

On Debian, this problem turns out to be caused by not installing tetex-extra. There's a more useful error message in refman.log, which is how I worked this out.

SVN HEAD now does "cat refman.log" if there's an error, and I've noted that tetex-extra is required on Debian. If you let me know what package is required for Fedora Core, I'll note that too.

by Ruslan Spivak, 18 years ago

Attachment: refman.log.gz added

refman.log

comment:4 by Olly Betts, 18 years ago

Resolution: fixed
Status: closedreopened

Hmm, that log ends:

Output written on refman.pdf (173 pages, 1199330 bytes).

Which makes me suspect that this is the same as bug #81:

http://www.xapian.org/cgi-bin/bugzilla/show_bug.cgi?id=81

Is your /usr/bin/latex a symlink to pdflatex?

comment:5 by Ruslan Spivak, 18 years ago

$ latex This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)

command from http://www.xapian.org/cgi-bin/bugzilla/show_bug.cgi?id=81 ./configure --enable-maintainer-mode LATEX='/usr/bin/latex -output-format=dvi' doesn't help.

comment:6 by Olly Betts, 18 years ago

Resolution: fixed
Status: reopenedclosed

I've just checked in a change to SVN so we always use pdflatex to create a PDF for the API documentation, so this should no longer be an issue.

comment:7 by Olly Betts, 18 years ago

Operating System: Linux
Resolution: fixedreleased

Fixed in 0.9.8

Note: See TracTickets for help on using tickets.