You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to compile Rust 0.12 on Debian Sid and it fails at the docs step.
Running make docs will show the same issue:
root@deli:/home/borisov/src/rust-0.12.0 # 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 CC=gcc (CFG_CC)
cfg: no llnextgen found, omitting grammar-verification
latex compiler: doc/guide.pdf
This is LuaTeX, Version beta-0.79.1 (TeX Live 2015/dev/Debian) (rev 4971)
restricted \write18 enabled.
/home/borisov/src/rust-0.12.0/mk/docs.mk:216: recipe for target 'doc/guide.pdf' failed
make: *** [doc/guide.pdf] Error 1
I haven't a found any log file with more information, but I admit I didn't look too hard. Let me know what more information I can provide.
The text was updated successfully, but these errors were encountered:
borisovg
changed the title
make docs fails (0.12)
'make docs' fails (0.12)
Oct 10, 2014
I am trying to compile Rust 0.12 on Debian Sid and it fails at the docs step.
Running
make docs
will show the same issue:I haven't a found any log file with more information, but I admit I didn't look too hard. Let me know what more information I can provide.
The text was updated successfully, but these errors were encountered: