Last active
December 27, 2015 23:39
-
-
Save o11c/7407754 to your computer and use it in GitHub Desktop.
Errors compiling Rust 0.8 docs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ make docs | |
| cfg: build triple x86_64-unknown-linux-gnu | |
| cfg: host triples x86_64-unknown-linux-gnu | |
| cfg: target triples x86_64-unknown-linux-gnu | |
| cfg: enabling more debugging (CFG_ENABLE_DEBUG) | |
| cfg: host for x86_64-unknown-linux-gnu is x86_64 | |
| cfg: os for x86_64-unknown-linux-gnu is unknown-linux-gnu | |
| cfg: using gcc | |
| cfg: no llnextgen found, omitting grammar-verification | |
| version-info: doc/version_info.html | |
| sed -e "s/VERSION/0.8/; s/SHORT_HASH//;\ | |
| s/STAMP//;" /tmp/build/rust-0.8/doc/version_info.html.template >doc/version_info.html | |
| pandoc: doc/rust.html | |
| version-stamp: doc/version.md | |
| pandoc: doc/rust.tex | |
| pandoc: doc/rustpkg.html | |
| pandoc: doc/tutorial.html | |
| pandoc: Duplicate link reference `[rustpkg]' "source" (line 2694, column 1) | |
| pandoc: doc/tutorial-macros.html | |
| pandoc: doc/tutorial-container.html | |
| pandoc: doc/tutorial-ffi.html | |
| pandoc: doc/tutorial-borrowed-ptr.html | |
| pandoc: doc/tutorial-tasks.html | |
| pandoc: doc/tutorial-conditions.html | |
| pandoc: doc/tutorial-rustpkg.html | |
| pdflatex: doc/rust.pdf | |
| This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013/Debian) | |
| restricted \write18 enabled. | |
| entering extended mode | |
| make: *** [doc/rust.pdf] Error 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cfg: build triple x86_64-unknown-linux-gnu | |
| cfg: host triples x86_64-unknown-linux-gnu | |
| cfg: target triples x86_64-unknown-linux-gnu | |
| cfg: enabling more debugging (CFG_ENABLE_DEBUG) | |
| cfg: host for x86_64-unknown-linux-gnu is x86_64 | |
| cfg: os for x86_64-unknown-linux-gnu is unknown-linux-gnu | |
| cfg: using gcc | |
| cfg: no llnextgen found, omitting grammar-verification | |
| sed -e "s/VERSION/0.8/; s/SHORT_HASH//;\ | |
| s/STAMP//;" /tmp/build/rust-0.8/doc/version_info.html.template >doc/version_info.html | |
| /usr/bin/nodejs /tmp/build/rust-0.8/doc/prep.js --highlight /tmp/build/rust-0.8/doc/rust.md | \ | |
| "/usr/bin/pandoc" \ | |
| --standalone --toc \ | |
| --section-divs \ | |
| --number-sections \ | |
| --from=markdown --to=html \ | |
| --css=rust.css \ | |
| --css=manual.css \ | |
| --include-before-body=doc/version_info.html \ | |
| --output=doc/rust.html | |
| echo "0.8" >doc/version.md | |
| /usr/bin/nodejs /tmp/build/rust-0.8/doc/prep.js /tmp/build/rust-0.8/doc/rust.md | \ | |
| "/usr/bin/pandoc" \ | |
| --standalone --toc \ | |
| --number-sections \ | |
| --include-before-body=doc/version.md \ | |
| --from=markdown --to=latex \ | |
| --output=doc/rust.tex | |
| /usr/bin/nodejs /tmp/build/rust-0.8/doc/prep.js --highlight /tmp/build/rust-0.8/doc/rustpkg.md | \ | |
| "/usr/bin/pandoc" \ | |
| --standalone --toc \ | |
| --section-divs \ | |
| --number-sections \ | |
| --from=markdown --to=html \ | |
| --css=rust.css \ | |
| --css=manual.css \ | |
| --include-before-body=doc/version_info.html \ | |
| --output=doc/rustpkg.html | |
| /usr/bin/nodejs /tmp/build/rust-0.8/doc/prep.js --highlight /tmp/build/rust-0.8/doc/tutorial.md | \ | |
| /usr/bin/pandoc --standalone --toc \ | |
| --section-divs --number-sections \ | |
| --from=markdown --to=html --css=rust.css \ | |
| --include-before-body=doc/version_info.html \ | |
| --output=doc/tutorial.html | |
| pandoc: Duplicate link reference `[rustpkg]' "source" (line 2694, column 1) | |
| /usr/bin/nodejs /tmp/build/rust-0.8/doc/prep.js --highlight /tmp/build/rust-0.8/doc/tutorial-macros.md | \ | |
| /usr/bin/pandoc --standalone --toc \ | |
| --section-divs --number-sections \ | |
| --from=markdown --to=html --css=rust.css \ | |
| --include-before-body=doc/version_info.html \ | |
| --output=doc/tutorial-macros.html | |
| /usr/bin/nodejs /tmp/build/rust-0.8/doc/prep.js --highlight /tmp/build/rust-0.8/doc/tutorial-container.md | \ | |
| /usr/bin/pandoc --standalone --toc \ | |
| --section-divs --number-sections \ | |
| --from=markdown --to=html --css=rust.css \ | |
| --include-before-body=doc/version_info.html \ | |
| --output=doc/tutorial-container.html | |
| /usr/bin/nodejs /tmp/build/rust-0.8/doc/prep.js --highlight /tmp/build/rust-0.8/doc/tutorial-ffi.md | \ | |
| /usr/bin/pandoc --standalone --toc \ | |
| --section-divs --number-sections \ | |
| --from=markdown --to=html --css=rust.css \ | |
| --include-before-body=doc/version_info.html \ | |
| --output=doc/tutorial-ffi.html | |
| /usr/bin/nodejs /tmp/build/rust-0.8/doc/prep.js --highlight /tmp/build/rust-0.8/doc/tutorial-borrowed-ptr.md | \ | |
| /usr/bin/pandoc --standalone --toc \ | |
| --section-divs --number-sections \ | |
| --from=markdown --to=html --css=rust.css \ | |
| --include-before-body=doc/version_info.html \ | |
| --output=doc/tutorial-borrowed-ptr.html | |
| /usr/bin/nodejs /tmp/build/rust-0.8/doc/prep.js --highlight /tmp/build/rust-0.8/doc/tutorial-tasks.md | \ | |
| /usr/bin/pandoc --standalone --toc \ | |
| --section-divs --number-sections \ | |
| --from=markdown --to=html --css=rust.css \ | |
| --include-before-body=doc/version_info.html \ | |
| --output=doc/tutorial-tasks.html | |
| /usr/bin/nodejs /tmp/build/rust-0.8/doc/prep.js --highlight /tmp/build/rust-0.8/doc/tutorial-conditions.md | \ | |
| /usr/bin/pandoc --standalone --toc \ | |
| --section-divs --number-sections \ | |
| --from=markdown --to=html --css=rust.css \ | |
| --include-before-body=doc/version_info.html \ | |
| --output=doc/tutorial-conditions.html | |
| /usr/bin/nodejs /tmp/build/rust-0.8/doc/prep.js --highlight /tmp/build/rust-0.8/doc/tutorial-rustpkg.md | \ | |
| /usr/bin/pandoc --standalone --toc \ | |
| --section-divs --number-sections \ | |
| --from=markdown --to=html --css=rust.css \ | |
| --include-before-body=doc/version_info.html \ | |
| --output=doc/tutorial-rustpkg.html | |
| /usr/bin/pdflatex \ | |
| -interaction=batchmode \ | |
| -output-directory=doc \ | |
| doc/rust.tex | |
| This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013/Debian) | |
| restricted \write18 enabled. | |
| entering extended mode | |
| make: *** [doc/rust.pdf] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment