I am running Debian Unstable, fully up to date. I have a clone of the Rust Git repository, again fully up to date. Everything used to build fine, but sometime recently something has changed, I assume in the Debian set up that means that I am no longer able to build Rust. Well I can'#t make the documentation which causes a build fail. Has anyone seen this and found a way forward?
I tried manually running pandoc on rust.md but Make seems to think that
hasn't done enough, I guess the problem is a dependency that always
causes doc/version_info.html to be rebuilt.
Thanks.
compile_and_link:
x86_64-unknown-linux-gnu/stage2/lib/rustc/x86_64-unknown-linux-gnu/lib/librust.so
Warning: removing previous 'librust-*.so' libraries:
x86_64-unknown-linux-gnu/stage2/lib/rustc/x86_64-unknown-linux-gnu/lib//librust-28ac9d9c3782cf3d-0.8-pre.so
version-info: doc/version_info.html
sed -e "s/VERSION/0.8-pre/; s/SHORT_HASH/7c8f503a/;\
s/STAMP/7c8f503ac543e0ffe18986b8d6f8548df21cefa3/;"
/home/Checkouts/Git/Git/Rust/doc/version_info.html.template
>doc/version_info.html
pandoc: doc/rust.html
pandoc: /usr/share/pandoc/data/templates/default.html: openBinaryFile: does not
exist (No such file or directory)
events.js:72
throw er; // Unhandled 'error' event
^
Error: write EPIPE
at errnoException (net.js:901:11)
at Object.afterWrite (net.js:718:19)
make: *** [doc/rust.html] Error 1
--
Russel.
=============================================================================
Dr Russel Winder t: +44 20 7585 2200 voip: sip:[email protected]
41 Buckmaster Road m: +44 7770 465 077 xmpp: [email protected]
London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
