For the archives - I sent a rendered spec directly to Joshua. -michael
On 4/14/16, 2:56 AM, "Joshua Olson" <[email protected]> wrote: >I'm curious whether the non-ascii symbols in the spec were corrected by >https://github.com/chapel-lang/chapel/pull/3710 (the pdf isn't online >yet). `make spec` isn't recognized anywhere in the repo's file tree I've >tried, but I have tried: > > >cd doc/sphinx && make latexpdf > > >and > > >cd spec && make > > >The former gives: > > >Removing all symbolic links contained in source/ >find source -type l -delete >rm -f language/reference.pdf >rm -f language/spec.pdf >Setting up symlinks from /doc/release to /doc/sphinx/source >./symlinks.py >$CHPL_HOME is not set. Unable to build webdocs >cp ../release/quickReference.pdf source/language/quickReference.pdf >cp ../release/chapelLanguageSpec.pdf >source/language/chapelLanguageSpec.pdf >rm -rf build >sphinx-build -b latex -d build/doctrees -W source build/latex >Running Sphinx v1.3.6 >making output directory... > > >Extension error: >Could not import extension sphinxcontrib.chapeldomain (exception: No >module name >d 'sphinxcontrib') >Makefile.sphinx:132: recipe for target 'latexpdf' failed >make: *** [latexpdf] Error 1 > > > > > > > > > >While the latter says: > > > > > > > >touch spec.ind >./collect_syntax.pl <http://collect_syntax.pl> >Collected 237 grammar rules in Syntax.tex >pdflatex -file-line-error -halt-on-error spec >This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015/TeX Live >for SUSE >Linux) (preloaded format=pdflatex) > restricted \write18 enabled. >entering extended mode >(./spec.tex >LaTeX2e <2015/01/01> patch level 2 >Babel <3.9m> and hyphenation patterns for 79 languages loaded. >(./spec.cls >Document Class: spec >(/usr/share/texmf/tex/latex/base/book.cls >Document Class: book 2014/09/29 v1.4h Standard LaTeX document class >(/usr/share/texmf/tex/latex/base/bk10.clo))) >(/usr/share/texmf/tex/latex/base/fontenc.sty >(/usr/share/texmf/tex/latex/base/t1enc.def)) >(/usr/share/texmf/tex/latex/amsmath/amsmath.sty >For additional information on amsmath, use the `?' option. >(/usr/share/texmf/tex/latex/amsmath/amstext.sty >(/usr/share/texmf/tex/latex/amsmath/amsgen.sty)) >(/usr/share/texmf/tex/latex/amsmath/amsbsy.sty) >(/usr/share/texmf/tex/latex/amsmath/amsopn.sty)) >(/usr/share/texmf/tex/latex/amsfonts/amssymb.sty >(/usr/share/texmf/tex/latex/amsfonts/amsfonts.sty)) >(/usr/share/texmf/tex/latex/graphics/color.sty >(/usr/share/texmf/tex/latex/latexconfig/color.cfg) >(/usr/share/texmf/tex/latex/pdftex-def/pdftex.def >(/usr/share/texmf/tex/generic/oberdiek/infwarerr.sty) >(/usr/share/texmf/tex/generic/oberdiek/ltxcmds.sty))) >(/usr/share/texmf/tex/latex/psnfss/times.sty) >(/usr/share/texmf/tex/latex/graphics/graphicx.sty >(/usr/share/texmf/tex/latex/graphics/keyval.sty) >(/usr/share/texmf/tex/latex/graphics/graphics.sty >(/usr/share/texmf/tex/latex/graphics/trig.sty) >(/usr/share/texmf/tex/latex/latexconfig/graphics.cfg))) >(/usr/share/texmf/tex/latex/listings/listings.sty >(/usr/share/texmf/tex/latex/listings/lstmisc.sty) >(/usr/share/texmf/tex/latex/listings/listings.cfg)) >(/usr/share/texmf/tex/latex/tools/longtable.sty) > > >! LaTeX Error: File `tocbibind.sty' not found. > > >Type X to quit or <RETURN> to proceed, >or enter new name. (Default extension: sty) > > >Enter file name: > > >./spec.tex:12: LaTeX Error: Unknown option `nottoc' for package >`tocbibind'. > > >See the LaTeX manual or LaTeX Companion for explanation. >Type H <return> for immediate help. > ... > > >l.12 \usepackage > {multirow} >./spec.tex:12: ==> Fatal error occurred, no output PDF file produced! >Transcript written on spec.log. >Makefile:2: recipe for target 'all' failed >make: *** [all] Error 1 > > ------------------------------------------------------------------------------ Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z _______________________________________________ Chapel-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/chapel-bugs
