#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
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)
Change History (10)
by , 18 years ago
Attachment: | doxygen_api_conf.in.patch added |
---|
comment:1 by , 18 years ago
Om my system after i switched off PDF_HYPERLINKS generation, build system became happy.
comment:2 by , 18 years ago
attachments.isobsolete: | 0 → 1 |
---|
(From update of attachment 23) duplicate attachment
comment:3 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
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.
comment:4 by , 18 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
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 , 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 , 18 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
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.
swithcing PDF_HYPERLINKS off